This content has been marked as final.
Show 2 replies
-
1. Re: Behaviour of calls to @Asynchronous methods within an SSB?
Stuart Douglas Nov 12, 2009 10:50 PM (in response to Jean Luc)It is just made to the bean object.
-
2. Re: Behaviour of calls to @Asynchronous methods within an SSB?
Jean Luc Nov 12, 2009 11:18 PM (in response to Jean Luc)Just did some testing. It is indeed so and because the call doesn't get through any interceptors, The @Asynchronous annotation is ignored and the call is made within the same thread, as with a regular method invocation.