How to change the project name (composite name) in Oracle SOA
In my project, I came across a scenario wherein I had to create a new version of an existing composite with little enhancements to it. The composite was complex and big enough to re-create the same with a different version. The found a way to duplicate the same composite with a new name
Here I want to change the composite name to HelloWorld_V1
Now change the name in composite.xml
You can change the default package in the Project Properties
Now restart your Jdeveloper. You will be seeing your old project still. That's ok !!
From Jedeveloper try to open the renamed jar file (HelloWorld_V1.jar)
The changed project is now visible in JDeveloper.






