Bugs item #783004, was opened at 2003-08-04 20:44 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=783004&group_id=22866
Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Sebastian Hauer (hauer) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=783004&group_id=22866 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
