Community
Participate
Working Groups
Build Identifier: I20090611-1540 When a new BPEL file is being created with the name of an already existing one, old BPEL file is overwritten without giving any warning or notification. Reproducible: Always Steps to Reproduce: 1.Create a new BPEL project 2.Create a new BPEL file inside that. 3.Try to create another BPEL file with the same name inside the same project.
Created attachment 167900 [details] Gives a warning when attempting to create a BPEL file with the same name.
Hi, your patch add a error message, it should be a warning message. And the codes base have change a lot, so I fixed this issue based on your patch and did some changes.