1 Reply Latest reply on Jul 4, 2005 8:59 AM by kabirkhan

    How to change the database mapping

    elkner

      tried to use 'columnDefinition="int"' ?

        • 1. Re: How to change the database mapping
          kabirkhan

          1) You ought to upgrade to JBoss 4.0.3 RC1/EJB Beta 1 - there have been a few changes to the spec, and EJB 3 beta is the most up to date version

          2) standardjboss.xml and standardjbosscmp-jdbc.xml are for CMP 2 only, I believe you would annotate your field with @Column and use the precision, scale and length attributes.