Its very hard to tell what is the problem unless you show us what error you are getting.
But from the looks of service.xml it seems the error may very well be because of teh way you have defined the columns. Make sure the column names follow javabean specification. For example
Category_ID should be
categoryIdYour column definition below looks very dodgy too
1<column
2name="Product_ID"
3type="Collection"
4entity="T_Product_Master"
5mapping-key="Product_ID" />
Please sign in to flag this as inappropriate.