I'm currently executing an action asynchronously. The action is a very long running one, that can take an hour or more. At some point, the action appears to block… When run in isolation (i.e. outside of Alfresco), the action will complete successfully.
I couldn't see any reference to a timeout, but is it possible that this is what's happening? Its being executed from a JSF Bean (BaseDialogBean). Is it possible that this bean is getting GC'd and leaving the thread orphaned?
Thanks