variable values in composite.xml property
849887Mar 27 2011 — edited Jul 27 2012Hi greeting,
Is there any way to config a variable in the composite.xml property value?
For example, I have a username/password property in composite.xml "oracle.webservices.auth.password" and "oracle.webservices.auth.username". I want to set the dynamic value for these two properties, so I want to set it as a variable to save dynamic values. But how to config it as a variable in composite.xml variable?
Static value for property
<property name="oracle.webservices.auth.password" type="xs:string"
many="false" override="may">admin</property>
<property name="oracle.webservices.auth.username" type="xs:string"
many="false" override="may">admin</property>
Expect result:
<property name="oracle.webservices.auth.password" type="xs:string"
many="false" override="may">$variable</property>
<property name="oracle.webservices.auth.username" type="xs:string"
many="false" override="may">$variable</property>