The Artima Developer Community
Sponsored Link

Java Answers Forum
CORBA.TRANSACTION_ROLLEDBACK Exception on Websphere 5.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Balaji

Posts: 1
Nickname: sn
Registered: Jul, 2003

CORBA.TRANSACTION_ROLLEDBACK Exception on Websphere 5.0 Posted: Jul 10, 2003 3:05 AM
Reply to this message Reply
Advertisement
Hi All,

I am working on Websphere 5.0 Version, Windows 2000 Professional. I
have been able to deploy an EAR on the server. I have two stateless
session
beans and an Entity Bean. I am invoking the first stateless bean and
this bean invokes the second stateless bean and the second inturn
invokes the Entity Bean. I have given the transaction attribute as
"SUPPORTS" for all the beans. I am able to invoke the methods on each
of the bean and the data is also being retrieved from the DB, but
while the data is returned back I get the
"org.omg.CORBA.TRANSACTION_ROLLEDBACK" Exception.

I also came to know with some forum of increasing the transaction
timeout value in the server, I could increase the value, but still in
vain.

I see the following error in the SystemErr.log:
================================================
SystemErr R java.lang.reflect.InvocationTargetException:
javax.transaction.TransactionRolle dbackException: CORBA
TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK:
javax.transaction.TransactionRolledba ckException: minor code: 0
completed: No

SystemErr R org.omg.CORBA.TRANSACTION_ROLLEDBACK:
javax.transaction.TransactionRolledbackEx ception: minor code: 0
completed: No
SystemErr R at java.lang.reflect.Constructor.newInstance(Native
Method)
SystemErr R at com.ibm.CORBA.iiop.UtilDelegateImpl.copyObjectByProxy(UtilDelegateImpl.java:119 7)
SystemErr R at com.ibm.CORBA.iiop.UtilDelegateImpl.copyObject(UtilDelegateImpl.java:797)
Syste mErr R at javax.rmi.CORBA.Util.copyObject(Util.java:327)


Can any one please let me know what could be the problem.


Regards,

Balaji

Topic: sending password at the time of estb the connection Previous Topic   Next Topic Topic: SWT

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use