Re: java.lang.NullPointerException when initializing AbstractSAXSource

2002-12-30 Thread Collin VanDyck
ECTED] Sent: Monday, December 30, 2002 12:50 PM Subject: java.lang.NullPointerException when initializing AbstractSAXSource I've got a class that extends AbstractSAXSource.  My class's constructor is called with the parameters:   Environment ComponentManager Logg

java.lang.NullPointerException when initializing AbstractSAXSource

2002-12-30 Thread Collin VanDyck
I've got a class that extends AbstractSAXSource.  My class's constructor is called with the parameters:   Environment ComponentManager Logger and others...   The first time that this class is instantiated once the j2ee (Jboss) system has been started, it runs fine.  No problem.   However, s