[
https://issues.apache.org/jira/browse/CXF-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2375.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.4
2.1.7
Assignee: Daniel Kulp
> CXF treats synthetic methods as web methods. In the strict sense, this is not
> against the JAX-WS spec, but it causes issues with AspectJ instrumented
> classes.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CXF-2375
> URL: https://issues.apache.org/jira/browse/CXF-2375
> Project: CXF
> Issue Type: Improvement
> Components: JAX-WS Runtime
> Reporter: Gyorgy Orban
> Assignee: Daniel Kulp
> Fix For: 2.1.7, 2.2.4
>
> Attachments: JaxWsServiceConfiguration.java.patch
>
>
> AOP implementations and other frameworks that use bytecode modification may
> generate synthetic methods on the SEI that cannot be controlled or customized
> by the user (for example, AspecJ generates getters/setters for generated
> members, and these methods cannot be removed). These methods will show up as
> operations on the SEI, which is usually not the desired behaviour. We locally
> patched CXF to avoid this, please see the attached patch that worked for us.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.