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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to