In this release, the following run-time environments are supported:
- WebSphere Application Server v5.0.2 GM with the PQ78374 and PQ78419 patches
- WebSphere Application Server v5.1 GM
The UTC (Universal Test Client) can only be used to test applications running on a server within a single Java namespace. When multiple classes exist with the same package and class names, only one of these classes will be available for testing in the UTC. There are two workarounds for this problem:
- If the conflicting namespace is within two or more separate enterprise applications, deploy the applications to two or more separate servers. The UTC on each server will now be able to test the applications separately.
- Change the namespace (package name or class name) of the conflicting classes so that they do not conflict. One example of this is a Web Service proxy class for an EJB generated into the same EAR. In this case you can use the custom mapping settings to ensure that the Web Service classes are generated into a different package.
When you target a project to one server type and run on a different server type (which may have incompatibilities with each other), you will not receive any errors during publish or startup. It is your responsibility to make sure that the targeted server and deployed server are matched or compatible.
Return to the main readme file
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.