Re: class loader problem

2009-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Naveed, On 10/19/2009 5:45 AM, Naveed Akhund wrote: I use axis v1.3 to communicate web services in my webapp. Sometimes when I call web service I get the following exception. java.lang.NullPointerException at

Class Loader Problem

2005-12-02 Thread Somasundaram.S
Hi, I have jakarta-tomcat-5.5.9 installed and have placed packaged classes which are actually beans in WEB-INF/classes of my web application archive. I am trying to access mysql through these beans. The code is : try { Class.forName(Prop.DB_DRIVER); } catch