You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the web invocation based tests make use of a com.sun.ts.lib.porting.TSURL class that looks for a test property called porting.ts.url.class.1 to load the class which implements TSURLInterface. The default EE10 value in the ts.jte file is com.sun.ts.lib.implementation.sun.common.SunRIURL, but this does not existing in the EE11 codebase. Its replacement is com.sun.ts.lib.porting.implementation.SunRIURL found in the runtime module.
There are duplicate implementations of this class in these test module packages:
com.sun.ts.tests.jaxrs.lib.implementation.sun.common
com.sun.ts.tests.jstl.lib.implementation.sun.common
com.sun.ts.tests.websocket.lib.implementation.sun.common
ee.jakarta.tck.pages.lib.implementation.sun.common
Need to document how this is handled in EE11 and whether the duplicates are needed.
The text was updated successfully, but these errors were encountered:
Some of the web invocation based tests make use of a
com.sun.ts.lib.porting.TSURL
class that looks for a test property called porting.ts.url.class.1 to load the class which implementsTSURLInterface
. The default EE10 value in the ts.jte file iscom.sun.ts.lib.implementation.sun.common.SunRIURL
, but this does not existing in the EE11 codebase. Its replacement iscom.sun.ts.lib.porting.implementation.SunRIURL
found in the runtime module.There are duplicate implementations of this class in these test module packages:
com.sun.ts.tests.jaxrs.lib.implementation.sun.common
com.sun.ts.tests.jstl.lib.implementation.sun.common
com.sun.ts.tests.websocket.lib.implementation.sun.common
ee.jakarta.tck.pages.lib.implementation.sun.common
Need to document how this is handled in EE11 and whether the duplicates are needed.
The text was updated successfully, but these errors were encountered: