Stimmt, es lag an dem Feld.
Hab es nun auf NULL gestellt und es geht.
Das war die Fehlermeldung.
Code
[Tue Jul 22 15:23:01 CEST 2008][ERROR][de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.handleResult] error while adding umsatz, skipping this one
java.rmi.RemoteException: insert failed, rollback successful; nested exception is:
com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Column 'freigegeben' cannot be null
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:666)
at de.willuhn.datasource.db.AbstractDBObject.store(AbstractDBObject.java:332)
at de.willuhn.jameica.hbci.server.hbci.HBCIUmsatzJob.handleResult(HBCIUmsatzJob.java:161)
at de.willuhn.jameica.hbci.server.hbci.HBCIFactory$Worker.run(HBCIFactory.java:536)
at de.willuhn.jameica.gui.GUI$4.run(GUI.java:777)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Column 'freigegeben' cannot be null
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3256)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1313)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:874)
at de.willuhn.datasource.db.AbstractDBObject.insert(AbstractDBObject.java:646)
... 4 more