The interface javax.sql.DataSource inherits from java.sql.Wrapper in Java 6 but not in Java 5. The methods required by java.sql.Wrapper are not implemented in the NullDataSource class in org.apache.openejb.persistence.PersistenceBootstrap, preventing the build process from completing successfully under JDK6. Attached is a patch that adds the appropriate minimum implementation of the required methods.
Description
The interface javax.sql.DataSource inherits from java.sql.Wrapper in Java 6 but not in Java 5. The methods required by java.sql.Wrapper are not implemented in the NullDataSource class in org.apache.openejb.persistence.PersistenceBootstrap, preventing the build process from completing successfully under JDK6. Attached is a patch that adds the appropriate minimum implementation of the required methods.