-
Bug
-
Resolution: Unresolved
-
Critical
-
depchain-1.0.0-alpha-4
-
None
Async invocations on nointerface view doesn't work in AS 6.0.0.M4. It's because the nointerface views currently do not have any client side interceptors (async invocation handling is done in a client side AOP interceptor).
P.S: I'm thinking of adding jboss-interceptors based interceptors instead of AOP ones for the nointerface views, if possible.