showSCAImportEJBBinding command

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Use the showSCAImportEJBBinding command to show the attributes of an Enterprise JavaBeans (EJB) import binding.

Prerequisites

You can run the command in either local mode or connected mode:
  • In local mode, specify the wsadmin -conntype none option.
  • To run in connected mode, you must connect as a cell administrator that is assigned the CellAdmin role, or a deployment environment administrator that is assigned the DEAdmin role.
Draft comment:
Need to clarify. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

showSCAImportEJBBinding
-moduleName moduleName
-import import_name
[-applicationName applicationName]

Required parameters

-moduleName module_name
The name of the module associated with the import.
-import import_name
The name of the import.

Optional parameters

-applicationName application_name
The name of the application connecting to the import.

Example

The following example uses showSCAImportEJBBinding to show the attributes of the EJB import binding for a module called MyMod and an import called Import1.
AdminTask.showSCAImportEJBBinding('[-moduleName MyMod -import Import1]')
Tip: To see formatted output, add the print statement before the command