Search 800 + Posts

Oct 11, 2009

Composite with same revision ID already exists: default/xxxxx

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

3 comments:

  1. But where to find this Overwrite flag ????

    ReplyDelete
  2. Do it in
    ----
    In the SOA Deployment Configuration Dialog, Select the "Overwrite any existing composites with the same revision ID" option, and click OK
    -----

    ReplyDelete
  3. Thanks, it helped me!

    ReplyDelete