I'm trying out Spring Roo to generate CRUD operations for all of the tables in my database.
I get the following error:
HTTP Status 400 -
description The request sent by the client was syntactically incorrect ().
Using Firebug, I can see that the URL generated is as follows:
_users=1&mydb=4&_mydb=1&userId=2&jpost=testing&abuseCount=1&lastUpdatedTs=Aug+26%2C+2012
What does the error mean?