diff --git a/amf-rt/pom.xml b/amf-rt/pom.xml index 67e7bfa93..775dff490 100644 --- a/amf-rt/pom.xml +++ b/amf-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-amf-rt diff --git a/amf/pom.xml b/amf/pom.xml index 121ba46ab..eedbcc8c2 100644 --- a/amf/pom.xml +++ b/amf/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-amf diff --git a/c/pom.xml b/c/pom.xml index 7bda49b24..0628796e7 100644 --- a/c/pom.xml +++ b/c/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-c diff --git a/core-annotations/pom.xml b/core-annotations/pom.xml index 25bb335fa..d6d81d4a7 100644 --- a/core-annotations/pom.xml +++ b/core-annotations/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-core-annotations diff --git a/core-rt/pom.xml b/core-rt/pom.xml index 21e94d38f..a1ba94585 100644 --- a/core-rt/pom.xml +++ b/core-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-core-rt diff --git a/core/pom.xml b/core/pom.xml index 26a8c9a63..409504b2f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-core diff --git a/csharp/pom.xml b/csharp/pom.xml index ee3577629..31be824fa 100644 --- a/csharp/pom.xml +++ b/csharp/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-csharp diff --git a/cxf-rt/pom.xml b/cxf-rt/pom.xml index 27a33c08c..988f8275f 100644 --- a/cxf-rt/pom.xml +++ b/cxf-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-cxf-rt diff --git a/cxf/pom.xml b/cxf/pom.xml index 8bb021150..ed1a50de8 100644 --- a/cxf/pom.xml +++ b/cxf/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-cxf diff --git a/docs/pom.xml b/docs/pom.xml index 726e26857..307fff85c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-docs diff --git a/documentation/downloads.html b/documentation/downloads.html index b95021e6c..bbc05bc62 100644 --- a/documentation/downloads.html +++ b/documentation/downloads.html @@ -34,7 +34,7 @@

enunciate

Downloads

-

Current stable version: 1.26

+

Current stable version: 1.26.1

@@ -44,15 +44,15 @@

Downloads

- + - + - + - +
notes
enunciate-1.26.tar.gzenunciate-1.26.1.tar.gz gzipped tarballAugust 14, 2012October 3, 2012 Java 7 support.
enunciate-1.26.zipenunciate-1.26.1.zip zipAugust 14, 2012October 3, 2012 Java 7 support.
@@ -66,6 +66,18 @@

Downloads

date notes + + enunciate-1.26.tar.gz + gzipped tarball + August 14, 2012 + Java 7 support. + + + enunciate-1.26.zip + zip + August 14, 2012 + Java 7 support. + enunciate-1.25.tar.gz gzipped tarball diff --git a/documentation/executables.html b/documentation/executables.html index 0967cf482..812a979a0 100644 --- a/documentation/executables.html +++ b/documentation/executables.html @@ -96,7 +96,7 @@

Maven

<plugin> <groupId>org.codehaus.enunciate</groupId> <artifactId>maven-enunciate-plugin</artifactId> - <version>1.26</version> + <version>1.26.1</version> <configuration> ... @@ -112,7 +112,7 @@

Maven

<dependency> <groupId>org.codehaus.enunciate</groupId> <artifactId>enunciate-amf</artifactId> - <version>1.26</version> + <version>1.26.1</version> </dependency> </dependencies> </plugin> @@ -278,7 +278,7 @@

Example

<groupId>com.ifyouwannabecool.war</groupId> <artifactId>ifyouwannabecool</artifactId> <packaging>war</packaging> - <version>1.26</version> + <version>1.26.1</version> <name>ifyouwannabecool</name> <url>http://www.ifyouwannabecool.com</url> @@ -317,7 +317,7 @@

Example

<dependency> <groupId>org.codehaus.enunciate</groupId> <artifactId>enunciate-rt</artifactId> - <version>1.26</version> + <version>1.26.1</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/documentation/getting_started.html b/documentation/getting_started.html index 838c1d460..1f9ff8408 100644 --- a/documentation/getting_started.html +++ b/documentation/getting_started.html @@ -59,7 +59,7 @@

Option 1: enunciate-simple-archetype

mvn archetype:generate \ -DarchetypeGroupId=org.codehaus.enunciate.archetypes \ -DarchetypeArtifactId=enunciate-simple-archetype \ - -DarchetypeVersion=1.26 \ + -DarchetypeVersion=1.26.1 \ -DgroupId=org.codehaus.enunciate \ -DartifactId=wannabecool diff --git a/enunciate-simple-archetype/pom.xml b/enunciate-simple-archetype/pom.xml index 4d7615d7b..bbbebd0b1 100644 --- a/enunciate-simple-archetype/pom.xml +++ b/enunciate-simple-archetype/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 org.codehaus.enunciate.archetypes diff --git a/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml b/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml index 8c86df000..2bb0d1fb8 100644 --- a/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml +++ b/enunciate-simple-archetype/src/main/resources/archetype-resources/pom.xml @@ -14,7 +14,7 @@ org.codehaus.enunciate maven-enunciate-plugin - 1.27-SNAPSHOT + 1.26.1 src/conf/enunciate.xml @@ -57,7 +57,7 @@ org.codehaus.enunciate enunciate-rt - 1.27-SNAPSHOT + 1.26.1 diff --git a/gwt-rt/pom.xml b/gwt-rt/pom.xml index d1f0624d0..097f53890 100644 --- a/gwt-rt/pom.xml +++ b/gwt-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-gwt-rt diff --git a/gwt/pom.xml b/gwt/pom.xml index 362332ddf..737a022db 100644 --- a/gwt/pom.xml +++ b/gwt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-gwt diff --git a/integration-tests/addressbook/pom.xml b/integration-tests/addressbook/pom.xml index 909845a3b..2ebe472b6 100644 --- a/integration-tests/addressbook/pom.xml +++ b/integration-tests/addressbook/pom.xml @@ -4,7 +4,7 @@ net.java.ws.addressbook addressbook war - 1.27-SNAPSHOT + 1.26.1 Enunciate - Address Book Example diff --git a/integration-tests/contract-first/pom.xml b/integration-tests/contract-first/pom.xml index 7471a13cf..b5c263764 100644 --- a/integration-tests/contract-first/pom.xml +++ b/integration-tests/contract-first/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-contract-first - 1.27-SNAPSHOT + 1.26.1 Enunciate - Contract-First Example (EPCIS) An example of how to use Enunciate for contract-first development. war diff --git a/integration-tests/cxf-rest/pom.xml b/integration-tests/cxf-rest/pom.xml index e1890f68c..a7419a5df 100644 --- a/integration-tests/cxf-rest/pom.xml +++ b/integration-tests/cxf-rest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-cxf-rest - 1.27-SNAPSHOT + 1.26.1 Enunciate - CXF/REST Integration Tests Integration tests for Enunciate, testing the CXF + REST combo. war diff --git a/integration-tests/jaxws-ri-rest-spring/pom.xml b/integration-tests/jaxws-ri-rest-spring/pom.xml index eb66dd49a..469158964 100644 --- a/integration-tests/jaxws-ri-rest-spring/pom.xml +++ b/integration-tests/jaxws-ri-rest-spring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jaxws-ri-rest-spring - 1.27-SNAPSHOT + 1.26.1 Enunciate - JAXWS-RI/REST Integration Tests + Spring Integration tests for Enunciate, testing the JAXWS-RI + REST combo, with Spring backing. war diff --git a/integration-tests/jaxws-ri-rest/pom.xml b/integration-tests/jaxws-ri-rest/pom.xml index 6471cdbfe..4c9098bfd 100644 --- a/integration-tests/jaxws-ri-rest/pom.xml +++ b/integration-tests/jaxws-ri-rest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jaxws-ri-rest - 1.27-SNAPSHOT + 1.26.1 Enunciate - JAXWS-RI/REST Integration Tests Integration tests for Enunciate, testing the JAXWS-RI + REST combo. war diff --git a/integration-tests/jboss-storage/pom.xml b/integration-tests/jboss-storage/pom.xml index d20c52b1e..d7c87ff2f 100644 --- a/integration-tests/jboss-storage/pom.xml +++ b/integration-tests/jboss-storage/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jboss - 1.27-SNAPSHOT + 1.26.1 Enunciate - JBoss Integration Tests Integration tests for Enunciate, testing the JBoss deployment. war diff --git a/integration-tests/jboss-ws-rest/pom.xml b/integration-tests/jboss-ws-rest/pom.xml index 2c38ef0ba..4ea1b149a 100644 --- a/integration-tests/jboss-ws-rest/pom.xml +++ b/integration-tests/jboss-ws-rest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jboss-rest - 1.27-SNAPSHOT + 1.26.1 Enunciate - JBoss-WS/REST Integration Tests Integration tests for Enunciate, testing the JBoss WS + REST combo. war diff --git a/integration-tests/jersey-storage-spring/pom.xml b/integration-tests/jersey-storage-spring/pom.xml index f341eeb70..6a647b947 100644 --- a/integration-tests/jersey-storage-spring/pom.xml +++ b/integration-tests/jersey-storage-spring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jersey-storage-spring - 1.27-SNAPSHOT + 1.26.1 Enunciate - Jersey/Spring Integration Tests Integration tests for Enunciate, testing the Jersey deployment with Spring enabled. war diff --git a/integration-tests/jersey-storage/pom.xml b/integration-tests/jersey-storage/pom.xml index 552265621..a06344800 100644 --- a/integration-tests/jersey-storage/pom.xml +++ b/integration-tests/jersey-storage/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.codehaus.enunciate enunciate-integration-jersey-storage - 1.27-SNAPSHOT + 1.26.1 Enunciate - Jersey Integration Tests Integration tests for Enunciate, testing the Jersey deployment. war diff --git a/integration-tests/petclinic/pom.xml b/integration-tests/petclinic/pom.xml index 8e6fe3536..97fc802f1 100644 --- a/integration-tests/petclinic/pom.xml +++ b/integration-tests/petclinic/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate.samples.petclinic petclinic war - 1.27-SNAPSHOT + 1.26.1 Enunciate - Petclinic Example diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index e41a37b78..1d2072ace 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-integration-tests pom - 1.27-SNAPSHOT + 1.26.1 Enunciate - Integration Tests diff --git a/java-client/pom.xml b/java-client/pom.xml index fe03d23f9..6e419426d 100644 --- a/java-client/pom.xml +++ b/java-client/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-java-client diff --git a/jaxws-ri-rt/pom.xml b/jaxws-ri-rt/pom.xml index 298a31e6d..9d0800f9c 100644 --- a/jaxws-ri-rt/pom.xml +++ b/jaxws-ri-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jaxws-ri-rt diff --git a/jaxws-ri/pom.xml b/jaxws-ri/pom.xml index f8ff887b4..029274440 100644 --- a/jaxws-ri/pom.xml +++ b/jaxws-ri/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jaxws-ri diff --git a/jaxws-support/pom.xml b/jaxws-support/pom.xml index 85247b267..f5cefa7c3 100644 --- a/jaxws-support/pom.xml +++ b/jaxws-support/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jaxws-support diff --git a/jboss-rt/pom.xml b/jboss-rt/pom.xml index f9b3ea139..69ac68bdb 100644 --- a/jboss-rt/pom.xml +++ b/jboss-rt/pom.xml @@ -5,7 +5,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jboss-rt diff --git a/jboss/pom.xml b/jboss/pom.xml index 6c4c60f99..91771f7bb 100644 --- a/jboss/pom.xml +++ b/jboss/pom.xml @@ -5,7 +5,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jboss diff --git a/jersey-rt/pom.xml b/jersey-rt/pom.xml index 1d8d73746..f5d56e36a 100644 --- a/jersey-rt/pom.xml +++ b/jersey-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jersey-rt diff --git a/jersey/pom.xml b/jersey/pom.xml index 2509893fc..a560d2516 100644 --- a/jersey/pom.xml +++ b/jersey/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-jersey diff --git a/maven-enunciate-cxf-plugin/pom.xml b/maven-enunciate-cxf-plugin/pom.xml index acbb3fefa..ba49ab756 100644 --- a/maven-enunciate-cxf-plugin/pom.xml +++ b/maven-enunciate-cxf-plugin/pom.xml @@ -3,7 +3,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 maven-enunciate-cxf-plugin diff --git a/maven-enunciate-jboss-plugin/pom.xml b/maven-enunciate-jboss-plugin/pom.xml index 90e932e78..f8b3e1140 100644 --- a/maven-enunciate-jboss-plugin/pom.xml +++ b/maven-enunciate-jboss-plugin/pom.xml @@ -3,7 +3,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 maven-enunciate-jboss-plugin diff --git a/maven-enunciate-plugin/pom.xml b/maven-enunciate-plugin/pom.xml index 672105776..9e43c553a 100644 --- a/maven-enunciate-plugin/pom.xml +++ b/maven-enunciate-plugin/pom.xml @@ -3,7 +3,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 maven-enunciate-plugin diff --git a/maven-enunciate-slim-plugin/pom.xml b/maven-enunciate-slim-plugin/pom.xml index baad775fa..564f9928b 100644 --- a/maven-enunciate-slim-plugin/pom.xml +++ b/maven-enunciate-slim-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 maven-enunciate-slim-plugin diff --git a/maven-enunciate-spring-plugin/pom.xml b/maven-enunciate-spring-plugin/pom.xml index 5d04ceb43..ebd659dd1 100644 --- a/maven-enunciate-spring-plugin/pom.xml +++ b/maven-enunciate-spring-plugin/pom.xml @@ -3,7 +3,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 maven-enunciate-spring-plugin diff --git a/obj-c/pom.xml b/obj-c/pom.xml index 9cf2238da..815650260 100644 --- a/obj-c/pom.xml +++ b/obj-c/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-obj-c diff --git a/pom.xml b/pom.xml index c17e8abda..538b79026 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent pom - 1.27-SNAPSHOT + 1.26.1 Enunciate - Parent diff --git a/ruby/pom.xml b/ruby/pom.xml index 2250310a3..3d9840830 100644 --- a/ruby/pom.xml +++ b/ruby/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-ruby diff --git a/spring-app-rt/pom.xml b/spring-app-rt/pom.xml index 7349cc630..3348cf5f3 100644 --- a/spring-app-rt/pom.xml +++ b/spring-app-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 diff --git a/spring-app/pom.xml b/spring-app/pom.xml index 09f6a5abe..0fa2d1292 100644 --- a/spring-app/pom.xml +++ b/spring-app/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-spring-app diff --git a/spring-jaxws-rt/pom.xml b/spring-jaxws-rt/pom.xml index aa1edbb19..650d761d0 100644 --- a/spring-jaxws-rt/pom.xml +++ b/spring-jaxws-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-spring-jaxws-rt diff --git a/spring3-app-rt/pom.xml b/spring3-app-rt/pom.xml index 54bc89f2a..88e26af57 100644 --- a/spring3-app-rt/pom.xml +++ b/spring3-app-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-spring3-app-rt diff --git a/src/samples/bookstore/pom.xml b/src/samples/bookstore/pom.xml index 9b0e39db3..d5192a4c8 100644 --- a/src/samples/bookstore/pom.xml +++ b/src/samples/bookstore/pom.xml @@ -21,7 +21,7 @@ org.codehaus.enunciate maven-enunciate-plugin - 1.27-SNAPSHOT + 1.26.1 @@ -130,7 +130,7 @@ org.codehaus.enunciate enunciate-spring-app-rt - 1.27-SNAPSHOT + 1.26.1 diff --git a/src/samples/wannabecool/build/README.txt b/src/samples/wannabecool/build/README.txt index 9714c40f5..1b27c1b68 100644 --- a/src/samples/wannabecool/build/README.txt +++ b/src/samples/wannabecool/build/README.txt @@ -11,7 +11,7 @@ the command line, these examples each do the same thing: 1. Invoke Enunciate on all of the java source files in the "src/main/java" directory and with the config file src/main/java/enunciate.xml. 2. Export the full-featured war to target/wannabecool.war. (Note: the maven - pom appends the version, i.e. target/wannabecool-1.26.war) + pom appends the version, i.e. target/wannabecool-1.26.1.war) 3. Export the client-side jar for accessing the published remote API via JDK 1.5 to the file target/wannabecool-client.jar. diff --git a/src/samples/wannabecool/build/pom.xml b/src/samples/wannabecool/build/pom.xml index 0596a6d43..052ae6f85 100644 --- a/src/samples/wannabecool/build/pom.xml +++ b/src/samples/wannabecool/build/pom.xml @@ -13,7 +13,7 @@ org.codehaus.enunciate maven-enunciate-plugin - 1.27-SNAPSHOT + 1.26.1 src/main/java/enunciate.xml @@ -44,7 +44,7 @@ org.codehaus.enunciate enunciate-rt - 1.27-SNAPSHOT + 1.26.1 junit diff --git a/top-rt/pom.xml b/top-rt/pom.xml index 298132a41..614cdf9d0 100644 --- a/top-rt/pom.xml +++ b/top-rt/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-rt diff --git a/top/pom.xml b/top/pom.xml index d489316c5..506dcb2ac 100644 --- a/top/pom.xml +++ b/top/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-top diff --git a/xml/pom.xml b/xml/pom.xml index 225c994bd..4510af9e9 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -4,7 +4,7 @@ org.codehaus.enunciate enunciate-parent - 1.27-SNAPSHOT + 1.26.1 enunciate-xml diff --git a/xml/src/main/resources/org/codehaus/enunciate/modules/xml/wadl.fmt b/xml/src/main/resources/org/codehaus/enunciate/modules/xml/wadl.fmt index 94258e72f..60bfc9a02 100644 --- a/xml/src/main/resources/org/codehaus/enunciate/modules/xml/wadl.fmt +++ b/xml/src/main/resources/org/codehaus/enunciate/modules/xml/wadl.fmt @@ -22,7 +22,7 @@ Template library for WADL. [/#if] <${wadl}:application xmlns:${wadl}="http://wadl.dev.java.net/2009/02" xmlns:${xs}="http://www.w3.org/2001/XMLSchema"> - <${wadl}:doc xmlns:enunciate="http://enunciate.codehaus.org/" enunciate:generatedBy="Enunciate-1.26"/> + <${wadl}:doc xmlns:enunciate="http://enunciate.codehaus.org/" enunciate:generatedBy="Enunciate-1.26.1"/> <${wadl}:grammars> [@forEachSchema]