Hi,
I'm trying to use Roo for an existent DB, so I used DBRE.

The DB is now empty and if I try to create a new record in a table nothing happens.

I click on the save button, but the same page with the same populated fields is reloaded. No error messages.
I'm using Roo 1.1.2 on STS 2.5.2.SR1, mysql 5.0.51a-3ubuntu5.7.

Here is the last part of the debug lines:

Code:
[...]
2011-03-14 09:15:41,511 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'link'
2011-03-14 09:15:41,511 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'link' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,511 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'link'
2011-03-14 09:15:41,513 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'test operstivo' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,513 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'test operstivo'
2011-03-14 09:15:41,514 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'test operstivo' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,514 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'test operstivo'
2011-03-14 09:15:41,515 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'sdfgsdfg' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,515 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'sdfgsdfg'
2011-03-14 09:15:41,516 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'sdfgsdfg' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,516 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'sdfgsdfg'
2011-03-14 09:15:41,517 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'banca nome' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,518 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'banca nome'
2011-03-14 09:15:41,518 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'banca nome' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,518 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'banca nome'
2011-03-14 09:15:41,520 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ppt' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,520 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ppt'
2011-03-14 09:15:41,520 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ppt' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,520 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ppt'
2011-03-14 09:15:41,522 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ao modalità' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,522 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ao modalità'
2011-03-14 09:15:41,522 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ao modalità' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,522 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ao modalità'
2011-03-14 09:15:41,524 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value false of @javax.persistence.Column @javax.validation.constraints.NotNull boolean to java.lang.String
2011-03-14 09:15:41,524 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'false'
2011-03-14 09:15:41,526 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'swift' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,526 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'swift'
2011-03-14 09:15:41,526 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'swift' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,526 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'swift'
2011-03-14 09:15:41,528 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value false of @javax.persistence.Column @javax.validation.constraints.NotNull boolean to java.lang.String
2011-03-14 09:15:41,528 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'false'
2011-03-14 09:15:41,529 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'pdf' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,529 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'pdf'
2011-03-14 09:15:41,530 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'pdf' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,530 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'pdf'
2011-03-14 09:15:41,531 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'iban' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,532 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'iban'
2011-03-14 09:15:41,532 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'iban' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,532 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'iban'
2011-03-14 09:15:41,534 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ao documenti' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,534 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ao documenti'
2011-03-14 09:15:41,534 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'ao documenti' of @javax.persistence.Column java.lang.String to java.lang.String
2011-03-14 09:15:41,534 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'ao documenti'
2011-03-14 09:15:41,536 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'nome' of @javax.persistence.Column @javax.validation.constraints.NotNull java.lang.String to java.lang.String
2011-03-14 09:15:41,536 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'nome'
2011-03-14 09:15:41,536 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converting value 'nome' of @javax.persistence.Column @javax.validation.constraints.NotNull java.lang.String to java.lang.String
2011-03-14 09:15:41,536 ["http-bio-8080"-exec-18] DEBUG org.springframework.core.convert.support.GenericConversionService - Converted to 'nome'
2011-03-14 09:15:41,540 ["http-bio-8080"-exec-18] DEBUG org.springframework.web.servlet.DispatcherServlet - Successfully completed request
2011-03-14 09:15:41,540 ["http-bio-8080"-exec-18] DEBUG org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter - Closing JPA EntityManager in OpenEntityManagerInViewFilter
2011-03-14 09:15:41,540 ["http-bio-8080"-exec-18] DEBUG org.springframework.orm.jpa.EntityManagerFactoryUtils - Closing JPA EntityManager
What could be the problem?

LuKe