[jboss-cvs] JBossAS SVN: r94556 - trunk/testsuite/src/resources/xml/mbeanserver.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 9 04:57:57 EDT 2009


Author: dimitris at jboss.org
Date: 2009-10-09 04:57:56 -0400 (Fri, 09 Oct 2009)
New Revision: 94556

Modified:
   trunk/testsuite/src/resources/xml/mbeanserver/testXMBean2.xml
Log:
fix the xml to make org.jboss.test.xml.mbeanserver.XMBean2UnitTestCase pass

Modified: trunk/testsuite/src/resources/xml/mbeanserver/testXMBean2.xml
===================================================================
--- trunk/testsuite/src/resources/xml/mbeanserver/testXMBean2.xml	2009-10-09 08:51:58 UTC (rev 94555)
+++ trunk/testsuite/src/resources/xml/mbeanserver/testXMBean2.xml	2009-10-09 08:57:56 UTC (rev 94556)
@@ -5,7 +5,6 @@
    <description>An xmbean description with custom interceptors that are handled by the JavaBeanSchemaInitializer
    </description>
 
-   <class>org.jboss.naming.JNDIBindingService</class>
    <descriptors>
       <interceptors>
          <custom1:javabean xmlns:custom1="urn:jboss:simplejavabean:1.0"
@@ -27,9 +26,11 @@
       </interceptors>
    </descriptors>
 
+   <class>org.jboss.naming.JNDIBindingService</class>
+   
    <constructor>
+      <description>The default no-arg constructor</description>
       <name>JNDIBindingService</name>
-      <description>The default no-arg constructor</description>
    </constructor>
 
    <attribute>




More information about the jboss-cvs-commits mailing list