[appfuse-user] el folder in catalina.jar empty

2009-04-10 Thread Saeed Iqbal
Hi Im trying to mvn package a sample project and deploy to tomcat. When i start tomcat, i see these errors ERROR - StandardContext.listenerStart(3768) | Exception sending context initiali zed event to listener instance of class org.apache.myfaces.webapp.StartupServlet ContextListener java.lang.NoC

[appfuse-user] Move from Spring MVC Modular project to Basic?

2009-04-10 Thread John Vance
YAGNI has bitten me in the butt. I'd like to collapse my project into the basic format. I'll never need a separate core, and it's kinda a pain maintaining 3 poms, two sample-data.xmls etc. In general, which sections of the POMs can be collapsed up into the parent POMs? What sections would then

[appfuse-user] Fileupload in appfuse light/jsf

2009-04-10 Thread Saeed Iqbal
Hi Im struggling with file upload in appfuse light, i even copied/pasted the code from appfuse full but it wouldnt work. Can anyone help please Basically I want to read contents of a file and when we convert InputStream to BufferedReader, its readLine is returning null. Thanks, -saeed

Re: [appfuse-user] BUILD FAILED when run "mvn test" command

2009-04-10 Thread Matias Berrueta
Hello, you most read the output windows. maven is a java tool to build automation (see http://en.wikipedia.org/wiki/Apache_Maven ) this , compile, and then execute units test (make more) . your problem is in the unit test . read that ( i continue below) > Results : > > Tests in error: >  testS

[appfuse-user] BUILD FAILED when run "mvn test" command

2009-04-10 Thread Kenny Ha
Hi all, Im newbie in maven and appfuse.I built a project with Struts 2 Basic framework but when I run test on it, some errors occur : [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Struts 2 Application [INFO]