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...
Type: Posts; User: denlab; Keyword(s):
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...
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...
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...
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...
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...
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,...
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:
...
or possibly annotate your parent class' child property/setter with @org.codehaus.jackson.annotate.JsonIgnore in the meantime?
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"...