Community
Participate
Working Groups
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.
Added method.
Fixed.