I have a Seam application that kicks off business processes. At the moment there is no other application or component that needs to co-ordinate, there is just the one web app.
I'd like to use asynchronous continuations in the business processes, but at the moment if I do the process just sits there inactive and the relevant actions are not executed.
How do "switch on" asynchronous continuations in a Seam environment?
I've seen this article, but cannot locate any of the classes mentioned and am a bit stuck!