SuccessConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/μStories - Team A
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.git # timeout=10
Fetching upstream changes from http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 8862995982a07cbce2ca848138d9ea70476fd859 (origin/develop)
Commit message: "Tsk30 Login and logout"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 8862995982a07cbce2ca848138d9ea70476fd859
 > /usr/bin/git rev-list 035c8131e23e29f6dcd9ee6e75232ac4d21b457a # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-47-2497512863670648994.fbdir
Parsing POMs
Established TCP socket on 54504
[μStories - Team A] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 54504
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/μStories - Team A/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-pom ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-pom >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-domain ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/domain/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories - Team A/domain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/μStories - Team A/domain/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.domain.entities.StoryTestSuite
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in es.uvigo.esei.dgss.teama.microstories.domain.entities.StoryTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 7 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 7 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-tests ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/tests/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/μStories - Team A/tests/target/classes
[INFO] /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java: /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java uses unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/μStories - Team A/tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/tests/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-tests >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-service ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/service/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/μStories - Team A/service/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories - Team A/service/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/service/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite
20:07:49,304 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
20:07:49,676 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
20:07:50,022 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
20:07:54,272 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
20:07:54,317 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
20:07:54,349 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
20:07:54,689 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final
20:07:56,531 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
20:07:56,561 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
20:07:56,566 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
20:07:56,597 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
20:07:56,606 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 50) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
20:07:56,629 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
20:07:56,683 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.4.0.Final starting
20:07:56,704 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
20:07:56,706 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
20:07:56,745 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 35) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
20:07:56,759 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
20:07:56,825 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
20:07:56,839 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
20:07:56,968 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
20:07:57,283 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
20:07:57,327 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
20:07:57,331 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
20:07:57,727 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
20:07:58,303 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
20:07:59,554 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
20:07:59,883 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/deployments
20:08:00,081 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
20:08:00,292 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:00,293 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 55) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:00,441 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
20:08:00,451 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:00,452 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:02,143 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
20:08:02,143 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
20:08:02,144 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 12697ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
20:08:03,251 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
20:08:05,212 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
20:08:05,272 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
20:08:05,285 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
20:08:05,400 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
20:08:06,727 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/data/content/d7/495a3324a13d8b91b7dc7264c70b7411826145/content
20:08:06,764 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
20:08:08,445 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for test
20:08:08,611 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 19) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
20:08:08,650 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 19) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
20:08:08,760 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment test.war
20:08:08,933 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 19) HHH000412: Hibernate Core {5.0.10.Final}
20:08:08,935 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 19) HHH000206: hibernate.properties not found
20:08:08,945 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 19) HHH000021: Bytecode provider name : javassist
20:08:08,987 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
20:08:09,093 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 19) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
20:08:09,208 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

20:08:09,719 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 19) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:09,719 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 19) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:09,907 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
20:08:10,531 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) WFLYCLINF0002: Started client-mappings cache from ejb container
20:08:10,656 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 19) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
20:08:11,359 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 19) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
20:08:11,370 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 19) HHH000431: Unable to determine H2 database version, certain features may not work
20:08:11,439 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 19) Envers integration enabled? : true
20:08:11,956 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 19) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
20:08:11,956 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 19) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
20:08:12,413 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 19) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: create table Reading (date timestamp not null, counter integer not null, story integer not null, primary key (story, date))
Hibernate: create table Story (id integer generated by default as identity, author varchar(50) not null, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, primary key (id))
Hibernate: create table Story_themes (Story_id integer not null, theme integer not null, primary key (Story_id, theme))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
20:08:12,445 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 19) HHH000230: Schema export complete
20:08:13,972 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0021: Registered web context: /test
20:08:14,062 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
20:08:15,571 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-2) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:08:16,309 WARN  [org.hibernate.orm.deprecation] (default task-18) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select story0_.id as id1_1_0_, story0_.author as author2_1_0_, story0_.dateOfPublish as dateOfPu3_1_0_, story0_.genre as genre4_1_0_, story0_.text as text5_1_0_, story0_.title as title6_1_0_, readings1_.story as story3_0_1_, readings1_.date as date1_0_1_, readings1_.story as story3_0_2_, readings1_.date as date1_0_2_, readings1_.counter as counter2_0_2_, themes2_.Story_id as Story_id1_2_3_, themes2_.theme as theme2_2_3_ from Story story0_ left outer join Reading readings1_ on story0_.id=readings1_.story left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
20:08:17,511 WARN  [org.hibernate.orm.deprecation] (default task-8) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author2_1_0_, story0_.dateOfPublish as dateOfPu3_1_0_, story0_.genre as genre4_1_0_, story0_.text as text5_1_0_, story0_.title as title6_1_0_, readings1_.story as story3_0_1_, readings1_.date as date1_0_1_, readings1_.story as story3_0_2_, readings1_.date as date1_0_2_, readings1_.counter as counter2_0_2_, themes2_.Story_id as Story_id1_2_3_, themes2_.theme as theme2_2_3_ from Story story0_ left outer join Reading readings1_ on story0_.id=readings1_.story left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
20:08:18,150 WARN  [org.hibernate.orm.deprecation] (default task-20) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:08:19,910 WARN  [org.hibernate.orm.deprecation] (default task-22) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:08:20,152 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0022: Unregistered web context: /test
20:08:20,199 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 10) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
20:08:20,203 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 10) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
20:08:20,210 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 10) HHH000230: Schema export complete
20:08:20,221 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 10) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
20:08:20,243 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 2) WFLYCLINF0003: Stopped client-mappings cache from ejb container
20:08:20,262 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 129ms
20:08:20,285 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
20:08:20,288 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/data/content/d7/495a3324a13d8b91b7dc7264c70b7411826145/content
20:08:20,289 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.249 s - in es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite
20:08:20,317 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
20:08:20,330 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
20:08:20,362 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
20:08:20,404 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
20:08:20,438 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
20:08:20,443 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
20:08:20,449 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
20:08:20,451 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.0.Final stopping
20:08:20,488 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 121ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/rest/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/μStories - Team A/rest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/μStories - Team A/rest/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/rest/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-rest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running es.uvigo.esei.dgss.teama.microstories.rest.ResourceIntegrationTestSuite
20:08:34,081 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
20:08:34,534 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
20:08:34,875 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
20:08:38,197 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
20:08:38,240 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.0.Final
20:08:38,264 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.0.Final
20:08:38,398 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final
20:08:38,476 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
20:08:38,523 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
20:08:38,528 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
20:08:38,559 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 50) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
20:08:38,571 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.6.Final
20:08:38,589 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
20:08:38,603 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
20:08:38,621 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 35) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
20:08:38,715 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
20:08:38,776 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
20:08:38,861 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
20:08:38,902 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
20:08:38,949 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
20:08:38,953 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
20:08:39,400 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 51) WFLYUT0014: Creating file handler for path '/var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
20:08:39,478 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
20:08:39,507 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
20:08:39,817 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
20:08:40,307 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
20:08:40,307 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
20:08:40,669 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/deployments
20:08:41,080 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
20:08:41,224 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 54) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:41,224 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:41,225 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 54) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:41,225 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 57) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:41,234 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
20:08:41,505 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
20:08:41,506 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
20:08:41,506 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 7249ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
20:08:42,468 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
20:08:44,437 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
20:08:44,568 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
20:08:44,582 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
20:08:44,836 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
20:08:46,362 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/data/content/9f/3591d1da739f2c36a0bab8b94438b28da8d882/content
20:08:46,403 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
20:08:47,926 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
20:08:48,057 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 16) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
20:08:48,133 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 16) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
20:08:48,236 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment test.war
20:08:48,357 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 16) HHH000412: Hibernate Core {5.0.10.Final}
20:08:48,370 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 16) HHH000206: hibernate.properties not found
20:08:48,374 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 16) HHH000021: Bytecode provider name : javassist
20:08:48,446 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.4.Final
20:08:48,501 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 16) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
20:08:48,692 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'StoryService' in deployment unit 'deployment "test.war"' are as follows:

	java:global/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:app/test/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:module/StoryService!es.uvigo.esei.dgss.teama.microstories.service.StoryService
	java:global/test/StoryService
	java:app/test/StoryService
	java:module/StoryService

20:08:49,102 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 16) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:49,103 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 16) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
20:08:49,249 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
20:08:49,941 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 12) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
20:08:50,558 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 16) WFLYCLINF0002: Started client-mappings cache from ejb container
20:08:51,314 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 12) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
20:08:51,330 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 12) HHH000431: Unable to determine H2 database version, certain features may not work
20:08:51,443 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 12) Envers integration enabled? : true
20:08:52,043 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 12) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
20:08:52,044 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 12) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
20:08:52,641 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 12) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
Hibernate: create table Reading (date timestamp not null, counter integer not null, story integer not null, primary key (story, date))
Hibernate: create table Story (id integer generated by default as identity, author varchar(50) not null, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, primary key (id))
Hibernate: create table Story_themes (Story_id integer not null, theme integer not null, primary key (Story_id, theme))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
20:08:52,690 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 12) HHH000230: Schema export complete
20:08:54,502 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0021: Registered web context: /test
20:08:54,624 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
log4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider).
log4j:WARN Please initialize the log4j system properly.
20:08:58,170 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-10) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from jar:file:/var/lib/jenkins/.m2/repository/org/jboss/resteasy/resteasy-jackson-provider/3.0.24.Final/resteasy-jackson-provider-3.0.24.Final.jar!/META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider from [Module "deployment.test.war" from Service Module Loader]
	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116) [jboss-modules-1.6.1.Final.jar:1.6.1.Final]
	at org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:230) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:113) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36) [resteasy-jaxrs-3.0.19.Final.jar:3.0.19.Final]
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ManagedServlet.getServlet(ManagedServlet.java:171) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:84) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805) [undertow-core-1.4.0.Final.jar:1.4.0.Final]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_144]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_144]
	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_144]

20:08:58,525 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-10) RESTEASY002142: Multiple resource methods match request "GET /microstory/recent". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findRecentStories()]
20:09:00,212 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-10) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author2_1_0_, story0_.dateOfPublish as dateOfPu3_1_0_, story0_.genre as genre4_1_0_, story0_.text as text5_1_0_, story0_.title as title6_1_0_, readings1_.story as story3_0_1_, readings1_.date as date1_0_1_, readings1_.story as story3_0_2_, readings1_.date as date1_0_2_, readings1_.counter as counter2_0_2_, themes2_.Story_id as Story_id1_2_3_, themes2_.theme as theme2_2_3_ from Story story0_ left outer join Reading readings1_ on story0_.id=readings1_.story left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author2_1_0_, story0_.dateOfPublish as dateOfPu3_1_0_, story0_.genre as genre4_1_0_, story0_.text as text5_1_0_, story0_.title as title6_1_0_, readings1_.story as story3_0_1_, readings1_.date as date1_0_1_, readings1_.story as story3_0_2_, readings1_.date as date1_0_2_, readings1_.counter as counter2_0_2_, themes2_.Story_id as Story_id1_2_3_, themes2_.theme as theme2_2_3_ from Story story0_ left outer join Reading readings1_ on story0_.id=readings1_.story left outer join Story_themes themes2_ on story0_.id=themes2_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (upper(story0_.title) like upper(?) or upper(story0_.text) like upper(?)) order by story0_.dateOfPublish DESC, story0_.id limit ?
20:09:05,915 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-20) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,025 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-19) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
20:09:06,052 WARN  [org.hibernate.orm.deprecation] (default task-19) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,117 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-22) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,190 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-21) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,296 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-23) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
20:09:06,317 WARN  [org.hibernate.orm.deprecation] (default task-23) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,378 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-24) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
20:09:06,391 WARN  [org.hibernate.orm.deprecation] (default task-24) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,431 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-26) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
20:09:06,444 WARN  [org.hibernate.orm.deprecation] (default task-26) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,488 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-25) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,795 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-32) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,886 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-2) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,933 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-4) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:06,999 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-3) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:07,041 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-5) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
20:09:07,087 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-7) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
20:09:07,133 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-6) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and (? in (select themes1_.theme from Story_themes themes1_ where story0_.id=themes1_.Story_id)) order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:07,166 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-9) RESTEASY002142: Multiple resource methods match request "GET /microstory/search". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findByThemeAndGenreAndDate(es.uvigo.esei.dgss.teama.microstories.domain.enums.Genre,es.uvigo.esei.dgss.teama.microstories.domain.enums.Theme,es.uvigo.esei.dgss.teama.microstories.domain.enums.DateRange,int,int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.dateOfPublish>=? and story0_.dateOfPublish<=? and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:07,380 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-11) RESTEASY002142: Multiple resource methods match request "GET /microstory/hottest". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findMostRead(), public javax.ws.rs.core.Response es.uvigo.esei.dgss.teama.microstories.rest.StoryResource.findById(int)]
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
Hibernate: select story0_.id as id1_1_, story0_.author as author2_1_, story0_.dateOfPublish as dateOfPu3_1_, story0_.genre as genre4_1_, story0_.text as text5_1_, story0_.title as title6_1_ from Story story0_ where story0_.genre=? and (story0_.id in (select reading1_.story from Reading reading1_, Story story2_ where reading1_.story=story2_.id and reading1_.date>=? group by reading1_.story order by SUM(reading1_.counter) DESC)) limit ?
Hibernate: select themes0_.Story_id as Story_id1_2_0_, themes0_.theme as theme2_2_0_ from Story_themes themes0_ where themes0_.Story_id=?
Hibernate: select readings0_.story as story3_0_0_, readings0_.date as date1_0_0_, readings0_.story as story3_0_1_, readings0_.date as date1_0_1_, readings0_.counter as counter2_0_1_ from Reading readings0_ where readings0_.story=?
20:09:07,605 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context: /test
20:09:07,667 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
20:09:07,671 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
Hibernate: drop table Reading if exists
Hibernate: drop table Story if exists
Hibernate: drop table Story_themes if exists
20:09:07,677 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
20:09:07,681 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
20:09:07,705 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped client-mappings cache from ejb container
20:09:07,721 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 127ms
20:09:07,737 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
20:09:07,740 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /var/lib/jenkins/workspace/μStories - Team A/rest/target/wildfly-10.1.0.Final/standalone/data/content/9f/3591d1da739f2c36a0bab8b94438b28da8d882/content
20:09:07,741 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.261 s - in es.uvigo.esei.dgss.teama.microstories.rest.ResourceIntegrationTestSuite
[INFO] Running es.uvigo.esei.dgss.teama.microstories.rest.ResourceUnitTestSuite
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in es.uvigo.esei.dgss.teama.microstories.rest.ResourceUnitTestSuite
20:09:08,008 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
20:09:08,019 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
20:09:08,025 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
20:09:08,066 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
20:09:08,070 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
20:09:08,115 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
20:09:08,121 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
20:09:08,123 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 1.4.0.Final stopping
20:09:08,144 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 88ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [29 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-jsf ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/jsf/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/μStories - Team A/jsf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (download-geckodriver) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
      [get] Getting: https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
      [get] To: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
      [get] https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz moved to https://github-production-release-asset-2e65be.s3.amazonaws.com/25354393/e31e4c22-be6f-11e7-9bc7-dedc3490a7fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181207T190847Z&X-Amz-Expires=300&X-Amz-Signature=aafad66542cd83125548363f3f5e7c96eb1ec813cd360649515e6ffef9b69261&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dgeckodriver-v0.19.1-linux64.tar.gz&response-content-type=application%2Foctet-stream
    [untar] Expanding: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/jsf/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-jsf ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1819-teamA-microstories-ear ---
[INFO] Deleting /var/lib/jenkins/workspace/μStories - Team A/ear/target
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/μStories - Team A/ear/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [jar:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-domain:0.2.0-SNAPSHOT] to [lib/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.apache.commons:commons-lang3:3.4] to [lib/commons-lang3-3.4.jar]
[INFO] Copying artifact [ejb:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-service:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-ear >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-ear ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  8.496 s]
[INFO] Domain ............................................. SUCCESS [ 12.434 s]
[INFO] Tests .............................................. SUCCESS [  7.610 s]
[INFO] Service ............................................ SUCCESS [ 43.455 s]
[INFO] REST ............................................... SUCCESS [ 46.323 s]
[INFO] JSF ................................................ SUCCESS [ 10.030 s]
[INFO] EAR ................................................ SUCCESS [  5.987 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:17 min
[INFO] Finished at: 2018-12-07T20:09:29+01:00
[INFO] Final Memory: 64M/785M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
[μStories - Team A] $ mvn -DskipTests=true deploy
channel stopped
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-pom ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-pom ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-pom:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 7 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 7 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-domain ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-domain ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-domain:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-tests ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-tests ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-tests:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-service ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-service ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-service:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-rest ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-rest ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (download-geckodriver) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
      [get] Destination already exists (skipping): /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
    [untar] Expanding: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-integration-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-jsf ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-jsf ---
[INFO] Deploying es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-jsf:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.teamA.microstories:dgss1819-teamA-microstories-rest:0.2.0-SNAPSHOT] to [dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1819-teamA-microstories-ear ---
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/μStories - Team A/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ dgss1819-teamA-microstories-ear ---
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml
647/647 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml (647 B at 3.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-20181207.190946-14.pom
2/44 KB     
4/44 KB   
6/44 KB   
8/44 KB   
10/44 KB   
12/44 KB   
14/44 KB   
16/44 KB   
18/44 KB   
20/44 KB   
22/44 KB   
24/44 KB   
26/44 KB   
28/44 KB   
30/44 KB   
32/44 KB   
34/44 KB   
36/44 KB   
38/44 KB   
40/44 KB   
42/44 KB   
44/44 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.2.0-20181207.190946-14.pom (44 KB at 716.9 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml (428 B at 41.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml
647/647 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/0.2.0-SNAPSHOT/maven-metadata.xml (647 B at 35.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-pom/maven-metadata.xml (428 B at 23.2 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 49.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14.jar
2/16 KB   
4/16 KB   
6/16 KB   
8/16 KB   
10/16 KB   
12/16 KB   
14/16 KB   
16/16 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14.jar (16 KB at 529.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14.pom
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14.pom (2 KB at 73.6 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml
431/431 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml (431 B at 46.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 72.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml
431/431 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/maven-metadata.xml (431 B at 21.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14-sources.jar
2/9 KB      
4/9 KB   
6/9 KB   
8/9 KB   
9/9 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14-sources.jar (9 KB at 313.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 58.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14-javadoc.jar
2/66 KB   
4/66 KB   
6/66 KB   
8/66 KB   
10/66 KB   
12/66 KB   
14/66 KB   
16/66 KB   
18/66 KB   
20/66 KB   
22/66 KB   
24/66 KB   
26/66 KB   
28/66 KB   
30/66 KB   
32/66 KB   
34/66 KB   
36/66 KB   
38/66 KB   
40/66 KB   
42/66 KB   
44/66 KB   
46/66 KB   
48/66 KB   
50/66 KB   
52/66 KB   
54/66 KB   
56/66 KB   
58/66 KB   
60/66 KB   
62/66 KB   
64/66 KB   
66/66 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-20181207.190946-14-javadoc.jar (66 KB at 1824.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 53.2 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 111.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14.jar
2/53 KB   
4/53 KB   
6/53 KB   
8/53 KB   
10/53 KB   
12/53 KB   
14/53 KB   
16/53 KB   
18/53 KB   
20/53 KB   
22/53 KB   
24/53 KB   
26/53 KB   
28/53 KB   
30/53 KB   
32/53 KB   
34/53 KB   
36/53 KB   
38/53 KB   
40/53 KB   
42/53 KB   
44/53 KB   
46/53 KB   
48/53 KB   
50/53 KB   
52/53 KB   
53/53 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14.jar (53 KB at 1949.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14.pom
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14.pom (2 KB at 85.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml
430/430 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml (430 B at 42.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 64.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml
430/430 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/maven-metadata.xml (430 B at 24.7 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14-sources.jar
2/41 KB     
4/41 KB   
6/41 KB   
8/41 KB   
10/41 KB   
12/41 KB   
14/41 KB   
16/41 KB   
18/41 KB   
20/41 KB   
22/41 KB   
24/41 KB   
26/41 KB   
28/41 KB   
30/41 KB   
32/41 KB   
34/41 KB   
36/41 KB   
38/41 KB   
40/41 KB   
41/41 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14-sources.jar (41 KB at 1544.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 64.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14-javadoc.jar
2/104 KB   
4/104 KB   
6/104 KB   
8/104 KB   
10/104 KB   
12/104 KB   
14/104 KB   
16/104 KB   
18/104 KB   
20/104 KB   
22/104 KB   
24/104 KB   
26/104 KB   
28/104 KB   
30/104 KB   
32/104 KB   
34/104 KB   
36/104 KB   
38/104 KB   
40/104 KB   
42/104 KB   
44/104 KB   
46/104 KB   
48/104 KB   
50/104 KB   
52/104 KB   
54/104 KB   
56/104 KB   
58/104 KB   
60/104 KB   
62/104 KB   
64/104 KB   
66/104 KB   
68/104 KB   
70/104 KB   
72/104 KB   
74/104 KB   
76/104 KB   
78/104 KB   
80/104 KB   
82/104 KB   
84/104 KB   
86/104 KB   
88/104 KB   
90/104 KB   
92/104 KB   
94/104 KB   
96/104 KB   
98/104 KB   
100/104 KB   
102/104 KB   
104/104 KB   
             
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181207.190947-14-javadoc.jar (104 KB at 2797.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB       
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 72.0 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 143.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14.jar
2/8 KB   
4/8 KB   
6/8 KB   
8/8 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14.jar (8 KB at 388.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14.pom
2/3 KB   
3/3 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14.pom (3 KB at 106.3 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml
432/432 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml (432 B at 35.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 79.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml
432/432 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/maven-metadata.xml (432 B at 23.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-sources.jar (7 KB at 196.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 84.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-javadoc.jar
2/26 KB   
4/26 KB   
6/26 KB   
8/26 KB   
10/26 KB   
12/26 KB   
14/26 KB   
16/26 KB   
18/26 KB   
20/26 KB   
22/26 KB   
24/26 KB   
26/26 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-javadoc.jar (26 KB at 1032.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 79.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-tests.jar
2/14 KB   
4/14 KB   
6/14 KB   
8/14 KB   
10/14 KB   
12/14 KB   
14/14 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.2.0-20181207.190947-14-tests.jar (14 KB at 361.5 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-service/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 34.1 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 87.3 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14.war
2/10 KB   
4/10 KB   
6/10 KB   
8/10 KB   
10/10 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14.war (10 KB at 541.7 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14.pom
2/3 KB     
3/3 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14.pom (3 KB at 142.9 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml
429/429 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml (429 B at 46.5 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 71.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml
429/429 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/maven-metadata.xml (429 B at 24.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14-sources.jar (7 KB at 318.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 61.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14-javadoc.jar
2/39 KB   
4/39 KB   
6/39 KB   
8/39 KB   
10/39 KB   
12/39 KB   
14/39 KB   
16/39 KB   
18/39 KB   
20/39 KB   
22/39 KB   
24/39 KB   
26/39 KB   
28/39 KB   
30/39 KB   
32/39 KB   
34/39 KB   
36/39 KB   
38/39 KB   
39/39 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.2.0-20181207.190947-14-javadoc.jar (39 KB at 1374.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-rest/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 64.4 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 122.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14.war
2/2262 KB   
4/2262 KB   
6/2262 KB   
8/2262 KB   
10/2262 KB   
12/2262 KB   
14/2262 KB   
16/2262 KB   
18/2262 KB   
20/2262 KB   
22/2262 KB   
24/2262 KB   
26/2262 KB   
28/2262 KB   
30/2262 KB   
32/2262 KB   
34/2262 KB   
36/2262 KB   
38/2262 KB   
40/2262 KB   
42/2262 KB   
44/2262 KB   
46/2262 KB   
48/2262 KB   
50/2262 KB   
52/2262 KB   
54/2262 KB   
56/2262 KB   
58/2262 KB   
60/2262 KB   
62/2262 KB   
64/2262 KB   
66/2262 KB   
68/2262 KB   
70/2262 KB   
72/2262 KB   
74/2262 KB   
76/2262 KB   
78/2262 KB   
80/2262 KB   
82/2262 KB   
84/2262 KB   
86/2262 KB   
88/2262 KB   
90/2262 KB   
92/2262 KB   
94/2262 KB   
96/2262 KB   
98/2262 KB   
100/2262 KB   
102/2262 KB   
104/2262 KB   
106/2262 KB   
108/2262 KB   
110/2262 KB   
112/2262 KB   
114/2262 KB   
116/2262 KB   
118/2262 KB   
120/2262 KB   
122/2262 KB   
124/2262 KB   
126/2262 KB   
128/2262 KB   
130/2262 KB   
132/2262 KB   
134/2262 KB   
136/2262 KB   
138/2262 KB   
140/2262 KB   
142/2262 KB   
144/2262 KB   
146/2262 KB   
148/2262 KB   
150/2262 KB   
152/2262 KB   
154/2262 KB   
156/2262 KB   
158/2262 KB   
160/2262 KB   
162/2262 KB   
164/2262 KB   
166/2262 KB   
168/2262 KB   
170/2262 KB   
172/2262 KB   
174/2262 KB   
176/2262 KB   
178/2262 KB   
180/2262 KB   
182/2262 KB   
184/2262 KB   
186/2262 KB   
188/2262 KB   
190/2262 KB   
192/2262 KB   
194/2262 KB   
196/2262 KB   
198/2262 KB   
200/2262 KB   
202/2262 KB   
204/2262 KB   
206/2262 KB   
208/2262 KB   
210/2262 KB   
212/2262 KB   
214/2262 KB   
216/2262 KB   
218/2262 KB   
220/2262 KB   
222/2262 KB   
224/2262 KB   
226/2262 KB   
228/2262 KB   
230/2262 KB   
232/2262 KB   
234/2262 KB   
236/2262 KB   
238/2262 KB   
240/2262 KB   
242/2262 KB   
244/2262 KB   
246/2262 KB   
248/2262 KB   
250/2262 KB   
252/2262 KB   
254/2262 KB   
256/2262 KB   
258/2262 KB   
260/2262 KB   
262/2262 KB   
264/2262 KB   
266/2262 KB   
268/2262 KB   
270/2262 KB   
272/2262 KB   
274/2262 KB   
276/2262 KB   
278/2262 KB   
280/2262 KB   
282/2262 KB   
284/2262 KB   
286/2262 KB   
288/2262 KB   
290/2262 KB   
292/2262 KB   
294/2262 KB   
296/2262 KB   
298/2262 KB   
300/2262 KB   
302/2262 KB   
304/2262 KB   
306/2262 KB   
308/2262 KB   
310/2262 KB   
312/2262 KB   
314/2262 KB   
316/2262 KB   
318/2262 KB   
320/2262 KB   
322/2262 KB   
324/2262 KB   
326/2262 KB   
328/2262 KB   
330/2262 KB   
332/2262 KB   
334/2262 KB   
336/2262 KB   
338/2262 KB   
340/2262 KB   
342/2262 KB   
344/2262 KB   
346/2262 KB   
348/2262 KB   
350/2262 KB   
352/2262 KB   
354/2262 KB   
356/2262 KB   
358/2262 KB   
360/2262 KB   
362/2262 KB   
364/2262 KB   
366/2262 KB   
368/2262 KB   
370/2262 KB   
372/2262 KB   
374/2262 KB   
376/2262 KB   
378/2262 KB   
380/2262 KB   
382/2262 KB   
384/2262 KB   
386/2262 KB   
388/2262 KB   
390/2262 KB   
392/2262 KB   
394/2262 KB   
396/2262 KB   
398/2262 KB   
400/2262 KB   
402/2262 KB   
404/2262 KB   
406/2262 KB   
408/2262 KB   
410/2262 KB   
412/2262 KB   
414/2262 KB   
416/2262 KB   
418/2262 KB   
420/2262 KB   
422/2262 KB   
424/2262 KB   
426/2262 KB   
428/2262 KB   
430/2262 KB   
432/2262 KB   
434/2262 KB   
436/2262 KB   
438/2262 KB   
440/2262 KB   
442/2262 KB   
444/2262 KB   
446/2262 KB   
448/2262 KB   
450/2262 KB   
452/2262 KB   
454/2262 KB   
456/2262 KB   
458/2262 KB   
460/2262 KB   
462/2262 KB   
464/2262 KB   
466/2262 KB   
468/2262 KB   
470/2262 KB   
472/2262 KB   
474/2262 KB   
476/2262 KB   
478/2262 KB   
480/2262 KB   
482/2262 KB   
484/2262 KB   
486/2262 KB   
488/2262 KB   
490/2262 KB   
492/2262 KB   
494/2262 KB   
496/2262 KB   
498/2262 KB   
500/2262 KB   
502/2262 KB   
504/2262 KB   
506/2262 KB   
508/2262 KB   
510/2262 KB   
512/2262 KB   
514/2262 KB   
516/2262 KB   
518/2262 KB   
520/2262 KB   
522/2262 KB   
524/2262 KB   
526/2262 KB   
528/2262 KB   
530/2262 KB   
532/2262 KB   
534/2262 KB   
536/2262 KB   
538/2262 KB   
540/2262 KB   
542/2262 KB   
544/2262 KB   
546/2262 KB   
548/2262 KB   
550/2262 KB   
552/2262 KB   
554/2262 KB   
556/2262 KB   
558/2262 KB   
560/2262 KB   
562/2262 KB   
564/2262 KB   
566/2262 KB   
568/2262 KB   
570/2262 KB   
572/2262 KB   
574/2262 KB   
576/2262 KB   
578/2262 KB   
580/2262 KB   
582/2262 KB   
584/2262 KB   
586/2262 KB   
588/2262 KB   
590/2262 KB   
592/2262 KB   
594/2262 KB   
596/2262 KB   
598/2262 KB   
600/2262 KB   
602/2262 KB   
604/2262 KB   
606/2262 KB   
608/2262 KB   
610/2262 KB   
612/2262 KB   
614/2262 KB   
616/2262 KB   
618/2262 KB   
620/2262 KB   
622/2262 KB   
624/2262 KB   
626/2262 KB   
628/2262 KB   
630/2262 KB   
632/2262 KB   
634/2262 KB   
636/2262 KB   
638/2262 KB   
640/2262 KB   
642/2262 KB   
644/2262 KB   
646/2262 KB   
648/2262 KB   
650/2262 KB   
652/2262 KB   
654/2262 KB   
656/2262 KB   
658/2262 KB   
660/2262 KB   
662/2262 KB   
664/2262 KB   
666/2262 KB   
668/2262 KB   
670/2262 KB   
672/2262 KB   
674/2262 KB   
676/2262 KB   
678/2262 KB   
680/2262 KB   
682/2262 KB   
684/2262 KB   
686/2262 KB   
688/2262 KB   
690/2262 KB   
692/2262 KB   
694/2262 KB   
696/2262 KB   
698/2262 KB   
700/2262 KB   
702/2262 KB   
704/2262 KB   
706/2262 KB   
708/2262 KB   
710/2262 KB   
712/2262 KB   
714/2262 KB   
716/2262 KB   
718/2262 KB   
720/2262 KB   
722/2262 KB   
724/2262 KB   
726/2262 KB   
728/2262 KB   
730/2262 KB   
732/2262 KB   
734/2262 KB   
736/2262 KB   
738/2262 KB   
740/2262 KB   
742/2262 KB   
744/2262 KB   
746/2262 KB   
748/2262 KB   
750/2262 KB   
752/2262 KB   
754/2262 KB   
756/2262 KB   
758/2262 KB   
760/2262 KB   
762/2262 KB   
764/2262 KB   
766/2262 KB   
768/2262 KB   
770/2262 KB   
772/2262 KB   
774/2262 KB   
776/2262 KB   
778/2262 KB   
780/2262 KB   
782/2262 KB   
784/2262 KB   
786/2262 KB   
788/2262 KB   
790/2262 KB   
792/2262 KB   
794/2262 KB   
796/2262 KB   
798/2262 KB   
800/2262 KB   
802/2262 KB   
804/2262 KB   
806/2262 KB   
808/2262 KB   
810/2262 KB   
812/2262 KB   
814/2262 KB   
816/2262 KB   
818/2262 KB   
820/2262 KB   
822/2262 KB   
824/2262 KB   
826/2262 KB   
828/2262 KB   
830/2262 KB   
832/2262 KB   
834/2262 KB   
836/2262 KB   
838/2262 KB   
840/2262 KB   
842/2262 KB   
844/2262 KB   
846/2262 KB   
848/2262 KB   
850/2262 KB   
852/2262 KB   
854/2262 KB   
856/2262 KB   
858/2262 KB   
860/2262 KB   
862/2262 KB   
864/2262 KB   
866/2262 KB   
868/2262 KB   
870/2262 KB   
872/2262 KB   
874/2262 KB   
876/2262 KB   
878/2262 KB   
880/2262 KB   
882/2262 KB   
884/2262 KB   
886/2262 KB   
888/2262 KB   
890/2262 KB   
892/2262 KB   
894/2262 KB   
896/2262 KB   
898/2262 KB   
900/2262 KB   
902/2262 KB   
904/2262 KB   
906/2262 KB   
908/2262 KB   
910/2262 KB   
912/2262 KB   
914/2262 KB   
916/2262 KB   
918/2262 KB   
920/2262 KB   
922/2262 KB   
924/2262 KB   
926/2262 KB   
928/2262 KB   
930/2262 KB   
932/2262 KB   
934/2262 KB   
936/2262 KB   
938/2262 KB   
940/2262 KB   
942/2262 KB   
944/2262 KB   
946/2262 KB   
948/2262 KB   
950/2262 KB   
952/2262 KB   
954/2262 KB   
956/2262 KB   
958/2262 KB   
960/2262 KB   
962/2262 KB   
964/2262 KB   
966/2262 KB   
968/2262 KB   
970/2262 KB   
972/2262 KB   
974/2262 KB   
976/2262 KB   
978/2262 KB   
980/2262 KB   
982/2262 KB   
984/2262 KB   
986/2262 KB   
988/2262 KB   
990/2262 KB   
992/2262 KB   
994/2262 KB   
996/2262 KB   
998/2262 KB   
1000/2262 KB   
1002/2262 KB   
1004/2262 KB   
1006/2262 KB   
1008/2262 KB   
1010/2262 KB   
1012/2262 KB   
1014/2262 KB   
1016/2262 KB   
1018/2262 KB   
1020/2262 KB   
1022/2262 KB   
1024/2262 KB   
1026/2262 KB   
1028/2262 KB   
1030/2262 KB   
1032/2262 KB   
1034/2262 KB   
1036/2262 KB   
1038/2262 KB   
1040/2262 KB   
1042/2262 KB   
1044/2262 KB   
1046/2262 KB   
1048/2262 KB   
1050/2262 KB   
1052/2262 KB   
1054/2262 KB   
1056/2262 KB   
1058/2262 KB   
1060/2262 KB   
1062/2262 KB   
1064/2262 KB   
1066/2262 KB   
1068/2262 KB   
1070/2262 KB   
1072/2262 KB   
1074/2262 KB   
1076/2262 KB   
1078/2262 KB   
1080/2262 KB   
1082/2262 KB   
1084/2262 KB   
1086/2262 KB   
1088/2262 KB   
1090/2262 KB   
1092/2262 KB   
1094/2262 KB   
1096/2262 KB   
1098/2262 KB   
1100/2262 KB   
1102/2262 KB   
1104/2262 KB   
1106/2262 KB   
1108/2262 KB   
1110/2262 KB   
1112/2262 KB   
1114/2262 KB   
1116/2262 KB   
1118/2262 KB   
1120/2262 KB   
1122/2262 KB   
1124/2262 KB   
1126/2262 KB   
1128/2262 KB   
1130/2262 KB   
1132/2262 KB   
1134/2262 KB   
1136/2262 KB   
1138/2262 KB   
1140/2262 KB   
1142/2262 KB   
1144/2262 KB   
1146/2262 KB   
1148/2262 KB   
1150/2262 KB   
1152/2262 KB   
1154/2262 KB   
1156/2262 KB   
1158/2262 KB   
1160/2262 KB   
1162/2262 KB   
1164/2262 KB   
1166/2262 KB   
1168/2262 KB   
1170/2262 KB   
1172/2262 KB   
1174/2262 KB   
1176/2262 KB   
1178/2262 KB   
1180/2262 KB   
1182/2262 KB   
1184/2262 KB   
1186/2262 KB   
1188/2262 KB   
1190/2262 KB   
1192/2262 KB   
1194/2262 KB   
1196/2262 KB   
1198/2262 KB   
1200/2262 KB   
1202/2262 KB   
1204/2262 KB   
1206/2262 KB   
1208/2262 KB   
1210/2262 KB   
1212/2262 KB   
1214/2262 KB   
1216/2262 KB   
1218/2262 KB   
1220/2262 KB   
1222/2262 KB   
1224/2262 KB   
1226/2262 KB   
1228/2262 KB   
1230/2262 KB   
1232/2262 KB   
1234/2262 KB   
1236/2262 KB   
1238/2262 KB   
1240/2262 KB   
1242/2262 KB   
1244/2262 KB   
1246/2262 KB   
1248/2262 KB   
1250/2262 KB   
1252/2262 KB   
1254/2262 KB   
1256/2262 KB   
1258/2262 KB   
1260/2262 KB   
1262/2262 KB   
1264/2262 KB   
1266/2262 KB   
1268/2262 KB   
1270/2262 KB   
1272/2262 KB   
1274/2262 KB   
1276/2262 KB   
1278/2262 KB   
1280/2262 KB   
1282/2262 KB   
1284/2262 KB   
1286/2262 KB   
1288/2262 KB   
1290/2262 KB   
1292/2262 KB   
1294/2262 KB   
1296/2262 KB   
1298/2262 KB   
1300/2262 KB   
1302/2262 KB   
1304/2262 KB   
1306/2262 KB   
1308/2262 KB   
1310/2262 KB   
1312/2262 KB   
1314/2262 KB   
1316/2262 KB   
1318/2262 KB   
1320/2262 KB   
1322/2262 KB   
1324/2262 KB   
1326/2262 KB   
1328/2262 KB   
1330/2262 KB   
1332/2262 KB   
1334/2262 KB   
1336/2262 KB   
1338/2262 KB   
1340/2262 KB   
1342/2262 KB   
1344/2262 KB   
1346/2262 KB   
1348/2262 KB   
1350/2262 KB   
1352/2262 KB   
1354/2262 KB   
1356/2262 KB   
1358/2262 KB   
1360/2262 KB   
1362/2262 KB   
1364/2262 KB   
1366/2262 KB   
1368/2262 KB   
1370/2262 KB   
1372/2262 KB   
1374/2262 KB   
1376/2262 KB   
1378/2262 KB   
1380/2262 KB   
1382/2262 KB   
1384/2262 KB   
1386/2262 KB   
1388/2262 KB   
1390/2262 KB   
1392/2262 KB   
1394/2262 KB   
1396/2262 KB   
1398/2262 KB   
1400/2262 KB   
1402/2262 KB   
1404/2262 KB   
1406/2262 KB   
1408/2262 KB   
1410/2262 KB   
1412/2262 KB   
1414/2262 KB   
1416/2262 KB   
1418/2262 KB   
1420/2262 KB   
1422/2262 KB   
1424/2262 KB   
1426/2262 KB   
1428/2262 KB   
1430/2262 KB   
1432/2262 KB   
1434/2262 KB   
1436/2262 KB   
1438/2262 KB   
1440/2262 KB   
1442/2262 KB   
1444/2262 KB   
1446/2262 KB   
1448/2262 KB   
1450/2262 KB   
1452/2262 KB   
1454/2262 KB   
1456/2262 KB   
1458/2262 KB   
1460/2262 KB   
1462/2262 KB   
1464/2262 KB   
1466/2262 KB   
1468/2262 KB   
1470/2262 KB   
1472/2262 KB   
1474/2262 KB   
1476/2262 KB   
1478/2262 KB   
1480/2262 KB   
1482/2262 KB   
1484/2262 KB   
1486/2262 KB   
1488/2262 KB   
1490/2262 KB   
1492/2262 KB   
1494/2262 KB   
1496/2262 KB   
1498/2262 KB   
1500/2262 KB   
1502/2262 KB   
1504/2262 KB   
1506/2262 KB   
1508/2262 KB   
1510/2262 KB   
1512/2262 KB   
1514/2262 KB   
1516/2262 KB   
1518/2262 KB   
1520/2262 KB   
1522/2262 KB   
1524/2262 KB   
1526/2262 KB   
1528/2262 KB   
1530/2262 KB   
1532/2262 KB   
1534/2262 KB   
1536/2262 KB   
1538/2262 KB   
1540/2262 KB   
1542/2262 KB   
1544/2262 KB   
1546/2262 KB   
1548/2262 KB   
1550/2262 KB   
1552/2262 KB   
1554/2262 KB   
1556/2262 KB   
1558/2262 KB   
1560/2262 KB   
1562/2262 KB   
1564/2262 KB   
1566/2262 KB   
1568/2262 KB   
1570/2262 KB   
1572/2262 KB   
1574/2262 KB   
1576/2262 KB   
1578/2262 KB   
1580/2262 KB   
1582/2262 KB   
1584/2262 KB   
1586/2262 KB   
1588/2262 KB   
1590/2262 KB   
1592/2262 KB   
1594/2262 KB   
1596/2262 KB   
1598/2262 KB   
1600/2262 KB   
1602/2262 KB   
1604/2262 KB   
1606/2262 KB   
1608/2262 KB   
1610/2262 KB   
1612/2262 KB   
1614/2262 KB   
1616/2262 KB   
1618/2262 KB   
1620/2262 KB   
1622/2262 KB   
1624/2262 KB   
1626/2262 KB   
1628/2262 KB   
1630/2262 KB   
1632/2262 KB   
1634/2262 KB   
1636/2262 KB   
1638/2262 KB   
1640/2262 KB   
1642/2262 KB   
1644/2262 KB   
1646/2262 KB   
1648/2262 KB   
1650/2262 KB   
1652/2262 KB   
1654/2262 KB   
1656/2262 KB   
1658/2262 KB   
1660/2262 KB   
1662/2262 KB   
1664/2262 KB   
1666/2262 KB   
1668/2262 KB   
1670/2262 KB   
1672/2262 KB   
1674/2262 KB   
1676/2262 KB   
1678/2262 KB   
1680/2262 KB   
1682/2262 KB   
1684/2262 KB   
1686/2262 KB   
1688/2262 KB   
1690/2262 KB   
1692/2262 KB   
1694/2262 KB   
1696/2262 KB   
1698/2262 KB   
1700/2262 KB   
1702/2262 KB   
1704/2262 KB   
1706/2262 KB   
1708/2262 KB   
1710/2262 KB   
1712/2262 KB   
1714/2262 KB   
1716/2262 KB   
1718/2262 KB   
1720/2262 KB   
1722/2262 KB   
1724/2262 KB   
1726/2262 KB   
1728/2262 KB   
1730/2262 KB   
1732/2262 KB   
1734/2262 KB   
1736/2262 KB   
1738/2262 KB   
1740/2262 KB   
1742/2262 KB   
1744/2262 KB   
1746/2262 KB   
1748/2262 KB   
1750/2262 KB   
1752/2262 KB   
1754/2262 KB   
1756/2262 KB   
1758/2262 KB   
1760/2262 KB   
1762/2262 KB   
1764/2262 KB   
1766/2262 KB   
1768/2262 KB   
1770/2262 KB   
1772/2262 KB   
1774/2262 KB   
1776/2262 KB   
1778/2262 KB   
1780/2262 KB   
1782/2262 KB   
1784/2262 KB   
1786/2262 KB   
1788/2262 KB   
1790/2262 KB   
1792/2262 KB   
1794/2262 KB   
1796/2262 KB   
1798/2262 KB   
1800/2262 KB   
1802/2262 KB   
1804/2262 KB   
1806/2262 KB   
1808/2262 KB   
1810/2262 KB   
1812/2262 KB   
1814/2262 KB   
1816/2262 KB   
1818/2262 KB   
1820/2262 KB   
1822/2262 KB   
1824/2262 KB   
1826/2262 KB   
1828/2262 KB   
1830/2262 KB   
1832/2262 KB   
1834/2262 KB   
1836/2262 KB   
1838/2262 KB   
1840/2262 KB   
1842/2262 KB   
1844/2262 KB   
1846/2262 KB   
1848/2262 KB   
1850/2262 KB   
1852/2262 KB   
1854/2262 KB   
1856/2262 KB   
1858/2262 KB   
1860/2262 KB   
1862/2262 KB   
1864/2262 KB   
1866/2262 KB   
1868/2262 KB   
1870/2262 KB   
1872/2262 KB   
1874/2262 KB   
1876/2262 KB   
1878/2262 KB   
1880/2262 KB   
1882/2262 KB   
1884/2262 KB   
1886/2262 KB   
1888/2262 KB   
1890/2262 KB   
1892/2262 KB   
1894/2262 KB   
1896/2262 KB   
1898/2262 KB   
1900/2262 KB   
1902/2262 KB   
1904/2262 KB   
1906/2262 KB   
1908/2262 KB   
1910/2262 KB   
1912/2262 KB   
1914/2262 KB   
1916/2262 KB   
1918/2262 KB   
1920/2262 KB   
1922/2262 KB   
1924/2262 KB   
1926/2262 KB   
1928/2262 KB   
1930/2262 KB   
1932/2262 KB   
1934/2262 KB   
1936/2262 KB   
1938/2262 KB   
1940/2262 KB   
1942/2262 KB   
1944/2262 KB   
1946/2262 KB   
1948/2262 KB   
1950/2262 KB   
1952/2262 KB   
1954/2262 KB   
1956/2262 KB   
1958/2262 KB   
1960/2262 KB   
1962/2262 KB   
1964/2262 KB   
1966/2262 KB   
1968/2262 KB   
1970/2262 KB   
1972/2262 KB   
1974/2262 KB   
1976/2262 KB   
1978/2262 KB   
1980/2262 KB   
1982/2262 KB   
1984/2262 KB   
1986/2262 KB   
1988/2262 KB   
1990/2262 KB   
1992/2262 KB   
1994/2262 KB   
1996/2262 KB   
1998/2262 KB   
2000/2262 KB   
2002/2262 KB   
2004/2262 KB   
2006/2262 KB   
2008/2262 KB   
2010/2262 KB   
2012/2262 KB   
2014/2262 KB   
2016/2262 KB   
2018/2262 KB   
2020/2262 KB   
2022/2262 KB   
2024/2262 KB   
2026/2262 KB   
2028/2262 KB   
2030/2262 KB   
2032/2262 KB   
2034/2262 KB   
2036/2262 KB   
2038/2262 KB   
2040/2262 KB   
2042/2262 KB   
2044/2262 KB   
2046/2262 KB   
2048/2262 KB   
2050/2262 KB   
2052/2262 KB   
2054/2262 KB   
2056/2262 KB   
2058/2262 KB   
2060/2262 KB   
2062/2262 KB   
2064/2262 KB   
2066/2262 KB   
2068/2262 KB   
2070/2262 KB   
2072/2262 KB   
2074/2262 KB   
2076/2262 KB   
2078/2262 KB   
2080/2262 KB   
2082/2262 KB   
2084/2262 KB   
2086/2262 KB   
2088/2262 KB   
2090/2262 KB   
2092/2262 KB   
2094/2262 KB   
2096/2262 KB   
2098/2262 KB   
2100/2262 KB   
2102/2262 KB   
2104/2262 KB   
2106/2262 KB   
2108/2262 KB   
2110/2262 KB   
2112/2262 KB   
2114/2262 KB   
2116/2262 KB   
2118/2262 KB   
2120/2262 KB   
2122/2262 KB   
2124/2262 KB   
2126/2262 KB   
2128/2262 KB   
2130/2262 KB   
2132/2262 KB   
2134/2262 KB   
2136/2262 KB   
2138/2262 KB   
2140/2262 KB   
2142/2262 KB   
2144/2262 KB   
2146/2262 KB   
2148/2262 KB   
2150/2262 KB   
2152/2262 KB   
2154/2262 KB   
2156/2262 KB   
2158/2262 KB   
2160/2262 KB   
2162/2262 KB   
2164/2262 KB   
2166/2262 KB   
2168/2262 KB   
2170/2262 KB   
2172/2262 KB   
2174/2262 KB   
2176/2262 KB   
2178/2262 KB   
2180/2262 KB   
2182/2262 KB   
2184/2262 KB   
2186/2262 KB   
2188/2262 KB   
2190/2262 KB   
2192/2262 KB   
2194/2262 KB   
2196/2262 KB   
2198/2262 KB   
2200/2262 KB   
2202/2262 KB   
2204/2262 KB   
2206/2262 KB   
2208/2262 KB   
2210/2262 KB   
2212/2262 KB   
2214/2262 KB   
2216/2262 KB   
2218/2262 KB   
2220/2262 KB   
2222/2262 KB   
2224/2262 KB   
2226/2262 KB   
2228/2262 KB   
2230/2262 KB   
2232/2262 KB   
2234/2262 KB   
2236/2262 KB   
2238/2262 KB   
2240/2262 KB   
2242/2262 KB   
2244/2262 KB   
2246/2262 KB   
2248/2262 KB   
2250/2262 KB   
2252/2262 KB   
2254/2262 KB   
2256/2262 KB   
2258/2262 KB   
2260/2262 KB   
2262/2262 KB   
               
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14.war (2262 KB at 14401.7 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14.pom
2/17 KB        
4/17 KB   
6/17 KB   
8/17 KB   
10/17 KB   
12/17 KB   
14/17 KB   
16/17 KB   
17/17 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14.pom (17 KB at 848.1 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml (428 B at 41.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 76.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/maven-metadata.xml (428 B at 24.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14-sources.jar (7 KB at 303.0 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 50.9 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14-javadoc.jar
2/34 KB   
4/34 KB   
6/34 KB   
8/34 KB   
10/34 KB   
12/34 KB   
14/34 KB   
16/34 KB   
18/34 KB   
20/34 KB   
22/34 KB   
24/34 KB   
26/34 KB   
28/34 KB   
30/34 KB   
32/34 KB   
34/34 KB   
           
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-20181207.190948-14-javadoc.jar (34 KB at 1272.6 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 67.9 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml
821/821 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml (821 B at 80.2 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181207.190948-14.ear
2/2677 KB   
4/2677 KB   
6/2677 KB   
8/2677 KB   
10/2677 KB   
12/2677 KB   
14/2677 KB   
16/2677 KB   
18/2677 KB   
20/2677 KB   
22/2677 KB   
24/2677 KB   
26/2677 KB   
28/2677 KB   
30/2677 KB   
32/2677 KB   
34/2677 KB   
36/2677 KB   
38/2677 KB   
40/2677 KB   
42/2677 KB   
44/2677 KB   
46/2677 KB   
48/2677 KB   
50/2677 KB   
52/2677 KB   
54/2677 KB   
56/2677 KB   
58/2677 KB   
60/2677 KB   
62/2677 KB   
64/2677 KB   
66/2677 KB   
68/2677 KB   
70/2677 KB   
72/2677 KB   
74/2677 KB   
76/2677 KB   
78/2677 KB   
80/2677 KB   
82/2677 KB   
84/2677 KB   
86/2677 KB   
88/2677 KB   
90/2677 KB   
92/2677 KB   
94/2677 KB   
96/2677 KB   
98/2677 KB   
100/2677 KB   
102/2677 KB   
104/2677 KB   
106/2677 KB   
108/2677 KB   
110/2677 KB   
112/2677 KB   
114/2677 KB   
116/2677 KB   
118/2677 KB   
120/2677 KB   
122/2677 KB   
124/2677 KB   
126/2677 KB   
128/2677 KB   
130/2677 KB   
132/2677 KB   
134/2677 KB   
136/2677 KB   
138/2677 KB   
140/2677 KB   
142/2677 KB   
144/2677 KB   
146/2677 KB   
148/2677 KB   
150/2677 KB   
152/2677 KB   
154/2677 KB   
156/2677 KB   
158/2677 KB   
160/2677 KB   
162/2677 KB   
164/2677 KB   
166/2677 KB   
168/2677 KB   
170/2677 KB   
172/2677 KB   
174/2677 KB   
176/2677 KB   
178/2677 KB   
180/2677 KB   
182/2677 KB   
184/2677 KB   
186/2677 KB   
188/2677 KB   
190/2677 KB   
192/2677 KB   
194/2677 KB   
196/2677 KB   
198/2677 KB   
200/2677 KB   
202/2677 KB   
204/2677 KB   
206/2677 KB   
208/2677 KB   
210/2677 KB   
212/2677 KB   
214/2677 KB   
216/2677 KB   
218/2677 KB   
220/2677 KB   
222/2677 KB   
224/2677 KB   
226/2677 KB   
228/2677 KB   
230/2677 KB   
232/2677 KB   
234/2677 KB   
236/2677 KB   
238/2677 KB   
240/2677 KB   
242/2677 KB   
244/2677 KB   
246/2677 KB   
248/2677 KB   
250/2677 KB   
252/2677 KB   
254/2677 KB   
256/2677 KB   
258/2677 KB   
260/2677 KB   
262/2677 KB   
264/2677 KB   
266/2677 KB   
268/2677 KB   
270/2677 KB   
272/2677 KB   
274/2677 KB   
276/2677 KB   
278/2677 KB   
280/2677 KB   
282/2677 KB   
284/2677 KB   
286/2677 KB   
288/2677 KB   
290/2677 KB   
292/2677 KB   
294/2677 KB   
296/2677 KB   
298/2677 KB   
300/2677 KB   
302/2677 KB   
304/2677 KB   
306/2677 KB   
308/2677 KB   
310/2677 KB   
312/2677 KB   
314/2677 KB   
316/2677 KB   
318/2677 KB   
320/2677 KB   
322/2677 KB   
324/2677 KB   
326/2677 KB   
328/2677 KB   
330/2677 KB   
332/2677 KB   
334/2677 KB   
336/2677 KB   
338/2677 KB   
340/2677 KB   
342/2677 KB   
344/2677 KB   
346/2677 KB   
348/2677 KB   
350/2677 KB   
352/2677 KB   
354/2677 KB   
356/2677 KB   
358/2677 KB   
360/2677 KB   
362/2677 KB   
364/2677 KB   
366/2677 KB   
368/2677 KB   
370/2677 KB   
372/2677 KB   
374/2677 KB   
376/2677 KB   
378/2677 KB   
380/2677 KB   
382/2677 KB   
384/2677 KB   
386/2677 KB   
388/2677 KB   
390/2677 KB   
392/2677 KB   
394/2677 KB   
396/2677 KB   
398/2677 KB   
400/2677 KB   
402/2677 KB   
404/2677 KB   
406/2677 KB   
408/2677 KB   
410/2677 KB   
412/2677 KB   
414/2677 KB   
416/2677 KB   
418/2677 KB   
420/2677 KB   
422/2677 KB   
424/2677 KB   
426/2677 KB   
428/2677 KB   
430/2677 KB   
432/2677 KB   
434/2677 KB   
436/2677 KB   
438/2677 KB   
440/2677 KB   
442/2677 KB   
444/2677 KB   
446/2677 KB   
448/2677 KB   
450/2677 KB   
452/2677 KB   
454/2677 KB   
456/2677 KB   
458/2677 KB   
460/2677 KB   
462/2677 KB   
464/2677 KB   
466/2677 KB   
468/2677 KB   
470/2677 KB   
472/2677 KB   
474/2677 KB   
476/2677 KB   
478/2677 KB   
480/2677 KB   
482/2677 KB   
484/2677 KB   
486/2677 KB   
488/2677 KB   
490/2677 KB   
492/2677 KB   
494/2677 KB   
496/2677 KB   
498/2677 KB   
500/2677 KB   
502/2677 KB   
504/2677 KB   
506/2677 KB   
508/2677 KB   
510/2677 KB   
512/2677 KB   
514/2677 KB   
516/2677 KB   
518/2677 KB   
520/2677 KB   
522/2677 KB   
524/2677 KB   
526/2677 KB   
528/2677 KB   
530/2677 KB   
532/2677 KB   
534/2677 KB   
536/2677 KB   
538/2677 KB   
540/2677 KB   
542/2677 KB   
544/2677 KB   
546/2677 KB   
548/2677 KB   
550/2677 KB   
552/2677 KB   
554/2677 KB   
556/2677 KB   
558/2677 KB   
560/2677 KB   
562/2677 KB   
564/2677 KB   
566/2677 KB   
568/2677 KB   
570/2677 KB   
572/2677 KB   
574/2677 KB   
576/2677 KB   
578/2677 KB   
580/2677 KB   
582/2677 KB   
584/2677 KB   
586/2677 KB   
588/2677 KB   
590/2677 KB   
592/2677 KB   
594/2677 KB   
596/2677 KB   
598/2677 KB   
600/2677 KB   
602/2677 KB   
604/2677 KB   
606/2677 KB   
608/2677 KB   
610/2677 KB   
612/2677 KB   
614/2677 KB   
616/2677 KB   
618/2677 KB   
620/2677 KB   
622/2677 KB   
624/2677 KB   
626/2677 KB   
628/2677 KB   
630/2677 KB   
632/2677 KB   
634/2677 KB   
636/2677 KB   
638/2677 KB   
640/2677 KB   
642/2677 KB   
644/2677 KB   
646/2677 KB   
648/2677 KB   
650/2677 KB   
652/2677 KB   
654/2677 KB   
656/2677 KB   
658/2677 KB   
660/2677 KB   
662/2677 KB   
664/2677 KB   
666/2677 KB   
668/2677 KB   
670/2677 KB   
672/2677 KB   
674/2677 KB   
676/2677 KB   
678/2677 KB   
680/2677 KB   
682/2677 KB   
684/2677 KB   
686/2677 KB   
688/2677 KB   
690/2677 KB   
692/2677 KB   
694/2677 KB   
696/2677 KB   
698/2677 KB   
700/2677 KB   
702/2677 KB   
704/2677 KB   
706/2677 KB   
708/2677 KB   
710/2677 KB   
712/2677 KB   
714/2677 KB   
716/2677 KB   
718/2677 KB   
720/2677 KB   
722/2677 KB   
724/2677 KB   
726/2677 KB   
728/2677 KB   
730/2677 KB   
732/2677 KB   
734/2677 KB   
736/2677 KB   
738/2677 KB   
740/2677 KB   
742/2677 KB   
744/2677 KB   
746/2677 KB   
748/2677 KB   
750/2677 KB   
752/2677 KB   
754/2677 KB   
756/2677 KB   
758/2677 KB   
760/2677 KB   
762/2677 KB   
764/2677 KB   
766/2677 KB   
768/2677 KB   
770/2677 KB   
772/2677 KB   
774/2677 KB   
776/2677 KB   
778/2677 KB   
780/2677 KB   
782/2677 KB   
784/2677 KB   
786/2677 KB   
788/2677 KB   
790/2677 KB   
792/2677 KB   
794/2677 KB   
796/2677 KB   
798/2677 KB   
800/2677 KB   
802/2677 KB   
804/2677 KB   
806/2677 KB   
808/2677 KB   
810/2677 KB   
812/2677 KB   
814/2677 KB   
816/2677 KB   
818/2677 KB   
820/2677 KB   
822/2677 KB   
824/2677 KB   
826/2677 KB   
828/2677 KB   
830/2677 KB   
832/2677 KB   
834/2677 KB   
836/2677 KB   
838/2677 KB   
840/2677 KB   
842/2677 KB   
844/2677 KB   
846/2677 KB   
848/2677 KB   
850/2677 KB   
852/2677 KB   
854/2677 KB   
856/2677 KB   
858/2677 KB   
860/2677 KB   
862/2677 KB   
864/2677 KB   
866/2677 KB   
868/2677 KB   
870/2677 KB   
872/2677 KB   
874/2677 KB   
876/2677 KB   
878/2677 KB   
880/2677 KB   
882/2677 KB   
884/2677 KB   
886/2677 KB   
888/2677 KB   
890/2677 KB   
892/2677 KB   
894/2677 KB   
896/2677 KB   
898/2677 KB   
900/2677 KB   
902/2677 KB   
904/2677 KB   
906/2677 KB   
908/2677 KB   
910/2677 KB   
912/2677 KB   
914/2677 KB   
916/2677 KB   
918/2677 KB   
920/2677 KB   
922/2677 KB   
924/2677 KB   
926/2677 KB   
928/2677 KB   
930/2677 KB   
932/2677 KB   
934/2677 KB   
936/2677 KB   
938/2677 KB   
940/2677 KB   
942/2677 KB   
944/2677 KB   
946/2677 KB   
948/2677 KB   
950/2677 KB   
952/2677 KB   
954/2677 KB   
956/2677 KB   
958/2677 KB   
960/2677 KB   
962/2677 KB   
964/2677 KB   
966/2677 KB   
968/2677 KB   
970/2677 KB   
972/2677 KB   
974/2677 KB   
976/2677 KB   
978/2677 KB   
980/2677 KB   
982/2677 KB   
984/2677 KB   
986/2677 KB   
988/2677 KB   
990/2677 KB   
992/2677 KB   
994/2677 KB   
996/2677 KB   
998/2677 KB   
1000/2677 KB   
1002/2677 KB   
1004/2677 KB   
1006/2677 KB   
1008/2677 KB   
1010/2677 KB   
1012/2677 KB   
1014/2677 KB   
1016/2677 KB   
1018/2677 KB   
1020/2677 KB   
1022/2677 KB   
1024/2677 KB   
1026/2677 KB   
1028/2677 KB   
1030/2677 KB   
1032/2677 KB   
1034/2677 KB   
1036/2677 KB   
1038/2677 KB   
1040/2677 KB   
1042/2677 KB   
1044/2677 KB   
1046/2677 KB   
1048/2677 KB   
1050/2677 KB   
1052/2677 KB   
1054/2677 KB   
1056/2677 KB   
1058/2677 KB   
1060/2677 KB   
1062/2677 KB   
1064/2677 KB   
1066/2677 KB   
1068/2677 KB   
1070/2677 KB   
1072/2677 KB   
1074/2677 KB   
1076/2677 KB   
1078/2677 KB   
1080/2677 KB   
1082/2677 KB   
1084/2677 KB   
1086/2677 KB   
1088/2677 KB   
1090/2677 KB   
1092/2677 KB   
1094/2677 KB   
1096/2677 KB   
1098/2677 KB   
1100/2677 KB   
1102/2677 KB   
1104/2677 KB   
1106/2677 KB   
1108/2677 KB   
1110/2677 KB   
1112/2677 KB   
1114/2677 KB   
1116/2677 KB   
1118/2677 KB   
1120/2677 KB   
1122/2677 KB   
1124/2677 KB   
1126/2677 KB   
1128/2677 KB   
1130/2677 KB   
1132/2677 KB   
1134/2677 KB   
1136/2677 KB   
1138/2677 KB   
1140/2677 KB   
1142/2677 KB   
1144/2677 KB   
1146/2677 KB   
1148/2677 KB   
1150/2677 KB   
1152/2677 KB   
1154/2677 KB   
1156/2677 KB   
1158/2677 KB   
1160/2677 KB   
1162/2677 KB   
1164/2677 KB   
1166/2677 KB   
1168/2677 KB   
1170/2677 KB   
1172/2677 KB   
1174/2677 KB   
1176/2677 KB   
1178/2677 KB   
1180/2677 KB   
1182/2677 KB   
1184/2677 KB   
1186/2677 KB   
1188/2677 KB   
1190/2677 KB   
1192/2677 KB   
1194/2677 KB   
1196/2677 KB   
1198/2677 KB   
1200/2677 KB   
1202/2677 KB   
1204/2677 KB   
1206/2677 KB   
1208/2677 KB   
1210/2677 KB   
1212/2677 KB   
1214/2677 KB   
1216/2677 KB   
1218/2677 KB   
1220/2677 KB   
1222/2677 KB   
1224/2677 KB   
1226/2677 KB   
1228/2677 KB   
1230/2677 KB   
1232/2677 KB   
1234/2677 KB   
1236/2677 KB   
1238/2677 KB   
1240/2677 KB   
1242/2677 KB   
1244/2677 KB   
1246/2677 KB   
1248/2677 KB   
1250/2677 KB   
1252/2677 KB   
1254/2677 KB   
1256/2677 KB   
1258/2677 KB   
1260/2677 KB   
1262/2677 KB   
1264/2677 KB   
1266/2677 KB   
1268/2677 KB   
1270/2677 KB   
1272/2677 KB   
1274/2677 KB   
1276/2677 KB   
1278/2677 KB   
1280/2677 KB   
1282/2677 KB   
1284/2677 KB   
1286/2677 KB   
1288/2677 KB   
1290/2677 KB   
1292/2677 KB   
1294/2677 KB   
1296/2677 KB   
1298/2677 KB   
1300/2677 KB   
1302/2677 KB   
1304/2677 KB   
1306/2677 KB   
1308/2677 KB   
1310/2677 KB   
1312/2677 KB   
1314/2677 KB   
1316/2677 KB   
1318/2677 KB   
1320/2677 KB   
1322/2677 KB   
1324/2677 KB   
1326/2677 KB   
1328/2677 KB   
1330/2677 KB   
1332/2677 KB   
1334/2677 KB   
1336/2677 KB   
1338/2677 KB   
1340/2677 KB   
1342/2677 KB   
1344/2677 KB   
1346/2677 KB   
1348/2677 KB   
1350/2677 KB   
1352/2677 KB   
1354/2677 KB   
1356/2677 KB   
1358/2677 KB   
1360/2677 KB   
1362/2677 KB   
1364/2677 KB   
1366/2677 KB   
1368/2677 KB   
1370/2677 KB   
1372/2677 KB   
1374/2677 KB   
1376/2677 KB   
1378/2677 KB   
1380/2677 KB   
1382/2677 KB   
1384/2677 KB   
1386/2677 KB   
1388/2677 KB   
1390/2677 KB   
1392/2677 KB   
1394/2677 KB   
1396/2677 KB   
1398/2677 KB   
1400/2677 KB   
1402/2677 KB   
1404/2677 KB   
1406/2677 KB   
1408/2677 KB   
1410/2677 KB   
1412/2677 KB   
1414/2677 KB   
1416/2677 KB   
1418/2677 KB   
1420/2677 KB   
1422/2677 KB   
1424/2677 KB   
1426/2677 KB   
1428/2677 KB   
1430/2677 KB   
1432/2677 KB   
1434/2677 KB   
1436/2677 KB   
1438/2677 KB   
1440/2677 KB   
1442/2677 KB   
1444/2677 KB   
1446/2677 KB   
1448/2677 KB   
1450/2677 KB   
1452/2677 KB   
1454/2677 KB   
1456/2677 KB   
1458/2677 KB   
1460/2677 KB   
1462/2677 KB   
1464/2677 KB   
1466/2677 KB   
1468/2677 KB   
1470/2677 KB   
1472/2677 KB   
1474/2677 KB   
1476/2677 KB   
1478/2677 KB   
1480/2677 KB   
1482/2677 KB   
1484/2677 KB   
1486/2677 KB   
1488/2677 KB   
1490/2677 KB   
1492/2677 KB   
1494/2677 KB   
1496/2677 KB   
1498/2677 KB   
1500/2677 KB   
1502/2677 KB   
1504/2677 KB   
1506/2677 KB   
1508/2677 KB   
1510/2677 KB   
1512/2677 KB   
1514/2677 KB   
1516/2677 KB   
1518/2677 KB   
1520/2677 KB   
1522/2677 KB   
1524/2677 KB   
1526/2677 KB   
1528/2677 KB   
1530/2677 KB   
1532/2677 KB   
1534/2677 KB   
1536/2677 KB   
1538/2677 KB   
1540/2677 KB   
1542/2677 KB   
1544/2677 KB   
1546/2677 KB   
1548/2677 KB   
1550/2677 KB   
1552/2677 KB   
1554/2677 KB   
1556/2677 KB   
1558/2677 KB   
1560/2677 KB   
1562/2677 KB   
1564/2677 KB   
1566/2677 KB   
1568/2677 KB   
1570/2677 KB   
1572/2677 KB   
1574/2677 KB   
1576/2677 KB   
1578/2677 KB   
1580/2677 KB   
1582/2677 KB   
1584/2677 KB   
1586/2677 KB   
1588/2677 KB   
1590/2677 KB   
1592/2677 KB   
1594/2677 KB   
1596/2677 KB   
1598/2677 KB   
1600/2677 KB   
1602/2677 KB   
1604/2677 KB   
1606/2677 KB   
1608/2677 KB   
1610/2677 KB   
1612/2677 KB   
1614/2677 KB   
1616/2677 KB   
1618/2677 KB   
1620/2677 KB   
1622/2677 KB   
1624/2677 KB   
1626/2677 KB   
1628/2677 KB   
1630/2677 KB   
1632/2677 KB   
1634/2677 KB   
1636/2677 KB   
1638/2677 KB   
1640/2677 KB   
1642/2677 KB   
1644/2677 KB   
1646/2677 KB   
1648/2677 KB   
1650/2677 KB   
1652/2677 KB   
1654/2677 KB   
1656/2677 KB   
1658/2677 KB   
1660/2677 KB   
1662/2677 KB   
1664/2677 KB   
1666/2677 KB   
1668/2677 KB   
1670/2677 KB   
1672/2677 KB   
1674/2677 KB   
1676/2677 KB   
1678/2677 KB   
1680/2677 KB   
1682/2677 KB   
1684/2677 KB   
1686/2677 KB   
1688/2677 KB   
1690/2677 KB   
1692/2677 KB   
1694/2677 KB   
1696/2677 KB   
1698/2677 KB   
1700/2677 KB   
1702/2677 KB   
1704/2677 KB   
1706/2677 KB   
1708/2677 KB   
1710/2677 KB   
1712/2677 KB   
1714/2677 KB   
1716/2677 KB   
1718/2677 KB   
1720/2677 KB   
1722/2677 KB   
1724/2677 KB   
1726/2677 KB   
1728/2677 KB   
1730/2677 KB   
1732/2677 KB   
1734/2677 KB   
1736/2677 KB   
1738/2677 KB   
1740/2677 KB   
1742/2677 KB   
1744/2677 KB   
1746/2677 KB   
1748/2677 KB   
1750/2677 KB   
1752/2677 KB   
1754/2677 KB   
1756/2677 KB   
1758/2677 KB   
1760/2677 KB   
1762/2677 KB   
1764/2677 KB   
1766/2677 KB   
1768/2677 KB   
1770/2677 KB   
1772/2677 KB   
1774/2677 KB   
1776/2677 KB   
1778/2677 KB   
1780/2677 KB   
1782/2677 KB   
1784/2677 KB   
1786/2677 KB   
1788/2677 KB   
1790/2677 KB   
1792/2677 KB   
1794/2677 KB   
1796/2677 KB   
1798/2677 KB   
1800/2677 KB   
1802/2677 KB   
1804/2677 KB   
1806/2677 KB   
1808/2677 KB   
1810/2677 KB   
1812/2677 KB   
1814/2677 KB   
1816/2677 KB   
1818/2677 KB   
1820/2677 KB   
1822/2677 KB   
1824/2677 KB   
1826/2677 KB   
1828/2677 KB   
1830/2677 KB   
1832/2677 KB   
1834/2677 KB   
1836/2677 KB   
1838/2677 KB   
1840/2677 KB   
1842/2677 KB   
1844/2677 KB   
1846/2677 KB   
1848/2677 KB   
1850/2677 KB   
1852/2677 KB   
1854/2677 KB   
1856/2677 KB   
1858/2677 KB   
1860/2677 KB   
1862/2677 KB   
1864/2677 KB   
1866/2677 KB   
1868/2677 KB   
1870/2677 KB   
1872/2677 KB   
1874/2677 KB   
1876/2677 KB   
1878/2677 KB   
1880/2677 KB   
1882/2677 KB   
1884/2677 KB   
1886/2677 KB   
1888/2677 KB   
1890/2677 KB   
1892/2677 KB   
1894/2677 KB   
1896/2677 KB   
1898/2677 KB   
1900/2677 KB   
1902/2677 KB   
1904/2677 KB   
1906/2677 KB   
1908/2677 KB   
1910/2677 KB   
1912/2677 KB   
1914/2677 KB   
1916/2677 KB   
1918/2677 KB   
1920/2677 KB   
1922/2677 KB   
1924/2677 KB   
1926/2677 KB   
1928/2677 KB   
1930/2677 KB   
1932/2677 KB   
1934/2677 KB   
1936/2677 KB   
1938/2677 KB   
1940/2677 KB   
1942/2677 KB   
1944/2677 KB   
1946/2677 KB   
1948/2677 KB   
1950/2677 KB   
1952/2677 KB   
1954/2677 KB   
1956/2677 KB   
1958/2677 KB   
1960/2677 KB   
1962/2677 KB   
1964/2677 KB   
1966/2677 KB   
1968/2677 KB   
1970/2677 KB   
1972/2677 KB   
1974/2677 KB   
1976/2677 KB   
1978/2677 KB   
1980/2677 KB   
1982/2677 KB   
1984/2677 KB   
1986/2677 KB   
1988/2677 KB   
1990/2677 KB   
1992/2677 KB   
1994/2677 KB   
1996/2677 KB   
1998/2677 KB   
2000/2677 KB   
2002/2677 KB   
2004/2677 KB   
2006/2677 KB   
2008/2677 KB   
2010/2677 KB   
2012/2677 KB   
2014/2677 KB   
2016/2677 KB   
2018/2677 KB   
2020/2677 KB   
2022/2677 KB   
2024/2677 KB   
2026/2677 KB   
2028/2677 KB   
2030/2677 KB   
2032/2677 KB   
2034/2677 KB   
2036/2677 KB   
2038/2677 KB   
2040/2677 KB   
2042/2677 KB   
2044/2677 KB   
2046/2677 KB   
2048/2677 KB   
2050/2677 KB   
2052/2677 KB   
2054/2677 KB   
2056/2677 KB   
2058/2677 KB   
2060/2677 KB   
2062/2677 KB   
2064/2677 KB   
2066/2677 KB   
2068/2677 KB   
2070/2677 KB   
2072/2677 KB   
2074/2677 KB   
2076/2677 KB   
2078/2677 KB   
2080/2677 KB   
2082/2677 KB   
2084/2677 KB   
2086/2677 KB   
2088/2677 KB   
2090/2677 KB   
2092/2677 KB   
2094/2677 KB   
2096/2677 KB   
2098/2677 KB   
2100/2677 KB   
2102/2677 KB   
2104/2677 KB   
2106/2677 KB   
2108/2677 KB   
2110/2677 KB   
2112/2677 KB   
2114/2677 KB   
2116/2677 KB   
2118/2677 KB   
2120/2677 KB   
2122/2677 KB   
2124/2677 KB   
2126/2677 KB   
2128/2677 KB   
2130/2677 KB   
2132/2677 KB   
2134/2677 KB   
2136/2677 KB   
2138/2677 KB   
2140/2677 KB   
2142/2677 KB   
2144/2677 KB   
2146/2677 KB   
2148/2677 KB   
2150/2677 KB   
2152/2677 KB   
2154/2677 KB   
2156/2677 KB   
2158/2677 KB   
2160/2677 KB   
2162/2677 KB   
2164/2677 KB   
2166/2677 KB   
2168/2677 KB   
2170/2677 KB   
2172/2677 KB   
2174/2677 KB   
2176/2677 KB   
2178/2677 KB   
2180/2677 KB   
2182/2677 KB   
2184/2677 KB   
2186/2677 KB   
2188/2677 KB   
2190/2677 KB   
2192/2677 KB   
2194/2677 KB   
2196/2677 KB   
2198/2677 KB   
2200/2677 KB   
2202/2677 KB   
2204/2677 KB   
2206/2677 KB   
2208/2677 KB   
2210/2677 KB   
2212/2677 KB   
2214/2677 KB   
2216/2677 KB   
2218/2677 KB   
2220/2677 KB   
2222/2677 KB   
2224/2677 KB   
2226/2677 KB   
2228/2677 KB   
2230/2677 KB   
2232/2677 KB   
2234/2677 KB   
2236/2677 KB   
2238/2677 KB   
2240/2677 KB   
2242/2677 KB   
2244/2677 KB   
2246/2677 KB   
2248/2677 KB   
2250/2677 KB   
2252/2677 KB   
2254/2677 KB   
2256/2677 KB   
2258/2677 KB   
2260/2677 KB   
2262/2677 KB   
2264/2677 KB   
2266/2677 KB   
2268/2677 KB   
2270/2677 KB   
2272/2677 KB   
2274/2677 KB   
2276/2677 KB   
2278/2677 KB   
2280/2677 KB   
2282/2677 KB   
2284/2677 KB   
2286/2677 KB   
2288/2677 KB   
2290/2677 KB   
2292/2677 KB   
2294/2677 KB   
2296/2677 KB   
2298/2677 KB   
2300/2677 KB   
2302/2677 KB   
2304/2677 KB   
2306/2677 KB   
2308/2677 KB   
2310/2677 KB   
2312/2677 KB   
2314/2677 KB   
2316/2677 KB   
2318/2677 KB   
2320/2677 KB   
2322/2677 KB   
2324/2677 KB   
2326/2677 KB   
2328/2677 KB   
2330/2677 KB   
2332/2677 KB   
2334/2677 KB   
2336/2677 KB   
2338/2677 KB   
2340/2677 KB   
2342/2677 KB   
2344/2677 KB   
2346/2677 KB   
2348/2677 KB   
2350/2677 KB   
2352/2677 KB   
2354/2677 KB   
2356/2677 KB   
2358/2677 KB   
2360/2677 KB   
2362/2677 KB   
2364/2677 KB   
2366/2677 KB   
2368/2677 KB   
2370/2677 KB   
2372/2677 KB   
2374/2677 KB   
2376/2677 KB   
2378/2677 KB   
2380/2677 KB   
2382/2677 KB   
2384/2677 KB   
2386/2677 KB   
2388/2677 KB   
2390/2677 KB   
2392/2677 KB   
2394/2677 KB   
2396/2677 KB   
2398/2677 KB   
2400/2677 KB   
2402/2677 KB   
2404/2677 KB   
2406/2677 KB   
2408/2677 KB   
2410/2677 KB   
2412/2677 KB   
2414/2677 KB   
2416/2677 KB   
2418/2677 KB   
2420/2677 KB   
2422/2677 KB   
2424/2677 KB   
2426/2677 KB   
2428/2677 KB   
2430/2677 KB   
2432/2677 KB   
2434/2677 KB   
2436/2677 KB   
2438/2677 KB   
2440/2677 KB   
2442/2677 KB   
2444/2677 KB   
2446/2677 KB   
2448/2677 KB   
2450/2677 KB   
2452/2677 KB   
2454/2677 KB   
2456/2677 KB   
2458/2677 KB   
2460/2677 KB   
2462/2677 KB   
2464/2677 KB   
2466/2677 KB   
2468/2677 KB   
2470/2677 KB   
2472/2677 KB   
2474/2677 KB   
2476/2677 KB   
2478/2677 KB   
2480/2677 KB   
2482/2677 KB   
2484/2677 KB   
2486/2677 KB   
2488/2677 KB   
2490/2677 KB   
2492/2677 KB   
2494/2677 KB   
2496/2677 KB   
2498/2677 KB   
2500/2677 KB   
2502/2677 KB   
2504/2677 KB   
2506/2677 KB   
2508/2677 KB   
2510/2677 KB   
2512/2677 KB   
2514/2677 KB   
2516/2677 KB   
2518/2677 KB   
2520/2677 KB   
2522/2677 KB   
2524/2677 KB   
2526/2677 KB   
2528/2677 KB   
2530/2677 KB   
2532/2677 KB   
2534/2677 KB   
2536/2677 KB   
2538/2677 KB   
2540/2677 KB   
2542/2677 KB   
2544/2677 KB   
2546/2677 KB   
2548/2677 KB   
2550/2677 KB   
2552/2677 KB   
2554/2677 KB   
2556/2677 KB   
2558/2677 KB   
2560/2677 KB   
2562/2677 KB   
2564/2677 KB   
2566/2677 KB   
2568/2677 KB   
2570/2677 KB   
2572/2677 KB   
2574/2677 KB   
2576/2677 KB   
2578/2677 KB   
2580/2677 KB   
2582/2677 KB   
2584/2677 KB   
2586/2677 KB   
2588/2677 KB   
2590/2677 KB   
2592/2677 KB   
2594/2677 KB   
2596/2677 KB   
2598/2677 KB   
2600/2677 KB   
2602/2677 KB   
2604/2677 KB   
2606/2677 KB   
2608/2677 KB   
2610/2677 KB   
2612/2677 KB   
2614/2677 KB   
2616/2677 KB   
2618/2677 KB   
2620/2677 KB   
2622/2677 KB   
2624/2677 KB   
2626/2677 KB   
2628/2677 KB   
2630/2677 KB   
2632/2677 KB   
2634/2677 KB   
2636/2677 KB   
2638/2677 KB   
2640/2677 KB   
2642/2677 KB   
2644/2677 KB   
2646/2677 KB   
2648/2677 KB   
2650/2677 KB   
2652/2677 KB   
2654/2677 KB   
2656/2677 KB   
2658/2677 KB   
2660/2677 KB   
2662/2677 KB   
2664/2677 KB   
2666/2677 KB   
2668/2677 KB   
2670/2677 KB   
2672/2677 KB   
2674/2677 KB   
2676/2677 KB   
2677/2677 KB   
               
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181207.190948-14.ear (2677 KB at 14311.4 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181207.190948-14.pom
2/4 KB         
4/4 KB   
         
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.2.0-20181207.190948-14.pom (4 KB at 148.3 KB/sec)
Downloading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml
428/428 B   
            
Downloaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml (428 B at 41.8 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml
821/821 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/0.2.0-SNAPSHOT/maven-metadata.xml (821 B at 40.1 KB/sec)
Uploading: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml
428/428 B   
            
Uploaded: https://www.sing-group.org/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/teamA/microstories/dgss1819-teamA-microstories-ear/maven-metadata.xml (428 B at 19.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  2.475 s]
[INFO] Domain ............................................. SUCCESS [  3.552 s]
[INFO] Tests .............................................. SUCCESS [  1.892 s]
[INFO] Service ............................................ SUCCESS [  1.706 s]
[INFO] REST ............................................... SUCCESS [  1.896 s]
[INFO] JSF ................................................ SUCCESS [  2.417 s]
[INFO] EAR ................................................ SUCCESS [  3.127 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.467 s
[INFO] Finished at: 2018-12-07T20:09:48+01:00
[INFO] Final Memory: 50M/811M
[INFO] ------------------------------------------------------------------------
[μStories - Team A] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true -Dwildfly.port=10990 wildfly:deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] μStories 18/19 Team A
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building μStories 18/19 Team A 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-pom >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-pom <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-pom ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec
[INFO] Analyzed bundle 'Domain' with 7 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-domain ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.enums...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/DateRange.Range.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Genre.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/class-use/Theme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Story.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Reading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/enums/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/domain/target/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-domain <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-domain ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-tests ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service.util.security...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.domain.entities...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.matchers...
Loading source files for package es.uvigo.esei.dgss.teama.microstories.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToEntity.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/StoryDataset.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToReading.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToTheme.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/IsEqualToStory.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/class-use/AreStoriesSortedMatcher.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/matchers/package-use.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/tests/target/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-tests <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec
[INFO] Analyzed bundle 'Service' with 1 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-service ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-service ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-service ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.service...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/class-use/StoryService.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/service/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/service/target/dgss1819-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ dgss1819-teamA-microstories-service ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-service <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-service ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 4 classes
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-rest] in [/var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [133 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-rest ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.rest...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/SecurityExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/class-use/StoryResource.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/microstories/rest/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/rest/target/dgss1819-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-rest <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-rest ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1819-teamA-microstories-jsf ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (download-geckodriver) @ dgss1819-teamA-microstories-jsf ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
      [get] Destination already exists (skipping): /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz
    [untar] Expanding: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver/geckodriver-v0.19.1-linux64.tar.gz into /var/lib/jenkins/workspace/μStories - Team A/jsf/target/geckodriver
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1819-teamA-microstories-jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1819-teamA-microstories-jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1819-teamA-microstories-jsf] in [/var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/webapp]
[INFO] Webapp assembled in [27 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1819-teamA-microstories-jsf ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/μStories - Team A/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/μStories - Team A/target/classes"
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-jsf ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.teama.microstories.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/SearchController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/class-use/StoryController.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/es/uvigo/esei/dgss/teama/microstories/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/jsf/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @param for redirect
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/μStories - Team A/jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/SearchController.java:161: warning: no @return
[WARNING] public String searchStoriesByString(boolean redirect) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/jsf/target/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-jsf <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-jsf ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) > package @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ dgss1819-teamA-microstories-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1819-teamA-microstories-ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] wildfly-dist-10.1.0.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1819-teamA-microstories-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/μStories - Team A/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ dgss1819-teamA-microstories-ear ---
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-ear-0.2.0-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/μStories - Team A/ear/target/dgss1819-teamA-microstories-pom-0.2.0-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1819-teamA-microstories-ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1819-teamA-microstories-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1819-teamA-microstories-ear ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) < package @ dgss1819-teamA-microstories-ear <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.2.0.Final:deploy (default-cli) @ dgss1819-teamA-microstories-ear ---
Dec 07, 2018 8:10:07 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.0.Final
Dec 07, 2018 8:10:07 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.5.1.Final
Dec 07, 2018 8:10:07 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.5.1.Final
Dec 07, 2018 8:10:07 PM org.wildfly.security.Version <clinit>
INFO: ELY00001: WildFly Elytron version 1.1.0.Final
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  2.517 s]
[INFO] Domain ............................................. SUCCESS [  3.443 s]
[INFO] Tests .............................................. SUCCESS [  1.925 s]
[INFO] Service ............................................ SUCCESS [  2.707 s]
[INFO] REST ............................................... SUCCESS [  3.229 s]
[INFO] JSF ................................................ SUCCESS [  2.213 s]
[INFO] EAR ................................................ SUCCESS [  3.246 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.998 s
[INFO] Finished at: 2018-12-07T20:10:10+01:00
[INFO] Final Memory: 59M/822M
[INFO] ------------------------------------------------------------------------
Xvfb stopping
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/domain/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/Domain_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/service/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/Service_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/jsf/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/JSF_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/μStories - Team A/rest/target/site/jacoco to /var/lib/jenkins/jobs/μStories - Team A/htmlreports/REST_JaCoCo_Report
Finished: SUCCESS