Hi all,

I have a session EJB and a Message-Driven EJB in a jar deployed in Borland
Enterprise Server.

In a method of the Session Bean there is a lookup for the queue connection
factory in BES:

 QueueConnectionFactory qFactory =
(QueueConnectionFactory)ctx.lookup("serial://jms/qcf");


However, if I deploy the same jar in JBoss there will be an NamingNotFound
exception in the above line.

How is is possible to change only the deployments descriptors (without
changing the code!) in order to 
map "serial://jms/qcf" (BES) to "ConnectionFactory" (JBOSS) and deploy the
jar in JBOSS ?

I am currently using xDoclet tags for the development of my EJBs.

Thanks
Vassilis


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to