Do you by any chance have a jar file in your application that contains the javax.jmx.QueueConnectionFactory class? If so, remove that jar - you are running into a class loader issue where two different class loader loaded the same class (which makes them inherently different).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172706#4172706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172706 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
