Defining a Package Build with Published Business Services

To define a package build with published business services:

  1. Enter P9621 in the Fast Path or go to the Package and Deployment Tools menu and select Package Build.

  2. Use the Package Build application to define build properties for the package.

  3. On the Package Build Location form, select Client as the Build Location.

    Note: Business services are not built for server-only packages.

The JVM's virtual memory is set to a maximum of 512 MB. You can change this using the following jde.ini settings:

[PACKAGE BUILD]

JavacMaxMemorySize= 512 MB

JavadocMaxMemorySize= 512 MB

Note: The javadoc task with JDeveloper 12c (JDK 1.7) requires more memory to load the business services and to create javadoc during the business service build process for both JAX-RPC and JAX-WS. The following error can occur if you use the default memory of 512 MB: When building business services packages with JDeveloper 12c, increase the JDE.INI entry JavadocMaxMemorySize to 760 MB.