Hi,
First of all thanks for response. I was stupid about this report - the problem was in different place. Our application extends dashboard in the way to display runtime information about content of predefined folders - mail inbox for example. When a new message is received the user can see in his dashboard changed count of unreaded messages. This was realized with a4j:pull tag and the call to the bean, which uses seam component of CoreSession "documentManager" to check for changes. But in the same time "documentManager" sometimes is using from current user for different operations like read/load documents/jbpmTasks and this is happening in two threads - one for a4j:pull operation and one for user request. In this moment transaction which serves the session is invalidating and becomes in state ABORT_ONLY. and one of the operation can not be done. That was the problem which we solved with using of different sessions for different requests. BTW, when we use JCR we haven't such problems because of the different transaction mechanism.
Once again - thanks for suggestions
Regards,
Stefan

The sub dir sessions are actually closed when the MultiDir session is closed so 
this is probably not the problem. Can you please open a jira issue with the 
complete stack trace as a text attachement? Then post the link to the issue 
here.

Also can you please make it clear in the description of the issue if there are 
steps to reproduce the crash deterministically and what kind of sub dirs do you 
have setup (attach the configuration with stripped server names and password if 
any).
--
Posted by "ogrisel" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2757#7960>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to