[Jboss-cvs] JBossAS SVN: r56560 - trunk/testsuite/imports/sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 5 08:00:46 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-05 08:00:44 -0400 (Tue, 05 Sep 2006)
New Revision: 56560

Modified:
   trunk/testsuite/imports/sections/jmx.xml
Log:
JBAS-3463, use the correct classloader when deserializing persisted custom mbean attributes

Modified: trunk/testsuite/imports/sections/jmx.xml
===================================================================
--- trunk/testsuite/imports/sections/jmx.xml	2006-09-05 11:58:24 UTC (rev 56559)
+++ trunk/testsuite/imports/sections/jmx.xml	2006-09-05 12:00:44 UTC (rev 56560)
@@ -647,6 +647,18 @@
          </fileset>
       </jar>
       
+      <!-- Test xmbean persistence with a custom attribute -->
+      <jar destfile="${build.lib}/xmbean-custom-attr-pers.sar">
+         <metainf dir="${build.resources}/jmx/xmbean/custom-attr-pers">
+            <include name="jboss-service.xml"/>
+            <include name="jboss-xmbean.xml"/>
+         </metainf>
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/test/jmx/xmbean/CustomType.class"/>
+             <include name="org/jboss/test/jmx/xmbean/ServiceUsingCustomAttribute.class"/>
+         </fileset>    	
+      </jar>
+      
       <!-- Test xmbean descriptor importing an external xml entity -->
       <jar destfile="${build.lib}/xmbean-entity-import.sar">
          <metainf dir="${build.resources}/jmx/xmbean/xmbean-entity-import">




More information about the jboss-cvs-commits mailing list