vladimirrv wrote > Hello, > > We now integrating Syncope in Talend ESB and have problem with Spring > conflict: > > org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected > exception parsing XML document from URL > [bundleresource://221.fwk1000702/securityContext.xml]; nested exception is > org.springframework.beans.FatalBeanException: Class > [org.springframework.security.config.SecurityNamespaceHandler] for > namespace > [http://www.springframework.org/schema/security] does not implement the > [org.springframework.beans.factory.xml.NamespaceHandler] interface > > This is because Syncope WAR have Spring 3.2.1 release included in /lib and > we also have Spring 3.1.4 release in our container. Can we use Spring > 3.1.4 > release imported via Manifest? Is any strong dependency to Spring 3.2.1 > release?
Hi Vladimir, I don't believe that the dependency on Spring 3.2.2 (as per latest SNAPSHOT releases) is so strong that you are not able to replace it with Spring 3.1.4. Anyway, please be aware that we currently have some troubles with OSGi [1] and for this reason we might postpone such feature to next releases. Regards. [1] http://syncope-dev.1063484.n5.nabble.com/PROPOSAL-Move-full-OSGi-support-to-1-2-0-tt5713275.html -- View this message in context: http://syncope-dev.1063484.n5.nabble.com/Syncope-and-OSGI-integration-tp5713312p5713313.html Sent from the syncope-dev mailing list archive at Nabble.com.
