Search:

Type: Posts; User: jeduan; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    2,215

    Can you post your ~.domain.Client and...

    Can you post your ~.domain.Client and ~.domain.Fund classes?
  2. I have found that having a separate terminal...

    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.
  3. Replies
    20
    Views
    8,611

    I can confirm that this method solves all the...

    I can confirm that this method solves all the prior issues we had. Thanks a lot.
  4. Replies
    2
    Views
    777

    Upgrade to Spring 3.0.1

    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...
  5. Replies
    20
    Views
    8,611

    Hi, thanks for your help. Unfortunately it...

    Hi, thanks for your help.
    Unfortunately it didn't work out, and it's still not persisting the objects into the database :/
  6. Replies
    20
    Views
    8,611

    Hi, I am just trying this method, however I can't...

    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 {
    ...
  7. Replies
    12
    Views
    4,457

    Just to be clear, what you refer to is Roo...

    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...
  8. Replies
    13
    Views
    2,705

    There techniques I described are parts from here...

    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...
  9. Replies
    13
    Views
    2,705

    Hi, I'm doing something like this right now, and...

    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()...
  10. Replies
    3
    Views
    782

    Hi! Thanks for the quick reply. The post...

    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...
  11. Replies
    3
    Views
    782

    Reference to entities on

    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
  12. Replies
    16
    Views
    2,215

    I believe the problem is you are treating the...

    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...
  13. Thread: Sts 2.3.0

    by jeduan
    Replies
    9
    Views
    1,669

    Most probably, no, our best bet would be to wait...

    Most probably, no, our best bet would be to wait until the download page is updated.
Results 1 to 13 of 13