Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370166 - PlainDriverDataSource class needs to be upgraded to work in Java SE 7
Summary: PlainDriverDataSource class needs to be upgraded to work in Java SE 7
Status: RESOLVED FIXED
Alias: None
Product: Gemini.JPA
Classification: RT
Component: Core (show other bugs)
Version: 1.0.0   Edit
Hardware: All Windows 7
: P3 normal (vote)
Target Milestone: 1.1.0 M1   Edit
Assignee: Michael Keith CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 16:18 EST by Michael Keith CLA
Modified: 2012-01-30 16:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Keith CLA 2012-01-30 16:18:48 EST
The getParentLogger() method was added to the DataSource interface in jdk 1.7, so in order to build against jdk 1.7 we need to add that method to org.eclipse.gemini.jpa.PlainDriverDataSource, which implements that interface.
Comment 1 Michael Keith CLA 2012-01-30 16:19:35 EST
Added method.
Comment 2 Michael Keith CLA 2012-01-30 16:20:06 EST
Fixed.