Open GoogleCodeExporter opened 9 years ago
is this the reason why? using foodProductDao for others?
from applicationcontext.xml
<bean id="entertainmentProductManager"
class="local.tux.app.service.impl.LookUpNameGenericManagerImpl">
<constructor-arg ref="foodProductDao" />
</bean>
<bean id="entertainmentServiceManager" class="local.tux.app.service.impl.LookUpNameGenericManagerImpl">
<constructor-arg ref="foodProductDao" />
</bean>
<bean id="miscellaneousProductManager" class="local.tux.app.service.impl.LookUpNameGenericManagerImpl">
<constructor-arg ref="foodProductDao" />
</bean>
Original comment by lhkh...@gmail.com
on 27 Oct 2010 at 1:10
yeah.
I think this is your issue. you should fix them.
Original comment by benli3...@gmail.com
on 31 Oct 2010 at 2:15
Original comment by benli3...@gmail.com
on 31 Oct 2010 at 2:15
What is the status of this issue?
Original comment by benli3...@gmail.com
on 7 Mar 2011 at 7:31
will verify
Original comment by lhkh...@gmail.com
on 8 Mar 2011 at 3:15
Original issue reported on code.google.com by
lhkh...@gmail.com
on 27 Oct 2010 at 12:50