Configuring a Java Components Implementation

When you generate a Java component implementation or create an SOA project from a Java implementation, the component's Implementation field is configured automatically.

You can also manually configure an existing Java class in the workspace as the implementation of a Java component. The class must be contained within a Java plug-in project. If you configure a class that is not contained within a plug-in project, TIBCO Business Studio will convert the project to a plug-in project when you configure the implementation.

Note: The Java class must conform to 3.x format as described in Converting Migrated Java Component Implementations to be able to regenerate the class after adding references, services, or properties. If your class does not conform to 3.x format, follow the procedures in the section to migrate the implementation class to 3.x format.

Procedure

  1. Click the component.
  2. In the Properties view, click the Implementation tab.
  3. Click the Browse... button at the right of the Class field.
    The Select Implementation Class displays.
  4. In the Select Entries field, type a partial class name.
    The classes that match the name display in the Matching types list.
  5. Click a class and click OK.
    The Class and Location fields are filled in. An error badge is added to the component. To resolve the error, configure the component's custom feature and update the component.