Bugs item #516403, was opened at 2002-02-12 04:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516403&group_id=22866

Category: JBossMX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alain Coetmeur (coetmeur)
Assigned to: Nobody/Anonymous (nobody)
Summary: MBean XML attrib should be Doc'Fragment

Initial Comment:
In Catalina MBean the "Config"
attribute is an XML Element.

This seems to be a generic behavior
of JbossMX MBean.

the problem that I uncoultered
working on  catalina MBean is that
since the parameter of the set Method
is an XML Element, it can only be...
*ONE* XML Element (!). 

- problem1 : "error message on multiple elements"
no warning is emitted when
multiple element are embedded
in the <Attribute> tag
something should signal it,
to avoid the deployer to lost hours
to discover that it's configuration
is ignored.

note that it is not trivial because
ther may exist "ignorable_space" or comments
or PI between the opening Attribute tag and the
embedded element...


- problem2 : "Document fragment MBean attribute"
One way to solve the problem for
future MBean is to accept "DocumentFragment"
DOM Nodes instead of Elements as MBean attribute

to be compatible Element sould be acceptable but
may be flagged as deprecated.

- problem3:
catalina MBean should be adapted to
the new scheme with doc fragment...
not hard, AFAIK...

best regards.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516403&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to