[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-05-24 Thread herveminko
Hi all, I also want to display a small JSF application as a portlet using JBoss porlat. My application uses the SUN RI libraries... Is there really no possibility to perform that? It's very important for me to know that ... Thanks View the original post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-05-23 Thread peter.brueckler
Hi all, so after following several blogs I came to the solution that using JBoss Portal together with Sun Java Studio Creator 2 will only work by droping the Sun Faces RI and replace them with the MyFaces, is this correct? Or is there meanwhile a new status? @Roy: You started to do the

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-05-08 Thread pauljoyce
Hi Elam, Did not find a solution or spend very long trying to. Switched to using the Jetspeed 2 Portal. /Paul. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941812#3941812 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-05-05 Thread Elam
Paul, did you ever find a solution for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941635#3941635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941635 ---

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-04-18 Thread steinarruneEriksen
http://blogs.sun.com/roller/page/marcoscorner?entry=creator_2_portlet_in_jboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938002#3938002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938002

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread ScottDawson
Here's a wiki page that gives the details of using MyFaces and JBoss, including information on Tomahawk and substituting the Sun RI: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces Regards, Scott View the original post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread pauljoyce
from the wiki anonymous wrote : | To use the JSF Reference Implementation instead of the bundled MyFaces implementation, simply delete the jbossweb-tomcat55.sar/jsf-lib directory. Then, package the RI in your WEB-INF/lib directory as usual. this does NOT work. JBoss itself uses these jars

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread [EMAIL PROTECTED]
If you remove the JSF libs from jsf-libs then you need to embed them into the portal webapp since the portlet manager is using JSF. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933378#3933378 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread pauljoyce
how does one go about this ? i.e. embedding the jars in the JBoss Portal webapp i tried moving them the the server/default/lib dir but no joy. have to run so will look at it again tomorrow. if you have any suggestions it would be great. pj View the original post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread cooliluv
Hi, I have the same problem. I am not using Myfaces but Sun faces. Roy was going to have a look at it. http://www.jboss.org/index.html?module=bbop=viewtopicp=3886147 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933499#3933499 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-28 Thread hamptont
I'm having the same problem. I'm trying to deploy a portlet that was built using a modified version of the myfaces libraries. These modified myfaces libraries are bundled into the portlet and JBoss has a diff version in JBoss/jbossweb-tomcat55.sar/jsf-libs. I read something about deployment

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-28 Thread pauljoyce
Hi, me again. I managed to get the guess-numbers sample portlet deployed to JBoss. What did I do : 1) changed the portlet.xml to use myfaces libraries 2) added the myfaces listener to web.xml 2) removed the JSF Sun RI libs from the jar. so basically changed the sample to use Myfaces libs