derby « Roo « Spring Q&A





1. How to set up roo to use derby client driver with DBRE addon?    stackoverflow.com

How can one set up roo so that it uses derby client driver to reverse engineer existing database objects?

2. Spring roo 1.5 Hibernate + Derby Problems    forum.springsource.org

I found error when change db from hypersonic_in_memory to derby. Error Show : org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.SQLGrammarException: could not load an entity: .... .. .. .. Caused by: ERROR 42818: Comparisons between 'VARCHAR ...

3. How to use Derby Client with Roo DBRE?    forum.springsource.org

I'm trying to DBRE a Derby database, running as a network server. persistence setup --provider ECLIPSELINK --database DERBY database reverse engineer --schema gruman. This fails because no Derby available addon install ...

4. New to Roo.. using Derby as a rdbms    forum.springsource.org

How can I configure Roo to use my local Derby instance coming with NetBeans ? In the Roo shell only MySQL etc.. are available, but not Derby.