Class: com.sybase.djc.ant.ConfigProperty (Config Property) | EAServer 6.3 Help |
---|
Description | Sets a user-defined property for a JCA Resource Adapter, Connection Factory Type, Connection Factory, Message Listener Type, or Message Listener. |
---|---|
Configuration |
Example:
<setProperties resourceAdapter="MyResourceAdapter"> <configProperty name="MyHost" value="7777"/> ... </setProperties> Note that <setProperties resourceAdapter="MyResourceAdapter"> <property name="config-prop:MyHost" value="7777"/> ... </setProperties> |
Nested Properties | name, value |
Property: name (Name) | |
---|---|
Description | Required. Name of JCA Java Bean configuration property. |
Property: value (Value) | |
---|---|
Description | Required. Value for JCA Java Bean configuration property. |