Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.4
-
Component/s: Transports
-
Labels:None
-
Estimated Complexity:Unknown
Description
CXF's WebSocket transport using atmosphere can use other web container. However, its transport factory has some jetty references and as a result, it is requiring jetty classes even when using other container such as tomcat.
Those references should be removed so that those jetty classes are not required when jetty is not used.