Creating a Local Copy of External Resources

If a BPEL Module project contains any imports of external WSDL and XSD files, then the project must have an Internet connection at runtime in order to access the files. However, you can remove the need for an Internet connection by generating a local copy of the external resources. When you build the BPEL Module project, the IDE includes the local copy in the JAR archive.

To create a local copy of external resources:

  1. In the Projects window, right-click the BPEL Module project and choose Populate Catalog.
    The IDE checks the BPEL source files and locates any imports of external WSDL and XSD files. The IDE then creates a configuration file called catalog.xml.
  2. Build the BPEL Module project.
    The JAR archive includes the catalog.xml file and a copy of any external resources.

Legal Notices