Search:

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

Search: Search took 0.02 seconds.

  1. AD Authentication and in Database check disability

    Hi,

    I am beginner in Spring Security.
    I require to authenticate with AD and then check whether authenticated use is enable or disable in Database.

    Please guide me.

    Thanks,
    Ankur
  2. How to get SOAP Header of response using WebServiceTemplate

    Hello,

    I am beginner in Spring-WS. I am using WebServiceTemplate to call SOAP web service.
    Login service require authentication details in SOAP header. I have done that using...
  3. Spring Update SOAP Header with Two Elements

    I am using Spring-WS and WebServiceTemplate to call SOAP WebService.
    Currently, i am facing issue while updating SOAP header.

    Below is complete structure of SOAP request:


    <SOAP:envlope>...
  4. Thread: Get Real Path

    by anks_ce
    Replies
    1
    Views
    2,217

    Thanks !! It worked

    Thanks for this useful information.
    It worked for me.
  5. Issue Solved !!!

    It was a very small mistake. Not in configuration and not in custom UserDetailService.

    In login jsp i had form action as below



    <form name="f" action="<c:url...
  6. Security 3.1, Cusomt UserDetailsService, Able to login only once

    Hi,

    Below is my security-applicationContext.xml


    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  7. Sure i will... Thanks a lot Marten.

    Sure i will... Thanks a lot Marten.
  8. It means that if we specify the @ModelAttribute...

    It means that if we specify the @ModelAttribute in controller's method then it would set the properties otherwise not.
    Please confirm.

    Thank you very much.
  9. Spring Form : Cancel button should not set properties

    Hi,

    i have JSP page as below.


    <form:form commandName="user" methd="POST">
    <form:input path="name" />
    <input type="submit" name="btnSave" value="Save"/>
    <input type="submit"...
  10. Replies
    4
    Views
    506

    Issue Solved !!!

    Hi,

    I just replaced my all the Spring and Spring Security JARs with older version 3.0.X. and it worked.
  11. Replies
    4
    Views
    506

    Hi, Thanks for the reply. I have replaced jars...

    Hi,

    Thanks for the reply. I have replaced jars as per your suggestion.
    Now i have following JARs in my classpath.


    antlr-2.7.6
    antlr-runtime-3.0
    commons-collections-3.1
    ...
  12. Replies
    4
    Views
    506

    Spring Security NoSuchMethod error

    Hi,

    I am a beginner to spring security. I am working with a demo application and i got below problem.

    This is my web.xml


    <listener>...
  13. i had tried to set 0 in bean as value. But it...

    i had tried to set 0 in bean as value. But it didn't work.
    It still shows
    "Typemismatch error" , "NumberformatException: For input String """

    Please help.
  14. How i can use CustomNumberEditor for this?

    How i can use CustomNumberEditor for this?
  15. Spring form to set default value while setting properties

    Hi,

    Below is simple POJO.


    public class file
    {

    private int fileNo;
    }
  16. Replies
    4
    Views
    933

    That works !!!

    Thanks a lot !!!

    It works !! Thank you so much !!
    Here i have to create a factory class to create object.
    Is there any way so that i can create object just by referring the class?
    like

    ...
  17. Replies
    4
    Views
    933

    it properly gets invalidated because other...

    it properly gets invalidated because other objects that i used to store in session, like login object its get removed.
    But this web flow variable doesn't.
  18. Replies
    4
    Views
    933

    Webflow variable scope

    Hi,

    Below is my flow xml.


    <flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  19. Replies
    1
    Views
    594

    Solved the problem. Just Replaced

    Solved the problem.
    Just Replaced


    <bean
    class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver" />

    with
  20. Replies
    1
    Views
    594

    Spring MVC + Webflow

    Hi,

    I use MVC + webflow in single project.
    Please find below dispatcher-servlet.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  21. Replies
    3
    Views
    667

    Thanks for the reply. I didn't understand exactly...

    Thanks for the reply. I didn't understand exactly your solution.

    My problem exactly is that when i tried to access HTML page
    http://localhost:8084/myProject/docs/generatedHTML.html
    according to...
  22. Replies
    3
    Views
    667

    Popup Static HTML page

    Hi,

    I have configured dispatcher servlet as below


    <servlet>
    <servlet-name>dispatcher</servlet-name>
    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>...
Results 1 to 22 of 22