Hi,
 
After lot of useful advices, my jboss 3.0.1 seems to be
working with oracle DB (thank you all). The ultimate problem is
about the auto-creation of tables : when I deploy my entities
EJB in my app-server, I'd like Jboss to create the tables if they
does not already exist.  I added following snippet to my
jbosscmp-jdbc.xml file :
 
      <entity>
         ...
         <create-table>true</create-table>
         ...
      </entity>
But it still doesn't create tables...
 
Any ideas ?
 
TIA,
 
Sebastien CHAUSSON
 

Reply via email to