0 Replies Latest reply on Feb 1, 2012 1:53 AM by pushpak1981

    Seam2 @Asynchronous

    pushpak1981

      Hi,


      Recently we migrated our seam application from Jboss5.1 to Jboss7.1. We had an Seam Application component with @Asynchronous method.
      In the @Asynchronous method are new transactions created ?


      We tried to verify that by adding a statement
      org.jboss.seam.transaction.Transaction.instance().isActive()
      at the start of the @Asynchronous method. (Non EJB)


      In Jboss5.1 the value was false and Jboss7.1 the value is true. why this is showing different values on both the servers with same application.