Using following cast

  | factory = (SpyConnectionFactory) ctx.lookup("ConnectionFactory");
  | 
if always get following classcastexception: 

  | Caused by: java.lang.ClassCastException: org.jboss.mq.SpyConnectionFactory
  |     at at.maat.commons.remoting.jms.JMSGateway.start(JMSGateway.java:84)
  |     ... 20 more
  | 

The strange thing is that both, ctx.lookup("ConnectionFactory") and the cast 
(SpyConnectionFactory) are of type org.jboss.mq.SpyConnectionFactory

Any ideas?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969237#3969237

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969237
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to