Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jca-dev] [jakartaee-tck-dev] Connector TCK test deployment failures after updating from connector_1_0.dtd to connector_2_0.xsd
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Thu, 27 Aug 2020 21:07:49 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8YOjNfBAml1CoIO/wiZ7+LpEqEtcZdgC7jMOP7H1jfo=; b=Cx1HkznJbkTxsPLGbovMfr04VXQ2FG0B4AnshPXI8fPSo6r5KCm1HjSW7J1Ss0p9Dg09dG0xzkvO7aYa5btNccRvUl339cbXAVHzudzTXRbjfXFSlMC+CVAAcmBC/UG6vHktkLRZkUbeZHQAhdD3jp6PDzFBc1O/CWRtBIm4oqDdq6ehjhQkIE5Jk6WUhDegtNvCu+W16zClIYaBeUCXFNOBJRirR7VCINU62aXrIR5ukA/hQwTrEfGxPVXMnojvYzJrF4hP3zB84ipjX/7WIWxjNpDU+m79+9EPF9Aj1VeX/jfsPT7dFl9Xy8Axl3CEv2SmGSbMs3UeWakCOVmTZg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZQGkkdDhtsItJ4ttaVe7h30F+O5RU7Qz1e8AnuZoYxZyyoPjmTshKPC4zrSw/7++U3cZXoxyB9YwFUdMTxO3d0ZExwKL6TQqGAhUWhmiIUjv0JKQfXdpFMYfr0pqpyOWKyXfXOGsGiO9fdBBWyj0oHLaHO2N8ekroZv9TS2j9bGB4DXcGxSngr0dDUpGnGiWPQhyQZmqOTkj3jbAKMkNw6vo5MwDk9Uti1ClGE08RcgmRrX8t3j6RpsMMXPX0bnzGxQ7QzgZClzOGsU4HJZzJoA85M5drFzfZ2CKdNXjLwl+A9tzlMh/YnOQT39dhzyvvEJrZC8+MUpXB3vxnU7Jnw==
  • Delivered-to: jca-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jca-dev>
  • List-help: <mailto:jca-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jca-dev>, <mailto:jca-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jca-dev>, <mailto:jca-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWe7CkLk+asU7+RkGxuPmLst4c2alMcijQ
  • Thread-topic: [jakartaee-tck-dev] Connector TCK test deployment failures after updating from connector_1_0.dtd to connector_2_0.xsd

I have removed the old descriptors from the connectors spec document and we don't have backwards compatibility as a requirement for Jakarta EE 9 so I'd be in favour of removing the old compatibility tests. Let's wait a few days to see if others on the spec dev group also have an opinion on this. 

Steve

-----Original Message-----
From: Scott Marlow <smarlow@xxxxxxxxxx> 
Sent: 27 August 2020 20:15
To: Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx>; jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Cc: jca-dev@xxxxxxxxxxx
Subject: Re: [jakartaee-tck-dev] Connector TCK test deployment failures after updating from connector_1_0.dtd to connector_2_0.xsd

Steve,

Related to the earlier questions about spec-version, the files in question appear to need more than just removing the spec-version.  The below source files are part of the testing of old connector versions (I think from the first connector version).

Should we remove tests for Connector 1.0 that use the old-whitebox*.rars?  I think that the Jakarta Connectors team should help make the decision on this.

Relevant source files:

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-notx-param.xml

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-notx.xml

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-tx-param.xml

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-tx.xml

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-xa-param.xml

https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/connector/whitebox/ra-compat-xa.xml

If we remove the above files, we will need to also remove the test RARs and update Platform + Connector TCK doc:

- old-dd-whitebox-notx-param.rar
- old-dd-whitebox-xa-param.rar
- old-dd-whitebox-tx.rar
- old-dd-whitebox-notx.rar
- old-dd-whitebox-xa.rar
- old-dd-whitebox-tx-param.rar

Since only the previous Jakarta EE version deployment descriptors will be supported (see https://github.com/eclipse-ee4j/jakartaee-platform/pull/236), I think we should delete the old Connector 1.0 compatibility resource archives (as per https://github.com/eclipse-ee4j/jakartaee-platform/pull/236).

Scott


On 8/27/20 12:19 PM, Steve Millidge (Payara) wrote:
> I don’t think the connector team have changed the schema. That schema 
> was likely changed in bulk to the new namespace.
> 
>  From a quick search the connector 1.6 xsd does not have the 
> spec-version element.
> 


Back to the top