DELTASPIKE-406 Warning for EAR deployments.
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/af0270f9 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/af0270f9 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/af0270f9 Branch: refs/heads/master Commit: af0270f9fe0f92ac55f482c72588a02566f4db45 Parents: e0132b6 Author: Thomas Hug <[email protected]> Authored: Wed Oct 2 11:09:36 2013 +0200 Committer: Thomas Hug <[email protected]> Committed: Wed Oct 2 11:10:47 2013 +0200 ---------------------------------------------------------------------- deltaspike/modules/data/README.adoc | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/af0270f9/deltaspike/modules/data/README.adoc ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/README.adoc b/deltaspike/modules/data/README.adoc index 8db3333..c6c6cc0 100644 --- a/deltaspike/modules/data/README.adoc +++ b/deltaspike/modules/data/README.adoc @@ -77,6 +77,11 @@ to your application manually. Also note that in order to use abstract classes as repositories, this currently requires the presence of the http://www.javassist.org[javassist] library in your classpath. +[CAUTION] +=============================== +Using DeltaSpike data in an EAR deployment is currently restricted to annotation-based entities. +=============================== + ==== Maven Dependency Configuration If you are using Maven as your build tool, you can add the following dependencies to your +pom.xml+
