instead of mappedName try just "name" for instance:
@Resource(name="java:/QueueConnectionFactory")
private javax.jms.QueueConnectionFactory connectionFactory;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031617#4031617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031617 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
