Using Jacl:
set new40ds [$AdminConfig getid /Cell:mycell/Node:mynode/JDBCProvider:JDBC1/WAS40DataSource:was4DS1/]
Example output:
was4DS1(cells/mycell/nodes/mynodes:resources.xml$WAS40DataSource_1)
Using Jacl:
set propSet [$AdminConfig showAttribute $newds propertySet]
Example output:
(cells/mycell/nodes/mynode:resources.xml#J2EEResourcePropertySet_9)
Using Jacl:
$AdminConfig required J2EEResourceProperty
Example output:
Attribute Type name String
Using Jacl:
set name [list name RP5] set rpAttrs [list $name]
Using Jacl:
$AdminConfig create J2EEResourceProperty $propSet $rpAttrs
Example output:
RP5(cells/mycell/nodes/mynode:resources.xml#J2EEResourceProperty_9)
Using Jacl:
$AdminConfig save