dev@glassfish.java.net

Is the description sub element of property dead in the domain.xml of v3?

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Fri, 08 Aug 2008 16:18:19 -0700

sun-domain_1_3.dtd had this:

<!ELEMENT property (description?)>
<!ATTLIST property
    name CDATA #REQUIRED
    value CDATA #REQUIRED>

<!ELEMENT description (#PCDATA)>

It appears that v3 b18 doesn't support this. (I added a description
sub-element to a property and the domain would not start...)

Is this an intentional change or not?

thanks,
vbk