Search:

Type: Posts; User: vikrant chavan; Keyword(s):

Search: Search took 0.03 seconds.

  1. FormattingConversionServiceFactoryBean not working

    Hello, I am working on spring 3.1. n I am facing problem with FormattingConversionServiceFactoryBean.



    <bean...
  2. Replies
    5
    Views
    1,384

    I changed version of my spring security to 3.0.5...

    I changed version of my spring security to 3.0.5 and now cookie is getting created.
  3. Replies
    5
    Views
    1,384

    If I do not check remember me checkbox i get: ...

    If I do not check remember me checkbox i get:


    DEBUG [http-8181-2] (AbstractAuthenticationProcessingFilter.java:289) - Authentication success. Updating SecurityContextHolder to contain:...
  4. Replies
    5
    Views
    1,384

    I also tried

    I also tried <security:remember-me key="rememberMeKey"/>, still cookie is not set.
  5. Replies
    5
    Views
    1,384

    remember me cookie not created,

    Hello Everyone,
    I am trying to use remember me service in spring security 3.1. However when i login, remember me cookie is not created.


    <security:http...
  6. @nesyarug: Thanks, It worked for me! However,...

    @nesyarug: Thanks, It worked for me!
    However, in case CreateAccountForm class contains Type object which has "name" attribute having @NotNull


    here only the fields inside CreateAccountForm are...
  7. Thanks, it worked :)

    Thanks, it worked :)
  8. I just replaced

    I just replaced


    <security:form-login login-page="/signIn.htm"
    default-target-url="/home.htm"
    always-use-default-target="false"
    login-processing-url="/j_spring_security_check"...
  9. alwaysUseDefaultTargetUrl not working

    Hello everyone,
    I am using Spring security 3.1 and i have set alwaysUseDefaultTargetUrl to false but after login it always redirects to defaultTargetURL page.
    It works fine with...
  10. Replies
    0
    Views
    1,171

    Hibernate transaction configuration

    Hi all,
    I am trying to configure spring 3.1 with hibernate and i want to use declarative transactions. Initially i was using hibernate 3.1.x, however, while executing @tractional method i got...
  11. Replies
    5
    Views
    2,578

    This could be done to allow login in...

    This could be done to allow login in facebook/twitter using Spring-Oauth 2 since these sites authenticates the user before accessing their resources.

    Oauth Conf:


    <oauth:consumer...
  12. Replies
    4
    Views
    1,644

    It is working now. Thank you.

    It is working now. Thank you.
  13. Replies
    4
    Views
    1,644

    I have created a seperate file for AOP...

    I have created a seperate file for AOP (beansdefinition_aop.xml) and I am loading it using contextloaderlistener.
  14. Replies
    4
    Views
    1,644

    AOP not working for Controllers

    Hi all,
    I am newbie to AOP, and i want to have around advice for methods in controller. My interceptor method is not invoked for controllers, however, it works for other packages. Please let me...
  15. Replies
    3
    Views
    1,587

    Thanks!:) I am able to integrate with twitter...

    Thanks!:)
    I am able to integrate with twitter and is working fine.
    After setting proxy properties it worked.
  16. Replies
    3
    Views
    1,587

    OAuth: OAuth connection failed.

    Hello All,
    I am using spring-security-oauth-3.19.SS3.jar for OAuth integration with my application. However, Spring OAuth is not able to connect with http://twitter.com/oauth/request_token....
Results 1 to 16 of 17