These DTDs differ: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd (June 3)
jboss-3.0.0_tomcat-4.0.3/docs/dtd/jbosscmp-jdbc_3_0.dtd (from the May 31, 2002 release, file is dated May 20) The diff is below. In general, I would like to include a DTD <!DOCTYPE> element in XML files so that an XML editor can be used, but would rather have a local copy of the DTD used. Is there a way to tell jboss that it should find the file locally and still use the: <!DOCTYPE jbosscmp-jdbc PUBLIC "-//JBoss//DTD JBOSSCMP-JDBC 3.0//EN" "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd"> Or should I use a local relative path (relative from the deploy dir?) Or use: <!DOCTYPE jbosscmp-jdbc PUBLIC "-//JBoss//DTD JBOSSCMP-JDBC 3.0//EN" "jbosscmp-jdbc_3_0.dtd"> where a DTD search path locates the DTD when loaded by jboss. Paul =========the diff <(June 3) >(May 20)============== 329c329 < <!ELEMENT declared-sql (select?, from?, where?, order?)> --- > <!ELEMENT declared-sql (select?, from?, where?, order?, other?)> 369a370,376 > Declares the other sql that is appended to the end of a query. > > Example: <other>LIMIT 100 OFFSET 200</other> > --> > <!ELEMENT other (#PCDATA)> > > <!-- 410,411c417,419 < <!ELEMENT relation-table-mapping (table-name?, datasource?, create-table?, < remove-table?, row-locking?, pk-constraint?)> --- > <!ELEMENT relation-table-mapping (table-name?, > (datasource, datasource-mapping)?, create-table?, remove-table?, > row-locking?, pk-constraint?)> 456c464 < <!ELEMENT dependent-value-class (description, class, property+)> --- > <!ELEMENT dependent-value-class (description?, class, property+)> ================end==================== _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
