0 Replies Latest reply on Mar 3, 2006 5:40 AM by ppc

    deleted entity passed to persist

    ppc

      In a test case i create a entity bean using the remote interface of a FacadeBean
      then the test is trying to delete the same entity throught a (SLSB) exposed as Web Service but the operation fail with

      javax.ejb.EJBTransactionRolledbackException: org.hibernate.ObjectDeletedException: deleted entity passed to persist: [net.server.entities.Plan#<null>]
       at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:89)
       at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130)
       at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:196)
      


      The create/deletion works using the Facade only