Databases Reference
In-Depth Information
Enabling adapter configuration
In addition to web service endpoints changing in different environments, we often
want to modify the configuration of adapters. Many adapters make use of JEE
resources, so the JEE container just needs to be correctly configured with the resource
names. For example, the database adapter uses a JNDI lookup to find its data source.
Similarly, the JMS adapter uses a JNDI lookup to find its queues. However, some
adapters, such as the file adapter, do not have a JNDI lookup and have several
properties that may require changing.
The adapter settings can be modified at runtime by editing the Properties tab in
the reference screen. For example, the file adapter allows us to modify a number of
settings to adjust the adapter to its environment.
XML schema locations
XML schemas are often referenced via relative links from a WSDL file, in which case,
updating the WSDL location will make the XML schema files available. However,
sometimes the XML schema files are stored separately with their own URLs. In this
case, the URLs will usually be embedded in the WSDL file referencing them, and
each reference will need to be updated before redeploying the process to the
correct environment.
XSL imports
Any XSL files that reference external schema will also need to be updated
before deployment.
 
Search WWH ::




Custom Search