Bugs item #641224, was opened at 2002-11-20 14:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=641224&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Oskari Kettunen (aok)
>Assigned to: Christian Riege (lqd)
Summary: Chronic NPE in ClientContainer.java

Initial Comment:
patch #639788 removed superfluous Map instatiations 
from ./server/src/main/org/jboss/invocation/Invocation.jav
a, however he submitter overlooked the use of the no 
args constructor from
./server/src/main/org/jboss/proxy/ClientContainer.java
./server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/J
DBCCMRFieldBridge.java
(the list is longer in HEAD)

This causes chronic NullPointerExceptions.

I didn't bother to find out whether all uses of Invocation 
could be directed to the constructor with arguments. A 
quick fix is to initialise the maps in all constructors. 
(see attached diff)


Oskari Kettunen,
Krocus Communications, Finland


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

>Comment By: Christian Riege (lqd)
Date: 2002-11-20 15:42

Message:
Logged In: YES 
user_id=176671

woops. actually i was thinking about this problem as i went
ahead and then i just forgot or something. will fix
immediately. thanks.

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

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


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to