Using Jacl:
set newjdbc [$AdminConfig getid /Cell:mycell/Node:mynode/JDBCProvider:JDBC1/]
Example output:
JDBC1(cells/mycell/nodes/mynode:resources.xml#JDBCProvider_1)
Using Jacl:
$AdminConfig required DataSource
Example output:
Attribute Type name String
Using Jacl:
set name [list name DS1] set dsAttrs [list $name]
Using Jacl:
set newds [$AdminConfig create DataSource $newjdbc $dsAttrs]
Example output:
DS1(cells/mycell/nodes/mynode:resources.xml#DataSource_1)
Using Jacl:
$AdminConfig save