-- xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx
Didi Posselt wrote:
Hi,
Since the option --host=yourhost causes lots of problems in applications that don't specify a host to connect to, I cannot use it for my JMS-problem.
I figured, that everything works fine, if I drop the Attribute BindAddress in the deployment descriptor for the UIL2 Invocation Layer (the code didn't change from 3.2.2RC4).
After checking the code I found out, that the socketAddress in UILServerILService.java:188 is 0.0.0.0/0.0.0.0 when no attribute
BindAddress is specified, however, if I specify the BindAddress
without changes, I get /0.0.0.0 as socketAddress.
I tried to change the if-statement (line 188) to endsWith("/0.0.0.0") and everything works fine. The same thing might apply to
other InvocationLayers.
I feel happy just dropping the attribute BindAddress, however, it took me some time to figure this out. Maybe changing the if-statement makes things easier for other users?
Thanks again and Greetings, Dietmar
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
