This might help: http://appfuse.org/display/APF/AppFuse+Core+Classes
Matt On Tue, Mar 10, 2009 at 8:33 AM, Mischa <mis...@dasberg.nl> 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 > Constants.java like ADMIN_ROLE=admin instead of ROLE_ADMIN. > > When running the application I get into trouble when I want to edit another > users profile. > Apparently the appfuse-service-2.0.2.jar has a UserSecurityAdvice which > uses > the old Constants value ROLE_ADMIN instead of admin. So I guess the > compiler > inlined all the final static calls. > > The problem is that I will have to override the service module too in order > to use my Constants class. > > Is there another way to get around this option? > -- > View this message in context: > http://www.nabble.com/Overriding-appfuse-data-common-Constants.java-tp22435491s2369p22435491.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >