0 Replies Latest reply on Jul 18, 2011 3:23 PM by mlybarger

    jboss 7 migration

    mlybarger

      I'm migrating some 4.x applications to jboss 7. 

       

      The application code doesn't compile. It uses async future code:

       

      import org.jboss.aspects.asynch.Future;

      import org.jboss.ejb3.asynchronous.Asynch;

      ...

       

      Future future = Asynch.getFutureResult(biAsync);

       

      Perhaps I'm searchign for the wrong thing, but is there a conversion document or some such for this moved functionality?

       

      Thanks,

      -mark-