schema « Database « Spring Q&A





1. Command 'database introspect --schema xxx' was found but is not currently available    forum.springsource.org

I'm trying to introspect my application DB in Oracle, but i always got Code: Command 'database introspect --schema RNR' was found but is not currently available (type 'help' then ENTER to ...

2. database introspect --schema vm1 / Schema vm1 does not exist ....    forum.springsource.org

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

3. DB Schema for StandardPasswordEncoder    forum.springsource.org

StandardPasswordEncoder encoder = new StandardPasswordEncoder("secret"); String result = encoder.encode("myPassword"); assertTrue(encoder.matches("myPassword", result)); Is it ok just to create a VARCHAR() SINGLE field in database to store already salted hashed password concatenated ...

4. Is it possible to generate class domain from existing database schema?    forum.springsource.org

I have tried this plugin on 2.0.0 RC3. Any pointers will be helpful.. Set the configuration etc in Config.groovy and running the 'grails db-reverse-engineer', I get the following error: log4j:WARN No ...

5. Managing Database Schema Changes    forum.springsource.org

Managing Database Schema Changes I am using Spring/Hibernate to build an application. I am trying to figure out the best way to handle database changes while making changes to an app ...

6. load a database schema    forum.springsource.org

hi, is there a way of how to automatically load a database schema in Spring using hibernate tru hbm2ddl? for example i have database.sql file. How will i invoke it in ...

7. how-to config DB schema for hibernateProperies    forum.springsource.org

how-to config DB schema for hibernateProperies I wrote mySchema in application-hibernate.xml, but it seem didn't work... This is my config xml. Code: ...

8. Changes to DB schema...    forum.springsource.org

Is this for the ACL module? If so it should be OK, provided that you test it thoroughly and be aware it might be necessary to modify some of the SQL ...

9. Database Schema Export    forum.springsource.org

Database Schema Export Hi All, I am working on an application in which I am using Quartz with JDBC jobstore. What I want to know is if there is any easy ...





10. Relational schema spreaded on 2 databases    forum.springsource.org

Relational schema spreaded on 2 databases Hi, I am in the process of writing an application where the relational schema has been split between 2 distinct databases. This is for legal ...

11. ACL database schema creation    forum.springsource.org

ACL database schema creation Hello, I want to create those 4 tables for acl jbbc based authorization in case they are not in db. It's a web application that makes use ...

12. Database schema generation    forum.springsource.org

Is there a Roo command to generate a database schema from JPA entities? I've hit a brick wall trying to find anything in the help contents. BTW, very impressed with Roo ...

13. Modify database schema?    forum.springsource.org

Hello, everyone, I'm using the suggested database schema in my new application with no problems at all, however I have a new requirement that has to store previously used passwords by ...

14. Database neutral schema?    forum.springsource.org

Hello, In our application we would like to do our unit and integration tests with an in-memory database like H2, while in production run against MySQL. I am curious what the ...