Deployment errors in Message Driven bean

Hi,

i'm new to MDB. When i deploying, i got this problem. I tried in many ways. I couldn't solve it.

Deploying application in domain failed; Error loading deployment descriptors for module [testJMS] -- Referencing error: this bundle has no message destination of name: TQueue Error loading deployment descriptors for module [testJMS] -- Referencing error: this bundle has no message destination of name: TQueue

Anyone help me immediately.

[467 byte] By [Message-Driven-Bean] at [2007-11-26 7:24:53]
# 1

It seems the logical message destination reference name is not being mapped to the physical resource jndi name properly.

You could use the sun-ejb-jar.xml to map your logical jndi name to your

physical jndi name.

Sample ejb-jar and sun-ejb-jar.xml for MDBs and further MDB configuration documentation is available off

https://glassfish.dev.java.net/nonav/javaee5/docs/DG/beahl.html#beait

hongzhang at 2007-7-6 19:12:00 > top of Java-index,Application & Integration Servers,Application Servers...