You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by "Romanowski, Tim" <ti...@lmco.com> on 2006/11/16 20:37:39 UTC

NoClassDefFoundError: .../RequestContextFactory

Has something change in the past week or so that would require a
configuration change of a trinidad project?  I was just swapping in a
November 15th build of the trunk into my project that had a November 6
build, and the application won't even load...  Admittedly, I just joined
the dev list yesterday so hadn't been paying attention to submitted
patches until now.  

 

I grabbed the binaries from [1].  Is it safe to say that this is the
trunk?  I built the trunk this morning at home as well, so when that
didn't work I assumed it had something to do with my home build and
grabbed these binaries.   

 

Initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) for
context '/Zadig'

Completed initializing Sun's JavaServer Faces implementation
(1.2_03-b02-FCS) for context '/Zadig'

WebModule[/Zadig]PWC1275: Exception sending context initialized event to
listener instance of class com.sun.faces.config.ConfigureListener

java.lang.NoClassDefFoundError:
org/apache/myfaces/trinidad/context/RequestContextFactory

        at java.lang.Class.getDeclaredConstructors0(Native Method)

        at
java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)

        at java.lang.Class.getConstructor0(Class.java:2640)

        at java.lang.Class.newInstance0(Class.java:321)

        at java.lang.Class.newInstance(Class.java:303)

        at
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
889)

 

[1]
http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tr
inidad/

 

 

 


Re: Re: NoClassDefFoundError: .../RequestContextFactory

Posted by Adam Winer <aw...@gmail.com>.
Well, the 1.1 trunk *should* work.  I'd imagine your problem
comes from not having the right set of JARs installed.

If you do want to try out the 1.2 branch (which'd be great),
I wrote a wiki page on it at:

http://wiki.apache.org/myfaces/Trinidad_JSF12_Support

-- Adam


On 11/16/06, Matthias Wessendorf <ma...@apache.org> wrote:
> there is a jsf 12 branch,
> maybe that fit's better with faces 1.2
>
>
>
> On 11/16/06, Romanowski, Tim <ti...@lmco.com> wrote:
> > Has something change in the past week or so that would require a
> > configuration change of a trinidad project?  I was just swapping in a
> > November 15th build of the trunk into my project that had a November 6
> > build, and the application won't even load...  Admittedly, I just joined
> > the dev list yesterday so hadn't been paying attention to submitted
> > patches until now.
> >
> >
> >
> > I grabbed the binaries from [1].  Is it safe to say that this is the
> > trunk?  I built the trunk this morning at home as well, so when that
> > didn't work I assumed it had something to do with my home build and
> > grabbed these binaries.
> >
> >
> >
> > Initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) for
> > context '/Zadig'
> >
> > Completed initializing Sun's JavaServer Faces implementation
> > (1.2_03-b02-FCS) for context '/Zadig'
> >
> > WebModule[/Zadig]PWC1275: Exception sending context initialized event to
> > listener instance of class com.sun.faces.config.ConfigureListener
> >
> > java.lang.NoClassDefFoundError:
> > org/apache/myfaces/trinidad/context/RequestContextFactory
> >
> >         at java.lang.Class.getDeclaredConstructors0(Native Method)
> >
> >         at
> > java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
> >
> >         at java.lang.Class.getConstructor0(Class.java:2640)
> >
> >         at java.lang.Class.newInstance0(Class.java:321)
> >
> >         at java.lang.Class.newInstance(Class.java:303)
> >
> >         at
> > com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
> > 889)
> >
> >
> >
> > [1]
> > http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tr
> > inidad/
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: NoClassDefFoundError: .../RequestContextFactory

Posted by Matthias Wessendorf <ma...@apache.org>.
there is a jsf 12 branch,
maybe that fit's better with faces 1.2



On 11/16/06, Romanowski, Tim <ti...@lmco.com> wrote:
> Has something change in the past week or so that would require a
> configuration change of a trinidad project?  I was just swapping in a
> November 15th build of the trunk into my project that had a November 6
> build, and the application won't even load...  Admittedly, I just joined
> the dev list yesterday so hadn't been paying attention to submitted
> patches until now.
>
>
>
> I grabbed the binaries from [1].  Is it safe to say that this is the
> trunk?  I built the trunk this morning at home as well, so when that
> didn't work I assumed it had something to do with my home build and
> grabbed these binaries.
>
>
>
> Initializing Sun's JavaServer Faces implementation (1.2_03-b02-FCS) for
> context '/Zadig'
>
> Completed initializing Sun's JavaServer Faces implementation
> (1.2_03-b02-FCS) for context '/Zadig'
>
> WebModule[/Zadig]PWC1275: Exception sending context initialized event to
> listener instance of class com.sun.faces.config.ConfigureListener
>
> java.lang.NoClassDefFoundError:
> org/apache/myfaces/trinidad/context/RequestContextFactory
>
>         at java.lang.Class.getDeclaredConstructors0(Native Method)
>
>         at
> java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
>
>         at java.lang.Class.getConstructor0(Class.java:2640)
>
>         at java.lang.Class.newInstance0(Class.java:321)
>
>         at java.lang.Class.newInstance(Class.java:303)
>
>         at
> com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:
> 889)
>
>
>
> [1]
> http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tr
> inidad/
>
>
>
>
>
>
>
>
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com