You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "David Sean Taylor (JIRA)" <je...@portals.apache.org> on 2008/06/04 07:52:45 UTC

[jira] Resolved: (JS2-884) User Manager creating excessive transactions on get* operations via Spring transactions

     [ https://issues.apache.org/jira/browse/JS2-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Sean Taylor resolved JS2-884.
-----------------------------------

    Resolution: Fixed

> User Manager creating excessive transactions on get* operations via Spring transactions
> ---------------------------------------------------------------------------------------
>
>                 Key: JS2-884
>                 URL: https://issues.apache.org/jira/browse/JS2-884
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 2.2
>            Reporter: David Sean Taylor
>            Assignee: David Sean Taylor
>             Fix For: 2.2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> User Manager creating excessive transactions on get* operations via Spring transactions
> In spring configuration, was:
> 				<prop key="*">PROPAGATION_REQUIRED</prop>
> changing to more refined transactional propagation:
> 		<property name="transactionAttributes">
> 		   <props>				
> 			<prop key="add*">PROPAGATION_REQUIRED</prop>
> 			<prop key="update*">PROPAGATION_REQUIRED</prop>
> 			<prop key="remove*">PROPAGATION_REQUIRED</prop>
> 			<prop key="*">PROPAGATION_SUPPORTS</prop>
> 		   </props>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org