Bugs item #505264, was opened at 2002-01-17 23:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=505264&group_id=31602
Category: jboss Group: v1.1 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Vincent Harcq (vharcq) Summary: JBoss 2.2 not supported-docs out of date Initial Comment: jboss task attr: version="2.2" - that worked with 1.01 does not work any more: --/home/mikko/docs/javaprojects/eclipse/samples/script/build.xml:81: 2.2 is not a legal value for this attribute docs also claim 2.2 to be the default but that seems to be for 1.01. The 1.1 XDoclet default seems to generate 2.4 jboss.xml. This leads to JBoss 2.2 being not supported at all, since the default is changed to 2.4 and 2.2 is not a valid option for attr "version". I have several apps on JBoss 2.2 in heavy use and would not like to risk to upgrade to 2.4 but skip to 3.0 when it's not alpha any more... So, shall downgrade back to XDoclet 1.01 as well. Please, update the docs and CHANGES to inform this to other JBoss "oldie" users... :) -- Mikko Kamarainen [EMAIL PROTECTED] ---------------------------------------------------------------------- Comment By: Mikko Kamarainen (mikkokamarainen) Date: 2002-01-21 22:35 Message: Logged In: YES user_id=434664 The problem is the DTD reference generated for jboss.xml - Jboss 2.2 will not accept jboss.xml with the 2.4 DTD reference. But anyway since 2.2 is an oldie, here's my suggestion: - add info of Jboss 2.2 not being supported to docs and CHANGES.txt - change docs to reflect the fact that 2.4 is the current default version (jboss subtask) and "2.2" is not a valid option for the attribute And XDoclet 1.01 can then be used for maintenance of these old projects running on JBoss 2.2. Eagerly waiting for JBoss 3.0 to graduate... :) - Mikko Kamarainen ---------------------------------------------------------------------- Comment By: Vincent Harcq (vharcq) Date: 2002-01-21 11:18 Message: Logged In: YES user_id=125677 If you use 2.4 to build the xml files, what is the problem to run them on 2.2 ? I can't remember any differences in Jboss xml files between 2.2 and 2.4 except NEW tags (read- ahead is one of those) If there is no problem, I would propose to change docs only to warn the users. But maintain 2.2 today as a separate version seems to me a bit overkill. ---------------------------------------------------------------------- Comment By: Aslak Helles�y (rinkrank) Date: 2002-01-20 16:29 Message: Logged In: YES user_id=49846 The @jboss:relation docs are also wrong. A relation-pk- column parameter is being used, but is not documented. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=505264&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
