• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

org. omg. CORBA. TRANSACTION_ROLLEDBACK ...seems greek latin...!!

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am working webbank example from "IBM Websphere V4.0 Advanced Ed. handbook". I could successfully deploy the application and also invoke the client(Atlast! with least amount of time... )when i try to click the button(which queries the database ...!!its DB2UDBV72!!), I am getting the following exception...could someone explain the cause of this?
The exception after clicking on the 'GetBranchBalance' button...
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
com.ibm.ejs.container.UncheckedException: ; nested exception is:
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No;
nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
com.ibm.ejs.container.UncheckedException: ; nested exception is:
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No;
nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No; nested
xception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
thanks a ton!
vijay
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic