Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.1

...

ModeDescription
PassthroughThe Parasoft JDBC Driver will delegate JDBC calls to the original driver implementation class with no data capture or recording. This mode is designed to effectively turn the Parasoft JDBC Driver off and have the system at a state similar to the original configuration as if the driver is not there. Note that the JDBC calls still go through the driver and are delegated to the original driver ; the Parasoft JDBC Driver is still there in the middle.
RecordThe Parasoft JDBC Driver will delegate JDBC calls to the original driver implementation class while capturing SQL queries and ResultSet data that is returned from the original driver. The captured data is transmitted to the Virtualize Server connected to this Parasoft JDBC Driver.
VirtualizeJDBC calls received by the Parasoft JDBC Driver will be routed to the Parasoft Virtualize Server, and the ResultSet data received from the Virtualize server will be returned to the application. This mode assumes that recording has already been performed and that Virtualize Server has been configured with a virtual asset so it can respond to the Parasoft JDBC Driver (see Deploying Virtual Assets - Overview Virtualize for details). For details on how to control which virtual asset is called, see Specifying which Which Virtual Asset the Parasoft JDBC Driver Calls.
HybridIn this mode, the Parasoft JDBC Driver behavior will be the same as in Virtualize mode—except mode, except when no matching virtualization data is found. For those cases, it will delegate the JDBC calls to the original driver implementation class with no data capture or recording. For details on how to control which virtual asset is called, see Specifying which Which Virtual Asset the Parasoft JDBC Driver Calls.
FailoverIn this mode, the Parasoft JDBC Driver will delegate JDBC calls to the original driver implementation class unless a failure (SQL exception) occurs. If a failure occurs, JDBC calls received by the Parasoft JDBC Driver will be rerouted to the Parasoft Virtualize Server, and the ResultSet data received from the Virtualize server will be returned to the application. For details on how to control which virtual asset is called, see Specifying which Which Virtual Asset the Parasoft JDBC Driver Calls. This mode requires Virtualize 9.9.4 or later.

Switching Modes From the Virtualize UI

...

IconMode

Passthrough

Record

Virtualize, Hybrid, Failover

Switching Modes

...

from Environment Manager

See the Environment Manager User’s Guide.