| At line 5 changed 1 line. |
| <title>jbi-set-componennt-configurations</title> |
| <title>jbi-set-componennt-configuration</title> |
| At line 13 changed 1 line. |
| <h2><a name="ant">Task: jbi-set-configuration</a></h2> |
| <h2><a name="ant">Task: jbi-set-component-configuration</a></h2> |
| At line 15 added 1 line. |
| <h3>Description</h3> |
| At line 16 removed 3 lines. |
| <h3>Component Configuration</h3> |
| <h4>Description</h4> |
| At line 20 changed 1 line. |
| This is the default use case for this task and it modifies the runtime/component configuration parameters on the JBI runtime or a JBI component. The task in this case takes configuration parameters as name/value pairs for setting the configuration parameters of the JBI runtime or JBI component on a particular target (instance or cluster). |
| This task modifies the component configuration parameters for a JBI component. The task in this case takes configuration parameters as name/value pairs for setting the configuration parameters JBI component on a particular target (instance or cluster). |
| At line 23 changed 2 lines. |
| In this default usage, it takes the configuration parameters as nested elements <em>param</em> or using attribute <em>params</em> if the parameters are in a file. Parameters passed using the file override the parameters |
| passed using nested elements if both file and nested elements set the same parameters. |
| This task takes the configuration parameters as nested elements <em>param</em> or using attribute <em>params</em> if the parameters are in a file. Parameters passed using the file override the parameters passed using nested elements if both file and nested elements set the same parameters. |
| At line 95 changed 3 lines. |
| This aplication server-specific attribute processes the password from a properties file with the |
| property "AS_ADMIN_PASSWORD". If you set the password and passwordfile |
| attribute, passwordfile takes precedence. |
| This application server-specific attribute processes the password from a properties file with the |
| property "AS_ADMIN_PASSWORD". If you set the password and passwordfile attribute, passwordfile takes precedence. |
| At line 120 changed 1 line. |
| Path to the configuration parameters file that contains the list of name/value pair configuration parameters. </td> |
| Path to the configuration parameter file that contains the list of name/value pair configuration parameters. </td> |
| At line 130 changed 1 line. |
| sets the configuration paramters for this component. |
| Sets the configuration parameters for this component. |
| At line 155 changed 1 line. |
| This nested element is a optional child element. This element takes a name/value pair for setting the configuration parameters. |
| This nested element is an optional child element. This element takes a name/value pair for setting the configuration parameters. |
| At line 182 changed 1 line. |
| Value of the configuration parameter to be set. |
| Value of the configuration parameter to be set. If the operand contains spaces, the operand must be encased within double quotes. Spaces are taken literally. |
| At line 213 changed 1 line. |
| <td>When a <instance-name> is specified, the task is executed against the specific instance specified.</td> |
| <td>When an <instance-name> is specified, the task is executed against the specific instance specified.</td> |
| At line 218 changed 1 line. |
| The following code shows how to set the configuration parameters for JBI runtime and JBI Components. |
| The following code shows how to set the configuration parameters for JBI runtime and JBI components. |
| At line 223 changed 1 line. |
| you need to load the JBI task defininitions in the Ant script in the asant environment. |
| You need to load the JBI task definitions in the Ant script in the asant environment. |
| At line 225 changed 11 lines. |
| <taskdef resource="com/sun/jbi/ui/ant/antlib.xml" /& |
| 2000 |
| amp;gt; |
| <!- |
| 2000 |
| - setting the JBI runtime configuration --> |
| <!-- setting configuration parameters using nested elements --> |
| <jbi-set-configuration host="localhost" port="7890" target="my-cluster" > |
| <param name="Foo1" value="bar1" /> |
| <param name="Foo2" value="bar2" /> |
| </jbi-set-configuration> |
| <taskdef resource="com/sun/jbi/ui/ant/antlib.xml" /> |
| At line 237 changed 1 line. |
| <!-- setting the JBI Component configuration --> |
| <!-- setting the JBI Component configuration parameters--> |
| At line 239 changed 1 line. |
| <jbi-set-configuration host="localhost" port="7890" componentName="my-service-engine" target="my-cluster" > |
| <jbi-set-component-configuration username="admin" password="adminadmin" host="localhost" port="7890" componentName="my-service-engine" target="my-cluster" > |
| At line 242 changed 1 line. |
| </jbi-set-configuration> |
| </jbi-set-component-configuration> |
| </br> |
| At line 244 changed 1 line. |
| <jbi-set-configuration componentName="my-service-engine" params="dir/config-params.properties" /> |
| <jbi-set-component-configuration username="admin" password="adminadmin" host="localhost" port="7890" componentName="my-service-engine" params="dir/config-params.properties" /> |
| At line 237 added 4 lines. |
| <p style="font-size: 7pt; margin-top: 20pt; text-align: center;"> |
| Copyright 2008, Sun Microsystems, Inc. |
| </p> |