Re: [appfuse-user] Modular JSF/JPA, web tests not working

2007-05-20 Thread Matt Raible
I'm not sure why this error is getting logged, but I've seen it myself. Matt On 5/20/07, Andreas <[EMAIL PROTECTED]> wrote: Problem solved! After rm -r ~/.m2/repository/org/appfuse/ and mvn -Dmaven.test.skip=true install ... everything works as expected javascript:Nabble.smiley('respect.gif',

Re: [appfuse-user] Modular JSF/JPA, web tests not working

2007-05-20 Thread Andreas
Problem solved! After rm -r ~/.m2/repository/org/appfuse/ and mvn -Dmaven.test.skip=true install ... everything works as expected javascript:Nabble.smiley('respect.gif',':respect:') Though one of the web tests is complaining about a non-valid reference: WARN [http-8081-Processor18] VelocityEngi

[appfuse-user] Exclude action method from Validation?

2007-05-20 Thread pcberg
Hello again, I have two validation questions that are probably struts / xwork issues... (sorry!) 1. I followed the struts2 validation tutorial (http://appfuse.org/display/APF/Using+Struts+2#UsingStruts2-validation) but added a method "detail" to PersonAction. That method retrieves a person and f

[appfuse-user] location of generated files by hbm2java

2007-05-20 Thread sxm
In a multimodule project, I am using hbm2java in the core project. This works fine if I only build the core module. But If I build the whole project, hbm2java generates java files in the parent project and not in the core module. I am assuming its related to outputDirectory location. Is absolute p

Re: [appfuse-user] BindingResult

2007-05-20 Thread Aled Rhys Jones
Yes I have. UrlFormController: public class UrlFormController extends BaseFormController { private UrlManager urlManager = null; public void setUrlManager(UrlManager urlManager) { this.urlManager = urlManager; } public UrlFormController() { setCommandCla