[jboss-user] [JCA/JBoss] - Re: Problem with JCA Resource Adapter
weston.price@jboss.com
do-not-reply at jboss.com
Thu Jan 18 07:24:06 EST 2007
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
More information about the jboss-user
mailing list