Hi,
I have written a simple resource adapter and deploying it in jboss as 7.1.1.
But i see no information about jndi binding of the manage connection factory implementation and also no errors reported.
For the hello world example i see the below message
INFO [org.jboss.as.deployment.connector] (MSC service thread 1-7) JBAS010406: Registered connection factory java:/HelloWorld
INFO [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-7) IJ020002: Deployed: file:/D:/jboss-as-7.1.1.Final.tar/jboss-as-7.1.1.Final/standalone/deployments/iron_jacamer_sample.rar/
INFO [org.jboss.as.deployment.connector] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/HelloWorld]
I dont see such a message for my resource adapter and also no errors / warns
what could be possibly missing ? :/