[ 
https://issues.apache.org/jira/browse/SYNCOPE-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529749#comment-13529749
 ] 

Christian Schneider commented on SYNCOPE-251:
---------------------------------------------

I talked to Dan Kulp yesterday and asked him if you can run two different CXF 
versions at the same time. He said that it probably will not work. I guess the 
main problem is that CXF tries to access the bus from a thread local variable. 
So even with separate classloaders it can easily mix the versions.

So my proposal is to provide a soap connector bundle that does not contain the 
libs in addition to the current one. Perhaps we can also add OSGi settings 
there at a later time. So this soap connector can be used in OSGi and also when 
CXF libs are already present.

                
> Fix Dependency issues with ConnID Bundle deployment 
> ----------------------------------------------------
>
>                 Key: SYNCOPE-251
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-251
>             Project: Syncope
>          Issue Type: Sub-task
>          Components: core
>            Reporter: Jan Bernhardt
>            Assignee: Jan Bernhardt
>             Fix For: 1.2.0
>
>
> SOAP ConnID Bundle contains CXF dependencies, which cause Classloading issues 
> when migrating Syncope to CXF,
> Currently maven-dependency-plugin:copy is used to generate bundle jars, but 
> this plugin does not support to exclude transitive dependencies. Maybe 
> another maven plugin (maven-assembly-plugin ?) can be used to exclude CXF 
> dependencies from SOAP ConnID Bundle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to