Whenever you see a NPE inside rollBackTransaction, it's a possible sign that your DB isn't configured properly. Check your Turbine.properties and make sure that you have lines like
turbine.database.MY-DB-NAME.url=... turbine.database.MY-DB-NAME.driver=... etc. whre "MY-DB-NAME" matches the name of your database in database.xml. -- Bill > Could someone help me with this: I am getting this exception > Horrible Exception: java.lang.reflect.InvocationTargetException: > java.lang.NullPointerException at > org.apache.turbine.om.peer.BasePeer.rollBackTransaction(BasePeer.java:366) > at com.esci.om.BaseCustomerInfo.save(BaseCustomerInfo.java:300) at > com.esci.om.BaseCustomerInfo.save(BaseCustomerInfo.java:282) at -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
