This content has been marked as final.
Show 1 reply
-
1. Re: How the Table is getting created automatically
wpfeiffe Dec 29, 2002 7:44 AM (in response to klsateesh)By default the HyperSQL database is being used. This is dictated by the element in the standardjbosscmp-jdbc.xml file in the 'servers/default/conf' dir. There is a sub-element to called <create-table> which dictates that tables get created for Entity Beans at deployment time. Note also the <delete-table> which you almost always want to be false. I think that the table structure is dictated by the EB fields in the Bean class.
I am using SQuirreL SQL to view the Hypersonic tables. You can get it at http://squirrel-sql.sourceforge.net/