diff --git a/dist/pom.xml b/dist/pom.xml index 15e4ced..7e6842f 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-quickstarts-dist - 4.2.0.Final + 4.3-SNAPSHOT ModeShape AS Quickstarts Distribution POM for building the quickstarts distribution. http://www.modeshape.org diff --git a/modeshape-cdi/README.md b/modeshape-cdi/README.md index b8688db..f5e6221 100644 --- a/modeshape-cdi/README.md +++ b/modeshape-cdi/README.md @@ -38,7 +38,7 @@ for help on how to install and configure Maven 3._ 2. Open a command line and navigate to the root directory of this quickstart. 3. Type this command to build and deploy the archive: - mvn clean package jboss-as:deploy + mvn clean package wildfly:deploy 4. This will deploy `target/modeshape-cdi.war` to the running instance of the server. @@ -66,7 +66,7 @@ Undeploy the Archive 2. Open a command line and navigate to the root directory of this quickstart. 3. When you are finished testing, type this command to undeploy the archive: - mvn jboss-as:undeploy + mvn wildfly:undeploy Run the Arquillian Tests ------------------------- diff --git a/modeshape-cdi/pom.xml b/modeshape-cdi/pom.xml index 629e452..de7ef21 100644 --- a/modeshape-cdi/pom.xml +++ b/modeshape-cdi/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-cdi - 4.2.0.Final + 4.3-SNAPSHOT war Example of a JSF web application that uses ModeShape via CDI @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT diff --git a/modeshape-cli/README.md b/modeshape-cli/README.md index 20f23a6..6210941 100644 --- a/modeshape-cli/README.md +++ b/modeshape-cli/README.md @@ -47,7 +47,7 @@ for help on how to install and configure Maven 3._ 2. Open a command line and navigate to the root directory of this quickstart. 3. Type this command to build and deploy the archive: - mvn clean package jboss-as:deploy + mvn clean package wildfly:deploy 4. This will deploy `target/modeshape-cli.war` to the running instance of the server. @@ -64,7 +64,7 @@ Undeploy the Archive 2. Open a command line and navigate to the root directory of this quickstart. 3. When you are finished testing, type this command to undeploy the archive: - mvn jboss-as:undeploy + mvn wildfly:undeploy Remove the demo repository --------------------------- diff --git a/modeshape-cli/pom.xml b/modeshape-cli/pom.xml index 2a5cefd..14dafbd 100644 --- a/modeshape-cli/pom.xml +++ b/modeshape-cli/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-cli - 4.2.0.Final + 4.3-SNAPSHOT war Example of a JSF web application that uses CLI scripts to create and remove a repository @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT diff --git a/modeshape-clustering/README.md b/modeshape-clustering/README.md index 2ebe014..39d62f4 100644 --- a/modeshape-clustering/README.md +++ b/modeshape-clustering/README.md @@ -26,8 +26,7 @@ The simplest way to do this is to follow the instructions provided [here](https: Start 2 JBoss Wildfly instances with the set of provided configurations (see above) -------------------------------------------------------------------------------------- -1. Copy the `standalone-modeshape-node1.xml` and `standalone-modeshape-node2.xml` configuration files from the root of the quickstart -into the `JBOSS_HOME/standalone/configuration` folder +1. Copy the `standalone` folder from the root of the quickstart into the `JBOSS_HOME`folder 2. Open a command line and navigate to the root of the JBoss server directory. 3. Start the `master` server: diff --git a/modeshape-clustering/pom.xml b/modeshape-clustering/pom.xml index e25300e..488ace7 100644 --- a/modeshape-clustering/pom.xml +++ b/modeshape-clustering/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-clustering - 4.2.0.Final + 4.3-SNAPSHOT war Example of a JSF web application that uses several clustered ModeShape servers @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT diff --git a/modeshape-clustering/standalone/configuration/modeshape/clustered-repo-cache-config.xml b/modeshape-clustering/standalone/configuration/modeshape/clustered-repo-cache-config.xml new file mode 100644 index 0000000..20e5a85 --- /dev/null +++ b/modeshape-clustering/standalone/configuration/modeshape/clustered-repo-cache-config.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modeshape-clustering/standalone/configuration/modeshape/jgroups-config.xml b/modeshape-clustering/standalone/configuration/modeshape/jgroups-config.xml new file mode 100644 index 0000000..f069430 --- /dev/null +++ b/modeshape-clustering/standalone/configuration/modeshape/jgroups-config.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/modeshape-clustering/standalone-modeshape-node1.xml b/modeshape-clustering/standalone/configuration/standalone-modeshape-node1.xml similarity index 91% rename from modeshape-clustering/standalone-modeshape-node1.xml rename to modeshape-clustering/standalone/configuration/standalone-modeshape-node1.xml index b890ee4..723b132 100644 --- a/modeshape-clustering/standalone-modeshape-node1.xml +++ b/modeshape-clustering/standalone/configuration/standalone-modeshape-node1.xml @@ -222,32 +222,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/modeshape-clustering/standalone-modeshape-node2.xml b/modeshape-clustering/standalone/configuration/standalone-modeshape-node2.xml similarity index 91% rename from modeshape-clustering/standalone-modeshape-node2.xml rename to modeshape-clustering/standalone/configuration/standalone-modeshape-node2.xml index d1d7bb1..fed0edf 100644 --- a/modeshape-clustering/standalone-modeshape-node2.xml +++ b/modeshape-clustering/standalone/configuration/standalone-modeshape-node2.xml @@ -222,32 +222,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/modeshape-ejb/README.md b/modeshape-ejb/README.md index 0294683..4682f58 100644 --- a/modeshape-ejb/README.md +++ b/modeshape-ejb/README.md @@ -38,7 +38,7 @@ for help on how to install and configure Maven 3._ 2. Open a command line and navigate to the root directory of this quickstart. 3. Type this command to build and deploy the archive: - mvn clean package jboss-as:deploy + mvn clean package wildfly:deploy 4. This will deploy `target/modeshape-ejb.war` to the running instance of the server. @@ -65,7 +65,7 @@ Undeploy the Archive 2. Open a command line and navigate to the root directory of this quickstart. 3. When you are finished testing, type this command to undeploy the archive: - mvn jboss-as:undeploy + mvn wildfly:undeploy Run the Arquillian Tests ------------------------- diff --git a/modeshape-ejb/pom.xml b/modeshape-ejb/pom.xml index 50e3334..a1242b5 100644 --- a/modeshape-ejb/pom.xml +++ b/modeshape-ejb/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-ejb - 4.2.0.Final + 4.3-SNAPSHOT war Example of web application that uses ModeShape via EJBs @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT diff --git a/modeshape-federation/README.md b/modeshape-federation/README.md index 9e94641..5c83783 100644 --- a/modeshape-federation/README.md +++ b/modeshape-federation/README.md @@ -23,8 +23,7 @@ The simplest way to do this is to follow the instructions provided [here](https: Start a JBoss Wildfly instance with the provided configuration file (see above) --------------------------------------------------------------------------- -1. Copy the `standalone-modeshape-federation.xml` file from the root of the quickstart into the `JBOSS_HOME/standalone/configuration` -folder +1. Copy the `standalone` folder from the root of the quickstart into the `JBOSS_HOME`folder 2. Open a command line and navigate to the root of the JBoss server directory. 3. Start the `master` server: @@ -42,7 +41,7 @@ for help on how to install and configure Maven 3._ 2. Open a command line and navigate to the root directory of this quickstart. 3. Type this command to build and deploy the archive into the `master` server: - mvn clean package jboss-as:deploy + mvn clean package wildfly:deploy 4. This will deploy `target/modeshape-federation.war` to the running server. @@ -65,7 +64,7 @@ Undeploy the Archive 2. Open a command line and navigate to the root directory of this quickstart. 3. When you are finished testing, type this command to undeploy the archive from the server: - mvn jboss-as:undeploy + mvn wildfly:undeploy Run the Arquillian Tests ------------------------- diff --git a/modeshape-federation/pom.xml b/modeshape-federation/pom.xml index 0156d1b..72bd159 100644 --- a/modeshape-federation/pom.xml +++ b/modeshape-federation/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-federation - 4.2.0.Final + 4.3-SNAPSHOT war Example of a JSF web application that uses ModeShape in Federated mode @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT diff --git a/modeshape-federation/standalone/configuration/modeshape/federated-repository-cache-config.xml b/modeshape-federation/standalone/configuration/modeshape/federated-repository-cache-config.xml new file mode 100644 index 0000000..28bdced --- /dev/null +++ b/modeshape-federation/standalone/configuration/modeshape/federated-repository-cache-config.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/modeshape-federation/standalone-modeshape-federation.xml b/modeshape-federation/standalone/configuration/standalone-modeshape-federation.xml similarity index 96% rename from modeshape-federation/standalone-modeshape-federation.xml rename to modeshape-federation/standalone/configuration/standalone-modeshape-federation.xml index 335fe6d..68835de 100644 --- a/modeshape-federation/standalone-modeshape-federation.xml +++ b/modeshape-federation/standalone/configuration/standalone-modeshape-federation.xml @@ -249,18 +249,7 @@ - - - - - - - - - - + diff --git a/modeshape-servlet/README.md b/modeshape-servlet/README.md index 2f4c4c7..af4c933 100644 --- a/modeshape-servlet/README.md +++ b/modeshape-servlet/README.md @@ -38,7 +38,7 @@ for help on how to install and configure Maven 3._ 2. Open a command line and navigate to the root directory of this quickstart. 3. Type this command to build and deploy the archive: - mvn clean package jboss-as:deploy + mvn clean package wildfly:deploy 4. This will deploy `target/modeshape-servlet.war` to the running instance of the server. @@ -68,7 +68,7 @@ Undeploy the Archive 2. Open a command line and navigate to the root directory of this quickstart. 3. When you are finished testing, type this command to undeploy the archive: - mvn jboss-as:undeploy + mvn wildfly:undeploy Run the Arquillian Tests ------------------------- diff --git a/modeshape-servlet/pom.xml b/modeshape-servlet/pom.xml index 0235aa0..e549e3b 100644 --- a/modeshape-servlet/pom.xml +++ b/modeshape-servlet/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-servlet - 4.2.0.Final + 4.3-SNAPSHOT war Example of web application that uses ModeShape @@ -29,7 +29,7 @@ 1.0.1.Final - 4.2.0.Final + 4.3-SNAPSHOT 1.14.1-beta diff --git a/pom.xml b/pom.xml index ecc104e..3b5c02b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.modeshape.quickstarts modeshape-quickstarts - 4.2.0.Final + 4.3-SNAPSHOT ModeShape Wildfly Quickstarts Top-Level POM for building all of the quickstarts. http://www.modeshape.org