<title>7 September 2006</title>
<ul>
<li>KiSS modified the login procedure. It is now working again.</li>
+ <li>Generalized the startup scripts. They should now be insensitive to the specific libraries used. </li>
</ul>
</section>
<section>
throw new BeanFactoryException(e.getMessage(), e);
}
}
+
+ /**
+ * Gets the spring bean factory.
+ * @return Spring bean factory.
+ */
+ public org.springframework.beans.factory.BeanFactory getSpringBeanFactory() {
+ return _factoryReference.getFactory();
+ }
}
log4j.logger.org.wamblee.usermgt.UserAdministrationImplTest=INFO
log4j.logger.org.wamblee.security.authorization=ERROR
log4j.logger.org.wamblee.cache=INFO
-
+log4j.logger.org.wamblee.crawler=DEBUG
log4j.logger.org.springframework=ERROR
log4j.logger.net.sf.ehcache=WARN