Create JDBC Data Source in JNDI Server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Create JDBC Data Source in JNDI Server

Ray Shi
Hi there,

I would like to create the JDBC DataSource, UserTransaction, and
TransactionManager objects in the JNDI server in OFBIZ, which can then
be shared among the Entity Engine and other transaction management
support from third-party application frameworks.

Has anyone tried this or something similar before? I would really
appreciate if someone can share the experience or shed the light on
it.

Thanks in advance
Ray
Reply | Threaded
Open this post in threaded view
|

Re: Create JDBC Data Source in JNDI Server

Ray Shi
Never mind. Figured it out by looking at the old JotmContainer code.

Ray