I can't find any documentation on how to federated a portal...the only thing that i've found is that it's suppose to be seamless...just what does that mean? Do i need jboss-federation-server-exploded.ear and jboss-sso.sar? If not, then how do i configure the partners? The portal documentation shows how to use tomcat, cas and josso but nothing on federated. I figure i have to at least set the valves in the context.xml in the portal-server.war/web-inf but what else? any help is appreciated.
Mahalo,
Dennis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158876#4158876
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158876
You need a shared database to guarantee delivery of persistent messages during failover, but if you don't have persistent messages, you should not have a problem.
On our examples, with our distribution, you will find several -persistence-service.xml. Look at null-persistence-service.xml.
Just replace that by the current -persistence.service.xml under your deployment.
Note: Even with Non Persistent Messages, we could still persist them if you produce more messages than you could consume (Paging). Make sure you are consuming your messages properly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158864#4158864
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158864