Set the configuration up in ra.xml. OBS At least in JBoss this is not possible, you have to configure all properties in the *-service.xml file.
*if given a jndiName, the connector will try to lookup a GlobalUtil wich contains the serverside engine.Global. This way, the in vm LOCAL protocol is possible to use.
The loading order of properties is: engine.Global, propertyFile, arguments set on the resource adapter.
if the protocol used is IOR, a jacorb.properties file will be loaded through the context classloader if found. This is beacuse jacorb tries to load the file from the system classloader, and its not available there when embedding xmlBlaster in JBoss.
@author Peter Antman
|
|