Real Time Information Director User Documentation
RTID Extensibility
Hewlett-Packard Company 21 529618 - 001
Note: A class that you’ve deployed dynamically, following this procedure, is not
automatically added to the DOCCLASS table and will therefore not be available after a
server restart. To make the class available on a permanent basis, you should deploy the
fixes to the corresponding class in DOCCLASS, to be used when the server is next
restarted.
Testing the Metadata
The Director comes with a set of test drivers that you can use in the process of
developing the metadata for your solution. This guide provides an overview of the
available drivers. For details about test driver syntax, see the Javadocs for individual
drivers.
Figure 1 depicts the drivers and how they interact with the various RTID modules.
HttpPost
QueueSend
QueueReceive
Dispatch Delsert
Disassemble
Reselect
RTID
Dispatcher
Real Time
Information Director
(RTID)
Servlets
EJBs
JMS
Queues
Figure 1. Director Test Drivers
The three tests on the left--HttpPost, QueueSend and QueueReceive--are used for most
black-box testing of an RTID instance that is running under the BEA Weblogic Server
(WLS) environment on the NonStop Server. These tests simulate how most clients of the
RTID will use RTID to send documents to and receive documents from the RTID.
The four tests along the top of the diagram provide testing of more internal points of the
RTID: