Duh! So I figured out what was wrong - I just had to specify the direct path to my
policy file for my client:
-Djava.security.policy=C:\server.policy
No server changes required. The client code is
| Properties props = new Properties();
| props.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp
Yes, I modified jboss-service.xml in the conf directory...
|
|
|
|
|
|
| 4902
|
| ${jboss.bind.address}
|
| 0
|
| ${jboss.bind.address}
|
|
|
|
View the original post :
http:
I've just upgraded by JBoss version from 3.2.1 to 3.2.5. I am running into a problem
getting a remote reference to my MBean server. My original client code was
Properties props = new Properties();
props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
props.put(Con