|
I've tried looking at the server.log file, and it
contains the same data as the jboss console. I still don't see any sql
statements. Here's a snapshot of my jaws.xml file:
<jaws>
<datasource>AdsDB</datasource> <type-mapping>Oracle8</type-mapping> <default-entity> <create-table>true</create-table> <remove-table>false</remove-table> <read-only>false</read-only> <select-for-update>false</select-for-update> <debug>true</debug> </default-entity> <enterprise-beans> <entity> <ejb-name>AdBean</ejb-name> <table-name>AD</table-name> <create-table>false</create-table> <debug>true</debug> <cmp-field> <field-name>adId</field-name> <column-name>AD_ID</column-name> </cmp-field> <cmp-field> <field-name>adTypeId</field-name> <column-name>AD_TYPE_ID</column-name> </cmp-field> <cmp-field> <field-name>dateTime</field-name> <column-name>DATE_TIME</column-name> </cmp-field> </entity> </enterprise-beans> </jaws>
|
- Re: [JBoss-user] Re: CMP Debug SQL Statements (JAWS) Michael ;alksdjf
- Re: [JBoss-user] Re: CMP Debug SQL Statements (JAWS) Nicolai P Guba
