Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transaction rolledback at EJBHomeImpl.checkTxValid

Status
Not open for further replies.

karu76

Programmer
Dec 14, 2000
27
0
0
SG
Hi all,

I have an abnormal condition occurring in my weblogic 5.1.

I have implemented javax.transaction.UserTransaction.
In my Action Class, i hv used beginTransaction().

When a particular EJB is invoked it throws the following stacktrace:

StackTrace:javax.transaction.TransactionRolledBackException
at weblogic.ejb.internal.EJBHomeImpl.checkTxValid(EJBHomeImpl.java)
at weblogic.ejb.internal.EJBHomeImpl.setupTransaction(EJBHomeImpl.java)
at weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java)

Even more strangely this is not a recurring behaviour. It occurs at ramdom.

At EJB level i have check the ejb-jar.xml and weblogic-ejb-jar.xml, both files have the necessary attributes set.

Could this be due to weblogic settings i may hv overlooked. Will be glad to c some responses.

Thk you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top