7.9.5 Details from Z00001 to Z09999
-
Z00001
The enterprise bean must define specified interfaces and classes on the deployment descriptor. (ejb-name = aa....aa, exception = bb....bb)
aa....aa: EJB name
bb....bb: Exception information
- Description
-
The ClassNotFoundException occurred during the EJB specification check process.
- Action
-
Check the class name coded in the deployment descriptor of an EJB.
-
Z00002
Container must set the legal security policy for deploying enterprise beans. (ejb-name = aa....aa, exception = bb....bb)
aa....aa: EJB name
bb....bb: Exception information
- Description
-
Security policy is invalid.
- Action
-
Modify the security policy.
-
Z00003
The enterprise bean provider must provide session beans, entity beans and/or message-driven beans. (ejb-name = aa....aa, exception = bb....bb)
aa....aa: EJB name
bb....bb: Exception information
- Description
-
The state of the deployment descriptor is invalid.
- Action
-
Contact system administrator.
-
Z00004
Container has caught unexpected exception. (ejb-name = aa....aa, exception = bb....bb)
aa....aa: EJB name
bb....bb: Exception information
- Description
-
An unexpected exception occurred during the EJB specification check process.
- Action
-
Contact system administrator.
-
Z00005
The enterprise bean must define specified methods on the deployment descriptor. (ejb-name = aa....aa, exception = bb....bb)
aa....aa: EJB name
bb....bb: Exception information
- Description
-
The NoSuchMethodException occurred during the EJB specification check process.
- Action
-
Check the method name coded in the deployment descriptor of an EJB.
-
Z00006
The specified test name is invalid. (exception = aa....aa)
aa....aa: Exception information
- Description
-
The test name is invalid.
- Action
-
Modify the test name coded in the test item list.