0 Replies Latest reply on Apr 18, 2006 7:35 AM by mgruebsch

    Integrating IBM Websphere MQ into EJB3 RC6 bundle with 4.0.4

    mgruebsch

      Hello,

      I tried to combine Websphere Integration (http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingWebSphereMQSeriesWithJBossASPartI) with EJB3 style of MDBs.

      While deploying I get the following error

      java.lang.ClassCastException: com.ibm.mq.jms.MQQueue
       at org.jboss.mq.SpyConnectionConsumer.<init>(SpyConnectionConsumer.java:107)
       at org.jboss.mq.SpyConnection.createConnectionConsumer(SpyConnection.java:209)
       at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:530)
       at org.jboss.ejb3.mdb.MDB.innerCreate(MDB.java:454)
       at org.jboss.ejb3.mdb.MDB.innerStart(MDB.java:267)
       at org.jboss.ejb3.mdb.MDB.start(MDB.java:256)
       ...


      Please compare this to http://www.jboss.org/index.html?module=bb&op=viewtopic&t=77210

      What is going wrong?

      Thanks, Michael