Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
-
None
-
Unknown
Description
Upgrading camel-cxf to use Jetty 9.4.x now fails with a
[INFO] Running org.apache.camel.component.cxf.CXFGreeterEnrichTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.129 s <<< FAILURE! - in org.apache.camel.component.cxf.CXFGreeterEnrichTest
[ERROR] org.apache.camel.component.cxf.CXFGreeterEnrichTest Time elapsed: 1.128 s <<< ERROR!
javax.xml.ws.WebServiceException: java.lang.IllegalStateException: Locker is not reentrant
at org.apache.camel.component.cxf.CXFGreeterEnrichTest.startService(CXFGreeterEnrichTest.java:40)
Caused by: java.lang.IllegalStateException: Locker is not reentrant
at org.apache.camel.component.cxf.CXFGreeterEnrichTest.startService(CXFGreeterEnrichTest.java:40)
[INFO] Running org.apache.camel.component.cxf.CXFGreeterRouterTest
Just asking here if CXF team have had trouble with Jetty upgrade. We usual have pain with that every time and it looks like a 9.3 to 9.4 is the same thing yet again.
We found a way to fix one of that problem in camel-jetty9 itself
https://github.com/apache/camel/commit/1ab1b8633a449e4a0e3e3e211ea34e5c09791297
But now when we run tests of camel-cxf with Jetty 9.4.7 it fails somewhere in CXF itself.
Attachments
Issue Links
- is depended upon by
-
CAMEL-11836 Upgrade to Jetty 9.4.x
-
- Resolved
-