Hello,
What kind of error are you getting? Please tell more details (stacktrace..) so we can help you..
Type: Posts; User: camiloporto; Keyword(s):
Hello,
What kind of error are you getting? Please tell more details (stacktrace..) so we can help you..
Hi,
I'm facing similar problem. I resolved part of it configuring the beans with xml.
Note that you can't use the same class (e.g.: MyDAO.class) to access two different PersistenceUnit if you...
Found the problem:
Look at line 61 of...
I found a strange behavior that was causing this problem here. Assuming you created your project with --toplevelpackage com.foo and your project name bar, you will have yout root package com.foo.bar....
Found the code that generates this error at http://static.springsource.org/spring-roo/org.springframework.roo.classpath/xref/org/springframework/roo/classpath/itd/ItdSourceFileComposer.html
...
I'm experiencing a similar problem. I'm checking if a value is greater than 0.0. @DecimalMin("0.0") and when I test this value against "-0.1", it fails. When I test against "-1.0". It passes.
I am also getting this error... Any help?
Thanks
Hi,
I read this article (http://www.javabeat.net/articles/print.php?article_id=295) and find that, in session "Using bean validation in Roo entities" the author says that "...Spring Roo supports...
Just create your class as you would if you weren't using Roo...