Menu

#320 Fix Nullpointer bug in HANamingService

v3.0 Rabbit Hole
closed-fixed
JBossMX (22)
5
2002-11-27
2002-11-27
No

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);

Discussion

  • Scott M Stark

    Scott M Stark - 2002-11-27

    Logged In: YES
    user_id=175228

    Ok, thanks.

     
  • Scott M Stark

    Scott M Stark - 2002-11-27
    • assigned_to: nobody --> starksm
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB