Author |
Message |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 13, 2011 6:57 am Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
Issue was that the class was being overwritten because the application was set to load classes parentlast. In the pom file, the geronimo-jms_1.1_spec dependency did not have a scope set and, by defaul ... |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 12, 2011 2:53 pm Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
The issue seems related to the following thread: http://old.nabble.com/Axis2-JMSListener-on-Websphere-td15165852.html. The configuration seems OK, but there is a mismatch when the class is loaded. |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 12, 2011 1:50 pm Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
I've been able to further trace down the error:
Error logs:
2011-07-12 16:34:51,257 ERROR org.messages.impl.service.MessageBean - sendMessage(): Error sending message to queue ... |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 12, 2011 10:59 am Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
The jms/qcf is defined in the web.xml as follows.
web.xml:
<resource-ref>
<description></description>
<res-ref-name>jms/message/input</res-ref-name>
<res ... |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 12, 2011 4:41 am Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
I've searched these and other forums and have not been able to find exactly why the following error is occurring. Locally, this issue does not occur, but after deploying to an Integration environment ... |
Topic: Issue: JMS to MQ - AOP configuration seems to be invalid |
georgeandrews
Replies: 7 Views: 13869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 12, 2011 4:40 am Subject: Issue: JMS to MQ - AOP configuration seems to be invalid |
I have an issue with sending a message using core javax.jms to MQ. |