MHL3060 / bentux

Automatically exported from code.google.com/p/bentux
0 stars 0 forks source link

entertain_product, entertain_service, cultural_product #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
was just checking the db. 

Found out these tables don't link properly with the product table.

I meant by

+------+-----------+------------+
| id   | imdb_link | product_id |
+------+-----------+------------+
|    1 | NULL      |       NULL |
|    2 | NULL      |       NULL |

product_id show as NULL for those table. 

Original issue reported on code.google.com by lhkh...@gmail.com on 27 Oct 2010 at 12:50

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
yeah.

I think this is your issue. you should fix them.

Original comment by benli3...@gmail.com on 31 Oct 2010 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by benli3...@gmail.com on 31 Oct 2010 at 2:15

GoogleCodeExporter commented 9 years ago
What is the status of this issue?

Original comment by benli3...@gmail.com on 7 Mar 2011 at 7:31

GoogleCodeExporter commented 9 years ago
will verify

Original comment by lhkh...@gmail.com on 8 Mar 2011 at 3:15