[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2008-04-01 Thread dbuchwal
I'm having the same problem using WebSphere MQ. Any solutions yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140581#4140581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140581

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-12-16 Thread dyzma
I have a similar problem with MDB from EJB 2 (not from EJB 3). To access ActiveMQ from JBoss I am following the instructions from this article http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html. The only difference is I have ActiveMQ running on a separate machine,

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-12-16 Thread [EMAIL PROTECTED]
The following thread http://www.jboss.com/index.html?module=bbop=viewtopicp=3989865#3989865 takes a step by step approach to integrating JBoss with ActiveMQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994437#3994437 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-09-05 Thread branAtSS8
Has this been solved? java.lang.ClassCastException: org.apache.activemq.command.ActiveMQQueue at org.jboss.mq.SpyQueueReceiver.(SpyQueueReceiver.java:42) at org.jboss.mq.SpySession.createReceiver(SpySession.java:689) at

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-08-30 Thread pradeepbhat
Has the problem been solved. I am using Jboss 4.0.3 with no MDB.It is a simple JMS consumer inside of Jboss. 15:21:24,099 INFO [STDOUT] java.lang.ClassCastException: org.apache.activemq.command.ActiveMQQueue | 15:21:24,099 INFO [STDOUT] at

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-08-09 Thread jc7442
issue 1: ClassCastException is due to the fact that MDB EJB3 RC8 implementation is not able to create topic/queue with another implementation than JBossMQ. isue 2: If you create topic/queue using XML, you can go one step further. But now the problem is that MDB EJB3 use a

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-08-09 Thread jc7442
I started to write a patch based on the branch used for EJB3 RC8 but I do not terminate it when I see that the code for MDB in the main branch as been completly refactored (I did not try to rebuild main branch). Writting a patch would have been a very short term action. View the original post

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-08-09 Thread jc7442
Sorry I was wrong ... ActiveMQ supports the createConnectionConsumer. I try to implement a patch on MDB.java class. My problem is now to be able to get the ServerSessionPool used by activeMQ. Any idea how to do that ? View the original post :

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2006-08-08 Thread redijedi
I am having the same problem. Have you solved this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963960#3963960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963960 ___