Sebastian Janisch wrote:No ... same applies for HttpSessionBindingListener.
Behind the scenes something like this happens:
1. It is iterated through all session attributes
2. A if(attribute instanceof HttpSessionActivationListener) is performed.
Hi Sebastian ,
i found this in HFSJ 1.4 that except HttpSessionBindingListener, all listners need to be configured in DD. was there any changes or errata on that?