Commit 655b645a authored by Administrator's avatar Administrator

Updates the project for the 18/19 course

Project's repository URL in README.md has been updated.
parent 98a7160b
...@@ -48,7 +48,7 @@ git --version ...@@ -48,7 +48,7 @@ git --version
Once Git is installed in your system, clone the project: Once Git is installed in your system, clone the project:
```bash ```bash
git clone http://sing-group.org/dt/gitlab/dgss-1718/xcs-sample.git git clone http://sing-group.org/dt/gitlab/dgss-1819/xcs-sample.git
``` ```
### 1.4. MySQL 5.5+ ### 1.4. MySQL 5.5+
...@@ -144,9 +144,9 @@ the security configuration needed by the application. ...@@ -144,9 +144,9 @@ the security configuration needed by the application.
In the following sections you can find an explanation of how you can configure In the following sections you can find an explanation of how you can configure
the WildFly server by editing the `standalone.xml`. However, the the WildFly server by editing the `standalone.xml`. However, the
`additional-material/wildfly` directory of the project includes a `additional-material/wildfly` directory of the project already includes a
`standalone.xml` ready to be used for the 10.1.0 and 10.1.0 versions that you can `standalone.xml` ready to be used with the 10.1.0 version, that you can
just copy to your WildFly server (replacing the original just copy directly into your WildFly server (replacing the original
`standalone/configuration/standalone.xml` file). `standalone/configuration/standalone.xml` file).
#### 1.6.1. Datasource configuration #### 1.6.1. Datasource configuration
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<arquillian.wildfly.embedded.version>3.0.3.Final</arquillian.wildfly.embedded.version> <arquillian.wildfly.embedded.version>3.0.3.Final</arquillian.wildfly.embedded.version>
<arquillian.wildfly.embedded.container.version>2.1.0.Final</arquillian.wildfly.embedded.container.version> <arquillian.wildfly.embedded.container.version>2.1.0.Final</arquillian.wildfly.embedded.container.version>
<easymock.version>3.4</easymock.version> <easymock.version>3.4</easymock.version>
<geckodriver.version>v0.19.0</geckodriver.version> <geckodriver.version>v0.23.0</geckodriver.version>
<graphene.webdrive.version>2.3.1</graphene.webdrive.version> <graphene.webdrive.version>2.3.1</graphene.webdrive.version>
<hamcrest.version>2.0.0.0</hamcrest.version> <hamcrest.version>2.0.0.0</hamcrest.version>
<jacoco.version>0.7.9</jacoco.version> <jacoco.version>0.7.9</jacoco.version>
...@@ -438,14 +438,14 @@ ...@@ -438,14 +438,14 @@
<configuration> <configuration>
<forkCount>1</forkCount> <forkCount>1</forkCount>
<systemPropertyVariables> <systemPropertyVariables>
<arquillian.launch>wildfly-embedded</arquillian.launch> <arquillian.launch>wildfly-embedded</arquillian.launch>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<jboss.socket.binding.port-offset>10000</jboss.socket.binding.port-offset> <jboss.socket.binding.port-offset>10000</jboss.socket.binding.port-offset>
<wildfly.version>${wildfly.version}</wildfly.version> <wildfly.version>${wildfly.version}</wildfly.version>
<wildfly.http.port>18080</wildfly.http.port> <wildfly.http.port>18080</wildfly.http.port>
<wildfly.management.port>19990</wildfly.management.port> <wildfly.management.port>19990</wildfly.management.port>
<wildfly.jbossHome>target/wildfly-${wildfly.version}</wildfly.jbossHome> <wildfly.jbossHome>target/wildfly-${wildfly.version}</wildfly.jbossHome>
<wildfly.modulePath>target/wildfly-${wildfly.version}/modules</wildfly.modulePath> <wildfly.modulePath>target/wildfly-${wildfly.version}/modules</wildfly.modulePath>
</systemPropertyVariables> </systemPropertyVariables>
<redirectTestOutputToFile>false</redirectTestOutputToFile> <redirectTestOutputToFile>false</redirectTestOutputToFile>
</configuration> </configuration>
...@@ -545,14 +545,14 @@ ...@@ -545,14 +545,14 @@
<forkCount>1</forkCount> <forkCount>1</forkCount>
<systemPropertyVariables> <systemPropertyVariables>
<mysql.version>${mysql.connector.java.version}</mysql.version> <mysql.version>${mysql.connector.java.version}</mysql.version>
<arquillian.launch>wildfly-embedded</arquillian.launch> <arquillian.launch>wildfly-embedded</arquillian.launch>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<jboss.socket.binding.port-offset>10000</jboss.socket.binding.port-offset> <jboss.socket.binding.port-offset>10000</jboss.socket.binding.port-offset>
<wildfly.version>${wildfly.version}</wildfly.version> <wildfly.version>${wildfly.version}</wildfly.version>
<wildfly.http.port>18080</wildfly.http.port> <wildfly.http.port>18080</wildfly.http.port>
<wildfly.management.port>19990</wildfly.management.port> <wildfly.management.port>19990</wildfly.management.port>
<wildfly.jbossHome>target/wildfly-${wildfly.version}</wildfly.jbossHome> <wildfly.jbossHome>target/wildfly-${wildfly.version}</wildfly.jbossHome>
<wildfly.modulePath>target/wildfly-${wildfly.version}/modules</wildfly.modulePath> <wildfly.modulePath>target/wildfly-${wildfly.version}/modules</wildfly.modulePath>
</systemPropertyVariables> </systemPropertyVariables>
<redirectTestOutputToFile>false</redirectTestOutputToFile> <redirectTestOutputToFile>false</redirectTestOutputToFile>
</configuration> </configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment