Version 7

    Using WSRP while being offline or behind a firewall/proxy

     

    Important note for JBoss AS 4.2.3.GA users:

    There is a known issue with the version of JBoss WS bundled in JBoss AS 4.2.3.GA which prevents the properly deployed when offline or behind a proxy. Please upgrade to JBoss WS 3.0.4.GA or later to solve the issue.

     

    You need to specify the proxy options in the run.conf file for your current AS configuration: -Dhttp.proxyHost={proxy ip} -Dhttp.proxyPort={proxy port} -DproxySet=true

     

    See http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html for more details.

     

    You might also need to look at how to configure JBoss As to run behind a firewall.

     

    Historic note for JBoss AS 4.0.x users (note that we recommend upgrading to JBoss AS 4.2.x):

     

    JBoss AS 4.0.4.GA bundles JBoss WS 1.0.0.GA. However, there is a known issue (resulting in an org.jboss.ws.metadata.wsdl.WSDLException) with JBoss WS releases earlier than 1.0.2.GA which prevents the correct deployment of the WSRP service while being offline or behind a firewall/proxy. To fix the issue, please upgrade JBoss WS to version 1.0.2.GA or later.