NoClassDef Found errors because stubs are not migrated

Stubs from EAServer 5.x are not migrated to EAServer 6.0. If you have components that make CORBA calls to other components, generate the stubs in EAServer 6.0. For example, you can successfully migrate a Web application and package of CORBA components used by the Web application, but the Web application generates NoClassDefFound errors because the stubs for the CORBA components have not been generated.

In EAServer 6.0 is to use jagtool to generate stubs. For example:

jagtool -n PORT -h HOSTNAME -u USERNAME -p PASSWORD gen_stubs -compilejavastubs true -javastubtype CORBA Package:EAFExtension