Using Custom Drivers
The following is a procedure about how to use the custom drivers.
- Procedure
-
Right-click an application module and navigate to Export > Plug-in Development > deployable Plug-ins and fragments, and then export this in a directory.
This generates an
OSGi jar
(bundle), which is required to execute the application in TIBCO Cloud™ Integration. -
Generate the
OSGi jar
custom driver file. -
Create a
.zip
calleddriver.zip
, and place the OSGi jar file created in the Step 2 into it. You can also place multiple customdriver.jar
files inside the maindriver.zip
artifact.