Hi,
I am using URL bases session tracking by disabling cookies in context.xml.
Now in implementation of Session concurrency I am facing problem. It throws me on login page when my application...
Type: Posts; User: kanny; Keyword(s):
Hi,
I am using URL bases session tracking by disabling cookies in context.xml.
Now in implementation of Session concurrency I am facing problem. It throws me on login page when my application...
It looks like [indexerAndSearcherFactory, etc.] are gettting set in 'messageService' bean declaration.
One thing is the properties you declare to set in bean requires setter methods in the same...
Actually, if EhCache configuration of 'maxElementsInMemory' is set to 0, the doc says it will go for infinity option for objects in memory.
But as of my experience its batter to set any higher...
As you said you made an XML file for interceptor configuration, it is required to put under "contextConfigLocation" in the application's deployment descriptor.
Thats how the spring framework will...
In spring, DI & IoC can say more about "WHY TO DECLARE A CLASS AS A BEAN?".
Just consider that, declaring any class as a bean means that class is given to the spring to handle its object creations...