Oracle Enterprise Gateway - issue with Tibco EMS setting
Dear Oracle Community,
I just started to implement simple scenario in Oracle Enterprise Gateway .
I need to integrate in Oracle Enterprise Gateway Tibco EMS Messaging server.
I configured Tibco Enterprise Messaging Service connection according documentation and put tibco JMS library
tibjms.jar in <root_gateway>/ext/lib but the deployment failed with error:
INFO 2012/04/12 13:30:43.802 JMS service: com.tibco.tibjms.naming.TibjmsInitialContextFactory => tcp://localhost:7222
ERROR 2012/04/12 13:30:43.859 cannot reconfigure module type JMSService: unloading the entity:{name=Tibco EMS}:
com.vordel.es.EntityStoreException: cannot configure JMS Service
Caused by: javax.naming.NameNotFoundException: Name not found: 'com.tibco.tibjms.TibjmsConnectionFactory'
I just started to implement simple scenario in Oracle Enterprise Gateway .
I need to integrate in Oracle Enterprise Gateway Tibco EMS Messaging server.
I configured Tibco Enterprise Messaging Service connection according documentation and put tibco JMS library
tibjms.jar in <root_gateway>/ext/lib but the deployment failed with error:
INFO 2012/04/12 13:30:43.802 JMS service: com.tibco.tibjms.naming.TibjmsInitialContextFactory => tcp://localhost:7222
ERROR 2012/04/12 13:30:43.859 cannot reconfigure module type JMSService: unloading the entity:{name=Tibco EMS}:
com.vordel.es.EntityStoreException: cannot configure JMS Service
Caused by: javax.naming.NameNotFoundException: Name not found: 'com.tibco.tibjms.TibjmsConnectionFactory'
tibjms.jar contains the class "com.tibco.tibjms.TibjmsConnectionFactory".
0