Product specifications
9.4.12 Validate XML Streams
<Parameter Name="Validate XML Streams">No</Parameter>
Triggers the validation of the XML streams parsed within Connection
Server implementation against the XML schema (for example: connection
definition).
Note:
You can only validate XML streams when using Java-based connectiv-
ities.
Description
No
Default
9.5 Setting the deployment mode
The Capabilities section helps you specify the deployment mode of Connection Server to be used
at runtime.
Beneath Capabilities section, Local name means connectivity service is locally provided, as an
in-proc library embedded in the client process. Remote name means Connection Server is provided
on a remote server.
You can enable these deployment modes independently by setting the Active attribute. Specific to
Local capability, the EnableJNI attribute enables the use of Java Native Interface (JNI).
Note:
A two-way JNI embedded in Connection Server allows APIs to work with Connection Server core
developed in a different language. This means you can use the Java API to work with the native core
and vice-versa.
Example:
The following example shows the default values of Capabilities in the cs.cfg file:
<Capabilities>
<Capability Name="Local" EnableJNI="Yes" Active="Yes"/>
<Capability Name="Remote" Active="Yes"/>
</Capabilities>
2012-03-15102
Configuring data access global parameters