Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    3,834

    STS update for eclipse 3.6

    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:...
  2. Replies
    1
    Views
    1,946

    Tomcat unable to find FilterChainProxy

    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...
  3. Replies
    7
    Views
    2,039

    Sorry for this but i found the solution in the...

    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...
  4. Replies
    7
    Views
    2,039

    Even after securing the resources the behaviour...

    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...
  5. Replies
    7
    Views
    2,039

    The question is about preventing the user to go...

    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...
  6. Replies
    7
    Views
    2,039

    Acegi Logout

    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...
  7. Replies
    3
    Views
    2,532

    Hi Luke, I've already tested it after running it...

    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...
  8. Replies
    3
    Views
    2,532

    Issue with Acegi Password encoding

    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...
  9. Transaction Management using WAS 6.1 datasource

    Msg posted under separate topic Spring Transaction Management using JNDI and WAS 6.1
  10. Hi mdeinum, Sorry for not replying earlier....

    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...
  11. Problems with Spring JDBC Transaction Management

    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...
  12. Problems with Spring JDBC Transaction Management

    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...
  13. Replies
    7
    Views
    2,362

    Thanks for the inputs, i've gone through the...

    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
  14. Replies
    7
    Views
    2,362

    New comer to acegi

    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....
Results 1 to 14 of 15