Re: Websphere 6.0 page navigation problem

2005-12-22 Thread Khurram Ahmed
. Burroughs III Khurram Ahmed [EMAIL PROTECTED] 12/21/2005 10:30 AM Please respond to MyFaces Discussion To: MyFaces Discussion users@myfaces.apache.org cc: bcc: Subject: Re: Websphere 6.0 page navigation problem ok for those interested i found

Re: Websphere 6.0 page navigation problem

2005-12-21 Thread Khurram Ahmed
page navigation problem Hi, we've had the same problem! it seems that Web sphere 6.0 ships with IBM's JSF distribution and probably it's in the server's boot classpath as well. We didn't manage to sort out the problem in a decent way. If you just want your web app to work you have to swap the jars

Re: Websphere 6.0 page navigation problem

2005-12-21 Thread Louis Burroughs
respond to MyFaces Discussion To: MyFaces Discussion users@myfaces.apache.org cc: bcc: Subject: Re: Websphere 6.0 page navigation problem ok for those interested i found out that there were two jsf related jars (ws-jsf.jar and jsf-api.jar

Re: Websphere 6.0 page navigation problem

2005-12-20 Thread fabio fornelli
Hi, we've had the same problem! it seems that Web sphere 6.0 ships with IBM's JSF distribution and probably it's in the server's boot classpath as well. We didn't manage to sort out the problem in a decent way. If you just want your web app to work you have to swap the jars in the server's lib

RE: Websphere 6.0 page navigation problem

2005-12-20 Thread Rogerio Saulo (P)
Title: RE: Websphere 6.0 page navigation problem Just change the classloader order in the EAR and WAR modules properties for PARENT_LAST. With myfaces.jar in the WEB-INF/lib of your application, WAS will load the myfaces implementation before the IBM one. This works for me. Rogerio

Re: Websphere 6.0 page navigation problem

2005-12-20 Thread Khurram Ahmed
Subject: Re: Websphere 6.0 page navigation problem Hi, we've had the same problem! it seems that Web sphere 6.0 ships with IBM's JSF distribution and probably it's in the server's boot classpath as well. We didn't manage to sort out the problem in a decent way. If you just want your web app

Websphere 6.0 page navigation problem

2005-12-19 Thread Khurram Ahmed
MyFaces version: 1.1.1 Tomact version: 5.0.27 I have an application that was developed on tomcat 5.0.27 that refuses to work properly on websphere 6.0 i am able to access the opening page after logging however any subsequent attempts at navigation through a link menu in the application generates

Re: Websphere 6.0 page navigation problem

2005-12-19 Thread Khurram Ahmed
I am also getting the following error in the server log SRVE0068E: Could not invoke the service() method on servlet action. Exception thrown : java.lang.NullPointerException at com.ibm.websphere.product.WASProduct.listFileNames(WASProduct.java:2251) at

Re: Websphere 6.0 page navigation problem

2005-12-19 Thread Dennis Byrne
This forum is really good for getting help w/ JSF. You might want to try asking your question at one of the IBM forums. Original message Date: Tue, 20 Dec 2005 10:50:01 +0500 From: Khurram Ahmed [EMAIL PROTECTED] Subject: Websphere 6.0 page navigation problem To: MyFaces