0 Replies Latest reply on Aug 27, 2004 6:13 AM by greydeath

    EJB 2.1 Deployment Problem

    greydeath

      Hi,

      In EJB 2.0 one used resource-env-ref to reference JMS Destinations. this changed in 2.1 to its own tag: message-destination-ref.

      Unfortunately there's no such tag in the jboss.xml. I tried to use resource-env-ref again, but I got the following obvious exception:

      resource-env-ref jms/Destination found in jboss.xml but not in ejb-jar.xml

      Does JBOSS support message-destination-ref yet? and if, how do I make the link.