-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.4.CR2
-
None
-
Workaround Exists
-
This code:
protected void startService() throws Exception
{
// Setup plugins, fall back to safe defaults
// Get the Tx manager
try
catch (Exception e)
{ log.warn("Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): " + e.toString()); transactionManager = TxManager.getInstance(); }needs to be dropped and the TransactionManager injected via a dependency.