I have a CMP entity bean that I plan to use against an existing table. How can it be deployed without issuing a corresponding CREATE TABLE statement? I found docs suggesting that I should have this in my standardjaws.xml:
<default-entity>
...
<create-table>false</create-table>
...
</default-entity>I added this, but it doesn't seem to prevent the statement from being fired. Something else I should be doing?
Thanks, Jason -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason Wells �Semantic Research Inc. [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
