Bug 269982 - JPA Examples: refactor deprecated jdbc persistence.xml properties to javax.persistence.jdbc
Summary: JPA Examples: refactor deprecated jdbc persistence.xml properties to javax.pe...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: All Windows XP
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 11:10 EDT by Michael OBrien CLA
Modified: 2022-06-09 10:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael OBrien CLA 2009-03-25 11:10:51 EDT
Fix property deprecation warnings in example code and wiki content.

>All instances of the following properties...
            <property name="eclipselink.jdbc.driver" value=""/>
            <property name="eclipselink.jdbc.url" value=""/>
            <property name="eclipselink.jdbc.user" value=""/>
            <property name="eclipselink.jdbc.password" value=""/>


>...that generate INFO warnings like the following
[EL Info]: 2009-03-25 11:06:23.859--ServerSession(17444196)--Thread(Thread[main,5,main])--property eclipselink.jdbc.url is deprecated, property javax.persistence.jdbc.url should be used instead.

>...should be modified to the following in...
http://wiki.eclipse.org/EclipseLink/Examples/JPA

>and in example projects off of...
http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/
Comment 1 Eclipse Webmaster CLA 2022-06-09 10:19:38 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink