So you're saying that UserAction is being ovewritten by appfuse:gen?
That seems like a bug in itself. AMP should never overwrite any
AppFuse core classes.

It's likely that you're trying to do something with "User" in relation
to generating things and that's somewhat of a reserved word when it
comes to AppFuse. In Java, it's not because of packages and such.
However, I don't think we've done anything special to handle this.

Did you generate code for your own User POJO?

Matt

On 9/7/07, Rob Hills <[EMAIL PROTECTED]> wrote:
> Hi Matt,
>
> Thanks for the prompt reply as allways.
>
> Firstly, I've worked around the problem, for the record, by simply changing
> the import statement in the generated
> main/java/org/appfuse/webapp/action/UserAction.java to:
>
> import org.appfuse.model.User;
>
> and now all my appfuse:gen commands work OK.
>
>
> On 7 Sep 2007 at 22:35, Matt Raible wrote:
>
> > This is probably a bug. Since you have amp.fullSource set to true,
>
> Ummm, do I?  I didn't do this myself, so has it been done for me somehow?
> I went back through the AppFuse Core Classes tutorial and didn't see any
> reference to that.
>
> > it thinks the appfusepackage is your groupId. Hopefully it's easy enough 
> > for you to change. Nevertheless, it's
> > something we should fix. If you add it to JIRA, we'll try to fix it before 
> > 2.0.
>
> Happy to do that once I've clarified that it's not a user/docco problem.
>
> Cheers,
> Rob Hills
> Waikiki, Western Australia
> Mobile +61 (412) 904-357
> Fax: +61 (8) 9529-2137
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to