Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Spring Component in SOA 12c

rudrakshSep 17 2014 — edited Sep 25 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2014
Added on Sep 17 2014
7 comments
971 views