[Jboss-cvs] JBossAS SVN: r56559 - branches/Branch_4_0/testsuite/imports/sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 5 07:58:26 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-05 07:58:24 -0400 (Tue, 05 Sep 2006)
New Revision: 56559

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

Modified: branches/Branch_4_0/testsuite/imports/sections/jmx.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-09-05 11:55:21 UTC (rev 56558)
+++ branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-09-05 11:58:24 UTC (rev 56559)
@@ -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