MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread pallavi.roy
Hi All, Desperately in need of answers to make it work. 1)I am using WebSphere5.1 and RAD6 for IDE. 2)The jars i am using are :Tomahawk1.1.3.jar,jsf-api.jar,jsf-impl.jar. (Apart from the jars

SV: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Hermod Opstvedt
Hi You need to set PARENT_LAST for classloading strategy on your application Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 2. november 2006 10:43 Til: dev@myfaces.apache.org Emne: MyFaces with Sun's JSF RI on Websphere5.1 Hi All, Desperately

RE: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread pallavi.roy
would be grateful if you folks could help. Best Regards, Pallavi -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 4:27 PM To: 'MyFaces Development' Subject: SV: MyFaces with Sun's JSF RI on Websphere5.1 Hi You need to set PARENT_LAST

RE: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread pallavi.roy
further suggestions. Best Regards, Pallavi -Original Message- From: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 4:27 PM To: 'MyFaces Development' Subject: SV: MyFaces with Sun's JSF RI on Websphere5.1 Hi You need to set PARENT_LAST for classloading strategy

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Arash Rajaeeyan
hi roy,I am not sure but I think IBM has its own implementation of JSF not suns, http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13706717cat=28thread=75431treeDisplayType=threadmode1forum=472#13706717as you said, you are using jsf-ibm.jar in your project.On 11/2/06, [EMAIL

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Zubin Wadia
Pallavi,IBM is aware of classloader conflicts with MyFaces on Websphere 5.x - please open a support ticket with them and they will likely have a history of resolutions for it. Cheers,Zubin. On 11/2/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote: hi roy,I am not sure but I think IBM has its own

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Cagatay Civici
Last time I've used, ibm was using RI as the implementation and ibm-jsf is just a collection of extended components and renderers.In order to make websphere work with myfaces I remember deleting some jars under server's lib directory and changing the classloading strategy to PARENT_LAST On