I am trying to configure a JNDI alias on an IS. HornetQ (shipped with JBoss EAP 6) is the JMS provider to which i wish to lookup from my IS. I have placed the required client jar files in SoftwareAG/WS-Stack/lib directory. However, the lookup service is failing with the error message:
javax.naming.NoInitialContextException: Cannot instantiate class: org.jboss.naming.remote.client.InitialContextFactory [Root exception is java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory]
I am attaching a screenshot of the JNDI alias that i have configured. Also, i am able to successfully send and receive from/to the JMS system from a standalone program, using the client jar files.
WM IS version: 8.0
JBoss EAP 6