Hi, I was using xdoclet CVS version (from 3/6/2002) with no problems, but when I upgraded to the 1.1.2 version (released today) I run into this problem when trying to deploy into JBoss 3.0.0beta:
Message from JBoss3.0.0beta console: -------------------------------- 12:14:17,569 ERROR [XmlFileLoader] XmlFileLoader: File file:/C:/Java/jboss-3.0.0 beta/tmp/deploy/73.charlie-ejb.jar!/META-INF/jbosscmp-jdbc.xml process error. Li ne: 365. Error message: Element "dependent-value-classes" requires additional el ements. -------------------------------- It looks like the generated jbosscmp-jdbc.xml file now includes this snippet: <dependent-value-classes> </dependent-value-classes> It's an empty <dependent-value-classes> tag, which JBoss3.0.0beta doesn't like. It looks like you can't have this tag without having <dependent-value-class> tags inside of it. Something changed between the CVS version and the released version... Please tell me how to avoid the generation of these empty tags. Until then, I'll keep using the CVS version, which was deploying perfectly to JBoss3.0.0beta. XDoclet has saved me a lot of time! Great work! Thanks in advance, Ricardo Arguello _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
