This content has been marked as final.
Show 1 reply
-
1. Re: remote client wants beans
patruzzrock Oct 23, 2007 11:17 AM (in response to patruzzrock)Ok I succesfully made it. I was just supposed to use Remoting:
ava.naming.factory.initial=org.jboss.naming.JBossRemotingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=socket://hostname:3873
Now the question is: can I lookup the Context, retrieving a list of deployed classes, and then choose the one I want to lookup and use?
Or should I always explicitly know it?