java - JMS, MQ Exception in WebSphere -
i getting exception when trying read message websphere mq via mdb, can 1 please guide me.when deploy ear file on websphere works flawlessly getting exception on different websphere. missing in configuration, why exception occur?
javax.ejb.ejbexception: injection failure; nested exception is: java.lang.illegalargumentexception: can not set javax.jms.connectionfactory field com.ultramatics.hawkeye.mdb.listener.hawkeyemdblistener.replycf com.ibm.mq.jms.mqqueue
you trying assign connectionfactory field mqqueue object, 2 different types.
i guess grab them jndi or similar , there might naming mess in configuration?
Comments
Post a Comment