Can you post your ~.domain.Client and ~.domain.Fund classes?
Type: Posts; User: jeduan; Keyword(s):
Can you post your ~.domain.Client and ~.domain.Fund classes?
I have found that having a separate terminal running either
mvn jetty:run or
mvn tomcat run
helps a lot to deal with the problems you mentioned.
I can confirm that this method solves all the prior issues we had. Thanks a lot.
Hi, I've just upgraded my apps to Roo 1.0.2 (really easy this time) and I was wondering if there were any downsides I should be aware of if I wanted to upgrade the spring.version on the pom to...
Hi, thanks for your help.
Unfortunately it didn't work out, and it's still not persisting the objects into the database :/
Hi, I am just trying this method, however I can't get it to work. No error or whatsoever, it just silently doesn't do anything
Here's the class
@Component
public class DataSeeder {
...
Just to be clear, what you refer to is Roo creating some inline object editors? Maybe something like what Django does
That would be pretty slick indeed. I recall hearing some pointer to it being...
There techniques I described are parts from here and there, but definitely Stefan's blog was one of the references I got
Currently SpringSecurity's @PostFilter and @PreAuthorize are not working on...
Hi, I'm doing something like this right now, and thought I'd share what i've got working right now.
Short answer is by doing
SecurityContextHolder.getContext().getAuthentication().getPrincipal()...
Hi! Thanks for the quick reply.
The post method on the controller is the Roo Scaffolded one. Anyway your comment about it putting a String instead of a Long got me thinking and it looks like it's...
Hi,
I've been stuck on this for a while, so perhaps you could point me in the right direction.
Say you have a blog application with Post and Comment as so
@Entity
@RooJavaBean
I believe the problem is you are treating the enum as an entity... Try this and tell us how it goes
enum type --class ~.reference.AuditEventType
enum constant --name SomeEventType
enum...
Most probably, no, our best bet would be to wait until the download page is updated.