Check that database is not broken, and all base relation between jcr-items are not corrupted.
4950515253545556575859
{ TransactionActiveHome home = (TransactionActiveHome) getInitialContext().lookup("test/ejbs/TxActiveBean"); TransactionActiveRemote remote = home.create(); remote.setupDatabase(); remote.changeDatabase(); remote.checkDatabase(); } public void testJMSTransactionActive() throws Exception { TransactionActiveHome home = (TransactionActiveHome) getInitialContext().lookup("test/ejbs/TxActiveBean");