Hello Everyone,
I am migrating my application from Jboss 5 GA to Jboss 7.1,I Jboss 5 we are using ejb's in which we are using AsyncUtil.mixin method to convert ejb proxy to async by a boolean variable.How can i achieve this in jboss 7.1 because i cant this AsyncUtil class in jboss 7.1.
Any help will be appreciated.
You should use the upstream wildfly 8.0.final instead of the older AS7.1.
For Async invocation you can now use the EJB3.1 standard asynchronous invocations. The container supports that without any external tool.