Hi Guys,
I am having trouble integrating ehcache in spring web. I have searched certain websites and ehcache documentation but still i was not able to integrate it
I get cache exception as follows...
Type: Posts; User: abhi patil; Keyword(s):
Hi Guys,
I am having trouble integrating ehcache in spring web. I have searched certain websites and ehcache documentation but still i was not able to integrate it
I get cache exception as follows...
hi Guys,
I am trying to expose a method as webservice. I am using spring remoting jax-ws way . I want to know if there is any method using which we can construct wsdl dynamically ?
I found that...
Hi,
I am using spring 3 qnd i have inner classes;
How can i auto wire inner classes in outer class or how can i get get object of inner classes from beanfactory
hi there,
I am using spring 3.0.5 and i have 2 classes class A and class b marked as @component with scope as prototype.
Class B contains argumented constructor which takes arguments as HashMap
So...
Hi There,
You have written that you are using ajax request then how can you expect your form to get submitted
The onoy thing that you can do is take response in ajax as text/html and punch it in...
Hi,
I am using annotation based transaction in spring for hibernate as my orm. Spring version 3.0.5
I am facting a strange issue
My requirement is there are some event listeners registered in...
Hi Guys,
I am creating certain objects on run time based on some runtime condition. This objects are heavy objects and they requre runtime parameters to instantiate.
But this object/objects will...
Hi,
Got it solved:
few things to take care if you are beginner
1. json data should be of the form
{stateList:
[{"stateCode":"45","stateDesc":"Tamilnadu...
Hi Guys,
I am using spring 3.0.5.
I have simple json array and i want to receieve it in spring controller as list of state in this example
Json data is as below
...
Hi Guys,
I am using spring mvc and recently i had conversation with my colleague.
Some of my Jsp's uses conbo box. Values for this combo box are populate using form tag of spring....
Hi Guys,
I am using spring security 3.
On session invalid i want to take user to different page saying session expired. So i configured invalid-session-url to appIllegalState.htm . Now whenever i...
issule solved !!!
Hi Guys,
This is really urgent since I need to give application for testing
I am not able to login 2nd time after i logout. I am using spring security 3
I will describe the scenerio in details
...
My appologies,
It is actually saas-servlet and not dispatcher servlet
Below is my configuration
<bean id="tilesConfigurer"...
Hi,
I am using spring 3.0.5 and tiles 2.2.2. I have configured tiles as mentioned in http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html
There is slight...
Hi Guys,
I am using spring 3.0 I found that struts validation framework is more powerful then spring. So i have decided to use struts validation framework in spring. I know that struts uses apache...
Hi,
I have http filters in position. After user logs in its authentication object is set in securityContextHolder as far as my knowledge is concerned.
When second request goes i have written my...
Done........ :)
Hi Guys,
I want my spring security 3 to work also for "get" request so i changed property of postOnly to false for UsernamePasswordAuthenticationFilter to false but its not working
<bean...
Hi Guys,
I have written my own authentication class and it implements authenticationprovider.
It works fine when i configure login page within that application where my form action is...
I appreciate your concern
for us we have deployment in production and development enviroment. So when we are in development /fixing enviroment then we will like to have anonymous access but when we...
FilterChainProxy.java:195) - Converted URL to lowercase, from: '/index.jsp'; to: '/index.jsp'
(FilterChainProxy.java:202) - Candidate is: '/index.jsp'; pattern is /**; matched=true
...
hi Guys,
I want all my requests to be authenticated anonymously but it seems i am missing something/ I have confgured it incorrectly and hence i am not able to make it work.
It gives me login...
Hi Guys,
I am uisng spring security. I know contextHolder plays vital role in spring security. Also usernamepasswordauthenticationtoken is used to maintain status of user.
I am using a filter...
Hi Guys,
I am using spring 3.0. I have controllers and my objects. All controllers will be marked as singleton and objects are marked as prototype.
Now in my jsp i have marked an...