jmakeig
Sep 7th, 2004, 04:08 PM
Page 233 of "J2EE Development without EJB" says
For resources to participate in container transactions, they must be configured appropriately. For JDBC, it's necessary to set up a JNDI DataSource via the ... javax.sql.XADataSource ...
Is this a hard and fast requirement? Is it possible to get container-managed JDBC transactions without reliance on JNDI?
- Justin Makeig
For resources to participate in container transactions, they must be configured appropriately. For JDBC, it's necessary to set up a JNDI DataSource via the ... javax.sql.XADataSource ...
Is this a hard and fast requirement? Is it possible to get container-managed JDBC transactions without reliance on JNDI?
- Justin Makeig