PQ76107; 5.0.2: Problem with J2EE client samples
launchAPI and classLoader
Downloadable files
Abstract
Problem with J2EE client samples launchAPI and
classLoader
Download Description
Users Affected:
WebSphere Application Server developers using the samples classLoader or
launchAPI from the Application Clients install.
Problem Description:
When running the classLoader sample, an ArchiveWrappedException is
received. When running the launchAPI sample, an InvocationTargetException
is received, caused by an ArchiveWrappedException.
Problem Conclusion:
The file meta-inf/ibm-application-client-bnd.xmi in the
J2EEAppClientClassLoaderClient.jar file in the
samples/lib/J2EEAppClients/J2EEAppClientClassLoader.earfile is missing the
following line :
The file meta-inf/ibm-application-client-bnd.xmi in the
LaunchAPIClient.jar file in the samples/lib/J2EEAppClients/LaunchAPI.ear
file is missing the following line:
Either apply the fix for PQ76107 or complete the following steps:
1. Add line <applicationClient href="META-INF/application-
client.xml#Application-client_ID"/> before the line
</clientbnd:ApplicationClientBinding> in the file
samples\src\J2EEAppClients\ClassLoader\ClassLoaderClient\META-INF\ibm-application-client-bnd.xmi.
2. Add line <applicationClient href="META-INF/application-
client.xml#Application-client_ID"/> before the line
</clientbnd:ApplicationClientBinding> in the file
samples\src\J2EEAppClients\LaunchAPI\LaunchAPIClient\META-INF\ibm-application-client-bnd.xmi.
3. Rebuild these samples by following the instructions in the Application
Client Samples Gallery (see the section Client Technology Samples ->
J2EE application client -> Build It Yourself).
Prerequisites
Please download the UpdateInstaller below to install this fix.