Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bspastoriza19-esi-solutions
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Breixo Senra Pastoriza
bspastoriza19-esi-solutions
Commits
655b645a
Commit
655b645a
authored
Oct 09, 2018
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates the project for the 18/19 course
Project's repository URL in README.md has been updated.
parent
98a7160b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
README.md
README.md
+4
-4
pom.xml
pom.xml
+17
-17
No files found.
README.md
View file @
655b645a
...
...
@@ -48,7 +48,7 @@ git --version
Once Git is installed in your system, clone the project:
```
bash
git clone http://sing-group.org/dt/gitlab/dgss-1
718
/xcs-sample.git
git clone http://sing-group.org/dt/gitlab/dgss-1
819
/xcs-sample.git
```
### 1.4. MySQL 5.5+
...
...
@@ -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
the WildFly server by editing the
`standalone.xml`
. However, the
`additional-material/wildfly`
directory of the project includes a
`standalone.xml`
ready to be used
for the 10.1.0 and 10.1.0 versions
that you can
just copy to your WildFly server (replacing the original
`additional-material/wildfly`
directory of the project
already
includes a
`standalone.xml`
ready to be used
with the 10.1.0 version,
that you can
just copy
directly in
to your WildFly server (replacing the original
`standalone/configuration/standalone.xml`
file).
#### 1.6.1. Datasource configuration
...
...
pom.xml
View file @
655b645a
...
...
@@ -54,7 +54,7 @@
<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>
<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>
<hamcrest.version>
2.0.0.0
</hamcrest.version>
<jacoco.version>
0.7.9
</jacoco.version>
...
...
@@ -438,14 +438,14 @@
<configuration>
<forkCount>
1
</forkCount>
<systemPropertyVariables>
<arquillian.launch>
wildfly-embedded
</arquillian.launch>
<java.util.logging.manager>
org.jboss.logmanager.LogManager
</java.util.logging.manager>
<jboss.socket.binding.port-offset>
10000
</jboss.socket.binding.port-offset>
<wildfly.version>
${wildfly.version}
</wildfly.version>
<wildfly.http.port>
18080
</wildfly.http.port>
<wildfly.management.port>
19990
</wildfly.management.port>
<wildfly.jbossHome>
target/wildfly-${wildfly.version}
</wildfly.jbossHome>
<wildfly.modulePath>
target/wildfly-${wildfly.version}/modules
</wildfly.modulePath>
<arquillian.launch>
wildfly-embedded
</arquillian.launch>
<java.util.logging.manager>
org.jboss.logmanager.LogManager
</java.util.logging.manager>
<jboss.socket.binding.port-offset>
10000
</jboss.socket.binding.port-offset>
<wildfly.version>
${wildfly.version}
</wildfly.version>
<wildfly.http.port>
18080
</wildfly.http.port>
<wildfly.management.port>
19990
</wildfly.management.port>
<wildfly.jbossHome>
target/wildfly-${wildfly.version}
</wildfly.jbossHome>
<wildfly.modulePath>
target/wildfly-${wildfly.version}/modules
</wildfly.modulePath>
</systemPropertyVariables>
<redirectTestOutputToFile>
false
</redirectTestOutputToFile>
</configuration>
...
...
@@ -545,14 +545,14 @@
<forkCount>
1
</forkCount>
<systemPropertyVariables>
<mysql.version>
${mysql.connector.java.version}
</mysql.version>
<arquillian.launch>
wildfly-embedded
</arquillian.launch>
<java.util.logging.manager>
org.jboss.logmanager.LogManager
</java.util.logging.manager>
<jboss.socket.binding.port-offset>
10000
</jboss.socket.binding.port-offset>
<wildfly.version>
${wildfly.version}
</wildfly.version>
<wildfly.http.port>
18080
</wildfly.http.port>
<wildfly.management.port>
19990
</wildfly.management.port>
<wildfly.jbossHome>
target/wildfly-${wildfly.version}
</wildfly.jbossHome>
<wildfly.modulePath>
target/wildfly-${wildfly.version}/modules
</wildfly.modulePath>
<arquillian.launch>
wildfly-embedded
</arquillian.launch>
<java.util.logging.manager>
org.jboss.logmanager.LogManager
</java.util.logging.manager>
<jboss.socket.binding.port-offset>
10000
</jboss.socket.binding.port-offset>
<wildfly.version>
${wildfly.version}
</wildfly.version>
<wildfly.http.port>
18080
</wildfly.http.port>
<wildfly.management.port>
19990
</wildfly.management.port>
<wildfly.jbossHome>
target/wildfly-${wildfly.version}
</wildfly.jbossHome>
<wildfly.modulePath>
target/wildfly-${wildfly.version}/modules
</wildfly.modulePath>
</systemPropertyVariables>
<redirectTestOutputToFile>
false
</redirectTestOutputToFile>
</configuration>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment