[jboss-user] [JBoss Portal] - JBoss AS startup, portlet does not get initialized

2007-03-16 Thread frankr
I have a couple of portlets deployed in a war package. If I deploy the war file after the application server is started the portlets start and work as expected. However if I restart the application server I have to redeploy my war file before the portlets work. There are no errors in the log

[jboss-user] [JBoss Portal] - Re: JBoss AS startup, portlet does not get initialized

2007-03-16 Thread frankr
Did not touch the deployment order (would not even know how to change that ;-)) It's a Seam / MyFaces application. In the web.xml the initialization for Seam and MyFaces is done. Nothing special in the portlet.xml and portlet-instances.xml. The application does have a dependency on some EJB

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread frankr
In principle I do not need page global conversations. PortletA contains a couple of links that are invoked on PortletB which runs in a long running conversation. The side-effect of this is that PortletA creates a new long running conversation for each click. If I could only cancel or discard

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread frankr
Both PortletA and B render a page that contain command links: | h:commandLink action=#{controller.showContent} | #{portal_messages['clickme']} | /h:commandLink | Because of IPC all actions of PortletA and B are invoked on PortletB (the listening portlet). IPC is

[jboss-user] [JBoss Portal] - Re: Portal 2.4 + JSF + IPC Navigation not properly navigatin

2006-11-05 Thread frankr
I'm also working on IPC using JSF and experience the same behavior as you mentioned: the target portlet shows the source view instead of the destination view. Changing the STATE SAVING to client makes it work in Fire Fox but then Internet Explorer 7 does not accept the URL anymore... When I