Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    640

    Custom objectDefinitionSource

    Hi:

    I have xml where i inject the objectDefinitionSource property to FilterSecurityInterceptor. I want to generate the value of the property objectDefinitionSource getting the schoolname from the...
  2. Replies
    1
    Views
    670

    Srping WEB APP redirect issue

    Hi ,

    I have a Spring based WEB application. I use the login page to login and i enter userid and password and go inside the applciation . When I am in and If I type in the same first login URL in...
  3. I was able to figure out the problem, I was using...

    I was able to figure out the problem, I was using Servlet Container version 2.3 and this requires ContextLoaderServlet and not ContextLoaderListener.

    Hope this helps anyone going thorugh this...
  4. Thank you for the reply, yes I do have this in...

    Thank you for the reply,

    yes I do have this in web.xml, but I still I get the error
  5. Help me resolve - No WebApplicationContext found: no ContextLoaderListener registere

    Hi,

    I have a very simple web application and in the servlet init method below is my code

    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    ...
  6. Help me resolve -No WebApplicationContext found: no ContextLoaderListener registered?

    Hi,

    I have a very simple web application and in the servlet init method below is my code

    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    ...
  7. Replies
    0
    Views
    645

    Need urgent help on Spring Webservices

    Hi,

    I am new to WebServices. REcently I had work on an applciation which involved Spring Webservices, I wrote the WS call code and below is the code. I am using IMD RAD 6.0 to run this. I was able...
Results 1 to 7 of 7