* Gabriel de Perthuis: > I have the same problem: > my app was generated from the Struts 2 simple artifact and a new maven > repository, using http://appfuse.org/display/APF/AppFuse+QuickStart > I added the attached POJO, written by following > http://appfuse.org/display/APF/Persistence > I am using hibernate, and added the class to the mapping.cfg.xml with > what seems the right package name: > > <mapping class="com.yakarouf.model.Employee"/> > > The POJO class gets compiled in target/classes. > > Basically, it's straightforward applications of the first two tutorials. > But running appfuse:gen, nothing seems to happen. > How can I find out what went wrong?
Oh, got it: mkdir target/appfuse solves this problem. Seems to be file here: http://issues.appfuse.org/browse/APF-793 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
