Bugs item #795634, was opened at 2003-08-26 21:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=795634&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Shone Sadler (ssadler)
Assigned to: Nobody/Anonymous (nobody)
Summary: HomeHandle not serializing JNDI env context

Initial Comment:
There was a previous bug, 665037, that was related to 

the HomeHandle class.  In 3.0.4 the HomeHandle was 

not serialized at all. A remote client would simple be 

calling new InitialContext() when using HomeHandle.  In 

3.0.8 there is code for serializing and deserializing the 

HomeHandle, but it does not work.  The static 

lastInitialContextEnv variable on the 

NamingContextFactory is not being set corretly, resulting 

in the jndiEnv being null when the HomeHandle is 

actually serialized on the server side. The client receives 

null as a jndiEnv and then just attempts a new 

InitialContext().

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=795634&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to