[
https://issues.apache.org/jira/browse/CXF-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520524
]
Daniel Kulp commented on CXF-915:
---------------------------------
Just FYI: the ASM use in CXF is completely optional (although not marked as
optional in the pom). If ASM is not found or there is a problem with ASM, it
falls back to a slower reflection based routine. Thus, you should be able to
exclude the asm from the jaxws dependency just fine and everything should work.
I'll check if ASM 2.2.x will work or not. If so, I'll drop the version to
2.2.3.
> 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
>
> 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.