[jboss-user] [JBoss Seam] - Seam 2 + JBoss Portal 2.6 portlets

2007-10-29 Thread sbozdag
Hi all, I would like to port my Seam application which was coded using Seam 2.0 as a portlet to the Jboss Portal 2.6. I have read some articles but they were all done with older versions of either seam or portal. Any idea or advise ? Cheers View the original post :

[jboss-user] [JBoss Seam] - seam in a portal

2007-09-15 Thread cwash
I haven't had the opportunity to test this, but I imagine anyone with a pretty good understanding of how conversations are implemented could answer, so I pose it here first... In developing a BEA Portal application for a client, I've come across this idea of a refreshAction for a portlet -

[jboss-user] [JBoss Seam] - Seam Interceptor in portal environment

2007-03-04 Thread h.cahyadi
Hi All, If we want to deploy seam application inside the portal environment, we must packaged our application into a web module(.war), my question is, how we can add an interceptor(seam interceptor) into an application that packaged as a web module? Thanks and Regards, -haric- View the

[jboss-user] [JBoss Seam] - Seam remoting on portal, session scope problem

2006-09-13 Thread mauro.lopez
I've a component with session scope, i.e.: @Scope(ScopeType.SESSION) | @Name(myComponent) | public class MyComponent { | ... | } | An this other component, with a remote method and a dependency to the above component: @Name(someAction) | public class MyAction { | |

[jboss-user] [JBoss Seam] - Seam integrate with portal problem

2006-08-03 Thread alexleung
Dear All, I have developed a seam application and need to run it in jboss portal. However, JSF page can't be run after integration. Any critial configuration in the XMLs in order to make it works? Thanks. View the original post :

[jboss-user] [JBoss Seam] - Seam + Facelets + JBoss Portal = IllegalStateException

2006-07-19 Thread javajedi
I'm trying to build a portlet for JBoss Portal 2.4.0-CR2 that uses Seam 1.0.0 and Facelets 1.1.5. I started with the portal example from Seam, which works fine, and tried to plug in a facelet. I made the following changes to the example app: Added the following to web.xml: filter |