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!

SOA Spring Component- Build failure

870000Apr 16 2015 — edited Apr 23 2015

Hi ,

I have a 12c composite which contains a spring component ,JMS and DB adapters. I am able to compile and deploy this project  from JDeveloper.

I have requirement to automate the deployment.

When I try to compile this project using Maven or Ant the build is failing with the below error.

INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:64: error: Source port type for "LogHandler" does not match target port type for "InsertToAuditDB"

[INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:60: error: Source port type for "AuditTopicConsumer" does not match target port type for "LogHandler"

[INFO] [exec] C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml:68: error: Source port type for "LogHandler" does not match target port type for "FetchPreferenceFlag"

[INFO] compile: [cmd:[C:\Program Files\Java\jdk1.7.0_71\bin\java, -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler, oracle.soa.scac.ValidateComposite, C:\JDeveloper\mywork\CommonServicesFramework\LogHandlerService\SOA//composite.xml, -level=1, -appHome=C:\JDeveloper\mywork\CommonServicesFramework]] exit code=1

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 11.162s

[INFO] Finished at: Thu Apr 16 00:49:50 IST 2015

[INFO] Final Memory: 12M/226M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal com.oracle.soa.plugin:oracle-soa-plugin:12.1.3-0-0:compile (default-compile) on project LogHandlerService: SOA COMPILE FAILED with value: 1 -> [Help 1]

Any feedback is appreciated.

Thanks,

Sai.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2015
Added on Apr 16 2015
1 comment
871 views