[appfuse-user] Generating CRUD with POJO in sub-package

2009-07-14 Thread Oscar Alvarez
Hello. Im using appfuse 2, with struts 2 basic archetype. Like the subject says, i'm getting an error when trying to generate CRUD from an POJO existing in sub-package o model package... sudo mvn appfuse:gen -Dentity=oirs.TipoFormulario ... [INFO] [ERROR] The 'oirs.TipoFormulario' entity does no

Re: [appfuse-user] 2.1 status

2009-07-14 Thread tibi
mayby i can become a commiter?? thanks tibi Matt Raible wrote: > I'm taking the month of and enjoying my family in Montana. > > http://raibledesigns.com/rd/entry/raible_road_trip_13 > > I will commit your patches when I return. Of course, other committers > might be able to help you out in the m

Re: [appfuse-user] Generating CRUD with POJO in sub-package

2009-07-14 Thread Nils Petersohn
i tried this too and moved the class from the sub package to the model root package. Then i generated the other classes and replaced the path in the classes with the subpackage in between. this is not much work afterwards... i think there should be an issue for that... On Jul 14, 200

Re: [appfuse-user] Generating CRUD with POJO in sub-package

2009-07-14 Thread Ger-Jan te Dorsthorst
Would it be possible to first put the pojo in the model package, then use appfuse:gen and then refactor the pojo back to the subpackage? I think an ide like eclipse would do this quite well. Perhaps you will have to adjust a couple of references manually. Probably not the solution you're looki

Re: [appfuse-user] Generating CRUD with POJO in sub-package

2009-07-14 Thread Oscar Alvarez
Thanks boys for the ideas... The CRUDs was generated, I let them in the model package and i think let them there for the moment, so I avoid problems =) Thanks again... 2009/7/14 Ger-Jan te Dorsthorst > Would it be possible to first put the pojo in the model package, then use > appfuse:gen and