Search:

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

Search: Search took 0.03 seconds.

  1. The two beans are not interested in the request....

    The two beans are not interested in the request. They are session scoped, because they are stateful and the state must not be shared among users. I think this scenario is quite common.
    As these...
  2. Destroy method of session scoped bean cannot access other session scoped bean

    Hi,
    I have two beans, whose implementation is session scoped. One of them gets the other autowired via its interface, and registers itself as a listener for a particular event. When it is disposed...
Results 1 to 2 of 2