Hello all!
 
I seems to be impossible for my session bean to load a class dynamically through Class.forName(String) or Class.forName(String, boolean, ClassLoader). The class I try to load is placed in the EJB-JAR.
Any attempt always causes a ClassNotFoundException. I can recall vaguely that this might be a security thing.
 
Anyone has any indication to this kind of problem?
 
Thanks in advance
 
/August
 

Reply via email to