[JBoss-user] [Beginners Corner] - Re: Upgrading to 3.2.5

2004-08-25 Thread rramsara
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

[JBoss-user] [Beginners Corner] - Re: Upgrading to 3.2.5

2004-08-25 Thread rramsara
Yes, I modified jboss-service.xml in the conf directory... | | | | | | | 4902 | | ${jboss.bind.address} | | 0 | | ${jboss.bind.address} | | | | View the original post : http:

[JBoss-user] [Beginners Corner] - Upgrading to 3.2.5

2004-08-24 Thread rramsara
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