[jboss-user] [EJB/JBoss] - Re: Problem with @Resource and JBOSS

HoleInOne do-not-reply at jboss.com
Mon Mar 26 11:01:13 EDT 2007


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



More information about the jboss-user mailing list