CMP bean - Table created has the name of the bean
Hi,
When I deploy the CMP bean, the table created takes the name of the bean and not the name I give in the <table-name> tag of sun-cmp-mappings.xml.
Hence I am unable to connect to an existing table.
For Example, if my bean-name is StudentBean, the table created is STUDENTBEAN. However <table-name> tag has value Student.
Can any one help?

