[jboss-user] [IronJacamar] - external activation not working for resource adapater
Frank Langelage
do-not-reply at jboss.com
Wed Feb 15 17:10:24 EST 2012
Frank Langelage [https://community.jboss.org/people/lafr] created the discussion
"external activation not working for resource adapater"
To view the discussion, visit: https://community.jboss.org/message/716953#716953
--------------------------------------------------------------
using JBoss-AS 7.1.0-SNAPSHOT I put this into standalone-full.xml
{code:xml}
| | <resource-adapter> |
| | <archive>controller.rar</archive> |
| | <connection-definitions> |
| | <connection-definition jndi-name="java:/eis/maj2e-langfr-dev/Controller"> |
| | <config-property name="ClientService">JCAClient</config-property> |
| | <config-property name="ServerName">sb2000</config-property> |
| | <config-property name="PortNumber">6506</config-property> |
| | <config-property name="SocketTimeout">0</config-property> |
| | <config-property name="Encoding">ISO-8859-15</config-property> |
| | </connection-definition> |
| | </connection-definitions> |
| | </resource-adapter> |
{code}
this works perfect.
But in the past with the previous JBoss versions we used an external file to configure the resource adapater.
So I put the lines shown above into a file called maj2e-langfr-dev-ra.xml (see attached).
I validated the file against the schema definition succesfully.
Then copied it into $JBOSS_HOME/standalone/deployments/. JBoss says, the file got deployed.
But the resource adapter is not activated.
Can't see it on jboss-console web-app and do not see the "Bound JCA ConnectionFactory to [java:/eis/maj2e-langfr-dev/Controller]" message.
What am I missing?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/716953#716953]
Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120215/268beed8/attachment.html
More information about the jboss-user
mailing list