[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-1899) Uploading large archives into Portal CMS results in Transaction timeout
Sohil Shah (JIRA)
jira-events at lists.jboss.org
Sun May 4 02:53:18 EDT 2008
[ http://jira.jboss.com/jira/browse/JBPORTAL-1899?page=all ]
Sohil Shah resolved JBPORTAL-1899.
----------------------------------
Resolution: Done
This operation now executes asynchronously and not within the context of the user thread
The user is shown a friendly message that their archive has been uploaded for processing, and the resources will show up in the Folder once the processing is successfully finished
> Uploading large archives into Portal CMS results in Transaction timeout
> -----------------------------------------------------------------------
>
> Key: JBPORTAL-1899
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1899
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal CMS
> Affects Versions: 2.6 Final
> Reporter: Sohil Shah
> Assigned To: Sohil Shah
> Fix For: 2.6.5 Final
>
> Attachments: MyOrgTemplate-2008-02-14.zip
>
>
> Clarification: Large archives not as in size of the zip file, but in terms of number of resources to be created from the zip file.
> Currently, this happens within the context of a single JCR Command and results in inserting one resource at a time within the context of the transaction.
> It probably requires some creative way to inject these cms resources so that the success of the JCR Command is irrespective of number of resources being created.
> Possible solutions:
> 1/ Executing this command asynchronously and not within the context of the user thread
> 2/ Splitting the command up into multiple worker threads responsible for creating the resources concurrently
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list