[jboss-dev-forums] [JBoss AS 7 Development] - Re: AS7 JCA Resource Adapter JNDI Not Binding
Mehboob Alam
do-not-reply at jboss.com
Mon Feb 6 12:13:42 EST 2012
Mehboob Alam [https://community.jboss.org/people/bob_alam] created the discussion
"Re: AS7 JCA Resource Adapter JNDI Not Binding"
To view the discussion, visit: https://community.jboss.org/message/714721#714721
--------------------------------------------------------------
Cool, that worked!!!
As info with this build my legacy resource adapters was not deploying until I implemented hashCode() and equal() methods. This information might help someone. server.log had this information:
Severity: ERROR
Section: 19.4.2
Description: A ResourceAdapter must implement a "public int hashCode()" method.
Code: com.test.connector.ResourceAdapterImpl
Severity: ERROR
Section: 19.4.2
Description: A ResourceAdapter must implement a "public boolean equals(Object)" method.
Code: com.test.connector.ResourceAdapterImpl
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/714721#714721]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120206/f6fce463/attachment.html
More information about the jboss-dev-forums
mailing list