0 Replies Latest reply on Mar 23, 2017 11:11 AM by nickbar86

    Migrate JBoss to Wildfly with EJB2 Bean Managed Persisted Entity Beans

    nickbar86

      We are trying to migrate our application from JBoss 6 to Wildfly 9. The application contains some EJB2 BMP Entity Beans.

      We have managed to deploy and run it, however, we have the following behavior

      Whenever a bean is called, all the lifecycle methods are called (e.g. ejbStore, ejbPassivate) more than one time.

      Is there any explanation regarding this behavior?