> When trying to run the samples (ant clean deploy) against jboss-3.0.0alpha > I get an JBoss errormessage saying that it cannot find > "http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd".
Seems that either you've found an out of date DTD reference, or JBoss have moved their dtds. I couldn't find them anywhere from a quick look on the JBoss site. I know there are clever ways to do this by pointing the file at the local DTD, but I think the simplest way is to just remove the DTD line after XDoclet has done its stuff. I'll try and look into this further for you. > When trying to run the samples against jboss-2.4.4 with catalina I get an > JBoss errormessage saying that there is a parser error in line 9 column -1. > EMPTY content model cannot ... I guess it is about application.xml, but it > doesn't say which file it cannot parse. Try opening all the xml files in IE. IE seems to have some inbuild DTD parsing - although I'm not 100% of the extent of it. I often use it for these sort of situations to determine where the problem is. Alternatively, if you think its the application.xml, which is often small - then you could post it for others to see if they can spot something. > For the first case I used 2.4 as version number of JBoss and 1.1 for the > EJB version. For the latter case I used 3.0 as version number an 2.0 for the > EJB version. > > In both cases I excluded the cmr files as they produced errors. > > It's just the samples, hence I guess I am just using it the wrong way. Any > idea? I haven't tried to run the samples recently, although will make a point to get back into them this week. cheers dim _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
