Chris Owens created CXF-6033:
--------------------------------
Summary: Like OPENEJB-2063 but with WS rather than RS
Key: CXF-6033
URL: https://issues.apache.org/jira/browse/CXF-6033
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.6.14
Reporter: Chris Owens
Same stack trace as OPENEJB-2063 except with JAX-WS rather than JAX-RS:
{code}
01-Oct 18:39:43.442 [localhost-startStop-1] ERROR OpenEJB.ws - Error deploying
JAX-WS Web Service for EJB SgdpResponderPortImpl
java.lang.UnsupportedOperationException: null
at
org.apache.cxf.common.logging.AbstractDelegatingLogger.setLevel(AbstractDelegatingLogger.java:268)
~[cxf-api-2.6.14.jar:2.6.14]
at
org.apache.openejb.server.cxf.CxfEndpoint.doServiceCreate(CxfEndpoint.java:99)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.cxf.ejb.EjbEndpoint.<init>(EjbEndpoint.java:64)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.cxf.ejb.EjbWsContainer.createEndpoint(EjbWsContainer.java:55)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.cxf.ejb.EjbWsContainer.createEndpoint(EjbWsContainer.java:44)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.cxf.CxfWsContainer.start(CxfWsContainer.java:50)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.cxf.CxfService.createEjbWsContainer(CxfService.java:83)
~[openejb-cxf-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.webservices.WsService.deployApp(WsService.java:281)
[openejb-webservices-4.7.0.jar:4.7.0]
at
org.apache.openejb.server.webservices.WsService.deploy(WsService.java:227)
[openejb-webservices-4.7.0.jar:4.7.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.7.0_65]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)