Hi, I'm using appfuse (tapestry, spring, hibernate) modular project. I have classes that outside of hibernate or tapestry domain but require to execute some of the hibernate query.
If I put a setter on the class, the spring won't inject the method, and If I instantiate the hibernate dao class directly, the finder method always return null. I tried to extends from BaseDaoTestCase, but when I compile, the spring class is missing. Can somebody help me in this problem? Do I have to create a Base class that instantiate the spring context? Doesn't it redundant? Thanks. -- Mohammad Irfan --- www.doktermaya.com www.L-Ads.com (classifieds ads, iklan baris) www.komplain.org (complain about product) www.akarprima.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
