Hi, here is the error message. ----------------------------------------------------------------- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.mycompany.app.webapp.action.PersonFormTest': Unsatisfied dependency expressed through bean property 'personManager': There are 2 beans of type [org.appfuse.service.GenericManager] available for autowiring by type: [personManager, auctionItemManager]. There should have been exactly 1 to be able to autowire property 'personManager' of bean 'com.mycompany.app.webapp.action.PersonFormTest'. Consider using autowiring by name instead. -----------------------------------------------------------------
tibi-3 wrote: > > waht is your error ?? > > tibi > > justin_wang wrote: >> is there some command that can delete all the stuff related to Person? >> I got some error when I install Person, the result is I can't >> jetty:run-war. >> I can't fix it now, but I want to know if I can delete all the stuff >> related >> to Person so I can jetty:run-war. >> Thanks for your help. >> >> >> tibi-3 wrote: >> >>> use source controle ;) >>> >>> tibi >>> >>> justin_wang wrote: >>> >>>> after I generate Person and install it, can I uninstall it? >>>> >>>> >>> --------------------------------------------------------------------- >>> 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] > > > -- View this message in context: http://www.nabble.com/can-I-uninstall-Person-tf4432022s2369.html#a12645229 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
