java 1.6 compile fix
--------------------
Key: GERONIMO-3171
URL: https://issues.apache.org/jira/browse/GERONIMO-3171
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: naming
Affects Versions: 2.0-M6
Environment: Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Fedora Core 4
Reporter: toby cabot
Priority: Trivial
Fix For: 2.0-M6
Attachments: j6-patch.txt
I was curious to see if Geronimo could build and/or run using java 1.6 so I
tried to build. There's a compile-time problem in one of the mock classes in
geronimo-naming caused by a change in 1.6's interfaces.
1.5: http://java.sun.com/j2se/1.5.0/docs/api/javax/sql/DataSource.html
1.6: http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html
I'll include a patch that adds the new required methods to the mock DataSource.
They seem to work fine in 1.5 also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.