[richfaces-issues] [JBoss JIRA] Updated: (RF-6256) Seam transactions are working for resources requests

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Mar 31 09:42:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-6256:
-------------------------------

    Attachment: RichfacesResourceAwareTransaction.java


Implementation of Seam transaction component aware of RichFaces resources. 

Example of usage:

	<transaction:entity-transaction entity-manager="#{entityManager}" name="entityTransactionComponent" />

	<component class="org.richfaces.demo.RichfacesResourceAwareTransaction">
		<property name="transactionComponent">#{entityTransactionComponent}</property>
		<property name="transactionForUserResource">true</property>
		<property name="transactionForPaint2DResource">true</property>
	</component>



> Seam transactions are working for resources requests
> ----------------------------------------------------
>
>                 Key: RF-6256
>                 URL: https://jira.jboss.org/jira/browse/RF-6256
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.1
>
>         Attachments: RichfacesResourceAwareTransaction.java
>
>


-- 
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 richfaces-issues mailing list