You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/10/10 08:40:39 UTC

svn commit: r454638 - /incubator/servicemix/trunk/servicemix-core/pom.xml

Author: foconer
Date: Mon Oct  9 23:40:38 2006
New Revision: 454638

URL: http://svn.apache.org/viewvc?view=rev&rev=454638
Log:
Commented out failing test case. Created a jira issue under sub task of sm-623.

Modified:
    incubator/servicemix/trunk/servicemix-core/pom.xml

Modified: incubator/servicemix/trunk/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/pom.xml?view=diff&rev=454638&r1=454637&r2=454638
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/pom.xml Mon Oct  9 23:40:38 2006
@@ -346,6 +346,7 @@
 			<exclude>**/StatelessJmsFlowTest.*</exclude>
 			<exclude>**/StatelessJcaFlowTest.*</exclude>
 			<exclude>**/ClientFactoryTest.*</exclude>
+			<exclude>**/JcaFlowWithTxLogTest.*</exclude>
 
 			<!-- fails in linux OS -->
             <exclude>**/StaxSourceTest.*</exclude>