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 41aa5b578b597ca3b25e17ed57285336e8d4239e (origin/develop)
Commit message: "Tsk29-47 Adds the user entity with all tests data"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 41aa5b578b597ca3b25e17ed57285336e8d4239e
 > /usr/bin/git rev-list 0c5beac9c969fd3612bd30641cb13071443f29f7 # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-50-1472477461692396577.fbdir
Parsing POMs
Established TCP socket on 60513
[μ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 60513
<===[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 8 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 6 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.EntitiesTestSuite
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in es.uvigo.esei.dgss.teama.microstories.domain.entities.EntitiesTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 174, 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 10 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/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.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/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.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/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.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 10 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 12 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/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
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/IsEqualToAuthor.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/AdminRoleCaller.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/AuthorRoleCaller.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/IsEqualToAuthor.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
01:16:50,936 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
01:16:51,296 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
01:16:51,576 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
01:16:58,249 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
01:16:58,285 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.0.Final
01:16:58,317 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.0.Final
01:16:58,582 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.21.Final
01:16:58,809 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
01:16:58,838 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
01:16:58,847 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.
01:16:58,856 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
01:16:58,883 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
01:16:58,934 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
01:16:58,943 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
01:16:58,991 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.4.0.Final starting
01:16:59,032 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
01:16:59,104 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
01:16:59,202 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
01:16:59,223 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
01:16:59,239 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
01:16:59,338 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
01:16:59,675 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: '[]']
01:16:59,755 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
01:16:59,763 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
01:17:00,047 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
01:17:00,755 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
01:17:00,755 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
01:17:01,687 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
01:17:01,841 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/μStories - Team A/service/target/wildfly-10.1.0.Final/standalone/deployments
01:17:01,898 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
01:17:01,959 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.
01:17:01,962 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.
01:17:01,963 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.
01:17:01,968 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.
01:17:03,552 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
01:17:03,552 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
01:17:03,553 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 12453ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
01:17:04,559 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
01:17:07,157 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
01:17:07,213 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
01:17:07,225 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
01:17:07,347 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
01:17:10,847 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/9e/d98fccf483972aa1389fdafce9a6f9b1560958/content
01:17:10,885 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
01:17:12,613 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for test
01:17:12,762 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 20) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
01:17:12,818 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 20) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
01:17:12,953 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment test.war
01:17:13,004 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 20) HHH000412: Hibernate Core {5.0.10.Final}
01:17:13,007 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 20) HHH000206: hibernate.properties not found
01:17:13,011 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 20) HHH000021: Bytecode provider name : javassist
01:17:13,119 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 20) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
01:17:13,143 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final
01:17:13,338 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) 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

01:17:13,676 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.
01:17:13,677 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.
01:17:13,843 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 2.3.5 (Final)
01:17:14,424 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 20) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
01:17:14,508 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) WFLYCLINF0002: Started client-mappings cache from ejb container
01:17:15,220 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 20) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
01:17:15,231 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 20) HHH000431: Unable to determine H2 database version, certain features may not work
01:17:15,300 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 20) Envers integration enabled? : true
01:17:15,792 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 20) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
01:17:15,792 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 20) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
01:17:16,306 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 20) 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: drop table User 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, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, author varchar(100) 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: create table User (role varchar(6) not null, login varchar(100) not null, name varchar(150) not null, password varchar(32) not null, primary key (login))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
01:17:16,342 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 20) HHH000230: Schema export complete
01:17:17,892 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 20) WFLYUT0021: Registered web context: /test
01:17:18,000 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
01:17:19,309 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-2) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:17:20,779 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, readings2_.story as story3_0_2_, readings2_.date as date1_0_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.counter as counter2_0_3_, themes3_.Story_id as Story_id1_2_4_, themes3_.theme as theme2_2_4_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Reading readings2_ on story0_.id=readings2_.story left outer join Story_themes themes3_ on story0_.id=themes3_.Story_id where story0_.id=?
Hibernate: select stories0_.author as author6_1_0_, stories0_.id as id1_1_0_, stories0_.id as id1_1_1_, stories0_.author as author6_1_1_, stories0_.dateOfPublish as dateOfPu2_1_1_, stories0_.genre as genre3_1_1_, stories0_.text as text4_1_1_, stories0_.title as title5_1_1_ from Story stories0_ where stories0_.author=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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
01:17:22,036 WARN  [org.hibernate.orm.deprecation] (default task-10) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, readings2_.story as story3_0_2_, readings2_.date as date1_0_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.counter as counter2_0_3_, themes3_.Story_id as Story_id1_2_4_, themes3_.theme as theme2_2_4_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Reading readings2_ on story0_.id=readings2_.story left outer join Story_themes themes3_ on story0_.id=themes3_.Story_id where story0_.id=?
01:17:22,759 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:17:24,601 WARN  [org.hibernate.orm.deprecation] (default task-27) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:17:24,814 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 20) WFLYUT0022: Unregistered web context: /test
01:17:24,872 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
01:17:24,873 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 61) 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: drop table User if exists
01:17:24,881 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 61) HHH000230: Schema export complete
01:17:24,885 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
01:17:24,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0003: Stopped client-mappings cache from ejb container
01:17:24,934 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 134ms
01:17:24,954 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
01:17:24,957 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/9e/d98fccf483972aa1389fdafce9a6f9b1560958/content
01:17:24,957 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: 35.182 s - in es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite
01:17:24,978 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
01:17:24,993 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
01:17:25,000 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
01:17:25,025 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
01:17:25,040 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
01:17:25,053 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
01:17:25,054 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
01:17:25,058 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
01:17:25,108 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 81ms
[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
01:17:40,779 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
01:17:41,281 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
01:17:41,608 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
01:17:44,677 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
01:17:44,750 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
01:17:44,779 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
01:17:44,906 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
01:17:44,964 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 36) WFLYCLINF0001: Activating Infinispan subsystem.
01:17:45,011 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem
01:17:45,064 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) WFLYWS0002: Activating WebServices Extension
01:17:45,080 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 49) WFLYSEC0002: Activating Security Subsystem
01:17:45,090 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.
01:17:45,100 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
01:17:45,149 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) WFLYJSF0007: Activated the following JSF Implementations: [main]
01:17:45,154 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
01:17:45,158 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.0.Final starting
01:17:45,200 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
01:17:45,252 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.6.Final
01:17:45,435 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
01:17:45,540 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
01:17:45,566 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
01:17:45,701 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: '[]']
01:17:45,744 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
01:17:45,938 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
01:17:46,327 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:28080
01:17:46,747 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
01:17:46,756 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/dgss1819/teamA/microstories]
01:17:47,391 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
01:17:47,626 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
01:17:47,740 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 
01:17:47,753 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.
01:17:47,754 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.
01:17:47,768 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.
01:17:47,769 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.
01:17:48,038 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:29990/management
01:17:48,039 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:29990
01:17:48,042 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 7079ms - Started 302 of 506 services (325 services are lazy, passive or on-demand)
01:17:48,949 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
01:17:50,735 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.2.Final
01:17:50,799 INFO  [org.xnio] (main) XNIO version 3.5.1.Final
01:17:50,813 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.5.1.Final
01:17:50,938 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.2.Final
01:17:52,503 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/9a/5779b1db12781714497e44feeedff38aec6c65/content
01:17:52,552 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
01:17:54,227 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for test
01:17:54,373 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
01:17:54,433 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 21) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
01:17:54,578 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment test.war
01:17:54,629 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 21) HHH000412: Hibernate Core {5.0.10.Final}
01:17:54,635 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 21) HHH000206: hibernate.properties not found
01:17:54,643 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 21) HHH000021: Bytecode provider name : javassist
01:17:54,801 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 21) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
01:17:54,810 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final
01:17:55,130 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) 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

01:17:55,509 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 21) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
01:17:55,510 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 21) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
01:17:55,691 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
01:17:56,304 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 25) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
01:17:56,641 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 21) WFLYCLINF0002: Started client-mappings cache from ejb container
01:17:57,547 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 25) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
01:17:57,566 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 25) HHH000431: Unable to determine H2 database version, certain features may not work
01:17:58,312 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 25) Envers integration enabled? : true
01:18:00,776 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 25) HHH000038: Composite-id class does not override equals(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
01:18:00,776 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 25) HHH000039: Composite-id class does not override hashCode(): es.uvigo.esei.dgss.teama.microstories.domain.entities.Reading
01:18:03,596 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 25) 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: drop table User 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, dateOfPublish timestamp, genre integer not null, text varchar(1000) not null, title varchar(50) not null, author varchar(100) 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: create table User (role varchar(6) not null, login varchar(100) not null, name varchar(150) not null, password varchar(32) not null, primary key (login))
Hibernate: alter table Reading add constraint FKc1op5r307yxtws4ih353istml foreign key (story) references Story
Hibernate: alter table Story add constraint FK41c3muado6my0qji9vkunreuy foreign key (author) references User
Hibernate: alter table Story_themes add constraint FKb6a6ppaw3pcfyw463milsy02e foreign key (Story_id) references Story
01:18:04,644 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 25) HHH000230: Schema export complete
01:18:06,421 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0021: Registered web context: /test
01:18:06,517 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.
01:18:08,996 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-11) 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]

01:18:09,257 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-11) 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()]
01:18:09,530 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-11) HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, readings2_.story as story3_0_2_, readings2_.date as date1_0_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.counter as counter2_0_3_, themes3_.Story_id as Story_id1_2_4_, themes3_.theme as theme2_2_4_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Reading readings2_ on story0_.id=readings2_.story left outer join Story_themes themes3_ on story0_.id=themes3_.Story_id where story0_.id=?
Hibernate: select stories0_.author as author6_1_0_, stories0_.id as id1_1_0_, stories0_.id as id1_1_1_, stories0_.author as author6_1_1_, stories0_.dateOfPublish as dateOfPu2_1_1_, stories0_.genre as genre3_1_1_, stories0_.text as text4_1_1_, stories0_.title as title5_1_1_ from Story stories0_ where stories0_.author=?
Hibernate: select story0_.id as id1_1_0_, story0_.author as author6_1_0_, story0_.dateOfPublish as dateOfPu2_1_0_, story0_.genre as genre3_1_0_, story0_.text as text4_1_0_, story0_.title as title5_1_0_, author1_.login as login2_3_1_, author1_.name as name3_3_1_, author1_.password as password4_3_1_, readings2_.story as story3_0_2_, readings2_.date as date1_0_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.counter as counter2_0_3_, themes3_.Story_id as Story_id1_2_4_, themes3_.theme as theme2_2_4_ from Story story0_ inner join User author1_ on story0_.author=author1_.login left outer join Reading readings2_ on story0_.id=readings2_.story left outer join Story_themes themes3_ on story0_.id=themes3_.Story_id where story0_.id=?
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 ?
01:18:12,821 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:12,957 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)]
01:18:12,984 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,103 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)]
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,172 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,267 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)]
01:18:13,295 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,368 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)]
01:18:13,379 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,443 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-28) 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)]
01:18:13,460 WARN  [org.hibernate.orm.deprecation] (default task-28) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,560 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-27) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,816 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where story0_.dateOfPublish is not null order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,877 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,936 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_1_ from Story story0_ where (story0_.dateOfPublish is not null) and story0_.genre=? order by story0_.dateOfPublish DESC, story0_.id limit ? offset ?
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:13,975 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:14,036 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 ?
01:18:14,065 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-8) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 ?
01:18:14,105 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:14,160 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:14,369 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-13) 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 author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
Hibernate: select story0_.id as id1_1_, story0_.author as author6_1_, story0_.dateOfPublish as dateOfPu2_1_, story0_.genre as genre3_1_, story0_.text as text4_1_, story0_.title as title5_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 author0_.login as login2_3_0_, author0_.name as name3_3_0_, author0_.password as password4_3_0_, stories1_.author as author6_1_1_, stories1_.id as id1_1_1_, stories1_.id as id1_1_2_, stories1_.author as author6_1_2_, stories1_.dateOfPublish as dateOfPu2_1_2_, stories1_.genre as genre3_1_2_, stories1_.text as text4_1_2_, stories1_.title as title5_1_2_, readings2_.story as story3_0_3_, readings2_.date as date1_0_3_, readings2_.story as story3_0_4_, readings2_.date as date1_0_4_, readings2_.counter as counter2_0_4_, themes3_.Story_id as Story_id1_2_5_, themes3_.theme as theme2_2_5_ from User author0_ left outer join Story stories1_ on author0_.login=stories1_.author left outer join Reading readings2_ on stories1_.id=readings2_.story left outer join Story_themes themes3_ on stories1_.id=themes3_.Story_id where author0_.login=? and author0_.role='AUTHOR'
01:18:14,577 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: /test
01:18:14,636 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 63) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
01:18:14,637 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) 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: drop table User if exists
01:18:14,643 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 63) HHH000230: Schema export complete
01:18:14,649 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 64) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
01:18:14,679 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0003: Stopped client-mappings cache from ejb container
01:18:14,685 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 128ms
01:18:14,711 WARN  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
01:18:14,715 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/9a/5779b1db12781714497e44feeedff38aec6c65/content
01:18:14,715 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.355 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.246 s - in es.uvigo.esei.dgss.teama.microstories.rest.ResourceUnitTestSuite
01:18:14,975 WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.
01:18:14,986 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/dgss1819/teamA/microstories]
01:18:14,988 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
01:18:15,033 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
01:18:15,063 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
01:18:15,064 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
01:18:15,066 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:28080
01:18:15,075 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 1.4.0.Final stopping
01:18:15,117 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 108ms
[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 [26 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%2F20181210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181210T001752Z&X-Amz-Expires=300&X-Amz-Signature=25852f6b104c1a9d289e86f12a870440719fc1639cde836135d921eddb3be64c&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 [42 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 [  9.334 s]
[INFO] Domain ............................................. SUCCESS [ 12.982 s]
[INFO] Tests .............................................. SUCCESS [  7.570 s]
[INFO] Service ............................................ SUCCESS [ 44.904 s]
[INFO] REST ............................................... SUCCESS [ 50.051 s]
[INFO] JSF ................................................ SUCCESS [02:06 min]
[INFO] EAR ................................................ SUCCESS [  5.886 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:21 min
[INFO] Finished at: 2018-12-10T01:20:32+01:00
[INFO] Final Memory: 66M/691M
[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 10 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/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.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/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.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/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.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 10 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/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
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/IsEqualToAuthor.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/AdminRoleCaller.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/AuthorRoleCaller.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/IsEqualToAuthor.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 [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"
[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 2.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/dgss1819-teamA-microstories-pom-0.2.0-20181210.002049-17.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-20181210.002049-17.pom (44 KB at 782.0 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 32.2 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 30.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 16.7 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 68.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-20181210.002049-17.jar
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 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-20181210.002049-17.jar (22 KB at 808.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/dgss1819-teamA-microstories-domain-0.2.0-20181210.002049-17.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-20181210.002049-17.pom (2 KB at 53.3 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 30.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 51.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 22.2 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-20181210.002049-17-sources.jar
2/12 KB     
4/12 KB   
6/12 KB   
8/12 KB   
10/12 KB   
12/12 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-20181210.002049-17-sources.jar (12 KB at 391.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 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-20181210.002049-17-javadoc.jar
2/83 KB   
4/83 KB   
6/83 KB   
8/83 KB   
10/83 KB   
12/83 KB   
14/83 KB   
16/83 KB   
18/83 KB   
20/83 KB   
22/83 KB   
24/83 KB   
26/83 KB   
28/83 KB   
30/83 KB   
32/83 KB   
34/83 KB   
36/83 KB   
38/83 KB   
40/83 KB   
42/83 KB   
44/83 KB   
46/83 KB   
48/83 KB   
50/83 KB   
52/83 KB   
54/83 KB   
56/83 KB   
58/83 KB   
60/83 KB   
62/83 KB   
64/83 KB   
66/83 KB   
68/83 KB   
70/83 KB   
72/83 KB   
74/83 KB   
76/83 KB   
78/83 KB   
80/83 KB   
82/83 KB   
83/83 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-20181210.002049-17-javadoc.jar (83 KB at 1926.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/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 68.0 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 102.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/dgss1819-teamA-microstories-tests-0.2.0-20181210.002049-17.jar
2/59 KB   
4/59 KB   
6/59 KB   
8/59 KB   
10/59 KB   
12/59 KB   
14/59 KB   
16/59 KB   
18/59 KB   
20/59 KB   
22/59 KB   
24/59 KB   
26/59 KB   
28/59 KB   
30/59 KB   
32/59 KB   
34/59 KB   
36/59 KB   
38/59 KB   
40/59 KB   
42/59 KB   
44/59 KB   
46/59 KB   
48/59 KB   
50/59 KB   
52/59 KB   
54/59 KB   
56/59 KB   
58/59 KB   
59/59 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-20181210.002049-17.jar (59 KB at 2323.5 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-20181210.002049-17.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-20181210.002049-17.pom (2 KB at 56.6 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 35.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-20181210.002049-17-sources.jar
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-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-20181210.002049-17-sources.jar (44 KB at 1883.3 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 7.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/dgss1819-teamA-microstories-tests-0.2.0-20181210.002049-17-javadoc.jar
2/120 KB   
4/120 KB   
6/120 KB   
8/120 KB   
10/120 KB   
12/120 KB   
14/120 KB   
16/120 KB   
18/120 KB   
20/120 KB   
22/120 KB   
24/120 KB   
26/120 KB   
28/120 KB   
30/120 KB   
32/120 KB   
34/120 KB   
36/120 KB   
38/120 KB   
40/120 KB   
42/120 KB   
44/120 KB   
46/120 KB   
48/120 KB   
50/120 KB   
52/120 KB   
54/120 KB   
56/120 KB   
58/120 KB   
60/120 KB   
62/120 KB   
64/120 KB   
66/120 KB   
68/120 KB   
70/120 KB   
72/120 KB   
74/120 KB   
76/120 KB   
78/120 KB   
80/120 KB   
82/120 KB   
84/120 KB   
86/120 KB   
88/120 KB   
90/120 KB   
92/120 KB   
94/120 KB   
96/120 KB   
98/120 KB   
100/120 KB   
102/120 KB   
104/120 KB   
106/120 KB   
108/120 KB   
110/120 KB   
112/120 KB   
114/120 KB   
116/120 KB   
118/120 KB   
120/120 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-20181210.002049-17-javadoc.jar (120 KB at 2484.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 55.6 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 130.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-20181210.002049-17.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-20181210.002049-17.jar (8 KB at 296.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/dgss1819-teamA-microstories-service-0.2.0-20181210.002049-17.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-20181210.002049-17.pom (3 KB at 151.1 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 38.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/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 53.1 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 21.1 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-20181210.002049-17-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-20181210.002049-17-sources.jar (7 KB at 265.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-20181210.002049-17-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-20181210.002049-17-javadoc.jar (26 KB at 992.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/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-20181210.002049-17-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-20181210.002049-17-tests.jar (14 KB at 573.7 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 46.2 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 122.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-20181210.002050-17.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-20181210.002050-17.war (10 KB at 361.8 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-20181210.002050-17.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-20181210.002050-17.pom (3 KB at 150.0 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 32.2 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 67.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 12.0 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-20181210.002050-17-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-20181210.002050-17-sources.jar (7 KB at 236.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 20.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-20181210.002050-17-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-20181210.002050-17-javadoc.jar (39 KB at 1604.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/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 53.2 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 101.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/dgss1819-teamA-microstories-jsf-0.2.0-20181210.002050-17.war
2/2264 KB   
4/2264 KB   
6/2264 KB   
8/2264 KB   
10/2264 KB   
12/2264 KB   
14/2264 KB   
16/2264 KB   
18/2264 KB   
20/2264 KB   
22/2264 KB   
24/2264 KB   
26/2264 KB   
28/2264 KB   
30/2264 KB   
32/2264 KB   
34/2264 KB   
36/2264 KB   
38/2264 KB   
40/2264 KB   
42/2264 KB   
44/2264 KB   
46/2264 KB   
48/2264 KB   
50/2264 KB   
52/2264 KB   
54/2264 KB   
56/2264 KB   
58/2264 KB   
60/2264 KB   
62/2264 KB   
64/2264 KB   
66/2264 KB   
68/2264 KB   
70/2264 KB   
72/2264 KB   
74/2264 KB   
76/2264 KB   
78/2264 KB   
80/2264 KB   
82/2264 KB   
84/2264 KB   
86/2264 KB   
88/2264 KB   
90/2264 KB   
92/2264 KB   
94/2264 KB   
96/2264 KB   
98/2264 KB   
100/2264 KB   
102/2264 KB   
104/2264 KB   
106/2264 KB   
108/2264 KB   
110/2264 KB   
112/2264 KB   
114/2264 KB   
116/2264 KB   
118/2264 KB   
120/2264 KB   
122/2264 KB   
124/2264 KB   
126/2264 KB   
128/2264 KB   
130/2264 KB   
132/2264 KB   
134/2264 KB   
136/2264 KB   
138/2264 KB   
140/2264 KB   
142/2264 KB   
144/2264 KB   
146/2264 KB   
148/2264 KB   
150/2264 KB   
152/2264 KB   
154/2264 KB   
156/2264 KB   
158/2264 KB   
160/2264 KB   
162/2264 KB   
164/2264 KB   
166/2264 KB   
168/2264 KB   
170/2264 KB   
172/2264 KB   
174/2264 KB   
176/2264 KB   
178/2264 KB   
180/2264 KB   
182/2264 KB   
184/2264 KB   
186/2264 KB   
188/2264 KB   
190/2264 KB   
192/2264 KB   
194/2264 KB   
196/2264 KB   
198/2264 KB   
200/2264 KB   
202/2264 KB   
204/2264 KB   
206/2264 KB   
208/2264 KB   
210/2264 KB   
212/2264 KB   
214/2264 KB   
216/2264 KB   
218/2264 KB   
220/2264 KB   
222/2264 KB   
224/2264 KB   
226/2264 KB   
228/2264 KB   
230/2264 KB   
232/2264 KB   
234/2264 KB   
236/2264 KB   
238/2264 KB   
240/2264 KB   
242/2264 KB   
244/2264 KB   
246/2264 KB   
248/2264 KB   
250/2264 KB   
252/2264 KB   
254/2264 KB   
256/2264 KB   
258/2264 KB   
260/2264 KB   
262/2264 KB   
264/2264 KB   
266/2264 KB   
268/2264 KB   
270/2264 KB   
272/2264 KB   
274/2264 KB   
276/2264 KB   
278/2264 KB   
280/2264 KB   
282/2264 KB   
284/2264 KB   
286/2264 KB   
288/2264 KB   
290/2264 KB   
292/2264 KB   
294/2264 KB   
296/2264 KB   
298/2264 KB   
300/2264 KB   
302/2264 KB   
304/2264 KB   
306/2264 KB   
308/2264 KB   
310/2264 KB   
312/2264 KB   
314/2264 KB   
316/2264 KB   
318/2264 KB   
320/2264 KB   
322/2264 KB   
324/2264 KB   
326/2264 KB   
328/2264 KB   
330/2264 KB   
332/2264 KB   
334/2264 KB   
336/2264 KB   
338/2264 KB   
340/2264 KB   
342/2264 KB   
344/2264 KB   
346/2264 KB   
348/2264 KB   
350/2264 KB   
352/2264 KB   
354/2264 KB   
356/2264 KB   
358/2264 KB   
360/2264 KB   
362/2264 KB   
364/2264 KB   
366/2264 KB   
368/2264 KB   
370/2264 KB   
372/2264 KB   
374/2264 KB   
376/2264 KB   
378/2264 KB   
380/2264 KB   
382/2264 KB   
384/2264 KB   
386/2264 KB   
388/2264 KB   
390/2264 KB   
392/2264 KB   
394/2264 KB   
396/2264 KB   
398/2264 KB   
400/2264 KB   
402/2264 KB   
404/2264 KB   
406/2264 KB   
408/2264 KB   
410/2264 KB   
412/2264 KB   
414/2264 KB   
416/2264 KB   
418/2264 KB   
420/2264 KB   
422/2264 KB   
424/2264 KB   
426/2264 KB   
428/2264 KB   
430/2264 KB   
432/2264 KB   
434/2264 KB   
436/2264 KB   
438/2264 KB   
440/2264 KB   
442/2264 KB   
444/2264 KB   
446/2264 KB   
448/2264 KB   
450/2264 KB   
452/2264 KB   
454/2264 KB   
456/2264 KB   
458/2264 KB   
460/2264 KB   
462/2264 KB   
464/2264 KB   
466/2264 KB   
468/2264 KB   
470/2264 KB   
472/2264 KB   
474/2264 KB   
476/2264 KB   
478/2264 KB   
480/2264 KB   
482/2264 KB   
484/2264 KB   
486/2264 KB   
488/2264 KB   
490/2264 KB   
492/2264 KB   
494/2264 KB   
496/2264 KB   
498/2264 KB   
500/2264 KB   
502/2264 KB   
504/2264 KB   
506/2264 KB   
508/2264 KB   
510/2264 KB   
512/2264 KB   
514/2264 KB   
516/2264 KB   
518/2264 KB   
520/2264 KB   
522/2264 KB   
524/2264 KB   
526/2264 KB   
528/2264 KB   
530/2264 KB   
532/2264 KB   
534/2264 KB   
536/2264 KB   
538/2264 KB   
540/2264 KB   
542/2264 KB   
544/2264 KB   
546/2264 KB   
548/2264 KB   
550/2264 KB   
552/2264 KB   
554/2264 KB   
556/2264 KB   
558/2264 KB   
560/2264 KB   
562/2264 KB   
564/2264 KB   
566/2264 KB   
568/2264 KB   
570/2264 KB   
572/2264 KB   
574/2264 KB   
576/2264 KB   
578/2264 KB   
580/2264 KB   
582/2264 KB   
584/2264 KB   
586/2264 KB   
588/2264 KB   
590/2264 KB   
592/2264 KB   
594/2264 KB   
596/2264 KB   
598/2264 KB   
600/2264 KB   
602/2264 KB   
604/2264 KB   
606/2264 KB   
608/2264 KB   
610/2264 KB   
612/2264 KB   
614/2264 KB   
616/2264 KB   
618/2264 KB   
620/2264 KB   
622/2264 KB   
624/2264 KB   
626/2264 KB   
628/2264 KB   
630/2264 KB   
632/2264 KB   
634/2264 KB   
636/2264 KB   
638/2264 KB   
640/2264 KB   
642/2264 KB   
644/2264 KB   
646/2264 KB   
648/2264 KB   
650/2264 KB   
652/2264 KB   
654/2264 KB   
656/2264 KB   
658/2264 KB   
660/2264 KB   
662/2264 KB   
664/2264 KB   
666/2264 KB   
668/2264 KB   
670/2264 KB   
672/2264 KB   
674/2264 KB   
676/2264 KB   
678/2264 KB   
680/2264 KB   
682/2264 KB   
684/2264 KB   
686/2264 KB   
688/2264 KB   
690/2264 KB   
692/2264 KB   
694/2264 KB   
696/2264 KB   
698/2264 KB   
700/2264 KB   
702/2264 KB   
704/2264 KB   
706/2264 KB   
708/2264 KB   
710/2264 KB   
712/2264 KB   
714/2264 KB   
716/2264 KB   
718/2264 KB   
720/2264 KB   
722/2264 KB   
724/2264 KB   
726/2264 KB   
728/2264 KB   
730/2264 KB   
732/2264 KB   
734/2264 KB   
736/2264 KB   
738/2264 KB   
740/2264 KB   
742/2264 KB   
744/2264 KB   
746/2264 KB   
748/2264 KB   
750/2264 KB   
752/2264 KB   
754/2264 KB   
756/2264 KB   
758/2264 KB   
760/2264 KB   
762/2264 KB   
764/2264 KB   
766/2264 KB   
768/2264 KB   
770/2264 KB   
772/2264 KB   
774/2264 KB   
776/2264 KB   
778/2264 KB   
780/2264 KB   
782/2264 KB   
784/2264 KB   
786/2264 KB   
788/2264 KB   
790/2264 KB   
792/2264 KB   
794/2264 KB   
796/2264 KB   
798/2264 KB   
800/2264 KB   
802/2264 KB   
804/2264 KB   
806/2264 KB   
808/2264 KB   
810/2264 KB   
812/2264 KB   
814/2264 KB   
816/2264 KB   
818/2264 KB   
820/2264 KB   
822/2264 KB   
824/2264 KB   
826/2264 KB   
828/2264 KB   
830/2264 KB   
832/2264 KB   
834/2264 KB   
836/2264 KB   
838/2264 KB   
840/2264 KB   
842/2264 KB   
844/2264 KB   
846/2264 KB   
848/2264 KB   
850/2264 KB   
852/2264 KB   
854/2264 KB   
856/2264 KB   
858/2264 KB   
860/2264 KB   
862/2264 KB   
864/2264 KB   
866/2264 KB   
868/2264 KB   
870/2264 KB   
872/2264 KB   
874/2264 KB   
876/2264 KB   
878/2264 KB   
880/2264 KB   
882/2264 KB   
884/2264 KB   
886/2264 KB   
888/2264 KB   
890/2264 KB   
892/2264 KB   
894/2264 KB   
896/2264 KB   
898/2264 KB   
900/2264 KB   
902/2264 KB   
904/2264 KB   
906/2264 KB   
908/2264 KB   
910/2264 KB   
912/2264 KB   
914/2264 KB   
916/2264 KB   
918/2264 KB   
920/2264 KB   
922/2264 KB   
924/2264 KB   
926/2264 KB   
928/2264 KB   
930/2264 KB   
932/2264 KB   
934/2264 KB   
936/2264 KB   
938/2264 KB   
940/2264 KB   
942/2264 KB   
944/2264 KB   
946/2264 KB   
948/2264 KB   
950/2264 KB   
952/2264 KB   
954/2264 KB   
956/2264 KB   
958/2264 KB   
960/2264 KB   
962/2264 KB   
964/2264 KB   
966/2264 KB   
968/2264 KB   
970/2264 KB   
972/2264 KB   
974/2264 KB   
976/2264 KB   
978/2264 KB   
980/2264 KB   
982/2264 KB   
984/2264 KB   
986/2264 KB   
988/2264 KB   
990/2264 KB   
992/2264 KB   
994/2264 KB   
996/2264 KB   
998/2264 KB   
1000/2264 KB   
1002/2264 KB   
1004/2264 KB   
1006/2264 KB   
1008/2264 KB   
1010/2264 KB   
1012/2264 KB   
1014/2264 KB   
1016/2264 KB   
1018/2264 KB   
1020/2264 KB   
1022/2264 KB   
1024/2264 KB   
1026/2264 KB   
1028/2264 KB   
1030/2264 KB   
1032/2264 KB   
1034/2264 KB   
1036/2264 KB   
1038/2264 KB   
1040/2264 KB   
1042/2264 KB   
1044/2264 KB   
1046/2264 KB   
1048/2264 KB   
1050/2264 KB   
1052/2264 KB   
1054/2264 KB   
1056/2264 KB   
1058/2264 KB   
1060/2264 KB   
1062/2264 KB   
1064/2264 KB   
1066/2264 KB   
1068/2264 KB   
1070/2264 KB   
1072/2264 KB   
1074/2264 KB   
1076/2264 KB   
1078/2264 KB   
1080/2264 KB   
1082/2264 KB   
1084/2264 KB   
1086/2264 KB   
1088/2264 KB   
1090/2264 KB   
1092/2264 KB   
1094/2264 KB   
1096/2264 KB   
1098/2264 KB   
1100/2264 KB   
1102/2264 KB   
1104/2264 KB   
1106/2264 KB   
1108/2264 KB   
1110/2264 KB   
1112/2264 KB   
1114/2264 KB   
1116/2264 KB   
1118/2264 KB   
1120/2264 KB   
1122/2264 KB   
1124/2264 KB   
1126/2264 KB   
1128/2264 KB   
1130/2264 KB   
1132/2264 KB   
1134/2264 KB   
1136/2264 KB   
1138/2264 KB   
1140/2264 KB   
1142/2264 KB   
1144/2264 KB   
1146/2264 KB   
1148/2264 KB   
1150/2264 KB   
1152/2264 KB   
1154/2264 KB   
1156/2264 KB   
1158/2264 KB   
1160/2264 KB   
1162/2264 KB   
1164/2264 KB   
1166/2264 KB   
1168/2264 KB   
1170/2264 KB   
1172/2264 KB   
1174/2264 KB   
1176/2264 KB   
1178/2264 KB   
1180/2264 KB   
1182/2264 KB   
1184/2264 KB   
1186/2264 KB   
1188/2264 KB   
1190/2264 KB   
1192/2264 KB   
1194/2264 KB   
1196/2264 KB   
1198/2264 KB   
1200/2264 KB   
1202/2264 KB   
1204/2264 KB   
1206/2264 KB   
1208/2264 KB   
1210/2264 KB   
1212/2264 KB   
1214/2264 KB   
1216/2264 KB   
1218/2264 KB   
1220/2264 KB   
1222/2264 KB   
1224/2264 KB   
1226/2264 KB   
1228/2264 KB   
1230/2264 KB   
1232/2264 KB   
1234/2264 KB   
1236/2264 KB   
1238/2264 KB   
1240/2264 KB   
1242/2264 KB   
1244/2264 KB   
1246/2264 KB   
1248/2264 KB   
1250/2264 KB   
1252/2264 KB   
1254/2264 KB   
1256/2264 KB   
1258/2264 KB   
1260/2264 KB   
1262/2264 KB   
1264/2264 KB   
1266/2264 KB   
1268/2264 KB   
1270/2264 KB   
1272/2264 KB   
1274/2264 KB   
1276/2264 KB   
1278/2264 KB   
1280/2264 KB   
1282/2264 KB   
1284/2264 KB   
1286/2264 KB   
1288/2264 KB   
1290/2264 KB   
1292/2264 KB   
1294/2264 KB   
1296/2264 KB   
1298/2264 KB   
1300/2264 KB   
1302/2264 KB   
1304/2264 KB   
1306/2264 KB   
1308/2264 KB   
1310/2264 KB   
1312/2264 KB   
1314/2264 KB   
1316/2264 KB   
1318/2264 KB   
1320/2264 KB   
1322/2264 KB   
1324/2264 KB   
1326/2264 KB   
1328/2264 KB   
1330/2264 KB   
1332/2264 KB   
1334/2264 KB   
1336/2264 KB   
1338/2264 KB   
1340/2264 KB   
1342/2264 KB   
1344/2264 KB   
1346/2264 KB   
1348/2264 KB   
1350/2264 KB   
1352/2264 KB   
1354/2264 KB   
1356/2264 KB   
1358/2264 KB   
1360/2264 KB   
1362/2264 KB   
1364/2264 KB   
1366/2264 KB   
1368/2264 KB   
1370/2264 KB   
1372/2264 KB   
1374/2264 KB   
1376/2264 KB   
1378/2264 KB   
1380/2264 KB   
1382/2264 KB   
1384/2264 KB   
1386/2264 KB   
1388/2264 KB   
1390/2264 KB   
1392/2264 KB   
1394/2264 KB   
1396/2264 KB   
1398/2264 KB   
1400/2264 KB   
1402/2264 KB   
1404/2264 KB   
1406/2264 KB   
1408/2264 KB   
1410/2264 KB   
1412/2264 KB   
1414/2264 KB   
1416/2264 KB   
1418/2264 KB   
1420/2264 KB   
1422/2264 KB   
1424/2264 KB   
1426/2264 KB   
1428/2264 KB   
1430/2264 KB   
1432/2264 KB   
1434/2264 KB   
1436/2264 KB   
1438/2264 KB   
1440/2264 KB   
1442/2264 KB   
1444/2264 KB   
1446/2264 KB   
1448/2264 KB   
1450/2264 KB   
1452/2264 KB   
1454/2264 KB   
1456/2264 KB   
1458/2264 KB   
1460/2264 KB   
1462/2264 KB   
1464/2264 KB   
1466/2264 KB   
1468/2264 KB   
1470/2264 KB   
1472/2264 KB   
1474/2264 KB   
1476/2264 KB   
1478/2264 KB   
1480/2264 KB   
1482/2264 KB   
1484/2264 KB   
1486/2264 KB   
1488/2264 KB   
1490/2264 KB   
1492/2264 KB   
1494/2264 KB   
1496/2264 KB   
1498/2264 KB   
1500/2264 KB   
1502/2264 KB   
1504/2264 KB   
1506/2264 KB   
1508/2264 KB   
1510/2264 KB   
1512/2264 KB   
1514/2264 KB   
1516/2264 KB   
1518/2264 KB   
1520/2264 KB   
1522/2264 KB   
1524/2264 KB   
1526/2264 KB   
1528/2264 KB   
1530/2264 KB   
1532/2264 KB   
1534/2264 KB   
1536/2264 KB   
1538/2264 KB   
1540/2264 KB   
1542/2264 KB   
1544/2264 KB   
1546/2264 KB   
1548/2264 KB   
1550/2264 KB   
1552/2264 KB   
1554/2264 KB   
1556/2264 KB   
1558/2264 KB   
1560/2264 KB   
1562/2264 KB   
1564/2264 KB   
1566/2264 KB   
1568/2264 KB   
1570/2264 KB   
1572/2264 KB   
1574/2264 KB   
1576/2264 KB   
1578/2264 KB   
1580/2264 KB   
1582/2264 KB   
1584/2264 KB   
1586/2264 KB   
1588/2264 KB   
1590/2264 KB   
1592/2264 KB   
1594/2264 KB   
1596/2264 KB   
1598/2264 KB   
1600/2264 KB   
1602/2264 KB   
1604/2264 KB   
1606/2264 KB   
1608/2264 KB   
1610/2264 KB   
1612/2264 KB   
1614/2264 KB   
1616/2264 KB   
1618/2264 KB   
1620/2264 KB   
1622/2264 KB   
1624/2264 KB   
1626/2264 KB   
1628/2264 KB   
1630/2264 KB   
1632/2264 KB   
1634/2264 KB   
1636/2264 KB   
1638/2264 KB   
1640/2264 KB   
1642/2264 KB   
1644/2264 KB   
1646/2264 KB   
1648/2264 KB   
1650/2264 KB   
1652/2264 KB   
1654/2264 KB   
1656/2264 KB   
1658/2264 KB   
1660/2264 KB   
1662/2264 KB   
1664/2264 KB   
1666/2264 KB   
1668/2264 KB   
1670/2264 KB   
1672/2264 KB   
1674/2264 KB   
1676/2264 KB   
1678/2264 KB   
1680/2264 KB   
1682/2264 KB   
1684/2264 KB   
1686/2264 KB   
1688/2264 KB   
1690/2264 KB   
1692/2264 KB   
1694/2264 KB   
1696/2264 KB   
1698/2264 KB   
1700/2264 KB   
1702/2264 KB   
1704/2264 KB   
1706/2264 KB   
1708/2264 KB   
1710/2264 KB   
1712/2264 KB   
1714/2264 KB   
1716/2264 KB   
1718/2264 KB   
1720/2264 KB   
1722/2264 KB   
1724/2264 KB   
1726/2264 KB   
1728/2264 KB   
1730/2264 KB   
1732/2264 KB   
1734/2264 KB   
1736/2264 KB   
1738/2264 KB   
1740/2264 KB   
1742/2264 KB   
1744/2264 KB   
1746/2264 KB   
1748/2264 KB   
1750/2264 KB   
1752/2264 KB   
1754/2264 KB   
1756/2264 KB   
1758/2264 KB   
1760/2264 KB   
1762/2264 KB   
1764/2264 KB   
1766/2264 KB   
1768/2264 KB   
1770/2264 KB   
1772/2264 KB   
1774/2264 KB   
1776/2264 KB   
1778/2264 KB   
1780/2264 KB   
1782/2264 KB   
1784/2264 KB   
1786/2264 KB   
1788/2264 KB   
1790/2264 KB   
1792/2264 KB   
1794/2264 KB   
1796/2264 KB   
1798/2264 KB   
1800/2264 KB   
1802/2264 KB   
1804/2264 KB   
1806/2264 KB   
1808/2264 KB   
1810/2264 KB   
1812/2264 KB   
1814/2264 KB   
1816/2264 KB   
1818/2264 KB   
1820/2264 KB   
1822/2264 KB   
1824/2264 KB   
1826/2264 KB   
1828/2264 KB   
1830/2264 KB   
1832/2264 KB   
1834/2264 KB   
1836/2264 KB   
1838/2264 KB   
1840/2264 KB   
1842/2264 KB   
1844/2264 KB   
1846/2264 KB   
1848/2264 KB   
1850/2264 KB   
1852/2264 KB   
1854/2264 KB   
1856/2264 KB   
1858/2264 KB   
1860/2264 KB   
1862/2264 KB   
1864/2264 KB   
1866/2264 KB   
1868/2264 KB   
1870/2264 KB   
1872/2264 KB   
1874/2264 KB   
1876/2264 KB   
1878/2264 KB   
1880/2264 KB   
1882/2264 KB   
1884/2264 KB   
1886/2264 KB   
1888/2264 KB   
1890/2264 KB   
1892/2264 KB   
1894/2264 KB   
1896/2264 KB   
1898/2264 KB   
1900/2264 KB   
1902/2264 KB   
1904/2264 KB   
1906/2264 KB   
1908/2264 KB   
1910/2264 KB   
1912/2264 KB   
1914/2264 KB   
1916/2264 KB   
1918/2264 KB   
1920/2264 KB   
1922/2264 KB   
1924/2264 KB   
1926/2264 KB   
1928/2264 KB   
1930/2264 KB   
1932/2264 KB   
1934/2264 KB   
1936/2264 KB   
1938/2264 KB   
1940/2264 KB   
1942/2264 KB   
1944/2264 KB   
1946/2264 KB   
1948/2264 KB   
1950/2264 KB   
1952/2264 KB   
1954/2264 KB   
1956/2264 KB   
1958/2264 KB   
1960/2264 KB   
1962/2264 KB   
1964/2264 KB   
1966/2264 KB   
1968/2264 KB   
1970/2264 KB   
1972/2264 KB   
1974/2264 KB   
1976/2264 KB   
1978/2264 KB   
1980/2264 KB   
1982/2264 KB   
1984/2264 KB   
1986/2264 KB   
1988/2264 KB   
1990/2264 KB   
1992/2264 KB   
1994/2264 KB   
1996/2264 KB   
1998/2264 KB   
2000/2264 KB   
2002/2264 KB   
2004/2264 KB   
2006/2264 KB   
2008/2264 KB   
2010/2264 KB   
2012/2264 KB   
2014/2264 KB   
2016/2264 KB   
2018/2264 KB   
2020/2264 KB   
2022/2264 KB   
2024/2264 KB   
2026/2264 KB   
2028/2264 KB   
2030/2264 KB   
2032/2264 KB   
2034/2264 KB   
2036/2264 KB   
2038/2264 KB   
2040/2264 KB   
2042/2264 KB   
2044/2264 KB   
2046/2264 KB   
2048/2264 KB   
2050/2264 KB   
2052/2264 KB   
2054/2264 KB   
2056/2264 KB   
2058/2264 KB   
2060/2264 KB   
2062/2264 KB   
2064/2264 KB   
2066/2264 KB   
2068/2264 KB   
2070/2264 KB   
2072/2264 KB   
2074/2264 KB   
2076/2264 KB   
2078/2264 KB   
2080/2264 KB   
2082/2264 KB   
2084/2264 KB   
2086/2264 KB   
2088/2264 KB   
2090/2264 KB   
2092/2264 KB   
2094/2264 KB   
2096/2264 KB   
2098/2264 KB   
2100/2264 KB   
2102/2264 KB   
2104/2264 KB   
2106/2264 KB   
2108/2264 KB   
2110/2264 KB   
2112/2264 KB   
2114/2264 KB   
2116/2264 KB   
2118/2264 KB   
2120/2264 KB   
2122/2264 KB   
2124/2264 KB   
2126/2264 KB   
2128/2264 KB   
2130/2264 KB   
2132/2264 KB   
2134/2264 KB   
2136/2264 KB   
2138/2264 KB   
2140/2264 KB   
2142/2264 KB   
2144/2264 KB   
2146/2264 KB   
2148/2264 KB   
2150/2264 KB   
2152/2264 KB   
2154/2264 KB   
2156/2264 KB   
2158/2264 KB   
2160/2264 KB   
2162/2264 KB   
2164/2264 KB   
2166/2264 KB   
2168/2264 KB   
2170/2264 KB   
2172/2264 KB   
2174/2264 KB   
2176/2264 KB   
2178/2264 KB   
2180/2264 KB   
2182/2264 KB   
2184/2264 KB   
2186/2264 KB   
2188/2264 KB   
2190/2264 KB   
2192/2264 KB   
2194/2264 KB   
2196/2264 KB   
2198/2264 KB   
2200/2264 KB   
2202/2264 KB   
2204/2264 KB   
2206/2264 KB   
2208/2264 KB   
2210/2264 KB   
2212/2264 KB   
2214/2264 KB   
2216/2264 KB   
2218/2264 KB   
2220/2264 KB   
2222/2264 KB   
2224/2264 KB   
2226/2264 KB   
2228/2264 KB   
2230/2264 KB   
2232/2264 KB   
2234/2264 KB   
2236/2264 KB   
2238/2264 KB   
2240/2264 KB   
2242/2264 KB   
2244/2264 KB   
2246/2264 KB   
2248/2264 KB   
2250/2264 KB   
2252/2264 KB   
2254/2264 KB   
2256/2264 KB   
2258/2264 KB   
2260/2264 KB   
2262/2264 KB   
2264/2264 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-20181210.002050-17.war (2264 KB at 14323.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-20181210.002050-17.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-20181210.002050-17.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 38.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 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 26.1 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-20181210.002050-17-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-20181210.002050-17-sources.jar (7 KB at 215.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/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 58.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-20181210.002050-17-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-20181210.002050-17-javadoc.jar (34 KB at 1504.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 71.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-20181210.002050-17.ear
2/2684 KB   
4/2684 KB   
6/2684 KB   
8/2684 KB   
10/2684 KB   
12/2684 KB   
14/2684 KB   
16/2684 KB   
18/2684 KB   
20/2684 KB   
22/2684 KB   
24/2684 KB   
26/2684 KB   
28/2684 KB   
30/2684 KB   
32/2684 KB   
34/2684 KB   
36/2684 KB   
38/2684 KB   
40/2684 KB   
42/2684 KB   
44/2684 KB   
46/2684 KB   
48/2684 KB   
50/2684 KB   
52/2684 KB   
54/2684 KB   
56/2684 KB   
58/2684 KB   
60/2684 KB   
62/2684 KB   
64/2684 KB   
66/2684 KB   
68/2684 KB   
70/2684 KB   
72/2684 KB   
74/2684 KB   
76/2684 KB   
78/2684 KB   
80/2684 KB   
82/2684 KB   
84/2684 KB   
86/2684 KB   
88/2684 KB   
90/2684 KB   
92/2684 KB   
94/2684 KB   
96/2684 KB   
98/2684 KB   
100/2684 KB   
102/2684 KB   
104/2684 KB   
106/2684 KB   
108/2684 KB   
110/2684 KB   
112/2684 KB   
114/2684 KB   
116/2684 KB   
118/2684 KB   
120/2684 KB   
122/2684 KB   
124/2684 KB   
126/2684 KB   
128/2684 KB   
130/2684 KB   
132/2684 KB   
134/2684 KB   
136/2684 KB   
138/2684 KB   
140/2684 KB   
142/2684 KB   
144/2684 KB   
146/2684 KB   
148/2684 KB   
150/2684 KB   
152/2684 KB   
154/2684 KB   
156/2684 KB   
158/2684 KB   
160/2684 KB   
162/2684 KB   
164/2684 KB   
166/2684 KB   
168/2684 KB   
170/2684 KB   
172/2684 KB   
174/2684 KB   
176/2684 KB   
178/2684 KB   
180/2684 KB   
182/2684 KB   
184/2684 KB   
186/2684 KB   
188/2684 KB   
190/2684 KB   
192/2684 KB   
194/2684 KB   
196/2684 KB   
198/2684 KB   
200/2684 KB   
202/2684 KB   
204/2684 KB   
206/2684 KB   
208/2684 KB   
210/2684 KB   
212/2684 KB   
214/2684 KB   
216/2684 KB   
218/2684 KB   
220/2684 KB   
222/2684 KB   
224/2684 KB   
226/2684 KB   
228/2684 KB   
230/2684 KB   
232/2684 KB   
234/2684 KB   
236/2684 KB   
238/2684 KB   
240/2684 KB   
242/2684 KB   
244/2684 KB   
246/2684 KB   
248/2684 KB   
250/2684 KB   
252/2684 KB   
254/2684 KB   
256/2684 KB   
258/2684 KB   
260/2684 KB   
262/2684 KB   
264/2684 KB   
266/2684 KB   
268/2684 KB   
270/2684 KB   
272/2684 KB   
274/2684 KB   
276/2684 KB   
278/2684 KB   
280/2684 KB   
282/2684 KB   
284/2684 KB   
286/2684 KB   
288/2684 KB   
290/2684 KB   
292/2684 KB   
294/2684 KB   
296/2684 KB   
298/2684 KB   
300/2684 KB   
302/2684 KB   
304/2684 KB   
306/2684 KB   
308/2684 KB   
310/2684 KB   
312/2684 KB   
314/2684 KB   
316/2684 KB   
318/2684 KB   
320/2684 KB   
322/2684 KB   
324/2684 KB   
326/2684 KB   
328/2684 KB   
330/2684 KB   
332/2684 KB   
334/2684 KB   
336/2684 KB   
338/2684 KB   
340/2684 KB   
342/2684 KB   
344/2684 KB   
346/2684 KB   
348/2684 KB   
350/2684 KB   
352/2684 KB   
354/2684 KB   
356/2684 KB   
358/2684 KB   
360/2684 KB   
362/2684 KB   
364/2684 KB   
366/2684 KB   
368/2684 KB   
370/2684 KB   
372/2684 KB   
374/2684 KB   
376/2684 KB   
378/2684 KB   
380/2684 KB   
382/2684 KB   
384/2684 KB   
386/2684 KB   
388/2684 KB   
390/2684 KB   
392/2684 KB   
394/2684 KB   
396/2684 KB   
398/2684 KB   
400/2684 KB   
402/2684 KB   
404/2684 KB   
406/2684 KB   
408/2684 KB   
410/2684 KB   
412/2684 KB   
414/2684 KB   
416/2684 KB   
418/2684 KB   
420/2684 KB   
422/2684 KB   
424/2684 KB   
426/2684 KB   
428/2684 KB   
430/2684 KB   
432/2684 KB   
434/2684 KB   
436/2684 KB   
438/2684 KB   
440/2684 KB   
442/2684 KB   
444/2684 KB   
446/2684 KB   
448/2684 KB   
450/2684 KB   
452/2684 KB   
454/2684 KB   
456/2684 KB   
458/2684 KB   
460/2684 KB   
462/2684 KB   
464/2684 KB   
466/2684 KB   
468/2684 KB   
470/2684 KB   
472/2684 KB   
474/2684 KB   
476/2684 KB   
478/2684 KB   
480/2684 KB   
482/2684 KB   
484/2684 KB   
486/2684 KB   
488/2684 KB   
490/2684 KB   
492/2684 KB   
494/2684 KB   
496/2684 KB   
498/2684 KB   
500/2684 KB   
502/2684 KB   
504/2684 KB   
506/2684 KB   
508/2684 KB   
510/2684 KB   
512/2684 KB   
514/2684 KB   
516/2684 KB   
518/2684 KB   
520/2684 KB   
522/2684 KB   
524/2684 KB   
526/2684 KB   
528/2684 KB   
530/2684 KB   
532/2684 KB   
534/2684 KB   
536/2684 KB   
538/2684 KB   
540/2684 KB   
542/2684 KB   
544/2684 KB   
546/2684 KB   
548/2684 KB   
550/2684 KB   
552/2684 KB   
554/2684 KB   
556/2684 KB   
558/2684 KB   
560/2684 KB   
562/2684 KB   
564/2684 KB   
566/2684 KB   
568/2684 KB   
570/2684 KB   
572/2684 KB   
574/2684 KB   
576/2684 KB   
578/2684 KB   
580/2684 KB   
582/2684 KB   
584/2684 KB   
586/2684 KB   
588/2684 KB   
590/2684 KB   
592/2684 KB   
594/2684 KB   
596/2684 KB   
598/2684 KB   
600/2684 KB   
602/2684 KB   
604/2684 KB   
606/2684 KB   
608/2684 KB   
610/2684 KB   
612/2684 KB   
614/2684 KB   
616/2684 KB   
618/2684 KB   
620/2684 KB   
622/2684 KB   
624/2684 KB   
626/2684 KB   
628/2684 KB   
630/2684 KB   
632/2684 KB   
634/2684 KB   
636/2684 KB   
638/2684 KB   
640/2684 KB   
642/2684 KB   
644/2684 KB   
646/2684 KB   
648/2684 KB   
650/2684 KB   
652/2684 KB   
654/2684 KB   
656/2684 KB   
658/2684 KB   
660/2684 KB   
662/2684 KB   
664/2684 KB   
666/2684 KB   
668/2684 KB   
670/2684 KB   
672/2684 KB   
674/2684 KB   
676/2684 KB   
678/2684 KB   
680/2684 KB   
682/2684 KB   
684/2684 KB   
686/2684 KB   
688/2684 KB   
690/2684 KB   
692/2684 KB   
694/2684 KB   
696/2684 KB   
698/2684 KB   
700/2684 KB   
702/2684 KB   
704/2684 KB   
706/2684 KB   
708/2684 KB   
710/2684 KB   
712/2684 KB   
714/2684 KB   
716/2684 KB   
718/2684 KB   
720/2684 KB   
722/2684 KB   
724/2684 KB   
726/2684 KB   
728/2684 KB   
730/2684 KB   
732/2684 KB   
734/2684 KB   
736/2684 KB   
738/2684 KB   
740/2684 KB   
742/2684 KB   
744/2684 KB   
746/2684 KB   
748/2684 KB   
750/2684 KB   
752/2684 KB   
754/2684 KB   
756/2684 KB   
758/2684 KB   
760/2684 KB   
762/2684 KB   
764/2684 KB   
766/2684 KB   
768/2684 KB   
770/2684 KB   
772/2684 KB   
774/2684 KB   
776/2684 KB   
778/2684 KB   
780/2684 KB   
782/2684 KB   
784/2684 KB   
786/2684 KB   
788/2684 KB   
790/2684 KB   
792/2684 KB   
794/2684 KB   
796/2684 KB   
798/2684 KB   
800/2684 KB   
802/2684 KB   
804/2684 KB   
806/2684 KB   
808/2684 KB   
810/2684 KB   
812/2684 KB   
814/2684 KB   
816/2684 KB   
818/2684 KB   
820/2684 KB   
822/2684 KB   
824/2684 KB   
826/2684 KB   
828/2684 KB   
830/2684 KB   
832/2684 KB   
834/2684 KB   
836/2684 KB   
838/2684 KB   
840/2684 KB   
842/2684 KB   
844/2684 KB   
846/2684 KB   
848/2684 KB   
850/2684 KB   
852/2684 KB   
854/2684 KB   
856/2684 KB   
858/2684 KB   
860/2684 KB   
862/2684 KB   
864/2684 KB   
866/2684 KB   
868/2684 KB   
870/2684 KB   
872/2684 KB   
874/2684 KB   
876/2684 KB   
878/2684 KB   
880/2684 KB   
882/2684 KB   
884/2684 KB   
886/2684 KB   
888/2684 KB   
890/2684 KB   
892/2684 KB   
894/2684 KB   
896/2684 KB   
898/2684 KB   
900/2684 KB   
902/2684 KB   
904/2684 KB   
906/2684 KB   
908/2684 KB   
910/2684 KB   
912/2684 KB   
914/2684 KB   
916/2684 KB   
918/2684 KB   
920/2684 KB   
922/2684 KB   
924/2684 KB   
926/2684 KB   
928/2684 KB   
930/2684 KB   
932/2684 KB   
934/2684 KB   
936/2684 KB   
938/2684 KB   
940/2684 KB   
942/2684 KB   
944/2684 KB   
946/2684 KB   
948/2684 KB   
950/2684 KB   
952/2684 KB   
954/2684 KB   
956/2684 KB   
958/2684 KB   
960/2684 KB   
962/2684 KB   
964/2684 KB   
966/2684 KB   
968/2684 KB   
970/2684 KB   
972/2684 KB   
974/2684 KB   
976/2684 KB   
978/2684 KB   
980/2684 KB   
982/2684 KB   
984/2684 KB   
986/2684 KB   
988/2684 KB   
990/2684 KB   
992/2684 KB   
994/2684 KB   
996/2684 KB   
998/2684 KB   
1000/2684 KB   
1002/2684 KB   
1004/2684 KB   
1006/2684 KB   
1008/2684 KB   
1010/2684 KB   
1012/2684 KB   
1014/2684 KB   
1016/2684 KB   
1018/2684 KB   
1020/2684 KB   
1022/2684 KB   
1024/2684 KB   
1026/2684 KB   
1028/2684 KB   
1030/2684 KB   
1032/2684 KB   
1034/2684 KB   
1036/2684 KB   
1038/2684 KB   
1040/2684 KB   
1042/2684 KB   
1044/2684 KB   
1046/2684 KB   
1048/2684 KB   
1050/2684 KB   
1052/2684 KB   
1054/2684 KB   
1056/2684 KB   
1058/2684 KB   
1060/2684 KB   
1062/2684 KB   
1064/2684 KB   
1066/2684 KB   
1068/2684 KB   
1070/2684 KB   
1072/2684 KB   
1074/2684 KB   
1076/2684 KB   
1078/2684 KB   
1080/2684 KB   
1082/2684 KB   
1084/2684 KB   
1086/2684 KB   
1088/2684 KB   
1090/2684 KB   
1092/2684 KB   
1094/2684 KB   
1096/2684 KB   
1098/2684 KB   
1100/2684 KB   
1102/2684 KB   
1104/2684 KB   
1106/2684 KB   
1108/2684 KB   
1110/2684 KB   
1112/2684 KB   
1114/2684 KB   
1116/2684 KB   
1118/2684 KB   
1120/2684 KB   
1122/2684 KB   
1124/2684 KB   
1126/2684 KB   
1128/2684 KB   
1130/2684 KB   
1132/2684 KB   
1134/2684 KB   
1136/2684 KB   
1138/2684 KB   
1140/2684 KB   
1142/2684 KB   
1144/2684 KB   
1146/2684 KB   
1148/2684 KB   
1150/2684 KB   
1152/2684 KB   
1154/2684 KB   
1156/2684 KB   
1158/2684 KB   
1160/2684 KB   
1162/2684 KB   
1164/2684 KB   
1166/2684 KB   
1168/2684 KB   
1170/2684 KB   
1172/2684 KB   
1174/2684 KB   
1176/2684 KB   
1178/2684 KB   
1180/2684 KB   
1182/2684 KB   
1184/2684 KB   
1186/2684 KB   
1188/2684 KB   
1190/2684 KB   
1192/2684 KB   
1194/2684 KB   
1196/2684 KB   
1198/2684 KB   
1200/2684 KB   
1202/2684 KB   
1204/2684 KB   
1206/2684 KB   
1208/2684 KB   
1210/2684 KB   
1212/2684 KB   
1214/2684 KB   
1216/2684 KB   
1218/2684 KB   
1220/2684 KB   
1222/2684 KB   
1224/2684 KB   
1226/2684 KB   
1228/2684 KB   
1230/2684 KB   
1232/2684 KB   
1234/2684 KB   
1236/2684 KB   
1238/2684 KB   
1240/2684 KB   
1242/2684 KB   
1244/2684 KB   
1246/2684 KB   
1248/2684 KB   
1250/2684 KB   
1252/2684 KB   
1254/2684 KB   
1256/2684 KB   
1258/2684 KB   
1260/2684 KB   
1262/2684 KB   
1264/2684 KB   
1266/2684 KB   
1268/2684 KB   
1270/2684 KB   
1272/2684 KB   
1274/2684 KB   
1276/2684 KB   
1278/2684 KB   
1280/2684 KB   
1282/2684 KB   
1284/2684 KB   
1286/2684 KB   
1288/2684 KB   
1290/2684 KB   
1292/2684 KB   
1294/2684 KB   
1296/2684 KB   
1298/2684 KB   
1300/2684 KB   
1302/2684 KB   
1304/2684 KB   
1306/2684 KB   
1308/2684 KB   
1310/2684 KB   
1312/2684 KB   
1314/2684 KB   
1316/2684 KB   
1318/2684 KB   
1320/2684 KB   
1322/2684 KB   
1324/2684 KB   
1326/2684 KB   
1328/2684 KB   
1330/2684 KB   
1332/2684 KB   
1334/2684 KB   
1336/2684 KB   
1338/2684 KB   
1340/2684 KB   
1342/2684 KB   
1344/2684 KB   
1346/2684 KB   
1348/2684 KB   
1350/2684 KB   
1352/2684 KB   
1354/2684 KB   
1356/2684 KB   
1358/2684 KB   
1360/2684 KB   
1362/2684 KB   
1364/2684 KB   
1366/2684 KB   
1368/2684 KB   
1370/2684 KB   
1372/2684 KB   
1374/2684 KB   
1376/2684 KB   
1378/2684 KB   
1380/2684 KB   
1382/2684 KB   
1384/2684 KB   
1386/2684 KB   
1388/2684 KB   
1390/2684 KB   
1392/2684 KB   
1394/2684 KB   
1396/2684 KB   
1398/2684 KB   
1400/2684 KB   
1402/2684 KB   
1404/2684 KB   
1406/2684 KB   
1408/2684 KB   
1410/2684 KB   
1412/2684 KB   
1414/2684 KB   
1416/2684 KB   
1418/2684 KB   
1420/2684 KB   
1422/2684 KB   
1424/2684 KB   
1426/2684 KB   
1428/2684 KB   
1430/2684 KB   
1432/2684 KB   
1434/2684 KB   
1436/2684 KB   
1438/2684 KB   
1440/2684 KB   
1442/2684 KB   
1444/2684 KB   
1446/2684 KB   
1448/2684 KB   
1450/2684 KB   
1452/2684 KB   
1454/2684 KB   
1456/2684 KB   
1458/2684 KB   
1460/2684 KB   
1462/2684 KB   
1464/2684 KB   
1466/2684 KB   
1468/2684 KB   
1470/2684 KB   
1472/2684 KB   
1474/2684 KB   
1476/2684 KB   
1478/2684 KB   
1480/2684 KB   
1482/2684 KB   
1484/2684 KB   
1486/2684 KB   
1488/2684 KB   
1490/2684 KB   
1492/2684 KB   
1494/2684 KB   
1496/2684 KB   
1498/2684 KB   
1500/2684 KB   
1502/2684 KB   
1504/2684 KB   
1506/2684 KB   
1508/2684 KB   
1510/2684 KB   
1512/2684 KB   
1514/2684 KB   
1516/2684 KB   
1518/2684 KB   
1520/2684 KB   
1522/2684 KB   
1524/2684 KB   
1526/2684 KB   
1528/2684 KB   
1530/2684 KB   
1532/2684 KB   
1534/2684 KB   
1536/2684 KB   
1538/2684 KB   
1540/2684 KB   
1542/2684 KB   
1544/2684 KB   
1546/2684 KB   
1548/2684 KB   
1550/2684 KB   
1552/2684 KB   
1554/2684 KB   
1556/2684 KB   
1558/2684 KB   
1560/2684 KB   
1562/2684 KB   
1564/2684 KB   
1566/2684 KB   
1568/2684 KB   
1570/2684 KB   
1572/2684 KB   
1574/2684 KB   
1576/2684 KB   
1578/2684 KB   
1580/2684 KB   
1582/2684 KB   
1584/2684 KB   
1586/2684 KB   
1588/2684 KB   
1590/2684 KB   
1592/2684 KB   
1594/2684 KB   
1596/2684 KB   
1598/2684 KB   
1600/2684 KB   
1602/2684 KB   
1604/2684 KB   
1606/2684 KB   
1608/2684 KB   
1610/2684 KB   
1612/2684 KB   
1614/2684 KB   
1616/2684 KB   
1618/2684 KB   
1620/2684 KB   
1622/2684 KB   
1624/2684 KB   
1626/2684 KB   
1628/2684 KB   
1630/2684 KB   
1632/2684 KB   
1634/2684 KB   
1636/2684 KB   
1638/2684 KB   
1640/2684 KB   
1642/2684 KB   
1644/2684 KB   
1646/2684 KB   
1648/2684 KB   
1650/2684 KB   
1652/2684 KB   
1654/2684 KB   
1656/2684 KB   
1658/2684 KB   
1660/2684 KB   
1662/2684 KB   
1664/2684 KB   
1666/2684 KB   
1668/2684 KB   
1670/2684 KB   
1672/2684 KB   
1674/2684 KB   
1676/2684 KB   
1678/2684 KB   
1680/2684 KB   
1682/2684 KB   
1684/2684 KB   
1686/2684 KB   
1688/2684 KB   
1690/2684 KB   
1692/2684 KB   
1694/2684 KB   
1696/2684 KB   
1698/2684 KB   
1700/2684 KB   
1702/2684 KB   
1704/2684 KB   
1706/2684 KB   
1708/2684 KB   
1710/2684 KB   
1712/2684 KB   
1714/2684 KB   
1716/2684 KB   
1718/2684 KB   
1720/2684 KB   
1722/2684 KB   
1724/2684 KB   
1726/2684 KB   
1728/2684 KB   
1730/2684 KB   
1732/2684 KB   
1734/2684 KB   
1736/2684 KB   
1738/2684 KB   
1740/2684 KB   
1742/2684 KB   
1744/2684 KB   
1746/2684 KB   
1748/2684 KB   
1750/2684 KB   
1752/2684 KB   
1754/2684 KB   
1756/2684 KB   
1758/2684 KB   
1760/2684 KB   
1762/2684 KB   
1764/2684 KB   
1766/2684 KB   
1768/2684 KB   
1770/2684 KB   
1772/2684 KB   
1774/2684 KB   
1776/2684 KB   
1778/2684 KB   
1780/2684 KB   
1782/2684 KB   
1784/2684 KB   
1786/2684 KB   
1788/2684 KB   
1790/2684 KB   
1792/2684 KB   
1794/2684 KB   
1796/2684 KB   
1798/2684 KB   
1800/2684 KB   
1802/2684 KB   
1804/2684 KB   
1806/2684 KB   
1808/2684 KB   
1810/2684 KB   
1812/2684 KB   
1814/2684 KB   
1816/2684 KB   
1818/2684 KB   
1820/2684 KB   
1822/2684 KB   
1824/2684 KB   
1826/2684 KB   
1828/2684 KB   
1830/2684 KB   
1832/2684 KB   
1834/2684 KB   
1836/2684 KB   
1838/2684 KB   
1840/2684 KB   
1842/2684 KB   
1844/2684 KB   
1846/2684 KB   
1848/2684 KB   
1850/2684 KB   
1852/2684 KB   
1854/2684 KB   
1856/2684 KB   
1858/2684 KB   
1860/2684 KB   
1862/2684 KB   
1864/2684 KB   
1866/2684 KB   
1868/2684 KB   
1870/2684 KB   
1872/2684 KB   
1874/2684 KB   
1876/2684 KB   
1878/2684 KB   
1880/2684 KB   
1882/2684 KB   
1884/2684 KB   
1886/2684 KB   
1888/2684 KB   
1890/2684 KB   
1892/2684 KB   
1894/2684 KB   
1896/2684 KB   
1898/2684 KB   
1900/2684 KB   
1902/2684 KB   
1904/2684 KB   
1906/2684 KB   
1908/2684 KB   
1910/2684 KB   
1912/2684 KB   
1914/2684 KB   
1916/2684 KB   
1918/2684 KB   
1920/2684 KB   
1922/2684 KB   
1924/2684 KB   
1926/2684 KB   
1928/2684 KB   
1930/2684 KB   
1932/2684 KB   
1934/2684 KB   
1936/2684 KB   
1938/2684 KB   
1940/2684 KB   
1942/2684 KB   
1944/2684 KB   
1946/2684 KB   
1948/2684 KB   
1950/2684 KB   
1952/2684 KB   
1954/2684 KB   
1956/2684 KB   
1958/2684 KB   
1960/2684 KB   
1962/2684 KB   
1964/2684 KB   
1966/2684 KB   
1968/2684 KB   
1970/2684 KB   
1972/2684 KB   
1974/2684 KB   
1976/2684 KB   
1978/2684 KB   
1980/2684 KB   
1982/2684 KB   
1984/2684 KB   
1986/2684 KB   
1988/2684 KB   
1990/2684 KB   
1992/2684 KB   
1994/2684 KB   
1996/2684 KB   
1998/2684 KB   
2000/2684 KB   
2002/2684 KB   
2004/2684 KB   
2006/2684 KB   
2008/2684 KB   
2010/2684 KB   
2012/2684 KB   
2014/2684 KB   
2016/2684 KB   
2018/2684 KB   
2020/2684 KB   
2022/2684 KB   
2024/2684 KB   
2026/2684 KB   
2028/2684 KB   
2030/2684 KB   
2032/2684 KB   
2034/2684 KB   
2036/2684 KB   
2038/2684 KB   
2040/2684 KB   
2042/2684 KB   
2044/2684 KB   
2046/2684 KB   
2048/2684 KB   
2050/2684 KB   
2052/2684 KB   
2054/2684 KB   
2056/2684 KB   
2058/2684 KB   
2060/2684 KB   
2062/2684 KB   
2064/2684 KB   
2066/2684 KB   
2068/2684 KB   
2070/2684 KB   
2072/2684 KB   
2074/2684 KB   
2076/2684 KB   
2078/2684 KB   
2080/2684 KB   
2082/2684 KB   
2084/2684 KB   
2086/2684 KB   
2088/2684 KB   
2090/2684 KB   
2092/2684 KB   
2094/2684 KB   
2096/2684 KB   
2098/2684 KB   
2100/2684 KB   
2102/2684 KB   
2104/2684 KB   
2106/2684 KB   
2108/2684 KB   
2110/2684 KB   
2112/2684 KB   
2114/2684 KB   
2116/2684 KB   
2118/2684 KB   
2120/2684 KB   
2122/2684 KB   
2124/2684 KB   
2126/2684 KB   
2128/2684 KB   
2130/2684 KB   
2132/2684 KB   
2134/2684 KB   
2136/2684 KB   
2138/2684 KB   
2140/2684 KB   
2142/2684 KB   
2144/2684 KB   
2146/2684 KB   
2148/2684 KB   
2150/2684 KB   
2152/2684 KB   
2154/2684 KB   
2156/2684 KB   
2158/2684 KB   
2160/2684 KB   
2162/2684 KB   
2164/2684 KB   
2166/2684 KB   
2168/2684 KB   
2170/2684 KB   
2172/2684 KB   
2174/2684 KB   
2176/2684 KB   
2178/2684 KB   
2180/2684 KB   
2182/2684 KB   
2184/2684 KB   
2186/2684 KB   
2188/2684 KB   
2190/2684 KB   
2192/2684 KB   
2194/2684 KB   
2196/2684 KB   
2198/2684 KB   
2200/2684 KB   
2202/2684 KB   
2204/2684 KB   
2206/2684 KB   
2208/2684 KB   
2210/2684 KB   
2212/2684 KB   
2214/2684 KB   
2216/2684 KB   
2218/2684 KB   
2220/2684 KB   
2222/2684 KB   
2224/2684 KB   
2226/2684 KB   
2228/2684 KB   
2230/2684 KB   
2232/2684 KB   
2234/2684 KB   
2236/2684 KB   
2238/2684 KB   
2240/2684 KB   
2242/2684 KB   
2244/2684 KB   
2246/2684 KB   
2248/2684 KB   
2250/2684 KB   
2252/2684 KB   
2254/2684 KB   
2256/2684 KB   
2258/2684 KB   
2260/2684 KB   
2262/2684 KB   
2264/2684 KB   
2266/2684 KB   
2268/2684 KB   
2270/2684 KB   
2272/2684 KB   
2274/2684 KB   
2276/2684 KB   
2278/2684 KB   
2280/2684 KB   
2282/2684 KB   
2284/2684 KB   
2286/2684 KB   
2288/2684 KB   
2290/2684 KB   
2292/2684 KB   
2294/2684 KB   
2296/2684 KB   
2298/2684 KB   
2300/2684 KB   
2302/2684 KB   
2304/2684 KB   
2306/2684 KB   
2308/2684 KB   
2310/2684 KB   
2312/2684 KB   
2314/2684 KB   
2316/2684 KB   
2318/2684 KB   
2320/2684 KB   
2322/2684 KB   
2324/2684 KB   
2326/2684 KB   
2328/2684 KB   
2330/2684 KB   
2332/2684 KB   
2334/2684 KB   
2336/2684 KB   
2338/2684 KB   
2340/2684 KB   
2342/2684 KB   
2344/2684 KB   
2346/2684 KB   
2348/2684 KB   
2350/2684 KB   
2352/2684 KB   
2354/2684 KB   
2356/2684 KB   
2358/2684 KB   
2360/2684 KB   
2362/2684 KB   
2364/2684 KB   
2366/2684 KB   
2368/2684 KB   
2370/2684 KB   
2372/2684 KB   
2374/2684 KB   
2376/2684 KB   
2378/2684 KB   
2380/2684 KB   
2382/2684 KB   
2384/2684 KB   
2386/2684 KB   
2388/2684 KB   
2390/2684 KB   
2392/2684 KB   
2394/2684 KB   
2396/2684 KB   
2398/2684 KB   
2400/2684 KB   
2402/2684 KB   
2404/2684 KB   
2406/2684 KB   
2408/2684 KB   
2410/2684 KB   
2412/2684 KB   
2414/2684 KB   
2416/2684 KB   
2418/2684 KB   
2420/2684 KB   
2422/2684 KB   
2424/2684 KB   
2426/2684 KB   
2428/2684 KB   
2430/2684 KB   
2432/2684 KB   
2434/2684 KB   
2436/2684 KB   
2438/2684 KB   
2440/2684 KB   
2442/2684 KB   
2444/2684 KB   
2446/2684 KB   
2448/2684 KB   
2450/2684 KB   
2452/2684 KB   
2454/2684 KB   
2456/2684 KB   
2458/2684 KB   
2460/2684 KB   
2462/2684 KB   
2464/2684 KB   
2466/2684 KB   
2468/2684 KB   
2470/2684 KB   
2472/2684 KB   
2474/2684 KB   
2476/2684 KB   
2478/2684 KB   
2480/2684 KB   
2482/2684 KB   
2484/2684 KB   
2486/2684 KB   
2488/2684 KB   
2490/2684 KB   
2492/2684 KB   
2494/2684 KB   
2496/2684 KB   
2498/2684 KB   
2500/2684 KB   
2502/2684 KB   
2504/2684 KB   
2506/2684 KB   
2508/2684 KB   
2510/2684 KB   
2512/2684 KB   
2514/2684 KB   
2516/2684 KB   
2518/2684 KB   
2520/2684 KB   
2522/2684 KB   
2524/2684 KB   
2526/2684 KB   
2528/2684 KB   
2530/2684 KB   
2532/2684 KB   
2534/2684 KB   
2536/2684 KB   
2538/2684 KB   
2540/2684 KB   
2542/2684 KB   
2544/2684 KB   
2546/2684 KB   
2548/2684 KB   
2550/2684 KB   
2552/2684 KB   
2554/2684 KB   
2556/2684 KB   
2558/2684 KB   
2560/2684 KB   
2562/2684 KB   
2564/2684 KB   
2566/2684 KB   
2568/2684 KB   
2570/2684 KB   
2572/2684 KB   
2574/2684 KB   
2576/2684 KB   
2578/2684 KB   
2580/2684 KB   
2582/2684 KB   
2584/2684 KB   
2586/2684 KB   
2588/2684 KB   
2590/2684 KB   
2592/2684 KB   
2594/2684 KB   
2596/2684 KB   
2598/2684 KB   
2600/2684 KB   
2602/2684 KB   
2604/2684 KB   
2606/2684 KB   
2608/2684 KB   
2610/2684 KB   
2612/2684 KB   
2614/2684 KB   
2616/2684 KB   
2618/2684 KB   
2620/2684 KB   
2622/2684 KB   
2624/2684 KB   
2626/2684 KB   
2628/2684 KB   
2630/2684 KB   
2632/2684 KB   
2634/2684 KB   
2636/2684 KB   
2638/2684 KB   
2640/2684 KB   
2642/2684 KB   
2644/2684 KB   
2646/2684 KB   
2648/2684 KB   
2650/2684 KB   
2652/2684 KB   
2654/2684 KB   
2656/2684 KB   
2658/2684 KB   
2660/2684 KB   
2662/2684 KB   
2664/2684 KB   
2666/2684 KB   
2668/2684 KB   
2670/2684 KB   
2672/2684 KB   
2674/2684 KB   
2676/2684 KB   
2678/2684 KB   
2680/2684 KB   
2682/2684 KB   
2684/2684 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-20181210.002050-17.ear (2684 KB at 13025.0 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-20181210.002050-17.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-20181210.002050-17.pom (4 KB at 155.4 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 32.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/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 24.6 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team A .............................. SUCCESS [  2.510 s]
[INFO] Domain ............................................. SUCCESS [  2.940 s]
[INFO] Tests .............................................. SUCCESS [  1.845 s]
[INFO] Service ............................................ SUCCESS [  1.679 s]
[INFO] REST ............................................... SUCCESS [  1.911 s]
[INFO] JSF ................................................ SUCCESS [  2.284 s]
[INFO] EAR ................................................ SUCCESS [  3.229 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.730 s
[INFO] Finished at: 2018-12-10T01:20:51+01:00
[INFO] Final Memory: 48M/780M
[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 10 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/Administrator.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.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/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.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/User.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Author.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/domain/target/apidocs/es/uvigo/esei/dgss/teama/microstories/domain/entities/class-use/Administrator.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/AdminRoleCaller.html...
Generating /var/lib/jenkins/workspace/μStories - Team A/tests/target/apidocs/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.html...
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/IsEqualToAuthor.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/AdminRoleCaller.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/AuthorRoleCaller.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/IsEqualToAuthor.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 [22 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 [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"
[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 10, 2018 1:21:10 AM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.0.Final
Dec 10, 2018 1:21:11 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.5.1.Final
Dec 10, 2018 1:21:11 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.5.1.Final
Dec 10, 2018 1:21:11 AM 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.337 s]
[INFO] Domain ............................................. SUCCESS [  3.606 s]
[INFO] Tests .............................................. SUCCESS [  2.297 s]
[INFO] Service ............................................ SUCCESS [  4.458 s]
[INFO] REST ............................................... SUCCESS [  1.881 s]
[INFO] JSF ................................................ SUCCESS [  2.229 s]
[INFO] EAR ................................................ SUCCESS [  2.377 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.870 s
[INFO] Finished at: 2018-12-10T01:21:12+01:00
[INFO] Final Memory: 52M/661M
[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