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

Bug 370166

Summary: PlainDriverDataSource class needs to be upgraded to work in Java SE 7
Product: [RT] Gemini.JPA Reporter: Michael Keith <michael.keith>
Component: CoreAssignee: Michael Keith <michael.keith>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0.0   
Target Milestone: 1.1.0 M1   
Hardware: All   
OS: Windows 7   
Whiteboard:

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.