2003-08-18 10:04:17,643 [Ajp13Processor[8009][4]] ERROR
com.mydomain.myproject.modules.actions.MyAction - doUpdate() : Exception caught
java.lang.NegativeArraySizeException
at
org.postgresql.jdbc1.AbstractJdbc1Statement.setBinaryStream(AbstractJdbc1Statement.java:1257)
at com.workingdogs.village.Value.setPreparedStatementValue(Unknown Source)
at com.workingdogs.village.Record.saveWithUpdate(Unknown Source)
at com.workingdogs.village.Record.save(Unknown Source)
at com.workingdogs.village.Record.save(Unknown Source)
at org.apache.torque.util.BasePeer.insertOrUpdateRecord(BasePeer.java:896)
at org.apache.torque.util.BasePeer.doUpdate(BasePeer.java:1928)
Have you tried checking the size of the array before using it? Are you getting any exceptions specific to your code?
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
