[jboss-cvs] JBossAS SVN: r81928 - in trunk/testsuite/src: resources/messagedriven/jar/META-INF and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 1 19:11:16 EST 2008
Author: alex.loubyansky at jboss.com
Date: 2008-12-01 19:11:16 -0500 (Mon, 01 Dec 2008)
New Revision: 81928
Modified:
trunk/testsuite/src/main/org/jboss/test/xml/DDValidatorUnitTestCase.java
trunk/testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml
Log:
JBAS-6247
Modified: trunk/testsuite/src/main/org/jboss/test/xml/DDValidatorUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/xml/DDValidatorUnitTestCase.java 2008-12-01 23:46:48 UTC (rev 81927)
+++ trunk/testsuite/src/main/org/jboss/test/xml/DDValidatorUnitTestCase.java 2008-12-02 00:11:16 UTC (rev 81928)
@@ -75,6 +75,9 @@
ignore("jmx/loading/ext/application.xml");
ignore("kernel/deployment/dependspojoear/META-INF/application.xml");
ignore("util/scheduler/application.xml");
+
+ // create-destination: '${test.messagedriven.createDestination}' is not a valid value for 'boolean'.
+ ignore("messagedriven/jar/META-INF/jboss.xml");
}
private static void ignore(String path)
Modified: trunk/testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml 2008-12-01 23:46:48 UTC (rev 81927)
+++ trunk/testsuite/src/resources/messagedriven/jar/META-INF/jboss.xml 2008-12-02 00:11:16 UTC (rev 81928)
@@ -43,12 +43,12 @@
<activation-config-property-value>${test.messagedriven.DLQMaxResent}</activation-config-property-value>
</activation-config-property>
</activation-config>
- <create-destination>${test.messagedriven.createDestination}</create-destination>
<invoker-bindings>
<invoker>
<invoker-proxy-binding-name>jms-message-inflow-driven-bean</invoker-proxy-binding-name>
</invoker>
</invoker-bindings>
+ <create-destination>${test.messagedriven.createDestination}</create-destination>
</message-driven>
<message-driven>
<ejb-name>TestDLQ</ejb-name>
More information about the jboss-cvs-commits
mailing list