You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2013/12/20 10:44:11 UTC

[jira] [Created] (OPENEJB-2063) Failure to start cxf-rs service due to simple logging call

Andy Gumbrecht created OPENEJB-2063:
---------------------------------------

             Summary: Failure to start cxf-rs service due to simple logging call
                 Key: OPENEJB-2063
                 URL: https://issues.apache.org/jira/browse/OPENEJB-2063
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: 4.6.0
         Environment: NA
            Reporter: Andy Gumbrecht
            Assignee: Andy Gumbrecht
            Priority: Critical
             Fix For: 4.6.1


CxfRsHttpListener obtains a reference to an org.apache.cxf.common.logging.AbstractDelegatingLogger instance. Setting the level on this explicitly throws an UnsupportedOperationException.

13-12-19 15:48:36 INFO [main] [OpenEJB.server] - Can't start service cxf-rs
java.lang.UnsupportedOperationException: null
	at org.apache.cxf.common.logging.AbstractDelegatingLogger.setLevel(AbstractDelegatingLogger.java:268)
	at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.deployApplication(CxfRsHttpListener.java:391)

Another minor issue here is the logging level of the error is only 'info'.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)