PQ71663: WHEN A VERIFY IS DONE ON AN EJB MODULE OF AN APPLICATION THAT IS LOADED INTO AAT, IT FAILS WITH INTERNAL ERRORS. | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description When a verify is done on the ejb module of an application that is loaded on AAT, the following errors are logged: AATL0076I: Validating EJB module deployment descriptor Validating com.urbanout.eform.art.ejb.RequestBean. CHKJ2413I: Argument updateRequest.arg0 must be serializable at (EJB 1.1: 6.10) (RMI 1.3: 2.6). CHKJ2413I: Argument addRequest.arg0 must be serializable at runt (EJB 1.1: 6.10) (RMI 1.3: 2.6). CHKJ2412I: The return type must be serializable at runtime. The verify fails with a key error that the validation target, of type com.ibm.ejs.models.base.extensions. ejbext.impl.BeanInternationalization has a type that is not valid for an EJB Extension Validator.Local fix Problem summary **************************************************************** * USERS AFFECTED: Users of WebSphere Application Server 5.0, * * including Fix Pack 5.0.1 . * **************************************************************** * PROBLEM DESCRIPTION: A verifiation error is thrown in the * * Application Assembly Tool ( AAT ) when * * a user attempts to verify a jar file. * **************************************************************** * RECOMMENDATION: * **************************************************************** To reproduce the problem the following steps are performed: - Launch the AAT using <WEBSPHERE_HOME>\bin\assembly - Select the existing file: ConEjbModule.jar - Select the menu item File --> Verify A pop-up window shows the verify log. An error message is displayed: AATL0076I: Validating EJB module deployment descriptor CHKJ2900I: Internal error when running EJB validator. Read the log for details. Validating ConverterBean. Validating Converter. Validating ConverterHome. AATL0077I: Validating EJB module extensions The problem is caused by an internal error in the code that performs verification. Specifically, when validating an EJBJarFile type object, the validator class required a validation helper object, which can return objects matching the access tags: EJBValidatorModelEnum.EJB_BINDING EJBValidatorModelEnum.EJB_MODEL Returning an appropriately typed object from the parent EJBJarFile object. Previously, a single type of object was returned, which would be of an incorrect type.Problem conclusion The code was modified to robustly handle incorrectly typed objects that may be provided for validation. The APAR PQ72832, which is a duplicate of APAR PQ71663. APAR PQ72832 was returned as a duplicate APAR of PQ71663.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
Publications Referenced
|
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 00W
Software edition:
Reference #: PQ71663
IBM Group: Software Group
Modified date: Jul 31, 2003
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.