Rearranging and Renaming Packages

You can compile and build the project you have created.

To rearrange and rename packages:

  1. Locate the folder path "proxy\oracle\e1\bssv\JRH90I33\proxy" in the project folder.

    After you copy the files, ensure that you cross check that the package name and the folder structure match.

  2. Select the newly created projects in which you place your newly created proxy files in OMW.

  3. Select the value object java files that have been generated under the proxy folder.

  4. Rename the value object files package name and place it in the appropriate folder.

    You can use the JDeveloper refactor option to change the package name and place the files in the corresponding folder.

    For example, select jpr01000.bssv.e1.oracle.RI_Address and click Refractor. Then, change the package name to:

    oracle.e1.bssv.JRH90I33.proxy.valueobject.oracle.e1.bssv.jpr01000.valueobject.RI_Address

  5. Check for all references and change the package structure as appropriate.

  6. Compile the project and rebuild the code to ensure no error has occurred.

Note: To test your business service, see Testing the Business Service Consumer Project