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...
Type: Posts; User: agowda; Keyword(s):
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...
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...
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...
Thank you for the reply,
yes I do have this in web.xml, but I still I get the error
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);
...
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);
...
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...