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',
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
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
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
Yes I have.
UrlFormController:
public class UrlFormController extends BaseFormController {
private UrlManager urlManager = null;
public void setUrlManager(UrlManager urlManager) {
this.urlManager = urlManager;
}
public UrlFormController() {
setCommandCla