[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1899) Uploading large archives into Portal CMS results in Transaction timeout
Sohil Shah (JIRA)
jira-events at lists.jboss.org
Mon Feb 18 13:43:26 EST 2008
[ http://jira.jboss.com/jira/browse/JBPORTAL-1899?page=comments#action_12399771 ]
Sohil Shah commented on JBPORTAL-1899:
--------------------------------------
Workaround until there is a solution:
Split your zip archive up into smaller zip archives and then upload these archives one at a time
End result will remain the same, just splitting the zip file can be a bit annoying
> 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
>
>
> 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