exportBusinessRuleArtifacts.jacl command

Use the exportBusinessRuleArtifacts.jacl command to export business rules and selector components to a compressed file using a command line.

Purpose

The exportBusinessRuleArtifacts.jacl command allows you to export business rules and selector components from a cluster or server to a compressed file using the command line. This function is useful when you are exporting the business rules and selector components for multiple applications at one time.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-wsadmin-- -f----exportBusinessRuleArtifacts.jacl------------->

>--target_ns--component--user--+------------------+------------><
                               '- -zipf--filename-'   

Parameters

target_ns
A mandatory parameter that specifies the namespace that contains the business rules and selector components you are exporting.
component
A mandatory parameter that specifies the component that contains the business rules and selector components you are exporting
user
A mandatory parameter that specifies the userid with the correct authorization to export the business rules and selector components.
-zipf filename
An optional parameter that specifies the file name for the compressed file. If you omit this parameter, the default is component.zip.

Example

The following command exports the business rules and selector components from the component named OnlineOrder in the test.oo.brules namespace.

wsadmin -f exportBusinessRuleArtifacts.jacl 
	admin http://test.oo.brules.OnlineOrder
	-zipf c:/artifacts/onlineorder.zip

Last updated: Tue 24 Oct 2006 09:37:07

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)