I did validate the file using XMLSPY actually...
See below
Is there a real simple XMbean example somewhere with the descriptors and everything 
(an Hello World XMBean ;-)

<?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE mbean SYSTEM "C:\jboss-3.2.5\docs\dtd\jboss_xmbean_1_1.dtd">
  | <mbean>
  |     <description>App Bridge Mbean</description>
  |     <!-- The managed bean implemention -->
  |     <class>AppBridge.BridgeMBean</class>
  |     <constructor>
  |             <description>BridgeMBean Constructor Description</description>
  |             <name>AppBridge.BridgeMBean</name>
  |     </constructor>
  |     <!-- Attributes -->
  |     <!-- service life cycle operations -->
  |     <operation impact="ACTION_INFO">
  |             <description>StartRunning</description>
  |             <name>StartRunning</name>
  |             <return-type>void</return-type>
  |     </operation>
  | </mbean>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849467#3849467

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849467


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to