Subject Re: NPE in isc_start_transaction (db.out.writeInt(op_transaction))
Author josef_gschwendtner
Hi Roman,

1) Data is inserted by a webservice, which is called from another
application. If an exception occurs, then this exception is logged,
but the app doesn't try to send the data again --> therefore the
record is not in the database (lost).

2) What would be the correct place for fix 1?
Three lines below the NPE happens.

3) What would be a correct method to get a new db-Handle within
isc_StartTransaction if db.out == null?

Regards,
Josef