-
1. Re: portal fail over testing
theute Mar 18, 2008 11:22 AM (in response to prabhat.jha)As we just discussed over the phone, the *portlet* session replication needs to be automatically tested. More than the webapp session (since it's tested at the AS level already, it doesn't cost much to test as well though)
Also it would be good to have as part of the automated testsuite, a way to test the whole Navigational state replication. (So that you don't have to do it manually anymore, we also need to revisit the manual testing part since it failed lately :-/ My bad for not reviewing the scenarios)
Navigation State consists of:
- Window State (Maximized, Minimized, Normal, ...)
- Portlet Mode (View, Edit, Help...)
- Render Parameters
Basically if you change the mode, change a render parameter and modify the window state, it should replicate on the other nodes. -
2. Re: portal fail over testing
prabhat.jha Mar 18, 2008 2:58 PM (in response to prabhat.jha)To get the two fixes that went in recently related to replication, do I need to check out the latest JBoss_Portal_Branch_2_6?
-