"matt.drees" wrote : I think you should just fix your equals method so that if it's passed null, you return false.
Which is exactly what it should do according to the spec anyway: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object) (last bulletpoint) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067680#4067680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067680 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
