0

I am facing following exception in my project which is deployed on weblogic server

Failed to convert property value of type 'javax.naming.Reference' to required type 'javax.jms.ConnectionFactory' for property 'targetConnectionFactory'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'javax.naming.Reference' to required type 'javax.jms.ConnectionFactory' for property 'targetConnectionFactory': no matching editors or conversion strategy found.

Could anyone please guide me what would be the probable reason behind this exception?

following is part of my dependencies.gradle file

provided (
        'javax.jms:jms:1.1',
        'com.ibm.mq:ibm-mq:7.0.19',
        'com.ibm.mq:ibm-mq-jmqi:7.0.19',
    )
Pawan Patil
  • 1,067
  • 5
  • 20
  • 46

0 Answers0