Did you set the "Class Loader Order" policy at the module level as well? Under Enterprise Applications -> yourEAR -> Managing Modules -> yourwar? I recently had some API conflict when I use Sun's RI 1.2 (with facelets, of course) on WAS6.1 and setting the above "Class Loader Order" to "Classes loaded with application class loader first" at the module level resolved the problem.
-----Original Message----- From: Christian Koelle [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 5:04 PM To: [email protected] Subject: Myfaces + Websphere 6.1 > How to fetch ResponseStateManager? Hello, I am trying to migrate my jetty:run-alike myfaces application to Websphere 6.1, i.e. the Websphere bundled in IBM's Rapid Application Developer. No matter wether I use Myfaces 1.1.5 or Myfaces 1.2.2, I get the following error if I deploy and start the application: "java.lang.NoSuchMethodError: javax/faces/render/ResponseStateManager.getState(Lj..." Please note that I have set the classloading to "Classes loaded with application class loader first". Any ideas? Every hint appreciated and thanks in advance. Regards Christian Kölle -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

