
| Key: |
OPENEJB-952
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Alex Grönholm
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Java 6
|
|
| Resolution Date: |
04/Nov/08 04:41 PM
|
|
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. |
Show » |
|