This was a tricky one to solve! Tricky because the exception doesn't happen at the point of error - it happens down the line at the time you try to commit a transaction. This is one of those error messages you just need to know. Here is the top of the exception's stack trace. Almost all of the rest of the stack trace is inside hibernate and doesn't give you any kind of clue as to the cause. more »
Categories: "Computer Languages"
I've been using Mantis for a couple of years. I run a small company and so have to be extremely flexible. As a result I need to tweak the database to do tasks that are not available using the Mantis front end.
The trouble with editing the bugs and bu… more »
Came across an interesting problem over the weekend. I had a MySQL database table that contains a column of MS-DOS directory paths. I was writing a PHP program to search this column and it took a few minutes to work out how many delimiting backslashes I… more »
All the plugins referenced on the b2evolution site related to Google Analytics were old or dead. So I have written this one to replace them all.
This page is to provide comments and suggestion.
Source and instructions may be obtained from the down… more »
During Spring development I got this exception, but there was almost no reference to what caused it. So after a lot of searching I found out the cause and thought I'd blog it for others struggling with the same problem. more »