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

Guillaume Nodet resolved ARIES-885.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: jpa-container-context-1.0.1
         Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=1366076&view=rev

                
> In container managed mode, a single non thread safe entity manager is used to 
> service all requests when no transaction is active
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-885
>                 URL: https://issues.apache.org/jira/browse/ARIES-885
>             Project: Aries
>          Issue Type: Bug
>          Components: JPA
>    Affects Versions: 1.0
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: jpa-container-context-1.0.1
>
>
> The EntityManager object is not thread safe, so the access to the shared 
> entity manager should be synchronized.
> This could eventually be made optional, but the default should be to be 
> synchronized to avoid problems, disabling the synchronization should be an 
> optional setting depending on which JPA provider is used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to