Question
JBOSS - JMS connection failed
Hi I am using LINUX REDHAT EAP6 JBOSS app serer and Deployed .ear file.
Now while creating JNDI server in Pega, getting the below error. Can you please let me know if any one faced the same issue
javax.naming.NamingException: Failed to create remoting connection [Root exception is java.lang.NoSuchMethodError: org.jboss.remoting3.Remoting.createEndpoint(Ljava/lang/String;Lorg/xnio/OptionMap;)Lorg/jboss/remoting3/Endpoint;]
Do we need to deploy any external Jar files for JMS connection?
***Updated by moderator: Lochan to update Categories***
Hi,
I think you haven't added JBoss Client jar tou your project. Go to JBOSS_FOLDER/bin/client and add the jar jboss-client.jar to your classpath. Check if it works! If not, please share complete stack trace.