That's what I did. Is there a MyFaces-specific configuration parameter I need to consider?
On 4/17/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > I've used NetBeans for myFaces JSF apps without a problem. I set it up > as a normal web application - not as a JSF app. I believe the wizard is > designed to set up a Sun RI application by default, so you'll need to > add the myFaces libraries (with dependencies) and set up the config > files manually. Once you've done that, you can still use things like > the managed-bean and navigation wizards. > > -----Original Message----- > From: benjamin van der veen [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 4:50 PM > To: MyFaces Discussion > Subject: Re: MyFaces and NetBeans 5.0 > > Mike, > > I have, and they don't appear to be in the classpath, or the .war file. > Which is what I expected, since this is a ClassNotFoundException. But > why is it that something is trying to load them? > > Is there anyone else who has experienced this problem and can share his > story? > > On 4/17/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > On 4/16/06, benjamin van der veen <[EMAIL PROTECTED]> wrote: > > org.apache.catalina.core.StandardContext listenerStart > > > SEVERE: Error configuring application listener of class > > > com.sun.faces.config.ConfigureListener > > > java.lang.ClassNotFoundException: > > > com.sun.faces.config.ConfigureListener > > > It seems that it's trying to load part of the Sun RI > > > > Yes, that's exactly the problem, although I couldn't say why. > > Try searching for jsf-api.jar and jsf-impl.jar files. > > > >

