Event Handler to push messages to a JMS QUEUE

1
0
-1

Hi,
I am using Bonita Event Handlers to push a message to Active MQ using Spring Libraries. We are using 7.2.2 version.

Placed custom jar file along with spring libraries in BONITA_HOME/webapps/bonita/WEB-INF/lib
and placed configurations file in server BONITA_HOME/conf/tanents/1/bonita-tenant-sp-custom.xml

1) spring-tx-3.1.2.RELEASE.jar
2) spring-jms-3.1.2.RELEASE.jar

Error Message:

Error creating bean with name 'jmsTemplate' defined in file [/apps/opt/bonita/BonitaBPMSubscription-7.2.2-Tomcat-7.0.67/bonita/engine-server/conf/tenants/1/bonita-tenant-sp-custom.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: javax/jms/JMSException

The same set up is working in my local machine. Looks like when deployed on Linux server where we have only runtime it got this issue.

We need to get this resolved ASAP. Let me know incase of any further information needed.

Regards,
Srinivas

Comments

Submitted by Srinivas.S.Kuch... on Wed, 05/04/2016 - 18:50

The same set up is working in my local machine. Looks like when deployed on Linux server where we have only runtime it got this issue.

Submitted by Srinivas.S.Kuch... on Wed, 05/04/2016 - 22:16

I was able to figure out the issue.

No answers yet.
Notifications