Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bz1025766: Replace JBoss server with JBoss EAP server #866

Merged
merged 1 commit into from Mar 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ The applications these projects produce are designed to be run on Red Hat JBoss

To run these quickstarts with the provided build scripts, you need the following:

1. Java 1.6, to run JBoss AS and Maven. You can choose from the following:
1. Java 1.6, to run JBoss EAP and Maven. You can choose from the following:
* OpenJDK
* Oracle Java SE
* Oracle JRockit
Expand Down
6 changes: 3 additions & 3 deletions bean-validation/README.md
Expand Up @@ -31,10 +31,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -48,7 +48,7 @@ This quickstart provides Arquillian tests. By default, these tests are configure

_NOTE: The following commands assume you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Run the Arquillian Tests](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/RUN_ARQUILLIAN_TESTS.md#run-the-arquillian-tests) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type the following command to run the test goal with the following profile activated:

Expand Down
8 changes: 4 additions & 4 deletions bmt/README.md
Expand Up @@ -40,10 +40,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -55,7 +55,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -86,7 +86,7 @@ _Note:_ You will see the following warning in the server log. You can ignore thi
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
8 changes: 4 additions & 4 deletions cdi-alternative/README.md
Expand Up @@ -39,10 +39,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -54,7 +54,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand All @@ -79,7 +79,7 @@ comment the '<alternatives>' block in the WEB-INF/beans.xml file and redeploy th
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
8 changes: 4 additions & 4 deletions cdi-decorator/README.md
Expand Up @@ -31,10 +31,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -46,7 +46,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -74,7 +74,7 @@ comment the 'decorators' block in the WEB-INF/beans.xml file and redeploy the qu
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
8 changes: 4 additions & 4 deletions cdi-injection/README.md
Expand Up @@ -28,10 +28,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -43,7 +43,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand All @@ -61,7 +61,7 @@ The application will be running at the following URL <http://localhost:8080/jbos
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
10 changes: 5 additions & 5 deletions cdi-interceptors/README.md
Expand Up @@ -29,10 +29,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -44,7 +44,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -81,7 +81,7 @@ _Note:_ You will see the following warnings and errors in the server log. Hibern
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand All @@ -95,7 +95,7 @@ This quickstart provides Arquillian tests. By default, these tests are configure

_NOTE: The following commands assume you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Run the Arquillian Tests](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/RUN_ARQUILLIAN_TESTS.md#run-the-arquillian-tests) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type the following command to run the test goal with the following profile activated:

Expand Down
6 changes: 3 additions & 3 deletions cdi-portable-extension/README.md
Expand Up @@ -41,10 +41,10 @@ Contributor: You can copy or link to the Maven configuration information in the

If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.

Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -58,7 +58,7 @@ This quickstart provides Arquillian tests. By default, these tests are configure

_NOTE: The following commands assume you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Run the Arquillian Tests](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/RUN_ARQUILLIAN_TESTS.md#run-the-arquillian-tests) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type the following command to run the test goal with the following profile activated:

Expand Down
8 changes: 4 additions & 4 deletions cdi-stereotype/README.md
Expand Up @@ -34,10 +34,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -49,7 +49,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -87,7 +87,7 @@ _Note:_ You will see the following warnings and errors in the server log. Hibern
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
6 changes: 3 additions & 3 deletions cdi-veto/README.md
Expand Up @@ -40,10 +40,10 @@ Configure Maven

If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.

Start the JBoss Server
Start the JBoss EAP Server
-------------------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -57,7 +57,7 @@ This quickstart provides Arquillian tests. By default, these tests are configure

_NOTE: The following commands assume you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Run the Arquillian Tests](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/RUN_ARQUILLIAN_TESTS.md#run-the-arquillian-tests) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type the following command to run the test goal with the following profile activated:

Expand Down
6 changes: 3 additions & 3 deletions cluster-ha-singleton/README.md
Expand Up @@ -40,7 +40,7 @@ You can copy or link to the Maven configuration information in the README file i
If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.


Start the JBoss Server with a HA profile
Start the JBoss EAP Server with a HA profile
-------------------------

If you run a non HA profile the singleton service will not start correctly. To run the example one instance must be started, to see the singleton behaviour at minimum two instances
Expand All @@ -55,7 +55,7 @@ Build and Deploy the Quickstart

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -101,7 +101,7 @@ Check the timer
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down
10 changes: 5 additions & 5 deletions cmt/README.md
Expand Up @@ -67,13 +67,13 @@ _Note_: For the purpose of this quickstart, replace the word `QUICKSTART_DATABAS

1. Be sure to start the PostgreSQL database. Unless you have set up the database to automatically start as a service, you must repeat the instructions "Start the database server" for your operating system every time you reboot your machine.
2. Follow the instructions to [Add the PostgreSQL Module to the JBoss EAP Server](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_POSTGRESQL.md#add-the-postgresql-module-to-the-jboss-eap-server).
3. Follow the instructions to [Configure the PostgreSQL Driver in the JBoss Server](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_POSTGRESQL.md#configure-the-postgresql-driver-in-the-jboss-server).
3. Follow the instructions to [Configure the PostgreSQL Driver in the JBoss EAP Server](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_POSTGRESQL.md#configure-the-postgresql-driver-in-the-jboss-eap-server).


Start the JBoss Server with the Full Profile
Start the JBoss EAP Server with the Full Profile
---------------

1. Open a command prompt and navigate to the root of the JBoss server directory.
1. Open a command prompt and navigate to the root of the JBoss EAP directory.
2. The following shows the command line to start the server with the full profile:

For Linux: JBOSS_HOME/bin/standalone.sh -c standalone-full.xml
Expand All @@ -86,7 +86,7 @@ Build and Deploy the Quickstart
_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#build-and-deploy-the-quickstarts) for complete instructions and additional options._


1. Make sure you have started the JBoss Server with the PostgreSQL driver
1. Make sure you have started the JBoss EAP server with the PostgreSQL driver
2. Open a command prompt and navigate to the root directory of this quickstart.
3. Type this command to build and deploy the archive:

Expand Down Expand Up @@ -123,7 +123,7 @@ _Note:_ You will see the following errors in the server log. Hibernate attempts
Undeploy the Archive
--------------------

1. Make sure you have started the JBoss Server as described above.
1. Make sure you have started the JBoss EAP server as described above.
2. Open a command prompt and navigate to the root directory of this quickstart.
3. When you are finished testing, type this command to undeploy the archive:

Expand Down