[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4972) javax.persistence.query.timeout and javax.persistence.lock.timeout can be passed when creating an EMF

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Mar 8 15:31:47 EST 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35753#action_35753 ] 

Emmanuel Bernard commented on HHH-4972:
---------------------------------------

Are you sure, AFAIK the EntityManagerFactory does not receive nor propagate these properties (when I opened this case).

Map<Stirng, Object> proeprties = ...;
properties.put("...lock.timeout", 200);
Persistence.createEntityManagerFactory("managed", properties);


> javax.persistence.query.timeout and javax.persistence.lock.timeout can be passed when creating an EMF
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HHH-4972
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4972
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: entity-manager
>    Affects Versions: 3.5.0-CR-2
>            Reporter: Emmanuel Bernard
>            Assignee: Scott Marlow
>             Fix For: 3.5.0.Next
>
>         Attachments: HHH-4972.patch
>
>
> This is ignored at the moment

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

        


More information about the hibernate-issues mailing list