Hello people,
I am having a problem with a custom class loader. I have coded my class loader and works OK as a console application but when I try to run the application in a JEE container (Glassfish) I am getting an error:
When I try to load a class I am getting a class definition not found
java.lang.NoClassDefFoundError: org/quartz/Job
It does not find the interface that my class is implementing?
Any ideas?
Thanks a lot!
Cheers!