Search:

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

Search: Search took 0.02 seconds.

  1. I "solved" my problem by introducing a...

    I "solved" my problem by introducing a SavedRequest field on my implementation of SavedRequestAwareAuthenticationSuccessHandler, and adding a setter method for it. Spring now sets the field with the...
  2. Doesn't solve the inaccessible SavedRequest...

    Doesn't solve the inaccessible SavedRequest requestCache instance field on SavedRequestAuthenticationHandler.

    For example. User has bookmark to /webapp/gotoA.htm, so then the click on it, Spring...
  3. SavedRequestAwareAuthenticationSuccessHandler.requ estCache not exposed

    I would like to override the onAuthenticationSuccess method of this class, to implement some business based logic, which would redirect the authority based on their role, however, in the case where...
  4. Sorry for the late reply, the weekend was so...

    Sorry for the late reply, the weekend was so nice, I thought I might just extend it ;)

    IDE consumes roughly 250 MB on startup, and when tc starts jumps to 325-350. The error happens as soon as tc...
  5. Acutally, spoke too soon, IDE still throwing OOM...

    Acutally, spoke too soon, IDE still throwing OOM errors, whenever Server is Publishing, Validating, and even when it starts (after restarting the IDE).

    Full stack


    java.lang.OutOfMemoryError...
  6. Thanks Martin, Exception is thrown by the IDE:...

    Thanks Martin,

    Exception is thrown by the IDE:


    eclipse.buildId=2.5.2.201102261000-SR1
    java.version=1.6.0_25
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86,...
  7. Publish maven project to Tomcat (via Servers) OutOfMemory Exceptions

    Everytime I try to publish (or start) Tomcat within the Server's tool in STS (2.5.2, 2.6.1 SR1), I keep getting OutOfMemory Exceptions usually right when the container starts. here's my STS.ini:

    ...
  8. or possibly annotate your parent class' child...

    or possibly annotate your parent class' child property/setter with @org.codehaus.jackson.annotate.JsonIgnore in the meantime?
  9. component-scan fails to autowire @Components

    servlet.xml:


    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"...
Results 1 to 9 of 9