This generally means that you haven't implemented equals() correctly in your MCF. Note, the Java notion of equality as a == b, is prohibited by the spec. You need to implement equals() as well as hashcode() for it to work properly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003274#4003274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003274 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
