Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,734

    Environment variables in grails shell

    I'm trying to setup a grails project in STS and the initial setup seems to have gone well, but I am having an issue when trying to run stuff using the built in grails shell(cmd-g). Part of my...
  2. Replies
    1
    Views
    888

    Autowiring abstract objects

    I am having an issue trying to autowire two objects that share an abstract parent. I can autowire successfully if there is only one child object. As soon as I add the second object autowiring...
  3. Is there an eta for the 0.8 release out of...

    Is there an eta for the 0.8 release out of curiosity?
  4. Replies
    54
    Views
    27,671

    Sticky: Awesome. Thanks Jeremy. Great work on this,...

    Awesome. Thanks Jeremy. Great work on this, been using nightly builds to do a ton of things lately. Let me know if I can help.
  5. Replies
    6
    Views
    4,067

    I'm trying to use @RemoteDestination with a class...

    I'm trying to use @RemoteDestination with a class that has an @Autowired constructor, but @RemoteDestination seems to require a no arg constructor. Is there anyway around this or am I just doing it...
  6. Replies
    54
    Views
    27,671

    Sticky: Is there an updated estimated release date for...

    Is there an updated estimated release date for when RC1 will be available? I'm about to start a new flex/blazeds project that will rely on messaging, so just curious from a planning perspective.
  7. Replies
    1
    Views
    962

    Catching a CookieTheftException

    I've been having an issue with remember me services throwing a cookietheftexception in the event of browser crashes and other such cases. This obviously doesn't occur a whole lot, but when it does...
  8. Replies
    10
    Views
    1,769

    Yep, it's in the interface as well. What makes...

    Yep, it's in the interface as well. What makes this issue odd is that if I comment out the one method in that class that becomes transactional in the logs, another method becomes transactional, when...
  9. Replies
    10
    Views
    1,769

    Oops, that's actually not how it is. The actual...

    Oops, that's actually not how it is. The actual method being called is public, I just edited the code here for conciseness by combining the public method with its helper method, but I used the...
  10. Replies
    10
    Views
    1,769

    Actually, working on my application a little...

    Actually, working on my application a little more, the problem now props up just a little bit later (and I'm pretty sure this was the root cause of the previous issue). So now if I try and read an...
  11. Replies
    10
    Views
    1,769

    Thanks

    Hey Marten, just wanted to say thanks, it worked like a charm.
  12. Replies
    10
    Views
    1,769

    Dao code

    Here you go:

    UserDaoImpl:



    import java.math.BigInteger;

    import org.springframework.dao.support.DataAccessUtils;
    import org.springframework.stereotype.Repository;
  13. Replies
    10
    Views
    1,769

    Transactional yet not Session

    Hi,
    I am wrapping a block of code in an Transactional annotated method yet I still get a Lazy Init Exception due to no Session. I cannot figure out what I am doing wrong. Looking at the debug log,...
Results 1 to 13 of 13