On Wed, Apr 11, 2001 at 05:27:28PM +0700, Nguyen Thanh Phong wrote:
> Hi,
> 
> I'm recently moving my beans from WebLogic to JBoss. I have some problems to
> create/configure a compatible DataSource JNDI so that I don't have to modify
> my ejb-jar.xml when I deploy my code on WL or JBoss.
> 
> In WebLogic, my beans works if I create a DataSource with JNDI name (e.g.)
> SmartPool. In JBoss, however I have to put java:/SmartPool for the
> DataSource's JNDI. If I prefix my DataSource JNDI on WL with java:/, it
> complains can my bean no longer works.
> 
> Please provide me with some helps. All comments are appreciated.

Read the EJB spec, section 19.4.

Toby.

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to