Title: Message
I'd be interested in that as well.  The "official" way that IBM seems to recommend is to use PARENT_LAST class-loading, which will cause the server to look at the classes within the application JAR files before those in the server JAR files.  However, this causes other problems with our application, because we only want to override the JSF implementation classes, not *all* of the classes.
 
For now, we're just deleting the two JAR files you mentioned from the server's path, which seems like kind of a kluge.
 
- Brendan
-----Original Message-----
From: Pavel Vybiral [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 04, 2006 4:39 AM
To: [email protected]
Subject: WebSphere 6.0 JSF implementation change for MyFaces

Is there an official way how to change JSF implementation (IBM) in Websphere 6.0.0.0 for MyFaces one. I know that WS6 comes with its own implementation but I would like to disable loading of JSF classes from the shipped jar file (jsf-api.jar and ws-jsf.jar) to avoid class path clash and use MyFaces implementation instead.  Thanks.

 

Reply via email to