Hi,
I am trying to invoke some Java logic using Spring from my BPEL in SOA 12c. I am forever getting the following exception during deployment in Oracle 12c which was not the case with 11g.
----------------------------------------------------------------
There was an error deploying the composite on soa_server1: Error occurred during deployment of component: EnrollSpring to service engine: implementation.spring, for composite: EnrollmentTestProj: SCA Engine deployment failure.: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2 in XML document from URL [oramds:/deployed-composites/default/EnrollmentTestProj_rev1.0/Spring/EnrollSpring.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 1959; <Line 2, Column 1959>: XML-24500: (Error) Can not build schema 'http://www.springframework.org/schema/util' located at 'http://www.springframework.org/schema/util/spring-util.xsd'.
-----------------------------------------------------------------
This is a very simple logic which works fine when invoked standalone as a java client. I tried the BPEL process without the spring component and it worked. The spring component never seems to be deploying in SOA 12c domain. I would like to have some sample Spring Composites working in Oracle SOA 12c.
Regards,
Sarat Challa