I guess I'm primarily addressing this to Rafal.
I've been using the following code to init turbine without requiring a hit
to the servlet:
// Init Turbine
TurbineConfig config = new TurbineConfig(
"../webapps/infopoint","/WEB-INF/conf/TurbineResources.properties"
);
Turbine turbine = new Turbine();
turbine.init(config);
Now, after updating my copy of turbine, I get the following exception on
startup:
java.lang.NullPointerException:
at
javax.servlet.GenericServlet.getServletContext(GenericServlet.java:205)
at javax.servlet.GenericServlet.log(GenericServlet.java:300)
at org.apache.turbine.Turbine.init(Turbine.java:164)
at com.handpoint.infopoint.InfoPointMain.<init>(InfoPointMain.java:72)
at com.handpoint.infopoint.InfoPointMain.main(InfoPointMain.java:49)
Any clue, anyone, as to what might have changed?
MT
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]