1 Reply Latest reply on May 22, 2006 7:52 AM by thomas.diesler

    Endpoint: http://host/srv/uri:Test Problem

    anders.hedstrom

      I'm upgrading our system from JBoss 4.0.3SP1 to JBoss 4.0.4 GA and using jbossws14 as soap stack.

      When I try to consume a webservice with an endpoint with a colon (:) in the uri I get an exception. This is because of a bug in jboss-remoting. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79401

      According to the JIRA issue this is fixed in version 2.0.0 Beta2 see http://jira.jboss.com/jira/browse/JBREM-406. This is not the version that JBoss 4.0.4 GA is shipped with...

      To get around this problem, I downloaded the latest jboss-remoting and applied the code change my self and replaced the file jboss-remoting.jar in $JBOSS_HOME/server/$conf/lib

      Now I can consume all webservices that I consumed using JBoss 4.0.3SP1.

      Maybe this will help someone out.

      Cheers