Issue 1:
Expected behaviour while migrating files with extension
.componentType in 11g is merged with composite.xml
This doesn’t happen with few projects.
Resolution: Manually copy content of .componentType to
composite.xml
Coloured content is part of .componentType file, should be
copied to composite.xml
<component name="Check"
version="1.1">
<implementation.bpel
src="Check.bpel"/>
<!-- Paste here content of componentType file -->
<property
name="bpel.config.transaction" type="xs:string"
many="false">requiresNew</property>
<property
name="bpel.config.oneWayDeliveryPolicy" type="xs:string"
many="false">sync</property>
</component>
|
Issue 2
Rename value of adapter from DB Adapter to db and JMS
Adatper to jms in .jca files
<adapter-config
name="DBAdapter" adapter="db"
wsdlLocation="DBAdapter.wsdl"
xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
|
Even after correctly resolving both the issues, the composite.xml file of the project is not able to find the referenced objects and also giving the incorrect namespace definition errors for jca files.
ReplyDeleteCan you post exact errors
Deletecomposite.xml is showing warnings for 3 things:
Delete1. The bindings of the BPEL Process client, in which we have to specify the port, is showing warning that "Reference BPELProcess not found" and its callback (as I was constructing an async process) is showing warning "Reference bpelprocess_client_ep not found".
2."Incorrect namespace definition for BPEL/BPELProcess.bpel"
3."Incorrect namespace definition for Adapters/jmsReference_jms.jca"
Did you ever solve this? I am seeing exactly the same problem
DeleteYes
DeleteHello Manisha,
DeleteCan you please check, whether you have established the connections to MDS from Jdeveloper?
Please paste your adf_config.xml file here.
Thanks
Siva
Great Blog.
ReplyDeleteYes
ReplyDeleteWhat was your approach to solve the this error..
ReplyDelete1. The bindings of the BPEL Process client, in which we have to specify the port, is showing warning that "Reference BPELProcess not found" and its callback (as I was constructing an async process) is showing warning "Reference bpelprocess_client_ep not found".