Several commands, such as export and undeploy, require that you specify the entity type and name. You must specify entity references in a format matching the entity type as listed below:
appclient-client
– a
J2EE application client named client.
application-appname
– a
J2EE application named appname.
connector-conn
– a
connector or resource adaptor named conn.
ejbjar-pack
– an EJB module
named pack.
webapp-wname
– a
Web application named wname.
If a command allows you to specify multiple entity names,
you can use wildcards. For example, use ejbjar-foo*
to
specify all EJB modules that begin with foo
,
or appclient-*
to
specify all application clients.