Deploying a custom Java class for the Component Integrator
To adapt deploy your own Java class for use by the Component Integrator, use
the following procedure:
- Modify your custom Java class methods to conform to the following
restrictions, if necessary:
- The Component Integrator Java Adapter can only use methods
from classes that have a constructor with no parameters.
- The methods the Component Integrator Java Adapter uses must be
public and can only contain allowable operation parameter
types.
- Create authentication modules for the systems your component accesses, as
follows:
- Deploy your JAAS Login Configuration file by copying it to the deployment
location for your Web Application server. Normally, this will be the location
for workplace library modules, under .../Workplace/WEB-INF/lib.
- Deploy your customized JAR file by copying it to the deployment location
for your Web Application server. Normally, this will be the location for workplace
library modules, under .../Workplace/WEB-INF/lib.
- If a JAR file is deployed when the Component Manager is running, the Component
Manager must be stopped and re-started, before it can be used.