summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc17
1 files changed, 0 insertions, 17 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 3679e53e257..992689a2189 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -12,7 +12,6 @@ ContainerCluster = element container | jdisc {
}
ContainerServices =
- RestApi* &
Servlet* &
SearchInContainer? &
DocprocInContainer? &
@@ -128,22 +127,6 @@ Threadpool = element threadpool {
element queue-size { xsd:nonNegativeInteger }
}
-# REST-API:
-
-RestApi = element rest-api {
- attribute path { xsd:string { pattern = "\w[\w_/\-\.]*" } } &
- attribute jersey2 { xsd:boolean }? &
- element components {
- attribute bundle { xsd:Name } &
- element package { xsd:NCName }*
- }*
-
-# element inject {
-# attribute component { xsd:Name } &
-# attribute for-name { xsd:Name }
-# }*
-}
-
# Servlet:
Servlet = element servlet {