My om Peers are throwing exception do to the fact that the connection object they are using is null.
Error Screen: "org.apache.turbine.util.TurbineException: Error rendering Velocity template: screens/ToolTest.vm: Error rendering Velocity template: screens/ToolTest.vm: Invocation of method 'getStores' in class com.rippe.essential.store.tools.StoreTool threw exception class java.sql.SQLException : Connection object is null! " getStores() is actually invoking StorePeer.doSelect(new Criteria()), which is having trouble getting a hold of a connection object. I am able to sign into the Turbine login screen and add users and what not but when I try to use any of my Torque generated peers, I always get a null connection object exception. Any ideas??? Thanks, Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
