Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5577

JBossWS Native - Reduce Logging Level for MessageContextJAXWS when WSDL URL fails conversion to URI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • EAP_EWP 5.1.1
    • EAP_EWP 5.1.0
    • Web Services
    • None
    • Workaround Exists
    • Hide

      Add the following logging category for MessageContextJAXWS: -

      <category name="org.jboss.ws.core.jaxws.handler.MessageContextJAXWS">
      <priority value="ERROR"/>
      </category>

      Show
      Add the following logging category for MessageContextJAXWS: - <category name="org.jboss.ws.core.jaxws.handler.MessageContextJAXWS"> <priority value="ERROR"/> </category>
    • The logging level for MessageContextJAXWS was too high when the conversion of a WSDL URL to a URI failed. This caused excessive log messages. The logging level for these messages has been lowered to reflect the true severity.
    • Documented as Resolved Issue

    Description

      The following is logged as endpoints are called when JBoss EAP is installed to a folder containing spaces: -

      MessageContextJAXWS] [WARN] Cannot get the wsdl url

      java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/jboss/server/default/data/wsdl/10500SomeAdmin.jar/MyService6029401450925031236.wsdl

      at java.net.URI$Parser.fail(Unknown Source)

      at java.net.URI$Parser.checkChars(Unknown Source)

      at java.net.URI$Parser.parseHierarchical(Unknown Source)

      at java.net.URI$Parser.parse(Unknown Source)

      at java.net.URI.<init>(Unknown Source)

      at java.net.URL.toURI(Unknown Source)

      at org.jboss.ws.core.jaxws.handler.MessageContextJAXWS.setOperationMetaData(MessageContextJAXWS.java:140)

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Misty Stanley-Jones Misty Stanley-Jones (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: