[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4972?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira