Page 233 of "J2EE Development without EJB" says
Is this a hard and fast requirement? Is it possible to get container-managed JDBC transactions without reliance on JNDI?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 ...
- Justin Makeig


Reply With Quote