All:
I'm using Acegi 0.7.0 (older project and no time to upgrade) and I need to automatically log in a user after he registers. I'm trying the code below, but it's not working. Am I even on the...
Type: Posts; User: damon311; Keyword(s):
All:
I'm using Acegi 0.7.0 (older project and no time to upgrade) and I need to automatically log in a user after he registers. I'm trying the code below, but it's not working. Am I even on the...
All,
I've tried the approach listed above to update username and password, but I get a NullPointerException error. I'm using acegi 0.7, spring 1.1, struts 1.1, and hibernate 2.1.
First, I...
all,
it was simply user error. sorry for wasting your time.
Here is the UserServiceImpl source:
/*
* Created on Mar 29, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code...
All,
My application behaves as expected until I add the userService bean to my databaseContext.xml for transaction support. Once added, Tomcat appears to be in an infinite loop during startup...
Hello,
I've tried what's listed in topic http://forum.springframework.org/viewtopic.php?t=899, but I'm not having any success. Here is my problem:
A user in the application may be assigned many...
This is my first attempt at using Acegi, so bare with me. I'm using the AuthenticationProcessingFilter and Jdbc authentication out of the box. The authenticated and screen redirection works fine. I'm...