[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-11-06 Thread pmoller
I was doing some other developing for some time but now found the time to go further with the clustering. I got it working and have some comments: One has to distinquish between traditional JSF-apps and JBoss SEAM apps clustering is different depending on the platform used. JBoss SEAM keeps the

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-30 Thread pmoller
Sorry I didn't get back to you in time. My solution is a bit simpler than yours since my wrapper doesn't act as a FacesContext since I figured that no one else would query the FacesContext from this particular attribute. But of course your solution is much better. I am no a bid further since I

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-30 Thread jgilbert
I think you are a head of me. I have done the following: - installed jboss-portal-ha.sar in an all server - using a single mysql db for jbossportal - validated that the out of the box portlets like weather appear to be clustered then tried my jsf seam portlets and got the error discussed in

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-26 Thread jgilbert
I am having the same problem and was considering the same type of solution. Can you share your code? I've searched high and low for info on this issue. I'm surprised it hasn't been encountered more View the original post :

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-26 Thread jgilbert
Here is a link to my workaround: http://taylor.cvs.sourceforge.net/taylor/taylor/commons/src/main/java/net/taylor/portlet/MyFacesGenericPortlet.java?view=markup I would still like to see other solutions. For example, plugging in a different FacesContextFactory impl. View the original post :