4 Replies Latest reply on Feb 7, 2002 1:04 PM by ppetit

    Problems with table creation in jboss3.0

    anakin

      Hi everybody !!
      I'm facing two problems in jaws.xml:
      1) i want to create tables according to the name specified in jaws.xml(I specified the name <table-name> tag).
      but by default, JAWS creates the tables . The name of the table is the ejb-name of the bean, and the name of the columns will be the names of the CMP fields.
      I dont want the name of the tables to be name of my entity beans !! How do i go about it.

      2) Even if i dont want to create tables ,the container creates tables .How do i avoid this ?.I have already changed the settings in jaws.xml which i included in my jar.

      Thanks in advance