| Summary: | missing JPA 2.0 persistence unit properties | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Karen Butzke <karenfbutzke> |
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | gordon.yorke |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Karen Butzke
All JPA 2,0 features can be found here : http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0 for future reference. *** This bug has been marked as a duplicate of bug 249023 *** Whoops, my mistake. Does this include support for javax.persistence.query.timeout? I am trying to link the Dali bugs to EclipseLink bugs so we know when we can support them. No that property was implemented under : http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/pessimistic_locking Bug 248489 ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=248489 ) I see javax.persistence.lock.timeout implemented with that bug, but not javax.persistence.query.timeout. I'm searching the code. I apologize I did not look at your comment close enough. The query time out property should be implemented as part of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=249023 This is an all encompassing bug for spec defined properties. javax.persistence.lock.timeout was implemented as part of Bug 248489 because that particular property pertained to that feature specifically. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |