JBoss Community

Re: AS7 JCA Resource Adapter JNDI Not Binding

created by Mehboob Alam in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community