Use the modifySCAImportEJBBinding command
to modify the attributes of an SCA import Enterprise Java Beans (EJB)
binding.
Purpose
Use the modifySCAImportEJBBinding command
to modify the attributes of an SCA import EJB binding.
Syntax
$AdminTask modifySCAImportEJBBinding { parameters }
Parameters
- –moduleName moduleName
- A required parameter that specifies the name of the SCA module
associated with the import.
- -import import
- A required parameter that specifies the name of the import.
- -jndiName import
- A required parameter that specifies the modified property JNDI
name of the import binding.
- -applicationName applicationName
- Specifies the name of the application connecting to the import.
This value is not required.
Example
The following example uses
modifySCAImportEJBBinding to
modify the attributes of the SCA import EJB binding for a module called
MyMod and
an import called
Import1 for use in another script.
wsadmin> $AdminTask modifySCAImportEJBBinding {-moduleName MyMod
-import Import1 -jndiName newjndiName}