Bugs item #783004, was opened at 2003-08-04 11:44
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=783004&group_id=22866

Category: Clustering
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Sebastian Hauer (hauer)
>Assigned to: Scott M Stark (starksm)
Summary: DistributedStateImpl listContent() NPE for non-String keys

Initial Comment:
org.jboss.ha.framework.server.DistributedStateImpl's
listContent() and listXmlContent() method fail with a
NullPointerException when the keys in the distributed
list are non-String objects.  The reason for this is
that the:
   public Serializable get (String category, String key)

is beeing called rather than the more generic:
   public Serializable get (String category,
Serializable key)

method to obtain the value of a key.

Attached you will find a patch.

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

>Comment By: Scott M Stark (starksm)
Date: 2003-08-23 17:47

Message:
Logged In: YES 
user_id=175228

Fixed for 3.0.9 and 3.2.2RC3

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

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


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to