posted 17 years ago
Hello.
I've the following problem and I can't understand it.
The static method of my class (A) was called from the business method of the session bean (CMT).
Firstly, my class was like:
In the session bean I call the method of this class:
A.getInstance().methodName();
Here I had the NoClassDefFoundError (from log-file).
After I had replased the code:
It works fine.
But I don't understand the reason of the first error.
5-year Student of <br />Moscow Institute of Physics and Technology.