Search:

Type: Posts; User: bmakhlin; Keyword(s):

Search: Search took 0.01 seconds.

  1. I meant to say I have those jars in...

    I meant to say I have those jars in WebContent\WEB-INF\lib
  2. NoSuchMethodError: org/springframework/beans/factory/annotation/InjectionMetadata

    Hi,
    I am getting error below in web application running on Web Sphere 7 (jdk 1.6) test server in RAD 7.5. Could you please tell me the root cause of this error? Do I have incompatible jars on my...
  3. Replies
    3
    Views
    556

    Thanks your your help. Here is a bean class I...

    Thanks your your help.

    Here is a bean class I am using to test jms transaction and a bean declaration. Please, point out what am I missing. thanks



    public class MQBackEnd2 {
    private...
  4. Replies
    3
    Views
    556

    jsm transaction

    Hello,
    I am using declarative mq jms transaction. I put message on the queue and throw an exception. I expect message to rollback but it does not rollback.

    Why my message does not get rolled...
  5. Replies
    1
    Views
    611

    jms programmatic transaction

    Hi,
    I need to send/receive jms messages without transaction autocommit in one part of the application and commit/rollback transaction later in other part of application. So, I am trying to figure...
  6. Thank you for the article. I changed my...

    Thank you for the article. I changed my JmsTemplate to JmsTemplate102 and was able to send/receive message. I then, replaced defaultDestinationName property in jmsQueueTemplate with...
  7. AbstractMethodError: com.ibm.mq.jms.MQQueueConnectionFactory.createConn ection()

    Hi,
    I am trying to send message to IBM MQ V6 using jmsTemplate and I am getting error

    Exception in thread "main" java.lang.AbstractMethodError:...
Results 1 to 7 of 7