One final note:

JPOX also complained about the following definition like "ORA-00910:
specified length too long for its datatype":

      <field name="description" jdbc-type="CLOB">
        <column length="8192"/>
      </field>


Reason: the field was also translated into VARCHAR2 (like VARCHAR is).
I have no idea why this happens, as CLOB appears being a valid
JDO-column-type...
-- 
View this message in context: 
http://www.nabble.com/JDO-error-on-startup-tp24142815p24251391.html
Sent from the archiva-dev mailing list archive at Nabble.com.

Reply via email to