Re: [appfuse-user] Overriding appfuse-data-common Constants.java

2009-03-24 Thread Mischa
Thanx Matt, I found the solution. I ran mvn appfuse:full-source so now I don't have to worry about it :) Mischa mraible wrote: > > This might help: > > http://appfuse.org/display/APF/AppFuse+Core+Classes > > Matt > > On Tue, Mar 10, 2009 at 8:33 AM, Mischa wrote: > >> >> I am trying to u

Re: [appfuse-user] Overriding appfuse-data-common Constants.java

2009-03-23 Thread Matt Raible
This might help: http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On Tue, Mar 10, 2009 at 8:33 AM, Mischa wrote: > > I am trying to upgrade from 2.0-m3 to 2.0.2. > Doing this I came up with some problems. > > I have overridden the appfuse-data-common module and changed some things in >

[appfuse-user] Overriding appfuse-data-common Constants.java

2009-03-10 Thread Mischa
I am trying to upgrade from 2.0-m3 to 2.0.2. Doing this I came up with some problems. I have overridden the appfuse-data-common module and changed some things in Constants.java like ADMIN_ROLE=admin instead of ROLE_ADMIN. When running the application I get into trouble when I want to edit anoth