Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
BW provides an out of the box way of retrieving resources from the BW engine. This maintains backward compatibility with the retrieve resource functionality that exists in BW 5.4.x and earlier versions.
Environment:
===========
All
Resolution:
============
To use the built-in resource provider, the following BW properties are required in the deployed application .tra file.
bw.platform.services.retreiveresources.Enabled=true
bw.platform.services.retreiveresources.Hostname=<hostname>
bw.platform.services.retreiveresources.Httpport=<port> (default is 8010, configurable)
bw.platform.services.retreiveresources.defaultEncoding=ISO8859_1 (this param is optional)
bw.platform.services.retreiveresources.enableLookups=false (this param is optional)
bw.platform.services.retreiveresources.isSecure=false (this param is optional)
bw.platform.services.retreiveresources.identity=/Identity_HTTPConnection.id (this param is optional)
There are two options to set the properties.
1). Modify \tibco\bw\5.x\lib\palettes\tibco\deployment\bwengine.xml. Recreate the .ear file and deploy. The change will impact all new deployments.
2). Add the properties directly to the deployed application .tra file. Only the modified BW engine is affected.