Patches item #644925, was opened at 2002-11-27 21:05
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=644925&group_id=22866

Category: JBossMX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Sebastian Hauer (hauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix Nullpointer bug in HANamingService

Initial Comment:

A NullpointerException was thrown in
createService() of org.jboss.ha.jndi.HANamingService
because 
inside the for loop the uninitialized reference
marshalledInvocationMapping (the naming interface
method map) was populated rather than the initialized
HashMap tmpMap.

Was a one line change from:

         tmpMap.put(hash, method);

         marshalledInvocationMapping.put(hash, method);



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to