SOA Project fails to deploy because ant-sca-compile.xml not present
232663Feb 22 2011 — edited Jul 12 2011Using JDev (11.1.1.3) - created a composite with the following components:
webservice --> Mediator1 for input (singleString)
Mediator1 publishes an event using the input - singleString
Mediator2 --> FileAdapter
Mediator2 subscribes to the event published by Mediator1
FileAdapter simply writes out the string to a file
Problem:
When attempt to deploy to SOA11g (11.1.1.3) get the following error message:
Error: ant-sca-compile.xml does not exist at location C:\JDev11113\jdeveloper\bin
When go to the specified folder I find ALL ant-...xml files are named ant-...xml.backup or ant-...xml.backup.nnnnn where nnnnn is a five digit number.
Renamed the ant-...xml.backup to ant-...xml and attempted to deploy again and this time got the same issues with ant-soa-common.xml.backup. Renamed it to ant-soa-common.xml and attempted to redeploy. This time all was well and the project deployed.
Question: Why are ALL of the ant files named ant-...xml.backup or ant-...xml.backup.nnnnn ?
Thanks - Casey