If your resource adapter is JCA V1.5 and you have multiple activation
specifications defined, it is required that you specify the activation specification
attribute. If your resource adapter is JCA V1.5 and you have only one activation
specification defined, it will be picked up automatically. If your resource
adapter is JCA V1.0, you do not need to specify the activationSpec attribute.
Perform the following command to list the activation specifications defined
by the resource adapter:
Using Jacl:
$AdminConfig list ActivationSpec $newra
Using
Jython:
print AdminConfig.list('ActivationSpec', $newra)
Set the administrative object that you need to a variable:
Using Jacl:
set ac ActivationSpecID
set name [list name J2CAC1]
set jname [jndiName eis/j2cac1]
set j2cacAttrs [list $name $jname]
Using Jython:
ac = ActivationSpecID
name = ['name', 'J2CAC1']
jname = ['jndiName', 'eis/j2cac1']
j2cacAttrs = [name, jname]
If you are specifying the ActivationSpec attribute, also set up the following:
Last updated: Mar 8, 2007 8:14:28 PM CST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/txml_j2cspecs.html