Title: RE: [JBoss-user] jndi question

oh. i did not think my posts were going through.

yes, i'm using initialContext. the jndi.properties always points to
my own machine.

the problem presents itself when i do a rebind("object", "newvalue");
whichever jvm does the rebind gets the new value but the other jvm keeps its original value.

other than that, if i'm just doing lookup() all the time and that's it, everything is ok.  of course, that's not what i'm doing all the time, hence the problem.



-----Original Message-----
From: Lucas McGregor [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 2:12 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] jndi question


do they both have the same ctx? Are you using IntialContext? Does one method
have a different jndi.properties higher in the classpath than the other?
 
    -l

-----Original Message-----
From: Starsinic, Frank [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 1:42 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] jndi question



why does ctx.lookup("something") give me one result from within the JBoss
JVM and a different result outside the JBoss JMV. 

thanks,

frank


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to