findBy() method checks that query starts with "SELECT " and if not prepends
query with the SELECT-statement. But in formatted SQL more common to see
"SELECT\n". In that case Jacuzzi still prepends SELECT, which leads to an
error. Must be something like regular expression check.
Original issue reported on code.google.com by
slade...@gmail.comon 25 Apr 2011 at 7:30