How to configure IBM IMS connector in JBoss

ims-dbims-tmjboss

I have the IMS Connector RAR file. Placed it inside JBOSS_INSTALL/server/default/deploy directory. Created a ims-ds.xml file and also placed in the same location. It appears as if it is deploying with this message:

21:40:02,800 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/ims225Connector.rar/

But then it gives the following error:

— MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM —
ObjectName: jboss.web.deployment:war=MHAccountDetailsAXIS.war,id=258164183
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; – nested throwable: (javax.naming.NamingException: resource-ref: eis/IMSCZ has no valid JNDI binding. Check the jboss-web/resource-ref.)

ObjectName: jboss.jca:service=RARDeployment,name=IMS Connector for Java
State: NOTYETINSTALLED
Depends On Me:
jboss.jca:service=NoTxDS,name=eis/IMSCZ

Best Answer

Added jboss-web.xml that provides a mapping between JNDI and resource-ref name and finally got it going.

Related Topic