dear friends, 

i struggle with a strange problem. So I need your help:

We are using jboss405 with jbossws103. Jboss consumes an external WebService 
via service-ref:

 <service-ref>
                   
<service-ref-name>service/EssenceAccessService</service-ref-name>
                   
<service-interface>de.ard.sad.fesad.preview.emProxy.contractStubs.EssenceAccessService</service-interface>
                   
<wsdl-file>META-INF/wsdl/EssenceAccessContract.wsdl</wsdl-file>
                   
<jaxrpc-mapping-file>META-INF/jaxrpc-mappingEA.xml</jaxrpc-mapping-file>
               </service-ref>


Everything works fine, but not in our production environment. 

There are several Jboss-AppServers on a multi-homed (Blade) Server (with its 
own ip-address x.x.x.245). 
Each Jboss has its own ip-Address (i.e. x.x.x.92), configured via 
jboss.bind.address. When jboss tries to connect the  
external WebService the socket is bound to the physical Address (x.x.x.245) and 
not bound to the jboss.bind.address!

this ist the problemm because the external firewall blocks the request ... 
the socket should be bound to the jboss.bind.address?!
Any ideas?

Thanks in advance

mirko

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040492#4040492

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040492
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to