[
https://issues.apache.org/jira/browse/ARIES-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860892#action_12860892
]
Valentin Mahrwald commented on ARIES-299:
-----------------------------------------
There is also a runtime dependency in the blueprint asm-proxying code.
Essentially, our Blueprint code will build with JDK5, but the unittests and
itests fail, because the asm-generate proxy code prereqs Java 6.
> ensure Aries compiles and runs on Java 5 and Java 6
> ---------------------------------------------------
>
> Key: ARIES-299
> URL: https://issues.apache.org/jira/browse/ARIES-299
> Project: Aries
> Issue Type: Bug
> Affects Versions: 0.2
> Reporter: Jeremy Hughes
>
> Right now:
> * util: BundleToClassLoaderAdapter needs java 6 libraries in order to compile
> * jndi: the ServiceRegistryContextTest class uses the Wrapper interface which
> isn't present in java 5
> * transaction: the java.sql.Connection interface introduced new methods using
> new classes in java 6 so ConnectionWrapper class can't be written to compile
> on both java 5 and java 6 libraries
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.