| Author |
URLClassLoader's ClassNotFoundException
|
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Hi All,
I have written a spring xml file which load's an external property file to a class's variable on server startup. Everything look good on server start up and its working fine too. The problem is, every time I do a clean build from my RAD IDE, I get ClassNotFoundException for the class specified in the spring file. Its happening during publishing the changes to the EAR. If I remove the EAR project from the server and do a clean build, I don't get the exception. Anybody knows how I can resolve this? I am using RAD 7.5 IDE with WAS 7.0 Application server.
Below's the stack trace
Thanks
|
Be Humble... Be Nice.
|
 |
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Anybody? Please?
Thanks
|
 |
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Ok, this is weird. I kept doing clean build multiple times to see if its happening every time and apparently its happening only when the classes are not put in the WEB-INF/classes folder. The URL class loader seems to try to load the classes even before the .class files are created. Will this be any issue anytime during server start up too? Can anybody help me resolve this? I am doing some research on my side too.
Thanks
|
 |
 |
|
|
subject: URLClassLoader's ClassNotFoundException
|
|
|