[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-2267) Ability to override global transaction timeout value for CMS component

Magesh Kumar B (JIRA) jira-events at lists.jboss.org
Mon Apr 6 08:04:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBPORTAL-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12460724#action_12460724 ] 

Magesh Kumar B commented on JBPORTAL-2267:
------------------------------------------

In 2.6.x the transaction timeout can be isolated by using the attached customJTA.jar and setting the following in the CMS hibernate configuration

<property
name="hibernate.transaction.factory_class">org.hibernate.transaction.CustomJTATransactionFactory</property>

But this no longer works in 2.7.x

> Ability to override global transaction timeout value for CMS component
> ----------------------------------------------------------------------
>
>                 Key: JBPORTAL-2267
>                 URL: https://jira.jboss.org/jira/browse/JBPORTAL-2267
>             Project: JBoss Portal
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Portal CMS
>    Affects Versions: 2.7.0 Final
>            Reporter: Magesh Kumar B
>            Assignee: Sohil Shah
>         Attachments: customJTA.jar
>
>
> Uploading large files in CMS times out with the message:
> javax.servlet.ServletException: Transaction is not active: tx=TransactionImpl:XidImpl
> However this could be overcome by increasing the TransactionTimeout value for the org.jboss.tm.TransactionManagerService mbean in server/<server-config>/conf/jboss-service.xml. Now this affects the timeout value for all applications deployed in JBossPortal server, which is not what is needed. Instead a facility to increase the timeout value for only the CMS component is desired.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list