Hi Stan,

Thanks for your rapid reply. I have checked my application and I'm pretty sure that the only thing I did was adding the 1.0.9 RC1 libraries, and when that did not work reversed back to 1.0.8 to ensure it wasn't my application breaking. To be sure I'm going to check again.

Thanks,
Jonas

Stan Silvert wrote:
Jonas,

You are mixing classes from two different versions of MyFaces.  

PORTLET_REQUEST_FLAG was added a few weeks after portlet support was
initially added to MyFaces.  

You are using the newer version of PortletUtil.class with an old version
of MyFacesGenericPortlet.class.

Stan Silvert
JBoss, Inc.
[EMAIL PROTECTED]
callto://stansilvert

  
-----Original Message-----
From: Jonas Jacobi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 24, 2005 6:19 PM
To: MyFaces Development; MyFaces Discussion
Subject: ADF Faces EA14 with MyFaces 1.0.9

Hi All,

I'm trying to use the new release of the ADF Faces component libraries
with MyFaces1.0.9. I'm getting a "NoSuchFieldErrors" when I try to run
the ADF Faces EA14 demo bundle with the MyFaces 1.0.9 release. When I
try to use the 1.0.8 relelase it works just fine. There seem to be a
missmatch of MyFaces libraries. Any clue to what may cause this?

Stack trace:
05/03/24 14:18:32 java.lang.NoSuchFieldError:
org.apache.myfaces.portlet.MyFacesGenericPortlet.PORTLET_REQUEST_FLAG

05/03/24 14:18:32     at

    
org.apache.myfaces.portlet.PortletUtil.isPortletRequest(PortletUtil.java
:5
  
0)


05/03/24 14:18:32     at

    
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspView
Ha
  
ndlerImpl.java:241)


05/03/24 14:18:32     at

    
oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(Vie
wH
  
andlerImpl.java:134)


Thanks,
Jonas
    

Reply via email to