with current cvs version of xdoclet the validateXml
subtask for jboss fails for the generated file
jaws.xml.
The cmp-field tag does not allow sql-type or jdbc-type.
I can not delete this at classlevel, because I need
this tags for the generation of the jbosscmp-jdbc.xml
file.
So I think, in jboss-jaws_xml.j the lines which create
this shoul be deleted.
modified jboss-jaws_xml.j
Logged In: YES
user_id=125677
The JBoss DTD was wrong. I updated xdoclet cvs with latest
one.
Logged In: YES
user_id=300021
According to jaws_3_0.dtd the element cmp-field must have
field-name and column-name, but must not have sql-type and
jdbc-type.
This still is true with the most current dtd.
Logged In: YES
user_id=125677
I just fixed this.
thanks for reporting :)