[
https://issues.apache.org/jira/browse/OPENEJB-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Blevins closed OPENEJB-435.
---------------------------------
Resolution: Fixed
> Support for JDK 1.6 / JRE 6.0
> -----------------------------
>
> Key: OPENEJB-435
> URL: https://issues.apache.org/jira/browse/OPENEJB-435
> Project: OpenEJB
> Issue Type: Bug
> Affects Versions: 3.0-beta-1
> Environment: win xp professional, jdk 1.6
> Reporter: karan singh malhi
> Priority: Critical
> Fix For: 3.0-beta-2
>
> Attachments: ClientDataSource.patch, FakeDataSource.patch,
> java.sql.patch, JdbcConnection.patch, JdbcConnectionFactory.patch
>
>
> built open-ejb using maven. build fails with jdk 1.6. Below is the message
> Compiling 11 source files to
> C:\openejb3\container\openejb-persistence\target\test-classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> C:\openejb3\container\openejb-persistence\src\test\java\org\apache\openejb\persistence\FakeDataSource.java:[25,7]
> org.
> apache.openejb.persistence.FakeDataSource is not abstract and does not
> override abstract method isWrapperFor(java.lang
> .Class<?>) in java.sql.Wrapper
> The above build fails because FakeDataSource implements javax.sql.DataSource.
> Uptill 1.5 javax.sql.Datasource does not extend any other interface, but in
> jdk 1.6, it extends two more interfaces, one of which is java.sql.Wrapper.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.