Hi, thanks for your answers!

I don?t know, but I would guess that the deployment descriptor override 
function will act like useing the corresponding annotation at the moment.(?)
When I use the annotation ?clientBindURL?, I can set the port and the host 
name. I then still have the problem that the host name is looked up towards the 
IP of the maschine.
I am not sure, but since I found the sources to this in the remoting package, 
(and not in the AS sources ejb3/../remoting) I thing this could be a problem 
which relates to all using/relaying  on the ?InvokerLocator.java??s 
?resolveHost(String host)? method.
So, as far as I would guess, when the deployment descriptor override function 
is fully implemented, it would pass the ?${jboss.bind.address}? for the 
attribute ?IvokerLocator? (as defined in the ejb3 deployers jboss-service.xml) 
on, as it has been set with the"--host? option at start up, just like using the 
annotation at the moment.
It then would pass the host name on as suspected by Tom. But then again at this 
point, the only place where this is keept in the InvokerLocator is the String 
?originalURL?, since the actuall host name has been looked up to the IP and the 
IP is what is used. So again there is the problem of a client in a diffrent 
network, not beein abel to look up that IP of the server at all or correctly.

Thanks for taking your time on this!

Sincerely
Marc

( Is a rough approximation for the time when the deployment descriptor override 
function is fully implemented possible? :-). At the moment we are thinging on 
altering the InvokerLocator?s ?resolveHost? method, so that the host name is 
used instead of the IP, any Tips that should be considert when doing this 
(other than the performance loss do to dns lookups, maybe concerning Clustering 
and HA) ? )




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944165


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to