There should be some existing <exclusions> in your pom.xml you can use as an example. This page may help as well:
http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On 7/20/07, tibi <[EMAIL PROTECTED]> wrote:
thanks i did a clean so i think i need to do the excluding is there an example or howto? again thanks, tibi Matt Raible wrote: > I'd make sure you run "mvn clean" so the old User object is not > getting picked up from your classpath. If that doesn't work, it's > likely you need to do some exclusions on appfuse-hibernate or > appfuse-service for appfuse-data-common. > > Matt > > On 7/20/07, tibi <[EMAIL PROTECTED]> wrote: >> hi list, >> >> i want to make some minor changes to the user object. >> (add one field 'department' and make some fields not mandatory) >> >> i added the user source in my project. >> i added the department field with getters and setters but it is not >> added to the database. >> i have a feeling my changed user is not used and the default user is >> used. >> >> when i do the same with the userAction (i added some logging) my >> userAction is used (i see my logging ;) ) >> >> thanks, >> >> tibi >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
