1 Reply Latest reply on Feb 24, 2005 6:35 AM by jarva55

    error in ejbStore()

    prakah

      Hello All,

      I am newbie to both jboss and ejb. I have created an BMP entity bean and deployed it on JBoss. There is no error in this part. From the Client application when i created an entity bean, it works smoothly and created an bean and there is entry in database,which in my MySQL. But when i try to update an entity bean, ejbStore throwing an Exception. The Exception is given below.

      org.jboss.tm.JBossTransactionRolledbackException: null; nested exception is:
      org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=beta/46, BranchQual=, localId=46] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: ejbStore failed); - nested throwable: (org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=beta/46, BranchQual=, localId=46] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: ejbStore failed))


      Please help me in solving this problem.


      Thanks and Regards,
      Prakash.A