Re: Traversing JNDI namespace

2000-12-05 Thread umesh sonavane
hi tony can u tell me where is the transaction-isolation comes into ejb-jar.xml - Original Message - From: Luong, Tony S322 [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 6:50 PM Subject: RE: Traversing JNDI namespace java:comp/env entries

RE: Traversing JNDI namespace

2000-12-05 Thread Luong, Tony S322
, December 05, 2000 10:47 AM To: Orion-Interest Subject: Re: Traversing JNDI namespace hi tony can u tell me where is the transaction-isolation comes into ejb-jar.xml - Original Message - From: Luong, Tony S322 [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent

Traversing JNDI namespace

2000-12-04 Thread Nick Newman
Hi, How can I find what's in an entity bean's java:comp/env namespace? If I ask the InitialContext for a list of what is in it (using initialcontext.list("") ) I get a list of things (mainly home interfaces) plus entries for "java:comp" and "ejb" which are both Contexts. If I ask for what's

Re: Traversing JNDI namespace

2000-12-04 Thread Gary Shea
On Today, Nick Newman ([EMAIL PROTECTED]) wrote: Hi, How can I find what's in an entity bean's java:comp/env namespace? If I ask the InitialContext for a list of what is in it (using initialcontext.list("") ) I get a list of things (mainly home interfaces) plus entries for "java:comp"

Re: Traversing JNDI namespace

2000-12-04 Thread Reid Hartenbower
To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, December 04, 2000 2:55 PM Subject: Traversing JNDI namespace Hi, How can I find what's in an entity bean's java:comp/env namespace? If I ask the InitialContext for a list of what is in it (using initialcontext.list("") )