As per the installation instructions for installing STS 2.6 into eclipse using an update site, i'm getting error related to MD5 hash failing for a jar while doing an update.
Env: eclipse 3.6
o/s:...
Type: Posts; User: anuragkhanna; Keyword(s):
As per the installation instructions for installing STS 2.6 into eclipse using an update site, i'm getting error related to MD5 hash failing for a jar while doing an update.
Env: eclipse 3.6
o/s:...
I'm trying to integrate Acegi with my Spring MVC application that uses Hibernate. The beans defined in acegi security are instantiated and can be seen in the log with the message where it is able to...
Sorry for this but i found the solution in the javadoc for UnanimousBased and was able to see the reson for the error. I used the AffirmativeBased and it works fine.
For the logout
The jsp is...
Even after securing the resources the behaviour remains the same and there is nothing that gets printed in the debug console. I think the logout is not getting called although the link works fins and...
The question is about preventing the user to go beyond the login page once he has logged out. Does it matter if the resource is protected or not? The user session should invalidate after doing a...
I'm using logout filter to log the user out of the application and it redirects to the appropriate url. Now if i copy paste any of the URL into the browser i can still go inside. It seems that logout...
Hi Luke,
I've already tested it after running it under a test class and the encoder.isPasswordValid() method returns true for the encrypted password.
Another point is how do i encode a password...
I'm following this thread for the following:
I'm trying to create a User and encrypt its password before inserting into database which runs fine. when i try to log in using this user, acegi...
Msg posted under separate topic Spring Transaction Management using JNDI and WAS 6.1
Hi mdeinum,
Sorry for not replying earlier. For some urgent work, i was out of station for last couple of days. Coming back the message posted earlier, I had tried what you had suggested in your...
Thanks for the replies. The jdbc layer i have, uses the spring provided classes SqlUpdate, MappingSqlQuery for accessing the database. I tried removing the "DataSourceTransactionManager" but i still...
Hi All,
I have used spring aop for transaction management with hibernate and jdbc. With hibernate the tx management is working fine and the database transaction is rolled back when a particular...
Thanks for the inputs, i've gone through the acegi tutorial before and still am not able to make it work. if its possible can you send the files to this id akhanna4@gmail.com
thanks for your help
going by your article i plan to integrate basic auth in my application which uses spring and axis2. is there any separate entry for acegi xml or we are talking about the application context/web.xml....