Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-2063

Failure to start cxf-rs service due to simple logging call

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 4.6.0
    • 4.7.0
    • container system
    • None
    • NA

    Description

      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'.

      Attachments

        Activity

          People

            andyg Andy Gumbrecht
            andyg Andy Gumbrecht
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: