Regarding this:
Further changes were required to bring the addon into line with Spring Roo 1.1.1.RELEASE. These changes are available as of tonight's snapshot (
http://maven.springframework.org/sna...075648-225.jar) and going forward. Many thanks to Thomas Fowler for supplying a patch that served as the foundation for this update.
I found there is some problem with this patch with Spring Roo 1.1.1.Release. My persistence layer is using Oracle with Hibernate.
First problem, pom.xml is using spring-flex-core.1.5.0.BUILD-SNAPSHOT, and it will complain the jar is missing, so I have to change it back to spring-flex-core.1.5.0.M1.
Second problem, I found I could not be able to add a new record from GUI. Got "org.hibernate.PersistentObjectException: detached entity passed to persist:" error.
but I don't the same problems with flex addon 1.0.0.M1 with Spring Roo 1.1.0.M1.
Does anyone has the same problem, or I missed something?
Thanks.