[jboss-dev-forums] [Design of EJB 3.0] - Re: Client Connect to INADDR_ANY is a no-no.
ALRubinger
do-not-reply at jboss.com
Thu Dec 4 22:31:46 EST 2008
This begs the question of what to do with a grammar like:
@RemoteBinding(clientBindUrl="socket://0.0.0.0:3873", jndiBinding="Stateful3873"),
It'd be better to have an EL available so we could do:
@RemoteBinding(clientBindUrl="socket://${jboss.bind.address}:3873", jndiBinding="Stateful3873"),
Worthy of a JIRA?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194519#4194519
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194519
More information about the jboss-dev-forums
mailing list