according to the dtd of jbosscmp-jdbc ver. 3.0 the
order of sql-type and jdbc-type for an cmp-field must
be
- jdbc-type
- sql-type
<!--
The cmp-field element contains the configuration of a
cmp-field.
-->
<!ELEMENT cmp-field (field-name, read-only?, time-out?,
column-name?, ((jdbc-type, sql-type) |
(property+))? )>
current cvs-version of XDoclet generates it the other
way.
modified jbosscmp-jdbc_xml.j
Logged In: YES
user_id=125677
Fixed in cvs