[ 
https://issues.apache.org/jira/browse/CXF-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520496
 ] 

Dušan Mamrilla commented on CXF-915:
------------------------------------

I must take back words "serious troubles" and lower the priority. My problems 
were caused most probably by the hibernate incompatibility with asm 3.0/2.2.x.

Now I am not sure whether  asm 3.0 affects the spring functionality, but as 
some api changed in new ASM 3.0 it is possible. Therefore it would be wise to 
depend on the same asm version as spring does. ASM itself doesn't guarantee 
backward compatibility.

> ASM3.0 dependency affects spring 2.0 functionality
> --------------------------------------------------
>
>                 Key: CXF-915
>                 URL: https://issues.apache.org/jira/browse/CXF-915
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>         Environment: sun java6, spring 2.0.6
>            Reporter: Dušan Mamrilla
>            Priority: Critical
>
> ASM 3.0 causing serious troubles in using springframework because of changed 
> signature of constructor org.objectweb.asm.ClassWriter(parameter changed from 
> boolean to int). As I am aware spring is using ASM 2.2.2 and in further 
> release (v2.1)  will be using ASM 2.2.3. Therefore I suggest fall back 
> dependency to  ASM 2.2.x. 

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

Reply via email to