You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2014/04/01 13:15:51 UTC

git commit: BATCHEE-24 exclude unlisted entities

Repository: incubator-batchee
Updated Branches:
  refs/heads/master 8bc8c93c2 -> f9ebb5bd8


BATCHEE-24 exclude unlisted entities


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/f9ebb5bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/f9ebb5bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/f9ebb5bd

Branch: refs/heads/master
Commit: f9ebb5bd8aa599f05c6cd55849b340d7b168fc79
Parents: 8bc8c93
Author: Mark Struberg <st...@apache.org>
Authored: Tue Apr 1 13:15:35 2014 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Apr 1 13:15:35 2014 +0200

----------------------------------------------------------------------
 jbatch/src/test/resources/META-INF/persistence-createdb.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/f9ebb5bd/jbatch/src/test/resources/META-INF/persistence-createdb.xml
----------------------------------------------------------------------
diff --git a/jbatch/src/test/resources/META-INF/persistence-createdb.xml b/jbatch/src/test/resources/META-INF/persistence-createdb.xml
index 7ada924..5c0eed5 100644
--- a/jbatch/src/test/resources/META-INF/persistence-createdb.xml
+++ b/jbatch/src/test/resources/META-INF/persistence-createdb.xml
@@ -28,5 +28,6 @@
       <class>org.apache.batchee.container.services.persistence.jpa.domain.JobExecutionEntity</class>
       <class>org.apache.batchee.container.services.persistence.jpa.domain.JobInstanceEntity</class>
       <class>org.apache.batchee.container.services.persistence.jpa.domain.StepExecutionEntity</class>
+      <exclude-unlisted-classes>true</exclude-unlisted-classes>
   </persistence-unit>
 </persistence>