Hi Adrian,
   I thought this may be the issue, so I checked the spec prior to
posting.  On page 77, when listing the data types that are valid
for passivation it says..

 A reference to the environment naming context 
(that is, the java:comp/env JNDI context)  or any of its subcontexts. 

Since my instance variable is set thus;

myInitialContext = new InitialContext();
myInitialContext =(Context)myInitialContext.lookup("java:comp/env");

I thought I was OK - have I misunderstood?

Thanks,

Andy

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834123#3834123

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834123


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to