+

Search Tips   |   Advanced Search


Import required class libraries

Import the necessary WSDL and XSD files from the business process application in the WebSphere Integration Developer environment into the portlet project in the Rational Application Developer or other environment. Ensure that the development machine has the Java™ archive files that allow the Task Processing portlet to compile successfully.

The Task Processing portlet must include the WSDL and XSD files generated by WebSphere Integration Developer. These files define the interfaces of each human task and the schemas of the data input and output messages required by the portlet at runtime.

The portlet also needs the special classes that provide property broker support.

To import the required files and class libraries into the development environment of the Task Processing portlet... Import the JAR file exported by the process designer or use one from the business process application EAR file that contains the necessary WSDL and XSD files into the portlet project in the Rational Application Developer or other environment.

  1. Open your task processing portlet project.

  2. Open the /Web-Content/WEB-INF/lib folder of the portlet project.

  3. Open the context menu for the folder /lib.

  4. From the folder context menu, select Import to start the Import wizard.

  5. Select Select From File and click Next.

  6. Click Browse to select the folder in which the JAR file is located and click OK.

  7. Select the JAR file and click Finish. The JAR file is imported into the portlet project.


Parent topic:

Creating Task Processing portlets


Previous topic:

Close the task page