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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -