08-04-05 01:49 AM
Different projects mean different applications. Different applications mean
different classloaders within the app server. Different classloaders mean
that a given class loaded from the first classloader is considered to be a d
ifferent Java type than the
same class loaded in the second classloader.
To avoid this, place your caller and callee in the same project/application.
[ Post a follow-up to this message ]
|