Hi,

I'm migrating to Spring and have lots of old EJBs that still needs to be EJBs. For several reasons, I really need the calls to the EJB to be asynchronous, but I find no way to do it.

The...