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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...