|
From: Tomas G. <to...@pr...> - 2004-05-28 08:35:35
|
Patch applied. XDoclet has been on our list for a while as well, it was prioritized for later though. We haven't started anythiing with it. /Tomas Stephane Bailliez wrote: >I turned on DTD validation in JBoss to pinpoint errors in deployment >descriptors: > >In conf/jboss-service.xml: > > <mbean code="org.jboss.ejb.EJBDeployer" >name="jboss.ejb:service=EJBDeployer"> > ..... > <attribute name="ValidateDTDs">true</attribute> > .... > >Those patches fix errors in the CA and authorization deployment descriptors >(element ordering) >I also removed a <method> tag in the CA as this method does not exist >anymore in the interface (Jonas complains loudly) > >Another reason to use xdoclet I'm afraid...will put that on my todo list. > >Stephane > > > |