Re: [appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-10-01 Thread philwilson
> > [ERROR] FATAL ERROR > [INFO] > > [INFO] URI has an authority component > [INFO] > --

Re: [appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-09-30 Thread Matt Raible
On Thu, Sep 25, 2008 at 4:04 AM, philwilson <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to use the appfuse:gen Maven plugin but when I run it I get a > fatal error (below). > > I've created a new Struts2 project using the Struts 2 Basic archetype, and > added a new entity called Person (code

[appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-09-25 Thread philwilson
Hi, I'm trying to use the appfuse:gen Maven plugin but when I run it I get a fatal error (below). I've created a new Struts2 project using the Struts 2 Basic archetype, and added a new entity called Person (code below). The mapping to Person is added to hibernate.cfg.xml successfully but the

[appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-09-25 Thread philwilson
Hi, I'm trying to use the appfuse:gen Maven plugin but when I run it I get a fatal error (below). I've created a new Struts2 project using the Struts 2 Basic archetype, and added a new entity called Person (code below). The mapping to Person is added to hibernate.cfg.xml successfully but the ap