RE: worked under 0.9.4 broken under 0.9.6

2000-04-27 Thread Walker, Eric
} catch (Exception e) { throw new ConfigException(e.getMessage(), e); } } fConnection.prepareStatement works under 0.9.4 throws NullPointer Exception under 0.9.6 Thanks Eric -Original Message----- From: Wal

worked under 0.9.4 broken under 0.9.6

2000-04-25 Thread Walker, Eric
the following code snippet worked under 0.9.4 but generates a NullPointerException under 0.9.6. The offending line is the lookup: private IConfig getConfigBean() { if( m_configBean != null ) { return m_configBean;