hello guys,
i m new to the
ejb and writting the cmp entity bean.
i m using
jboss and sql server 2000.I intiallized the standardjaws.xml as follow:
<type-mapping>MS SQLSERVER</type-mapping>
<debug>false</debug>
<default-entity>
<create-table>true</create-table>
<remove-table>false</remove-table>
<tuned-updates>true</tuned-updates>
<read-only>false</read-only>
<time-out>300</time-out>
<row-locking>false</row-locking>
<read-ahead>false</read-ahead>
</default-entity>
<enterprise-beans>
<entity>
<ejb-name>Props</ejb-name>
<remove-table>true</remove-table>
</entity>
</enterprise-beans>
when i deploy the .jar file the jboss console gives the following message:
file:/C:/jboss/jboss3/server/default/deploy/Props.jar
13:32:06,064 INFO [EjbModule] Creating
13:32:06,095 INFO [EjbModule] Deploying Props
13:32:07,564 INFO [JDBCInitCommand] Created table 'Props' successfully.
13:32:07,580 INFO [EjbModule] Created
13:32:07,595 INFO [EjbModule] Starting
13:32:07,627 INFO [EjbModule] Started
13:32:07,627 INFO [MainDeployer] Deployed package: file:/C:/jboss/jboss3/server
/default/deploy/Props.jar
Props.jar is successfully deployed and table created with the name of the "Props".bt the question is, where the table is created. i searched this table bt i didn't get this table in sql server.
Does anyone here be able to provide any suggestion?
thanx in advance
cheers
sachin