Hello,

We have an ear application with multiple ejb-jar modules. Module A contains a
session bean that write stuff on a queue X. This module A also declares the
queue X in a SAR. Module B contains an MDB which is mapped on queue X.

The problem we have is that module B is deploying, queue X does not exist. As
a result, JBoss (3.2.3) creates a temporary destination. When module B
deploys, the creationg of the queue failed because it was already created, as
temporary. Is there a way to solve this problem through some dependencies or
something?

Also, what's the difference between a temporary destination and a destination
created by a sar (through MBean).

Thanks,

Stephane


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to