Search:

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

Search: Search took 0.01 seconds.

  1. Session Concurrency not working with URL based session tracking

    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...
  2. Replies
    1
    Views
    2,496

    It looks like [indexerAndSearcherFactory, etc.]...

    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...
  3. Actually, if EhCache configuration of...

    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...
  4. Replies
    1
    Views
    2,931

    As you said you made an XML file for interceptor...

    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...
  5. Replies
    1
    Views
    1,120

    In spring, DI & IoC can say more about "WHY TO...

    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...
Results 1 to 5 of 5