From 4c70963f1a990787ffa2495016b5142c0fbd0747 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Thu, 21 Feb 2008 21:03:10 +0000 Subject: [PATCH] OPENJPA-513. Temporarily exclude the "no xsd" test until we get a workaround figured out. I haven't figured out an easy way and I need to make progress with the IBM JDK... git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@629990 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-persistence-jdbc/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index 29fbd1c3c..53a62e2ae 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -324,6 +324,9 @@ are not test cases per OpenJPA standards --> org/apache/openjpa/**/*$*.class org/apache/openjpa/**/*.*.class + + + org/apache/openjpa/persistence/xml/TestPersistenceUnitWithoutXSD.java org/apache/openjpa/persistence/jpql/clauses/TestEJBQueryInterface.java