database « Roo « Spring Q&A





1. Is there a good reason why Spring Roo puts database.properties in META-INF/spring?    stackoverflow.com

I'm trying to understand the reasoning behind why Spring Roo places database.properties in META-INF/spring, where it will be deployed as part of the WAR. Surely database properties are environment specific and ...

2. Can I use Spring-Roo without setting up a database?    stackoverflow.com

I have to start a new Spring MVC project and I've been reading about Roo and it looks quite nice, especially for someone like me who comes from an RoR background. However, ...

3. Spring roo - NonRelational DB support    stackoverflow.com

I'm looking for an nonRelational DB implementation (objectDB, or XMLDB) Could somebody recommend some working/tested sollution, how store objects/XMLdata in a DB?

4. Hibernate with existing databases    stackoverflow.com

I'm trying to build a spring roo project using hibernate and an oracle database. The oracle database contains tables used by another application. I have an entity User that already exists in ...

5. Is there a way to create database tables alongside classes in Spring Roo?    stackoverflow.com

I have set up entities and their relationships with Spring Roo. I am trying to run "perform tests" through Roo but see that corresponding tables for these entities are not created ...

6. Spring Roo Database.properties file    stackoverflow.com

Hi I am unable to connect to database in spring roo project. My error is ERROR org.hibernate.util.JDBCExceptionReporter - No database selected

org.hibernate.exception.GenericJDBCException: could not execute query;
nested exception is javax.persistence.PersistenceException:
org.hibernate.exception.GenericJDBCException: could not ...

7. Spring Roo : database introspect --schema vm1 / Schema vm1 does not exist     stackoverflow.com

I'm new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed) But when I running the : database introspect --schema vm1 I got this : Schema 'vm1' ...

8. Spring ROO: How to store email settings in database?    stackoverflow.com

Spring ROO have built-in email support So you can setup email sending properties with following command:

email sender setup --hostServer smtp.gmail.com --username \
<Your email address> --password <Your email password> --port 587 ...

9. Spring Roo + Hibernate: uppercase database name in the query    stackoverflow.com

I've reverse engineered a sample MySQL database with Spring Roo, and I'm trying to insert a record using the Customer entity in this way:

Customer customer = new Customer();
customer.setFirstName("Raffaello");
customer.setLastName("Baresi");
customer.persist();
However, while the initial ...





10. How to delete Roo DB managed fields ?    forum.springsource.org

I generated all the artifacts using DBRE. Now I want to delete two columns in one of the tables. How should I do that ? I pushed in those two fields ...

11. multiple database in a roo project    forum.springsource.org

multiple database in a roo project I hope this is the proper place to pose this question. If not please let me know the correct forum. I am trying to set ...

12. how to configure spring roo to read database.configuration outside application.    forum.springsource.org

how to configure spring roo to read database.configuration outside application. Hi, Im created one module (java jar file) that handle all data model and database connection using spring roo. It works ...

13. Roo+Databases+Lists    forum.springsource.org

Roo+Databases+Lists Hello. I am fairly new to roo. I have a question... I have a table in MYSQL database that has some information. I would like to use one of the ...

14. Accessing Databases setup in ROO    forum.springsource.org

Hi I have been trying to access the databases setup with ROO's persistence setup but to no avail. I like to use RazorSQL to inspect and manipulate my databases. Does anyone ...

15. commmand database reengenering why roo create class but nothing inside?    forum.springsource.org

You can't normally see it, but Roo generated a bunch of hidden AspectJ files where the vast majority of the generated code lives. If you add methods that conflict with the ...

16. How can I make ROO support interbase as backend db?    forum.springsource.org

How can I make ROO support interbase as backend db? Hello, I now need to use interbase as backend db since have to integrate with an old application. But when I ...





17. Spring Roo and Database    forum.springsource.org

Spring Roo and Database Hello, I am totally new to Roo. I have read some introduction of Roo and tried a small example to generate code using Hibernate. I still have ...

18. Has anyone migrated from Lotus Notes / Domino to a relational database using roo    forum.springsource.org

Has anyone migrated from Lotus Notes / Domino to a relational database using roo DBRE looks like it might not help to migrate a Notes / Domino database to a roo ...

19. Roo and other Databases    forum.springsource.org

Roo and other Databases There were lots of comments about Roo not working with MySQL. I encountered the same problem and solved it in a rather unscientific way. First I downloaded ...

20. Using Roo with an existing database    forum.springsource.org

Using Roo with an existing database I have an existing database that I have to write a simple web based CRUD application for. I'm considering using Roo. The problem I've seen ...

21. roo with existing databases    forum.springsource.org

roo with existing databases I'm setting up a basic project to do CRAP operations on an existing database. I created the project using roo and used the roo entity commands to ...

22. Unable to change the database url using Roo shell    forum.springsource.org

23. changing roo after the fact clears my db.    forum.springsource.org

changing roo after the fact clears my db. Hi there, I've created a simple roo app that points to a mysql db. I created a couple entities, and added a web ...

24. DB2 database support in Roo    forum.springsource.org

I wonder why Roo supports Oracle but IBM don't. We could use any other supported database (PostgreSQL, MySQL...) in development environment, but we need a lot of changes to manage table's ...

26. How to use Roo to set up project where database uses foreign keys    forum.springsource.org

How to use Roo to set up project where database uses foreign keys Hello, I have searched the internet and the forums here and have not found the answer to my ...

27. Help, Roo clear the database table data    forum.springsource.org

I am a newer in ROO. I found that the database table data will auto clear while I run the roo project on tomcat each time. What is the issue for ...

28. Roo without DB Domain    forum.springsource.org

Roo without DB Domain Hello, Congratulations on the announcments today - very interesting stuff. I am considering using GWT+Roo as a way to "skin" an existing set of REST services. These ...

29. Creating roo project from existing database    forum.springsource.org

Hi, I am new and delighted by the idea of Roo. Have a question though. Sometimes in projects, you first have the database, say, when the db is shared among may ...

30. Creating Roo project from existing database    forum.springsource.org

Hi, I am new and delighted by the idea of Roo. Have a question though. Sometimes in projects, you first have the database, say, when the db is shared among may ...

31. Adding a database other than listed in spring roo    forum.springsource.org

How to configure a different database with spring roo (other than the ones that are listed by roo). What all the settings i need to change. Proerties files, classpath, etc... I ...

32. How create Roo Project without database&    forum.springsource.org

33. Database special constrains in Roo ?    forum.springsource.org