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

Francesco Chicchiriccò commented on SYNCOPE-251:
------------------------------------------------

FYI, I reproduced the problems with IT into the trunk by applying the patch 
provided by Andrei.

After playing for a while with classloading on Syncope side, I was finally able 
to find an acceptable solution by empowering a connector server [1], instead of 
letting Syncope manage directly the bundles directory.
With this configuration, I am able to successfully run the whole test suite.

Unfortunately, I am not yet able to commit this fix because:
 1. I need to find a manageable way to start / stop the connector server 
alongside with the Syncope core webapp but *without* messing with Syncope core 
class loading
 2. I have some minor issues with GuardedString serialized instances (used in 
test content.xml)

I'll continue on this on a couple of days.

[1] 
https://code.google.com/p/connid/wiki/ConnectorServers#Running_your_Java_connector_server
                
> 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
>         Environment: Linked issue on ConnId: 
> http://code.google.com/p/connid/issues/detail?id=55
>            Reporter: Jan Bernhardt
>            Assignee: Jan Bernhardt
>             Fix For: 1.2.0
>
>         Attachments: cxf-deps.patch
>
>
> 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