[ 
https://issues.apache.org/jira/browse/TUSCANY-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511813
 ] 

Paul Golick commented on TUSCANY-1237:
--------------------------------------

When you compile with the JDK 5 compiler, even though you specify that the 
class files use the 1.4 format, your users can get runtime errors with a 1.4.2 
compiler because a class file can refer to methods or classes that are not 
available in a 1.4.2 class library.
At least occasional compilation with a 1.4.2 compiler is necessary to ensure 
that only features available in a 1.4.2 class library are referenced in the 
generated class files.

> DAS should support JDK 1.4 runtime
> ----------------------------------
>
>                 Key: TUSCANY-1237
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1237
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java DAS RDB
>         Environment: Windows, Sun JDK 1.4.2_11
>            Reporter: Ron Gavlin
>             Fix For: Java-DAS-Next
>
>         Attachments: das-TUSCANY-1237.2.patch, das-TUSCANY-1237.patch
>
>
> Tuscany DAS should support JDK 1.4. Since Tuscany DAS leverages SDO, it would 
> seem to make sense for the DAS
> JDK requirements to be sync'd with the Tuscany SDO JDK requirements. Tuscany 
> SDO currently supports JDK 1.4+. After browsing the DAS source code, there 
> appear to be only a few places that leverage JDK 1.5 features. These could 
> easily be replaced with JDK 1.4 functions. Please consider supporting JDK 1.4 
> until SDO 3 is released at which time I presume SDO will require JDK 1.5.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to