[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-05 Thread [EMAIL PROTECTED]
We are working on a clean way. I will blog about JSF + bridge + Facelet hell when i'm done. This class (JSFMetaBridgeFactory) should only be used when you define that you want to use the MetaBridge. It shouldn't interfere with your application. (Right now it unfortunately does) View the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-05 Thread [EMAIL PROTECTED]
On the other hand if someone uses portal with facelet, the same problem we faces will happen. So at least they should use the very latest version of facelet and jsfportletbridge that we patched. [EMAIL PROTECTED] wrote : We are working on a clean way. | I will blog about JSF + bridge +

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-05 Thread jgilbert
Thanks. I'll keep using my patch in the meantime. BTW, I am using the a4j-portlet so that I can use richfaces in my portlets. However, it doesn't appear to be working with the Sun RI. I get a NPE in com.sun.faces.portlet.LifecycleImpl. So, I'm stuck with using myfaces for now. I know this is

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-04 Thread [EMAIL PROTECTED]
can you try with Sun RI ? why do you need to replace with MyFaces ? jgilbert wrote : you can reproduce the error using the examples/portal from the seam 1.2.1.GA distribution. | | steps: | - install portal 2.6 on AS 4.2 | - replace the jsf libs with myfaces per the wiki | - build

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-04 Thread jgilbert
i did and got the same result. see posting above at 17:57 PM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060546#4060546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060546

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
On which JBoss AS did that happen ? Also do you use MyFaces or Sun RI ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059854#4059854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059854

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
JBoss AS 4.2 with MyFaces View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059985#4059985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059985 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
So you removed the libraries from JBoss AS and replaced them by myFaces ? or you embed myFaces in your war or ... ? Please give us more details so we can help you. Define what you did, and define what exactly break. View the original post :

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
yes, i followed the directions on the jboss portal wiki to replace the sun jars with myfaces. after doing that the portal admin portlet worked. then i tried my seam based portlet which works with CR3. it looks like there has been new code added to the portal in JSFMetaBridgeFactory which

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
The JSFMetaBridgeFactory shouldn't be used in your case (it is used for the Management portlet, and that's how it worked after you changed the libraries). If you can send me your portlet (by email if it fits) i could try to work on it. That would help me recreate your environment. View the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i'll work up a simple example over the next day or so. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060052#4060052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060052 ___

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
btw, should 2.6 work with 4.2 without using myfaces? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060063#4060063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060063 ___

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
yes, 2.6 GA works out of the box with jboss 4.2. jboss 4.2 has sun jsf implementation by default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060068#4060068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060068

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
you can reproduce the error using the examples/portal from the seam 1.2.1.GA distribution. steps: - install portal 2.6 on AS 4.2 - replace the jsf libs with myfaces per the wiki - build seam/examples/portal - copy war and datasource to deploy dir - start app server the exception from the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
I will look at it tomorrow. Any specific reason why you want to use myFaces and not using the Sun RI ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060159#4060159 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060159

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i am actually moving in that direction, but i suspect this error will happen with the SUN RI also. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060160#4060160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060160

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
yep, same thing with Sun RI | 17:53:09,515 WARN [JSFMetaBridgeFactory] No bridge detected for application factory org.jboss.seam.jsf.SeamApplicationFactory | 17:53:09,515 ERROR [STDERR] javax.faces.FacesException: org.jboss.portal.faces.portlet.JSFMetaBridgeLifecycleFactoryImpl |

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
It wasn't supposed to be a solution, just a question :) I was just curious to know why you so wanted to use myFaces. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060171#4060171 Reply to the post :

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i'm with you! i have been wanting to upgrade to Sun RI, but was waiting for all the pieces of the puzzle line up. portal was the last piece and until this morning i didn't think it supported the Sun RI. i look forward to getting this thread straightened out and then leaving myfaces behind.