-
Bug
-
Resolution: Done
-
Major
-
JBossAS-3.2.7 Final, JBossAS-4.0.3 SP1
-
None
The dtd jboss_xmbean_1_2 and jboss_xmbean_1_1 are invalid and the injection element cannot be used as it contains :
<!ELEMENT injection (id , setMethod)>
however id and setMethod are intended to be used as attributes of the injection element :
<!ATTLIST injection id (MBeanServerType | MBeanInfoType | ObjectNameType) #REQUIRED >
<!ATTLIST injection setMethod CDATA #IMPLIED>
so what's wrong ? the fact that id and setMethod are not declared as ELEMENT in the dtd.
therefore it is impossible to use the injection tag in an external metadata file (it works for an embedded xmbean as the document is never validated)
- blocks
-
JBAS-2530 Review the dtds in all branches
- Closed