Hi Daniel,

(I'm moving this from user@ to dev@)

> today I found out, that the workaround with setting <in-memory> to
> "false" works only for invokes of webservices, not extension
> activities.

That's true. If you need a concurrent execution of extension activities
you'd need to implement the abstract class for async extensions, fork
your own thread and call the ExtensionContext.complete method once your
processing has finished. In this case the run method can finish before
the processing is done and the navigation continues.

HTH,
  Tammo

-- 
Tammo van Lessen - http://www.taval.de

Reply via email to