Hi there,
we have problems with saving objects under ORACLE 9i. May be our mistake but the
output is not very helpful to find it:
[org.apache.ojb.broker.accesslayer.JdbcAccessImpl] DEBUG: executeInsert : [EMAIL PROTECTED]
[org.apache.ojb.broker.accesslayer.sql.SqlGeneratorDefaultImpl] DEBUG: SQL:INSERT INTO T150_BearbRegeln (BearbRegel_Id_T150,GRUPPE_T150,ORDNUNG_T150,KENNUNG_T150,BEZEICHNUNG_T150,IST_AKTIV_T150,MATCH_DATEI_NAME_T150,MATCH_MAIL_BETREFF_T150,MATCH_MAIL_ABSENDER_ADR_T150,MATCH_FILE_ABSENDER_ADR_T150,MATCH_MAIL_EMPF_ADR_T150,MATCH_FILE_EMPF_ADR_T150,MATCHF_MTN_ABSENDER_T150,MATCHF_MTN_ABSENDER_ROLLE_T150,MATCHF_MTNGR_ABSENDER_T150,MATCHF_MTN_EMPF_T150,MATCHF_MTN_EMPF_ROLLE_T150,MATCHF_MTNGR_EMPF_T150,MATCHF_ZEITRAUM_STATUS_T150,MATCHF_CONTENT_TYPE_T150,MATCHF_ZEITRAUM_ANZTAGE_T150,MATCHF_ZEITRAUM_VON_T150,MATCHF_ZEITRAUM_BIS_T150,IST_UNBEKANNT_T150,FPM_BEARBEITUNG_T150,FPM_PRIORITAET_T150,NEUER_DATEINAME_T150,BREAK_BEARBEITUNG_T150,LOESCHEN_T150,MAIL_ABLAGE_T150,DS_VERSION,DS_INSERT_DATE,DS_INSERT_USER,DS_UPDATE_DATE,DS_UPDATE_USER) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
[org.apache.ojb.broker.accesslayer.JdbcAccessImpl] DEBUG: executeInsert: null
[org.apache.ojb.broker.accesslayer.ConnectionManagerImpl] ERROR: Commit on underlying connection failed, try to rollback
null
java.sql.SQLException
at org.apache.ojb.broker.util.batch.PreparedStatementInvocationHandler.doExecute(PreparedStatementInvocationHandler.java:263)
at org.apache.ojb.broker.util.batch.PreparedStatementInvocationHandler.invoke(PreparedStatementInvocationHandler.java:151)
at $Proxy0.doExecute(Unknown Source)
at org.apache.ojb.broker.util.batch.BatchConnection.executeBatch(BatchConnection.java:331)
at org.apache.ojb.broker.util.batch.BatchConnection.commit(BatchConnection.java:368)
at org.apache.ojb.broker.accesslayer.ConnectionManagerImpl.localCommit(ConnectionManagerImpl.java:206)
at org.apache.ojb.broker.core.PersistenceBrokerImpl.commitTransaction(PersistenceBrokerImpl.java:395)
at org.apache.ojb.broker.core.DelegatingPersistenceBroker.commitTransaction(DelegatingPersistenceBroker.java:125)
at org.apache.ojb.broker.core.DelegatingPersistenceBroker.commitTransaction(DelegatingPersistenceBroker.java:125)
We tried to debug it, but found not the reason for the crash. The prepared statement is build as it should be (as you
can see above) but after that, smoething wents wrong...
Any idea?
J�rg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
