Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    740

    Not a Spring issue actually... also happens when...

    Not a Spring issue actually... also happens when I bypass Spring.
  2. Replies
    1
    Views
    740

    Spring Hangs when calling Mysql Procs

    Any Mysql procedure I execute via a SimpleJdbcCall just hangs indefinitely. No error output. The code I am using works just fine when hitting SQL Server stored procedures. But not when hitting MySQL...
  3. Replies
    16
    Views
    3,590

    Redirect querystring has model info

    Here's another way to prevent model information from being appended to the querystring upon "redirect:". It's a workaround. Don't issue the Spring "redirect:" - use response.sendRedirect() instead.
  4. Replies
    1
    Views
    5,090

    Try: ...

    Try:


    SecurityContextHolder.getContext().getAuthentication().getPrincipal();
  5. Replies
    20
    Views
    10,053

    Using your config, I can't get the...

    Using your config, I can't get the AbstractPreAuthenticatedProcessingFilter to load. My container is complaining about being unable to convert my subclassed SSO Filter to javax.servlet.Filter, for...
  6. This is what I need to do. But in addition, I am...

    This is what I need to do. But in addition, I am trying to figure out how to store all kinds of user information like First Name, Last Name, Job Title, Department, etc in a Session Bean. I don't know...
  7. I am getting the same error after Tomcat 5.5's...

    I am getting the same error after Tomcat 5.5's session timeout threshold is crossed. Pages that ordinarily render just fine will throw the 'Session attribute not found in session' error. It seems...
  8. Within Get Controller, Pull Request or Session Bean?

    I have an Annotation-driven MultiActionController that handles all non-form URLs. I also have a session bean that stores the userID and name and permissions, etc. How can I examine the session bean...
  9. Can't Load Data from Differently-Named JDBC Column

    There seems to be an issue with the Spring SimpleJDBC library mapping aliased columns.

    I'm loading stored values via JDBC. I have a java member called inRemoteDataCenter. However in the database...
  10. Replies
    1
    Views
    982

    What is up with Spring business objects?

    I am new to Spring but not to MVC or java dev.

    What is up with business objects? Spring configurations bind forms to bean objects in a one to one mapping. There should be a one to many mapping...
Results 1 to 10 of 10