[ 
http://issues.apache.org/jira/browse/TUSCANY-137?page=comments#action_12372056 
] 

Jeremy Boynes commented on TUSCANY-137:
---------------------------------------

To fix the UnsupportedClassVersionError in the Bytecode tests you should change 
the class version supplied to ASM on line 60 of the generator:
  cw.visit(V1_5, ACC_PUBLIC + ACC_ABSTRACT + ACC_INTERFACE, name, null, 
"java/lang/Object", interfaces);
s/V1_5/V1_4/

There may be other issues as well ...


> According to spec, sdo should be JDK 1.4 compatible
> ---------------------------------------------------
>
>          Key: TUSCANY-137
>          URL: http://issues.apache.org/jira/browse/TUSCANY-137
>      Project: Tuscany
>         Type: Bug
>   Components: Java SDO Implementation
>     Reporter: Daniel Kulp
>  Attachments: sdo.patch, spec.patch
>
> Patches to update spec/sdo and sdo to be source/target=1.4

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to