I tried myfaces 2.0.0 beta 3 successfully.

All you need is myfaces jars, EL implementation jars (I used EL jars
from Tomcat) and a context parameter
  <context-param>
    <param-
name>org.apache.myfaces.config.annotation.LifecycleProvider</param-
name>
    <param-
value>org.apache.myfaces.config.annotation.NoInjectionAnnotationLifecycleProvider</
param-value>
  </context-param>

I am not sure NoInjectionAnnotationLifecycleProvider is suitable for
you.

Hope this help.
http://www.gdevelop.com/w/blog/2010/04/01/myfaces-2-0-on-gae/


On Mar 31, 3:01 pm, Haroon Idrees <[email protected]> wrote:
> Please Help
> I want to test JSF 2.0 over google Appengine ,I followed all
> instruction given 
> athttps://sites.google.com/a/wildstartech.com/adventures-in-java/Java-P...
>
> But still getting this error
>
> java.lang.NoClassDefFoundError: javax.naming.InitialContext is a
> restricted class. Please see the Google  App Engine developer's guide
> for
>
> This change is only using 1.3.2 latest  sdk on ubuntu

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to