[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
Yes, that solved the problem with the portlet, now I'm back at the point, where I already was, when I tested my application with JBP 2.6.0: a ClassCastException when the narrow to the remote home object (EJB 2.1) takes place. It worked so far with JBAS 4.0.5 and JBP 2.4. anonymous wrote : |

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
It's the first narrow, that takes places causing the exception, the lookup works fine. Best wishes Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069006#4069006 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread [EMAIL PROTECTED]
It is not related to JBoss Portal then. If that worked on Portal 4.0.5 you can still have JBoss Portal 2.6.1 running with JBoss AS 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069013#4069013 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
You're right, it seems there is some bug in JBossAS 4.2.1. With 4.0.5 it's working. I just couldn't imagine. I've also deployed an EJB 2 application without JSF and Portlet code, that works fine... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069043#4069043

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-30 Thread [EMAIL PROTECTED]
You shouldn't have this problem with 2.6.1 From your first post i couldn't say if it was with 2.6.0 or 2.6.1. The stacktrace seems to be from 2.6.0 if so can you switch to 2.6.1 please ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068627#4068627 Reply to

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-30 Thread gressho
I've checked, the jboss-portal.sar-directory is 2.6.1. There is no WEB-INF/lib2 in the admin war in 2.6.0. I've deleted all in temp and in work-directories, just to be sure. So which class do I have to load in portlet.xml? I chose com.sun.faces.portlet.FacesPortlet. I observed something else: my

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-30 Thread [EMAIL PROTECTED]
Do you have META-INF/faces-config.xml in the jsf-portlet.jar ? Also do you use the latest version ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068666#4068666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068666

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-30 Thread gressho
No, there isn't. I'm using the jsf-portlet.jar which is delivered in portal-admin.sar/WEB-INF/lib2. So that's my fault? I will test that, when the server is back online. Thanks Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068672#4068672 Reply to the

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-30 Thread [EMAIL PROTECTED]
Yes that's your issue. You should take the original one: https://jsfportletbridge.dev.java.net/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068674#4068674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068674

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-27 Thread gressho
Dear Thomas, after some hours of frustration: I'm back with my portlets where I started, with the MyFaces stuff replaced by Sun's RI in portlet.xml, the jsf-portlet.jar removed from WEB-INF/lib of my war file. This was my first guess with JBossAS 4.2.1/JBossPortal 2.6.0 and my first guess

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-27 Thread [EMAIL PROTECTED]
You need to keep: jsf-portlet.jar It's the Sun JSF bridge View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068113#4068113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068113 ___

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-27 Thread gressho
Yes, I thought so. There are no portal jars in my ear/war. So I finally run in the exceptions from my first posting. The only differences between the former version of my application are the addition of the jsf-portlet.jar to the WEB-INF/lib and the switch from MyFaces to SUN JSF in the

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-26 Thread [EMAIL PROTECTED]
It's easy to blame the portal. Just don't include the Portal jars into your application they are already available form JBoss Portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067862#4067862 Reply to the post :