WebSphere brand IBM WebSphere Premises Server, Version 6.1.x

Installing additional bundle lists

Once the bundle loader is running, you can use it to load additional bundles. There are several methods you can use to load the bundles.

One way to load additional bundles is to change the bundle list URL in the config.ini file of Equinox, and then restart Equinox. When the bundle loader is restarted, it reads the updated configuration and loads the bundles in the new bundle list specified in the config.ini file.

To do this in a production system with a remote Data Capture and Delivery controller, use the WebSphere® Premises Server Administrative Console to update the com.ibm.rfid.bundle.list.url property in the bundle loader agent. Then navigate to Controllers in the left navigation pane of the console and click the controller you are using. Click the Reload Configuration button to reload your controller's configuration. This triggers the Data Capture and Delivery controller to reload its configuration, including the new bundle list URL, which causes the Bundle Loader to download the new bundle list.

To install additional bundle lists within the IBM® Data Capture and Delivery Toolkit for WebSphere Premises Server, modify the edge XML used to configure the Data Capture and Delivery bundles by adding a block to the XML that configures the bundle loader. Then you can force a reload of the edge configuration (possibly by restarting the edge configuration bundle) so that the bundle loader picks up the new configuration. The following is an example of the XML used to modify the bundle loader URL property:

<configuration pid="com.ibm.rfid.bundle.loader">
<properties>
 <property key="bundleListURL" value="file:///bundlelist2.txt"/>
 <property key="clearCache" value="false"/>	
</properties>
</configuration>

For more information on configuring Data Capture and Delivery, see Managing your configuration.


Library | Support | Terms of use

(c) Copyright IBM Corporation 2004, 2008. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.