Try using "name" rather than "mappedName".
I would also use instance rather than static fields.
@Resource(name= "jms/customerQueueConnectionFactory")
private ConnectionFactory customerQueueConnectionFactory;
@Resource(name= "jms/customerQueue")
private Queue customerQueue;
That's what I do.
Nigel
[Message sent by forum member 'nigeldeakin' (nigel.deakin_at_sun.com)]
http://forums.java.net/jive/thread.jspa?messageID=391039