Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,246

    To me. The second option seems better. Why?...

    To me. The second option seems better.

    Why? Because the intent is clearer.
  2. Replies
    1
    Views
    2,384

    This is the log of single request. I think is...

    This is the log of single request. I think is should have created an HttpSession.


    DEBUG org.springframework.security.context.HttpSessionContextIntegrationFilter - No HttpSession currently exists...
  3. Replies
    1
    Views
    2,384

    RememberMe is not creating cookie JSESSIONID

    I am implementing token based RememberMe. I am using GWT with some AJAX type of calls so I have to do some adjustments to the vanilla set up.

    These are my symptoms:

    I can log in typing username...
  4. Replies
    5
    Views
    8,371

    I also wrote this class for the LoginDialog. ...

    I also wrote this class for the LoginDialog.


    package com.myproject.client.security;

    import java.util.ArrayList;
    import java.util.Iterator;
    import java.util.List;

    import...
  5. Replies
    5
    Views
    8,371

    I am implementing GWT with Acegi. I am using...

    I am implementing GWT with Acegi.

    I am using this service which I took from gwt-ent. I think it should already be part of acegi but I haven't found anything similar:


    public class...
  6. Replies
    6
    Views
    1,536

    That's right Marcus. It is the same problem. ...

    That's right Marcus. It is the same problem.

    What I think is happening is that the inner class has a hidden reference to the outer class "PetTypeBinder.this". But that is not initialized until...
  7. Replies
    6
    Views
    1,536

    Ok, I think I know where the problem is. It seems...

    Ok, I think I know where the problem is. It seems to be that when the anonymous inner class is constructued it calls getValueModel() which uses "PetTypeBinder.this". But this is null since it is...
  8. Replies
    6
    Views
    1,536

    I've been looking at this problem. It is...

    I've been looking at this problem. It is straange, but I have the feeling that it has something to do with using "petTypes" within an anonimous inner class. But I guess I would have to read a little...
  9. Replies
    6
    Views
    1,536

    NPE in Petclinic when clicking on pet

    Hi, my name is Humberto. I am starting out with the spring richclient and I am looking at the petclient demo. I am getting a NPE when clicking on a Pet.
    The stack trace is this:
    2006-05-04...
Results 1 to 9 of 9