In case anyone's wondering on the solution, there was a conflict between the weblogic.jar and jms.jar. Made the jms.jar run first before the weblogic.jar and all's well in the world. :)
Type: Posts; User: megitsune; Keyword(s):
In case anyone's wondering on the solution, there was a conflict between the weblogic.jar and jms.jar. Made the jms.jar run first before the weblogic.jar and all's well in the world. :)
Hi yferahi,
Thank you for the quick reply. I'm experiencing InvocationTargetException due to jmsTemplate.send triggering createConnection and not getting any ConnectionFactory in the...
Hi,
May I ask how or what you changed to point it to the QueueConnectionFactory? I'm encountering some errors and this might be the answer I need to solve my problem. Thank You.
Hi, I've been trying to send a message using JMS but I keep encountering an error once it gets to jmsTemplate.send(...)
I've tried tracing it and it seems to me it triggers the createConnection()...