rzo1 commented on PR #1063:
URL: https://github.com/apache/tomee/pull/1063#issuecomment-1708888377

   The issue was related to source/jar building in the module, which we 
actually do not need.
   
   So for me it now looks like this:
   
   
   
   ```bash
   [ERROR] Tests run: 2796, Failures: 10, Errors: 16, Skipped: 128
   [ERROR] Failures: 
   [ERROR]   JAXRSClientIT.<init>:59->usersetup:97 user not set ==> expected: 
<true> but was: <false>
   [ERROR]   JAXRSClientIT.<init>:59->usersetup:97 user not set ==> expected: 
<true> but was: <false>
   [ERROR]   JAXRSBasicClientIT.<init>:59->JAXRSClient.setup:53 user was not 
set ==> expected: <true> but was: <false>
   [ERROR]   JAXRSBasicClientIT.<init>:59->JAXRSClient.setup:53 user was not 
set ==> expected: <true> but was: <false>
   [ERROR]   JAXRSBasicClientIT.<init>:59->JAXRSClient.setup:53 user was not 
set ==> expected: <true> but was: <false>
   [ERROR]   JAXRSBasicClientIT.<init>:59->JAXRSClient.setup:53 user was not 
set ==> expected: <true> but was: <false>
   [ERROR]   JAXRSBasicClientIT.<init>:59->JAXRSClient.setup:53 user was not 
set ==> expected: <true> but was: <false>
   [ERROR]   
JAXRSClientIT.dynamicFeatureIsRegisteredTest:111->JAXRSCommonClient.assertEquals:721
 [Ljava.lang.Object;@238291d4 ==> expected: <true> but was: <false>
   [ERROR]   
JAXRSClientIT.featureIsRegisteredTest:93->JAXRSCommonClient.assertEquals:721 
[Ljava.lang.Object;@7ac48e10 ==> expected: <true> but was: <false>
   [ERROR]   
JsonbContextProviderIT.shouldUseApplicationProvidedJsonbInstance:115 
   Expected: is 
"Origin(1728219222),CustomSerializer(CLIENT),CustomDeserializer(SERVER),EchoResource,CustomSerializer(SERVER),CustomDeserializer(CLIENT)"
        but: was 
"Origin(1728219222),CustomSerializer(CLIENT),CustomDeserializer(CLIENT),EchoResource,CustomSerializer(CLIENT),CustomDeserializer(CLIENT)"
   [ERROR] Errors: 
   [ERROR]   
JAXRSClientIT.clientSideReaderIsNotUsedOnServerTest:124->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.clientSideReaderIsUsedOnClientTest:195->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.clientSideWriterIsNotUsedOnServerTest:159->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.clientSideWriterIsUsedOnClientTest:234->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.serverSideReaderIsNotUsedOnClientTest:177->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.serverSideReaderIsUsedOnServerTest:107->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.serverSideWriterIsNotUsedOnClientTest:213->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
JAXRSClientIT.serverSideWriterIsUsedOnServerTest:141->JaxrsCommonClient.invoke:219
 » Fault [JAXRSCommonClient] null failed!  Check output for cause of failure.
   [ERROR]   
SeBootstrapIT.shouldBootInstanceDespiteUnknownConfigurationParameters:236 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   SeBootstrapIT.shouldBootInstanceUsingConvenienceMethods:148 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   SeBootstrapIT.shouldBootInstanceUsingDefaults:71 » AbstractMethod 
Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl does not define or 
inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   SeBootstrapIT.shouldBootInstanceUsingExternalConfiguration:186 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   
SeBootstrapIT.shouldBootInstanceUsingImplementationsDefaultIpPort:317 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   SeBootstrapIT.shouldBootInstanceUsingProperties:107 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   SeBootstrapIT.shouldBootInstanceUsingSelfDetectedFreeIpPort:280 » 
AbstractMethod Receiver class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl 
does not define or inherit an implementation of the resolved method 'abstract 
jakarta.ws.rs.SeBootstrap$Configuration$Builder createConfigurationBuilder()' 
of abstract class jakarta.ws.rs.ext.RuntimeDelegate.
   [ERROR]   JAXRSSigTestIT.signatureTest:415 Fault signatureTest failed with 
an unexpected exception
   ```
   
   
   
   I think, we need to fix the user stuff and than figure out, which of these 
other tests are actually failing because of the new spec version or if we need 
to fix something in the setup (which is present in tomee-tck).
   
   The `SEBootstrap` stuff is new, so expected to fail atm.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to