Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Frank Langelage Newsgroups: comp.lang.java.programmer Subject: Re: JSF 2 and Richfaces 4 - fileUpload Date: Fri, 23 Dec 2011 14:14:46 +0100 Lines: 21 Message-ID: <9ljd67FpukU1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net k/xj5Jc4NJa6pHNOCd8UVgYhcEnaTLtaUn0OTUcJeSpvmQ2tk= Cancel-Lock: sha1:pGbG8N3lXcSwJLwK+5fsXTWfwRk= User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:6.0.2) Gecko/20110905 Thunderbird/6.0.2 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10972 On 23.12.11 13:09, Hollow Quincy wrote: > Hi, > > I am trying to create application with EJB3.1, JSF2.0 and RichFaces > 4.1.0 Final. > and run maven 3 I have error: > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler- > plugin:2.3.1:compile (default-compile) on project xxx: Compilation > failure > [ERROR] class file for javax.faces.event.FacesEvent not found > I can see that > public class FileUploadEvent extends FacesEvent > but it is true, that I cannot find class: > javax.faces.event.FacesEvent > > Is it a bug ? what should I do ? This class is in jsf-api.jar, seems that it's not in your classpath during compilation.