0 Replies Latest reply on Nov 7, 2017 10:35 AM by crinaboitor

    Migration from Wildfly 9 to Wildfly 10 - existing transaction attributes result in locking error

    crinaboitor

      While migrating our application from wildfly 9 to Wildfly 10 existing transaction attributes result in locking error. Is it a wildfly bug?

       

      Our statefull sessionbeans methods with default transaction attribute (required) that were working on the previous configuration no longer work on Wildfly 10. Method access is locked from the transaction of the previous method call.

      Is it a Wildfly specific issue and we should have a specific configuration?