Hello everybody, I've recently moved my Application on to j2ee1.3 server and the same code which was working fine on j2ee1.2.1 throws the following error:
java.rmi.RemoteException: nested exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 9998 Maybe; nested exception is: org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 9998 completed: Maybe; nested exception is: javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 9998 Maybe; nested exception is: org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 9998 completed: Maybe javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 9998 Maybe; nested exception is: org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 9998 completed: Maybe org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 9998 completed: Maybe at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237) at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:93) at com.sun.corba.ee.internal.iiop.LocalClientResponseImpl.getSystemException(LocalClientResponseImpl.java:125) at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOAClientSC.java:136) at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:294) at com.uk.churchill.estore.model.component.productcombination.ejb._ProductCombinationHome_Stub.findByProdCombId(Unknown Source) at com.uk.churchill.estore.model.component.catalogue.ejb.CatalogueEJB.getProductPackage(CatalogueEJB.java:101) can someone please point me why or when such an Exception is normally thrown? ProductCombination is a cmp entity bean and method findByProdCombId() of which accepts String productId and String combinationId, which together form the compound primary Key for the entity this error is not pertaining to this bean alone but all! All my methods transactions are set to "Required". Thanks in advance, Donny =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
