SQL « Roo « Spring Q&A





1. Reserved SQL keyword 'User' is not permitted as simple type name    stackoverflow.com

When I gave the roo command

entity --class  ~.domain.User
in the roo shell, I got
Reserved SQL keyword 'User' is not permitted as simple type name
What I want to know is that, ...

2. java.sql.SQLException: No suitable driver when running tests through spring roo    stackoverflow.com

I'm trying to pass the tests automatically generated by roo for the entity classes. When I run the tests against hsql, they all pass. But when i run the ...

3. Spring Roo DBRE and MS SQL Server 2008 with composite primary keys    forum.springsource.org

Spring Roo DBRE and MS SQL Server 2008 with composite primary keys If I am trying to generate a object with a composite key where different fields of the key are ...

4. Running SQL statement directly in Spring Roo    forum.springsource.org

Running SQL statement directly in Spring Roo I have a legacy Spring Roo application with domain classes and supports webservices. Now I need to run several reporting queries against my DB ...

5. How to execute SQL Queries from roo Controller    forum.springsource.org

Hi, I am using Hibernate and MySql in my roo application. There are some tables in the database which I am not going to implement in my application but I want ...

6. Spring Roo - Spring Security - Sql    forum.springsource.org

Spring Roo - Spring Security - Sql Hello everybody, I'm trying to use Roo with Spring Security and a mysql database. Moreover I want to use scaffolding so as to manage ...

7. MS SQL Server not introspectable in Roo M3?    forum.springsource.org

Hi! I tried to introspect my MS SQL Server with Roo M3, but I get the message: No Spring Roo add-ons were found that offer a similar JDBC driver JDBC driver ...