Could someone help me decipher what this exception means. It periodically
happens and I don't know why
I have an embedded broker in a Tomcat/Spring deployment
Here is the broker's spring config
So debugging through the app and running the sql statement through isql the
problem turns out to be our database default columns to Not Null while the
activemq statement assume columns default to Allow Null. Also, it seems
there is a mismatch is case for the TIME/time column for when the column i
btw I'm using Sybase ASE 15.02
--
View this message in context:
http://www.nabble.com/Invalid-column-name-%27time%27-when-using-Sybase-XA-tp17872586p17872704.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
When trying to use Sybase XA drivers as persistence for and ActiveMQ 5.1.0
Sybase throws the error 'Invalid column name 'time'. I assume I have
configured something wrong - anyone have suggestions where my error could
be?
Here are the relevant Spring configurations