You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Chris Owens (JIRA)" <ji...@apache.org> on 2014/10/02 00:53:34 UTC

[jira] [Created] (OPENEJB-2105) Failure like OPENEJB-2063 but with WS rather than RS

Chris Owens created OPENEJB-2105:
------------------------------------

             Summary: Failure like OPENEJB-2063 but with WS rather than RS
                 Key: OPENEJB-2105
                 URL: https://issues.apache.org/jira/browse/OPENEJB-2105
             Project: OpenEJB
          Issue Type: Bug
          Components: container system, webservices
    Affects Versions: 4.7.0
         Environment: OpenEJB 4.7.0
            Reporter: Chris Owens


Same stack trace as OPENEJB-2063 when trying to start JAX-WS webservice:

{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}

also see  http://tomee-openejb.979440.n4.nabble.com/Failure-like-OPENEJB-2063-bug-but-with-jax-Ws-service-td4667209.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)