[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-25 Thread subhajitpwc
Hi, I have downloaded jboss-portletbridge-1.0.0.B2.What do I have to do next to deploy an application with JBPM process, JSP with Seam annotations running? Do i have to copy any jar file from jboss-portletbridge-1.0.0.B2 folder to my jbpm-starters-kit-3.1.2 folder? Please guide me.i have read

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
Hi I am a beginner in Jboss and Seam. I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
If there is no solution to the above exception---then please suggest the way I can call a process from a JSP. Thanks in anticipation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160197#4160197 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread wesleyhales
You should be using the JBoss Portlet Bridge http://www.jboss.org/portletbridge/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160311#4160311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160311

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
Thanks.I am using jbpm-starters-kit-3.1.2. So will I have to install jboss-portletbridge-1.0.0.B2?Please do guide me regarding the necessary configuration.Thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160416#4160416 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-03 Thread [EMAIL PROTECTED]
Seam support for portlets has always been experimental: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet You can try to use it at your own risks (and eventually report the bugs). We have 2 choices: - We wait till everything works perfectly together and we restrict people from using new

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread jpbarbe
Thanks for your help Dean. The version of MyFaces distributed with JBP 2.6.1 is 1.1.1 and the version of Seam I use is 1.1.6 GA. I tried to use MyFaces 1.1.4 which is distributed with JB 4.0.5. I replace the jars into

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread desropolis
Here's the code from MyFaces... http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java // check, if class is of expected interface type if (!interfaceClass.isAssignableFrom(implClass)) {

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread jpbarbe
Well, I did the main class with the test isAssignableFrom inside and it returns true. As you said, it probably means that there is a classLoader incompatibility with JBP 2.6.1 and my app. I did an other test: I tried to deploy my new EAR for JBP 2.6.1 (with myfaces-api.jar and

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread desropolis
Darn. I was successful only in getting the JSF tutorial to run, not Seam. This stinks. I was hoping to select the JBoss stack for my next implementation. Maybe I still can. It seems as though things are really in flux, here. I think it is a good kind of flux, but it is still flux. I

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-01 Thread jpbarbe
Hi, I have the same error when I want to deploy my app on JBP 2.6.1. My app uses Myfaces, Seam and portlet and works well under JBP 2.6.0 CR2 + JB 4.0.5 GA I did exactly what you wrote, Dean, and now I have a new exception: | java.lang.IllegalArgumentException: Class

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-01 Thread desropolis
OK, so SeamApplicationFactory is not an ApplicationFactory. It sounds like MyFaces is unwilling to accept the SeamApplicationFactory for some reason. I haven't started using Seam at all, so I could be way off, but perhaps the versions of Seam and MyFaces are not in agreement. For this we need

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread [EMAIL PROTECTED]
andrewchukwu wrote : Your answer can be found on the Jboss wiki site: http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces | | JBoss 4.2.x ships with Sun JSF, replace as indicated in the wiki and it should work. This is correct, but this would replace the JSF

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread desropolis
Does this require a sar as I see the portal-admin package does? Or can I make a war of it? How will I know when the tutorial has been updated? Thanks, Dean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069175#4069175 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread [EMAIL PROTECTED]
There is already all the info here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces (You don't need a war, no service required) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069178#4069178 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread desropolis
Great. Thanks Thomas. I have read all the documentation cover to cover and am just starting to code. I appreciate all your hard work. THANKS! Dean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069280#4069280 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread nicolasd
The page http://www.jboss.com/wiki/Wiki.jsp?page=JBossFaces doesn't exist ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069281#4069281 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069281

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread desropolis
Hmmm. It's working for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069300#4069300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069300 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread desropolis
1. Locate jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-impl.jar and jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-api.jar 2. Copy them to your tutorial

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-30 Thread andrewchukwu
Hi, Im a new-commer to to Jboss portal etc. There is a lot of info about. Your answer can be found on the Jboss wiki site: http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces JBoss 4.2.x ships with Sun JSF, replace as indicated in the wiki and it should work. View

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-30 Thread desropolis
Thanks, I'll try it. I DID search for an answer, but I guess not hard enough! Cheers, Dean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068951#4068951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068951