-
Task
-
Resolution: Done
-
Major
-
None
-
None
See JBTM-809 for the algorithm
You might want to put the startup in the context listener:
public class MyServletContextListener implements ServletContextListener {
public void contextInitialized(ServletContextEvent sce)
@Override
public void contextDestroyed(ServletContextEvent sce)
}
Quickstart application should connect to the database (say PostgreSQL), dummy XA resource and coordinate the transaction. The PostgreSQL data source needs to be accessed via IronJacamar.
- blocks
-
JBTM-809 Provide instructions for using ironjacamar as well as transactional driver
- Closed
- is blocked by
-
JBJCA-1011 Any ';' characters should be replaced by '\n' for XA datasource properties
- Closed
-
JBJCA-1027 Resources referenced from classloader not released
- Closed