I see where you are coming from. Especially since BaseDaoTestCase is extending AbstractTransactionalDataSourceSpringContextTests. Sounds like it is more Spring's issue than yours. Seems like they could have come up with a more generic term than 'Test' for this functionality. As for AppFuse, maybe consider a BaseDaoFactory.
mraible wrote: > > You're saying its wierd that we have BaseDaoTestCase in the > appfuse-hibernate.jar? It is kinda wierd, but the other option was > for us to create an entirely new appfuse-test module with all the base > classes. If enough folks think this is a better approach, we can try > to make it happen after 2.0. > > Matt > > On 4/19/07, paulie <[EMAIL PROTECTED]> wrote: >> >> It just felt weird having something refered to as 'TestCase' promoted to >> production. I wanted to make sure that this was the right approach. >> >> >> mraible wrote: >> > >> > On 4/18/07, paulie <[EMAIL PROTECTED]> wrote: >> >> >> >> I have gone through the Hibernate tutorials and built an app extending >> >> BaseDaoTestCase. Everything is working great. I wanted to see if I >> >> should >> >> deploy my code extending BaseDaoTestCase, build my own DAO base class, >> or >> >> extend another DAO base class. Let me know if there is somewhere I >> can >> >> find >> >> additional info on this topic. >> > >> > I don't understand the question. If everything is working great - why >> > do you want to change anything? >> > >> > Matt >> > >> >> Thanks >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/BaseDaoTestCase-substitution-tf3604883s2369.html#a10071580 >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> >> --------------------------------------------------------------------- >> >> 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] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/BaseDaoTestCase-substitution-tf3604883s2369.html#a10083578 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/BaseDaoTestCase-substitution-tf3604883s2369.html#a10101854 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
