Hi,
I am migrating my components from Solution accelerator 111150 to 111181. I have modified the names spaces for task and removed the references of workflow.xsd and replaced it with "oramds:///soa/shared/workflow/WorkflowTask.xsd". I am facing the issue of duplicate declaration/ definition
Error: Global Type declaration/definition of name '{http://xmlns.oracle.com/bpel/workflow/task}systemAttributesType' are duplicated at the following locations:
oramds:///soa/shared/workflow/WorkflowTask.xsd [line#: 248]
http://qaipm.atfoods.com:8001/soa-infra/services/default/ReportData//soa/shared/workflow/WorkflowTask.xsd [line#: 238]
There are at least two of them looking different:
oramds:///soa/shared/workflow/WorkflowTask.xsd [difference starting at line#:345]
http://qaipm.atfoods.com:8001/soa-infra/services/default/ReportData//soa/shared/workflow/WorkflowTask.xsd [difference starting at line#:334]
and below that there are numerous errors. I believe those are due to this first line. where am i going wrong?
Regards.