Using Jacl:
set newds [$AdminConfig getid /Cell:mycell/Node:mynode/JDBCProvider:JDBC1/DataSource:DS1/]
Example output:
DS1(cells/mycell/nodes/mynode:resources.xml$DataSource_1)
Using Jacl:
set propSet [$AdminConfig showAttribute $newds propertySet]
Example output:
(cells/mycell/nodes/mynode:resources.xml#J2EEResourcePropertySet_8)
Using Jacl:
$AdminConfig required J2EEResourceProperty
Example output:
Attribute Type name String
Using Jacl:
set name [list name RP4] set rpAttrs [list $name]
Using Jacl:
$AdminConfig create J2EEResourceProperty $propSet $rpAttrs
Example output:
RP4(cells/mycell/nodes/mynode:resources.xml#J2EEResourceProperty_8)
Using Jacl:
$AdminConfig save