Re: SQL Exception: The resulting value is outside the range for the data type INTEGER

2008-02-11 Thread activemqnewbie
Check the last_acked_id column value in activemq_acks table. Ack id might be too large for integer column. I had similar issue with selector column,alterd the table (column size) Stefan Arentz-2 wrote: Has anyone seen this one before? It looks like something internal to ActiveMQ's JDBC

Re: SQL Exception: The resulting value is outside the range for the data type INTEGER

2008-02-11 Thread activemqnewbie
Check the last_acked_id column value in activemq_acks table. Ack id might be too large for integer column. I had similar issue with selector column,alterd the table (column size) Stefan Arentz-2 wrote: Has anyone seen this one before? It looks like something internal to ActiveMQ's JDBC