Het scenario:
In mijn JSP bestand druk op een button om een tabel te open, omdat dit een grote tabel is, 2000 records, duurt dit wel een poosje(zo een 10 seconde) Echter zodra ik ondertussen op een andere button druk, om een andere tabel te open krijg ik de volgende foutmelding:
HTTP ERROR: 500 EJBException:; nested exception is: javax.ejb.EJBException: Application Error: tried to enter Stateful bean with different transaction context, contextTx: TransactionImpl:XidImpl [FormatId=257, GlobalId=CELSIUS62//32, BranchQual=], methodTx: TransactionImpl:XidImpl [FormatId=257, GlobalId=CELSIUS62//33, BranchQual=]
Wie iemand hoe ik dit moet oplossen?
In mijn JSP bestand druk op een button om een tabel te open, omdat dit een grote tabel is, 2000 records, duurt dit wel een poosje(zo een 10 seconde) Echter zodra ik ondertussen op een andere button druk, om een andere tabel te open krijg ik de volgende foutmelding:
HTTP ERROR: 500 EJBException:; nested exception is: javax.ejb.EJBException: Application Error: tried to enter Stateful bean with different transaction context, contextTx: TransactionImpl:XidImpl [FormatId=257, GlobalId=CELSIUS62//32, BranchQual=], methodTx: TransactionImpl:XidImpl [FormatId=257, GlobalId=CELSIUS62//33, BranchQual=]
Wie iemand hoe ik dit moet oplossen?