[Jboss-cvs] JBossAS SVN: r56567 - branches/JBoss_4_0_4_GA_JBAS-3623/testsuite/imports/sections
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 5 10:09:05 EDT 2006
Author: dimitris at jboss.org
Date: 2006-09-05 10:09:03 -0400 (Tue, 05 Sep 2006)
New Revision: 56567
Modified:
branches/JBoss_4_0_4_GA_JBAS-3623/testsuite/imports/sections/jmx.xml
Log:
JBAS-3623, Backport JBAS-3463 to 4.0.4.GA
Modified: branches/JBoss_4_0_4_GA_JBAS-3623/testsuite/imports/sections/jmx.xml
===================================================================
--- branches/JBoss_4_0_4_GA_JBAS-3623/testsuite/imports/sections/jmx.xml 2006-09-05 14:06:34 UTC (rev 56566)
+++ branches/JBoss_4_0_4_GA_JBAS-3623/testsuite/imports/sections/jmx.xml 2006-09-05 14:09:03 UTC (rev 56567)
@@ -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