Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 258664

Summary: missing JPA 2.0 persistence unit properties
Product: z_Archived Reporter: Karen Butzke <karenfbutzke>
Component: EclipselinkAssignee: 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 CLA 2008-12-12 10:23:37 EST
the JPA 2.0 spec supports 4 persistence unit properties, I could be missing it, but I don't see where eclipselink is supporting these properties and I don't see an existing bug.


javax.persistence.jdbc.driver — fully qualified name of the driver class
javax.persistence.jdbc.url — driver-specific URL
javax.persistence.jdbc.user — username used by database connection
javax.persistence.jdbc.password — password for database connection validation


I am unsure how these affect the existing EclipseLink properties, but I assume you have to support both.
eclipselink.jdbc.driver
eclipselink.jdbc.url
eclipselink.jdbc.user
eclipselink.jdbc.password
Comment 1 Gordon Yorke CLA 2008-12-12 10:40:27 EST
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 ***
Comment 2 Karen Butzke CLA 2008-12-12 10:56:19 EST
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.
Comment 4 Karen Butzke CLA 2008-12-12 11:07:03 EST
I see javax.persistence.lock.timeout implemented with that bug, but not javax.persistence.query.timeout.  I'm searching the code.
Comment 5 Gordon Yorke CLA 2009-01-14 12:42:35 EST
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.
Comment 6 Eclipse Webmaster CLA 2022-06-09 10:29:54 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink