Does anyone know about the behaviour of ICEfaces in a clustered environment?
>From what I read, the Enterprise Edition work well in cluster. Now it seems to me that the Community Edition does too (but since their sale speech is based on the cluster support for the Enterprise version, they are not really detailled about what works or not in the free edition).
So looking on their forum, I read that the community edition supports clustered environments but doesn't scale as well as the Enterprise edition.
If anyone as any information, I'll be happy to hear it.
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987056#3987056
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987056
Thanks for quick reply...
Actually my requirement is,
When any user logs in, i have to set a flag like LoggedIn to true, And when the user logs out or on session invalidation, I have to set back that flag to false. This is to avoid the user to create 2 sessions at the same time...
For Session invalidation case, we are supposed to implement HttpSessionListener, and we have update that flag to false...
Can you suggest me the detailed solution for this...
Thank you...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987053#3987053
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987053
Thank you for your answer, I'll try it.
But: I defined the getId and setId in the TestEntity class in my current code. The id is generated if I call the merge method. And: If I look into the documentation I see that the merge method should work properly for my purposes. But I'll try your suggestion. Maybe it' s hibernate bug and the stuff works only with persist in MappedSupperclasses :-(.
I use JBOSS 4.0.5GA.
Best regards
Meinert
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987050#3987050
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987050