You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2022/01/28 18:00:00 UTC

[jira] [Updated] (CXF-8480) jaxrs.ee.rs.core.responsebuilder entityObjectTest

     [ https://issues.apache.org/jira/browse/CXF-8480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko updated CXF-8480:
------------------------------
    Fix Version/s: 3.4.6
                   3.5.1
                   4.0.0

> jaxrs.ee.rs.core.responsebuilder entityObjectTest 
> --------------------------------------------------
>
>                 Key: CXF-8480
>                 URL: https://issues.apache.org/jira/browse/CXF-8480
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 3.4.3
>            Reporter: David Blevins
>            Priority: Major
>             Fix For: 3.4.6, 3.5.1, 4.0.0
>
>         Attachments: JAXRSClient_entityObjectTest_from_standalone.jtr, javatest.log, test.txt
>
>
> Full test name:
> {code}
> com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/JAXRSClient#entityObjectTest_from_standalone
> {code}
> Running it locally:
> {code}
> git clone git@github.com:tckwork/cxf.git
> cd cxf
> ./runtests com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/JAXRSClient#entityObjectTest_from_standalone
> {code}
> At the time this issue was filed, the test failed with the following output.
> {code}
> [javatest.batch] 04-15-2021 21:35:06:  TRACE: [WIRE] - >> 1618547706597
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << 200 OK
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << Content-Length: 67
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << content-type: application/octet-stream
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << Date: Fri, 16 Apr 2021 04:35:07 GMT
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << Server: GlassFish Server Open Source Edition  5.1.0
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  5.1.0  Java/Oracle Corporation/1.8)
> [javatest.batch] 04-15-2021 21:35:07:  TRACE: [WIRE] - << 1618547706597 ANNOTATION_VALUE javax.ws.rs.POST, javax.ws.rs.Path, 
> [javatest.batch] 04-15-2021 21:35:07:  ERROR: javax.ws.rs.POST, javax.ws.rs.Path,  does not contain javax.ws.rs.ext.Provider , annotations not passed to MessageBodyWriter?
> [javatest.batch] 04-15-2021 21:35:07:  ERROR: Test case throws exception: javax.ws.rs.POST, javax.ws.rs.Path, does not contain javax.ws.rs.ext.Provider , annotations not passed to MessageBodyWriter?
> [javatest.batch] 04-15-2021 21:35:07:  ERROR: Exception at:  
> [javatest.batch] 04-15-2021 21:35:07:  ERROR: com.sun.ts.lib.harness.EETest$Fault: javax.ws.rs.POST, javax.ws.rs.Path,  does not contain javax.ws.rs.ext.Provider , annotations not passed to MessageBodyWriter?
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.JAXRSCommonClient.fault(JAXRSCommonClient.java:767)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.JAXRSCommonClient.assertTrue(JAXRSCommonClient.java:662)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.JAXRSCommonClient.assertFault(JAXRSCommonClient.java:645)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.ee.rs.core.responsebuilder.JAXRSClient.entityObjectTest(JAXRSClient.java:81)
> [javatest.batch] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [javatest.batch] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> [javatest.batch] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [javatest.batch] 	at java.lang.reflect.Method.invoke(Method.java:498)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:115)
> [javatest.batch] 	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
> [javatest.batch] 	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
> [javatest.batch] 
> [javatest.batch] 04-15-2021 21:35:07:  [JAXRSCommonClient] Test cleanup OK
> [javatest.batch] STATUS:Failed.Test case throws exception: javax.ws.rs.POST, javax.ws.rs.Path, does not contain javax.ws.rs.ext.Provider , annotations not passed to MessageBodyWriter?
> [javatest.batch] Apr 15, 2021 9:35:08 PM Finished executing all tests, wait for cleanup...
> [javatest.batch] Apr 15, 2021 9:35:08 PM Harness done with cleanup from test run.
> [javatest.batch] Failed. Test case throws exception: javax.ws.rs.POST, javax.ws.rs.Path, does not contain javax.ws.rs.ext.Provider , annotations not passed to MessageBodyWriter?
> [javatest.batch] ********************************************************************************
> [javatest.batch] Finished Test:  FAILED........com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/JAXRSClient.java#entityObjectTest_from_standalone
> {code}
> See the attached javatest.log and jtr file for full test details



--
This message was sent by Atlassian Jira
(v8.20.1#820001)