This is not your error...it's only a warning: > 311 [main] WARN oid.IDBroker - IDBroker is being used with db 'landlord', > which does not support transactions. ID > Broker attempts to use transactions to limit the possibility of duplicate > key generation. Without transactions, du > plicate key generation is possible if multiple JVMs are used or other > means are used to write to the database.
Read down just a little bit and this is your error: > java.lang.NullPointerException: There was no DataSourceFactory configured > for the connection landlord > at org.apache.torque.Torque.getConnection(Torque.java:924) > at > org.apache.torque.util.Transaction.beginOptional(Transaction.java:113) > at org.apache.torque.util.Transaction.begin(Transaction.java:97) > at org.prussia.om.BaseAddress.save(BaseAddress.java:652) > at org.prussia.om.BaseAddress.save(BaseAddress.java:636) > at org.prussia.adddata.main(adddata.java:40) You've got something amiss in your properties file. - Stephen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
