If you get below error message while deploying BPEL Project
--------------
Composite with same revision ID already exists: default/Project1!1.0. Please set the overwrite flag or use different revision ID. Abort deployment..
--------------
In such case , whole deploying the projecty , check the overwrite flag.This check will over write the existing process with the New process.
Please note that all the running threads with the existing process will be aborted , and process will mark as status stale
But where to find this Overwrite flag ????
ReplyDeleteDo it in
ReplyDelete----
In the SOA Deployment Configuration Dialog, Select the "Overwrite any existing composites with the same revision ID" option, and click OK
-----
Thanks, it helped me!
ReplyDelete