Started by an SCM change Building in workspace /var/lib/jenkins/workspace/LETTA > /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.ei.uvigo.es/dt/gitlab/dgss/letta.git # timeout=10 Fetching upstream changes from http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git > /usr/bin/git --version # timeout=10 using .gitcredentials to set credentials > /usr/bin/git config --local credential.username mrjato # timeout=10 > /usr/bin/git config --local credential.helper store --file=/tmp/git4497294223309239937.credentials # timeout=10 > /usr/bin/git -c core.askpass=true fetch --tags --progress http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config --local --remove-section credential # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision 150cc1ea635335ff2b15d7cd78855feb28143e9e (refs/remotes/origin/develop) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 150cc1ea635335ff2b15d7cd78855feb28143e9e > /usr/bin/git rev-list f35cc582211c308a59964a0b174ec0c682a7d650 # timeout=10 Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-124-1918968903857885792.fbdir Parsing POMs Established TCP socket on 52894 [LETTA] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven/ /var/cache/jenkins/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 52894 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/LETTA/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ letta --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/target [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ letta --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ domain --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/domain/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/LETTA/domain/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LETTA/domain/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/domain/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/domain/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.domain.entities.EventTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in es.uvigo.esei.dgss.letta.domain.entities.EventTest Running es.uvigo.esei.dgss.letta.domain.entities.UserTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in es.uvigo.esei.dgss.letta.domain.entities.UserTest Running es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest Results : Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ domain --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/tests/target [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /var/lib/jenkins/workspace/LETTA/tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/tests/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ tests --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/service/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /var/lib/jenkins/workspace/LETTA/service/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/LETTA/service/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/service/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/service/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.service.UserAuthorizationEJBTest INFO [org.jboss.modules] JBoss Modules version 1.3.3.Final INFO [org.jboss.msc] JBoss MSC version 1.2.2.Final INFO [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) INFO [org.xnio] XNIO version 3.3.0.Final INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem. INFO [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem INFO [org.jboss.as.security] JBAS013171: Activating Security Subsystem WARN [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main] INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default] INFO [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) INFO [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/welcome-content INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server. INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc. INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Mon, 7 Dec 2015 08:52:27 INFO [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080 INFO [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off. INFO [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager INFO [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc. INFO [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/deployments INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final INFO [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990 INFO [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 16185ms - Started 188 of 238 services (83 services are lazy, passive or on-demand) INFO [org.xnio] XNIO version 3.2.0.Beta4 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4 INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/2c/ef8b03a8bf7c20e475fced08dbed2589c85791/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final} INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named user-caller in deployment unit deployment "test.war" are as follows: java:global/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:app/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:module/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:global/test/user-caller java:app/test/user-caller java:module/user-caller INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.Version] WELD-000900: 2.2.6 (Final) INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.4.Final} INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? ERROR [org.jboss.as.ejb3] javax.ejb.EJBTransactionRolledbackException ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component UserAuthorizationEJB for method public es.uvigo.esei.dgss.letta.domain.entities.User es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser() throws java.lang.SecurityException: javax.ejb.EJBTransactionRolledbackException at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:163) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:253) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view1.getCurrentUser(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$Proxy$_$$_Weld$EnterpriseProxy$.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.util.security.UserRoleCaller.throwingRun(UserRoleCaller.java:35) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$$$view2.throwingRun(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJBTest.testGetCurrentUserFailsIfIdentifiedUserIsNotFoundInDatabase(UserAuthorizationEJBTest.java:73) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.SecurityException at java.util.Optional.orElseThrow(Optional.java:290) [rt.jar:1.8.0_60] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser(UserAuthorizationEJB.java:46) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] ... 256 more ERROR [org.jboss.as.ejb3] javax.ejb.EJBTransactionRolledbackException ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component user-caller for method public abstract void es.uvigo.esei.dgss.letta.service.util.security.RoleCaller.throwingRun(es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$ThrowingRunnable) throws java.lang.Throwable: javax.ejb.EJBTransactionRolledbackException at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:163) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:253) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view1.getCurrentUser(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$Proxy$_$$_Weld$EnterpriseProxy$.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.util.security.UserRoleCaller.throwingRun(UserRoleCaller.java:35) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$$$view2.throwingRun(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJBTest.testGetCurrentUserFailsIfIdentifiedUserIsNotFoundInDatabase(UserAuthorizationEJBTest.java:73) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.SecurityException at java.util.Optional.orElseThrow(Optional.java:290) [rt.jar:1.8.0_60] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser(UserAuthorizationEJB.java:46) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] ... 256 more 08:52:52,829 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-22) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component UserAuthorizationEJB for method public es.uvigo.esei.dgss.letta.domain.entities.User es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser() throws java.lang.SecurityException: javax.ejb.EJBAccessException: JBAS014502: Invocation on method: public es.uvigo.esei.dgss.letta.domain.entities.User es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser() throws java.lang.SecurityException of bean: UserAuthorizationEJB is not allowed at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:135) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view1.getCurrentUser(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$Proxy$_$$_Weld$EnterpriseProxy$.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJBTest.testGetCurrentUserCannotByCalledByUnauthorizeedUsers(UserAuthorizationEJBTest.java:80) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 268ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/2c/ef8b03a8bf7c20e475fced08dbed2589c85791/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.884 sec - in es.uvigo.esei.dgss.letta.service.UserAuthorizationEJBTest Running es.uvigo.esei.dgss.letta.service.EventEJBTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/da/138d6a8c802aff164134f468a1399f16fad12b/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named user-caller in deployment unit deployment "test.war" are as follows: java:global/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:app/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:module/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:global/test/user-caller java:app/test/user-caller java:module/user-caller INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:53:04,528 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:04,568 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:04,925 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-16) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Event (id, creator, date, eventType, location, shortDescription, title) values (null, ?, ?, ?, ?, ?, ?) Hibernate: select usersjoins0_.user_id as user_id1_2_0_, usersjoins0_.event_id as event_id2_3_0_, event1_.id as id1_0_1_, event1_.creator as creator7_0_1_, event1_.date as date2_0_1_, event1_.eventType as eventTyp3_0_1_, event1_.location as location4_0_1_, event1_.shortDescription as shortDes5_0_1_, event1_.title as title6_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.password as password3_2_2_, user2_.role as role4_2_2_ from UserJoinsEvent usersjoins0_ inner join Event event1_ on usersjoins0_.event_id=event1_.id inner join User user2_ on event1_.creator=user2_.login where usersjoins0_.user_id=? 08:53:05,274 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-16) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:05,464 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:05,488 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:05,543 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_0_, event0_.creator as creator7_0_0_, event0_.date as date2_0_0_, event0_.eventType as eventTyp3_0_0_, event0_.location as location4_0_0_, event0_.shortDescription as shortDes5_0_0_, event0_.title as title6_0_0_, user1_.login as login1_2_1_, user1_.email as email2_2_1_, user1_.password as password3_2_1_, user1_.role as role4_2_1_ from Event event0_ inner join User user1_ on event0_.creator=user1_.login where event0_.id=? Hibernate: select usersjoins0_.user_id as user_id1_2_0_, usersjoins0_.event_id as event_id2_3_0_, event1_.id as id1_0_1_, event1_.creator as creator7_0_1_, event1_.date as date2_0_1_, event1_.eventType as eventTyp3_0_1_, event1_.location as location4_0_1_, event1_.shortDescription as shortDes5_0_1_, event1_.title as title6_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.password as password3_2_2_, user2_.role as role4_2_2_ from UserJoinsEvent usersjoins0_ inner join Event event1_ on usersjoins0_.event_id=event1_.id inner join User user2_ on event1_.creator=user2_.login where usersjoins0_.user_id=? 08:53:05,920 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-28) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:05,947 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-28) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:06,667 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:06,698 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:07,041 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-10) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:07,085 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-10) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:07,413 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:07,472 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:07,765 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:07,793 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? ERROR [org.jboss.as.ejb3] javax.ejb.EJBTransactionRolledbackException ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component UserAuthorizationEJB for method public es.uvigo.esei.dgss.letta.domain.entities.User es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser() throws java.lang.SecurityException: javax.ejb.EJBTransactionRolledbackException at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:163) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:253) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view3.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(EventEJB.java:121) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.EventEJB$$$view5.createEvent(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.createEvent(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.lambda$testCreateEventCannotBeCalledByANonExistentUser$1(EventEJBTest.java:146) [classes:] at es.uvigo.esei.dgss.letta.service.util.security.UserRoleCaller.throwingRun(UserRoleCaller.java:35) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$$$view4.throwingRun(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.testCreateEventCannotBeCalledByANonExistentUser(EventEJBTest.java:146) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.SecurityException at java.util.Optional.orElseThrow(Optional.java:290) [rt.jar:1.8.0_60] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser(UserAuthorizationEJB.java:46) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] ... 321 more ERROR [org.jboss.as.ejb3] javax.ejb.EJBTransactionRolledbackException ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component EventEJB for method public es.uvigo.esei.dgss.letta.domain.entities.Event es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(es.uvigo.esei.dgss.letta.domain.entities.Event) throws java.lang.IllegalArgumentException,java.lang.SecurityException: javax.ejb.EJBTransactionRolledbackException at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:163) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:253) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view3.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(EventEJB.java:121) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.EventEJB$$$view5.createEvent(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.createEvent(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.lambda$testCreateEventCannotBeCalledByANonExistentUser$1(EventEJBTest.java:146) [classes:] at es.uvigo.esei.dgss.letta.service.util.security.UserRoleCaller.throwingRun(UserRoleCaller.java:35) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$$$view4.throwingRun(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.testCreateEventCannotBeCalledByANonExistentUser(EventEJBTest.java:146) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.SecurityException at java.util.Optional.orElseThrow(Optional.java:290) [rt.jar:1.8.0_60] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser(UserAuthorizationEJB.java:46) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] ... 321 more ERROR [org.jboss.as.ejb3] javax.ejb.EJBTransactionRolledbackException ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component user-caller for method public abstract void es.uvigo.esei.dgss.letta.service.util.security.RoleCaller.throwingRun(es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$ThrowingRunnable) throws java.lang.Throwable: javax.ejb.EJBTransactionRolledbackException at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:163) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:253) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB$$$view3.getCurrentUser(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(EventEJB.java:121) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:439) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.EventEJB$$$view5.createEvent(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.createEvent(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.lambda$testCreateEventCannotBeCalledByANonExistentUser$1(EventEJBTest.java:146) [classes:] at es.uvigo.esei.dgss.letta.service.util.security.UserRoleCaller.throwingRun(UserRoleCaller.java:35) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:342) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.util.security.RoleCaller$$$view4.throwingRun(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.testCreateEventCannotBeCalledByANonExistentUser(EventEJBTest.java:146) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.SecurityException at java.util.Optional.orElseThrow(Optional.java:290) [rt.jar:1.8.0_60] at es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB.getCurrentUser(UserAuthorizationEJB.java:46) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:251) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] ... 321 more 08:53:09,943 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-12) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:09,972 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-12) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:10,009 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-12) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event2_.id as id1_0_, event2_.creator as creator7_0_, event2_.date as date2_0_, event2_.eventType as eventTyp3_0_, event2_.location as location4_0_, event2_.shortDescription as shortDes5_0_, event2_.title as title6_0_ from User user0_ inner join UserJoinsEvent usersjoins1_ on user0_.login=usersjoins1_.user_id inner join Event event2_ on usersjoins1_.event_id=event2_.id where user0_.login=? order by date DESC, title ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:10,390 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:10,436 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-15) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? 08:53:10,629 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:10,652 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_0_, event0_.creator as creator7_0_0_, event0_.date as date2_0_0_, event0_.eventType as eventTyp3_0_0_, event0_.location as location4_0_0_, event0_.shortDescription as shortDes5_0_0_, event0_.title as title6_0_0_, user1_.login as login1_2_1_, user1_.email as email2_2_1_, user1_.password as password3_2_1_, user1_.role as role4_2_1_ from Event event0_ inner join User user1_ on event0_.creator=user1_.login where event0_.id=? Hibernate: select usersjoins0_.user_id as user_id1_2_0_, usersjoins0_.event_id as event_id2_3_0_, event1_.id as id1_0_1_, event1_.creator as creator7_0_1_, event1_.date as date2_0_1_, event1_.eventType as eventTyp3_0_1_, event1_.location as location4_0_1_, event1_.shortDescription as shortDes5_0_1_, event1_.title as title6_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.password as password3_2_2_, user2_.role as role4_2_2_ from UserJoinsEvent usersjoins0_ inner join Event event1_ on usersjoins0_.event_id=event1_.id inner join User user2_ on event1_.creator=user2_.login where usersjoins0_.user_id=? Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) 08:53:10,752 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? 08:53:11,719 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Event (id, creator, date, eventType, location, shortDescription, title) values (null, ?, ?, ?, ?, ?, ?) 08:53:11,840 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:12,084 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-9) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:12,107 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-9) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:12,146 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-9) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event2_.id as id1_0_, event2_.creator as creator7_0_, event2_.date as date2_0_, event2_.eventType as eventTyp3_0_, event2_.location as location4_0_, event2_.shortDescription as shortDes5_0_, event2_.title as title6_0_ from User user0_ inner join UserJoinsEvent usersjoins1_ on user0_.login=usersjoins1_.user_id inner join Event event2_ on usersjoins1_.event_id=event2_.id where user0_.login=? order by date DESC, title ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:53:12,535 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:12,553 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:53:12,751 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:12,791 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component EventEJB for method public es.uvigo.esei.dgss.letta.domain.entities.Event es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(es.uvigo.esei.dgss.letta.domain.entities.Event) throws java.lang.IllegalArgumentException,java.lang.SecurityException: javax.ejb.EJBAccessException: JBAS014502: Invocation on method: public es.uvigo.esei.dgss.letta.domain.entities.Event es.uvigo.esei.dgss.letta.service.EventEJB.createEvent(es.uvigo.esei.dgss.letta.domain.entities.Event) throws java.lang.IllegalArgumentException,java.lang.SecurityException of bean: EventEJB is not allowed at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:135) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) [wildfly-security-manager-1.0.0.Final.jar:1.0.0.Final] at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final] at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.EventEJB$$$view5.createEvent(Unknown Source) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at es.uvigo.esei.dgss.letta.service.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.createEvent(Unknown Source) [classes:] at es.uvigo.esei.dgss.letta.service.EventEJBTest.testCreateEventCannotBeCalledByUnauthorizedUsers(EventEJBTest.java:137) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [arquillian-junit.jar:] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [arquillian-junit.jar:] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:370) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67) [arquillian-core.jar:] at org.jboss.arquillian.container.test.impl.execution.ContainerTestExecuter.execute(ContainerTestExecuter.java:38) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:245) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:259) [arquillian-junit.jar:] at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239) [arquillian-junit.jar:] at org.junit.rules.RunRules.evaluate(RunRules.java:20) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:315) [arquillian-junit.jar:] at org.jboss.arquillian.container.test.impl.execution.BeforeLifecycleEventExecuter.on(BeforeLifecycleEventExecuter.java:35) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73) [arquillian-core.jar:] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) [:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_60] at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_60] at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145) [arquillian-core.jar:] at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116) [arquillian-core.jar:] at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159) [arquillian-core.jar:] at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:311) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [arquillian-junit.jar:] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [arquillian-junit.jar:] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:204) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218) [arquillian-junit.jar:] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [arquillian-junit.jar:] at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [arquillian-junit.jar:] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [arquillian-junit.jar:] at org.jboss.arquillian.junit.container.JUnitTestRunner.execute(JUnitTestRunner.java:66) [arquillian-junit.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.executeTest(ServletTestRunner.java:171) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.execute(ServletTestRunner.java:137) [arquillian-protocol.jar:] at org.jboss.arquillian.protocol.servlet.runner.ServletTestRunner.doGet(ServletTestRunner.java:98) [arquillian-protocol.jar:] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.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.1.8.Final.jar:1.1.8.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] 08:53:13,141 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-26) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:13,144 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-26) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:13,272 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:13,308 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:13,468 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:13,496 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:53:13,637 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-3) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:53:13,674 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-3) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.creator=? order by event0_.date DESC INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test ERROR [io.undertow.servlet.request] UT015005: Error invoking method requestDestroyed on listener class org.jboss.weld.servlet.WeldInitialListener: java.lang.NullPointerException at org.jboss.weld.servlet.WeldInitialListener.requestDestroyed(WeldInitialListener.java:143) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at io.undertow.servlet.core.ApplicationListeners.requestDestroyed(ApplicationListeners.java:225) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:304) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 160ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/da/138d6a8c802aff164134f468a1399f16fad12b/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.147 sec - in es.uvigo.esei.dgss.letta.service.EventEJBTest Running es.uvigo.esei.dgss.letta.service.UserEJBTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/d0/a3a8fa01a52f8291e5cdfc0e56db588f0c0742/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:53:21,984 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-6) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) 08:53:22,414 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-18) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? 08:53:22,470 ERROR [org.dbunit.assertion.DbUnitAssert] (default task-18) org.dbunit.assertion.DbComparisonFailure[row count (table=REGISTRATION)expected:<6>but was:<5>] 08:53:22,756 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-20) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? 08:53:23,039 ERROR [org.dbunit.assertion.DbUnitAssert] (default task-20) org.dbunit.assertion.DbComparisonFailure[row count (table=REGISTRATION)expected:<6>but was:<5>] 08:53:23,241 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-27) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? 08:53:23,313 ERROR [org.dbunit.assertion.DbUnitAssert] (default task-27) org.dbunit.assertion.DbComparisonFailure[row count (table=REGISTRATION)expected:<6>but was:<5>] INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 107ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/d0/a3a8fa01a52f8291e5cdfc0e56db588f0c0742/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.576 sec - in es.uvigo.esei.dgss.letta.service.UserEJBTest INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping INFO [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017521: Undertow HTTP listener default suspending INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager INFO [org.wildfly.extension.undertow] JBAS017520: Undertow HTTP listener default stopped, was bound to /127.0.0.1:8080 INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping INFO [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 235ms Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 7 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.util.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for start [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for count [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service --- [INFO] Analyzed bundle 'Service' with 7 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ service --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/rest/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/LETTA/rest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/LETTA/rest/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/rest/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/rest/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.rest.EventResourceRestTest INFO [org.jboss.modules] JBoss Modules version 1.3.3.Final INFO [org.jboss.msc] JBoss MSC version 1.2.2.Final INFO [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) INFO [org.xnio] XNIO version 3.3.0.Final INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem. INFO [org.jboss.as.security] JBAS013171: Activating Security Subsystem WARN [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. INFO [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension INFO [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main] INFO [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default] INFO [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) INFO [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA/rest/target/wildfly-8.2.1.Final/welcome-content INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server. INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc. INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Mon, 7 Dec 2015 08:53:47 INFO [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080 INFO [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off. INFO [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager INFO [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc. INFO [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA/rest/target/wildfly-8.2.1.Final/standalone/deployments INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final INFO [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990 INFO [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 10855ms - Started 188 of 238 services (83 services are lazy, passive or on-demand) INFO [org.xnio] XNIO version 3.2.0.Beta4 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4 INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/rest/target/wildfly-8.2.1.Final/standalone/data/content/61/9d07fe526e380db4a8771322bb694abb651a03/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final} INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named user-caller in deployment unit deployment "test.war" are as follows: java:global/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:app/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:module/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:global/test/user-caller java:app/test/user-caller java:module/user-caller INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.Version] WELD-000900: 2.2.6 (Final) INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.4.Final} INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:54:19,090 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-2) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:19,150 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-2) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. log4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider). log4j:WARN Please initialize the log4j system properly. 08:54:21,687 WARN [org.jboss.resteasy.plugins.providers.RegisterBuiltin] (default task-17) ClassNotFoundException: Unable to load builtin provider: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:54:24,507 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-18) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:24,612 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-18) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:24,859 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-24) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:24,900 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-24) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:54:25,186 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-29) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:25,210 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-29) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:25,336 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:25,371 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:54:25,843 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:54:25,863 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 179ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/rest/target/wildfly-8.2.1.Final/standalone/data/content/61/9d07fe526e380db4a8771322bb694abb651a03/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.347 sec - in es.uvigo.esei.dgss.letta.rest.EventResourceRestTest Running es.uvigo.esei.dgss.letta.rest.EventResourceUnitTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec - in es.uvigo.esei.dgss.letta.rest.EventResourceUnitTest INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping INFO [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017521: Undertow HTTP listener default suspending INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService INFO [org.wildfly.extension.undertow] JBAS017520: Undertow HTTP listener default stopped, was bound to /127.0.0.1:8080 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping INFO [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 139ms Results : Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Analyzed bundle 'REST' with 5 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [84 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.rest.util.mapper... Loading source files for package es.uvigo.esei.dgss.letta.rest... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest --- [INFO] Analyzed bundle 'REST' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ rest --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsf --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/jsf/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/jsf/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/jsf/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest INFO [org.jboss.modules] JBoss Modules version 1.3.3.Final INFO [org.jboss.msc] JBoss MSC version 1.2.2.Final INFO [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) INFO [org.xnio] XNIO version 3.3.0.Final INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem. INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem INFO [org.jboss.as.security] JBAS013171: Activating Security Subsystem WARN [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. INFO [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension INFO [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) INFO [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main] INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service INFO [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default] INFO [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2 INFO [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/welcome-content INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server. INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc. INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Mon, 7 Dec 2015 08:54:54 INFO [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080 INFO [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off. INFO [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager INFO [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc. INFO [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/deployments INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] INFO [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final INFO [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990 INFO [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 12113ms - Started 188 of 238 services (83 services are lazy, passive or on-demand) INFO [org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage] Reused session store is not available at /var/lib/jenkins/.drone-webdriver-session-store, a new one will be created. INFO [org.xnio] XNIO version 3.2.0.Beta4 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4 INFO [org.jboss.remoting] JBoss Remoting version 4.0.7.Final INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/39/31d210007e0e8d93534fe522fb34d7dcad7e4b/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final} INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.Version] WELD-000900: 2.2.6 (Final) INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.4.Final} INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:55:38,719 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=? Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=? Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=? Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?) WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:56:07,744 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-27) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:08,147 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. 08:56:13,307 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 300ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/39/31d210007e0e8d93534fe522fb34d7dcad7e4b/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.119 sec - in es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest Running es.uvigo.esei.dgss.letta.jsf.IndexPageIntegrationTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/98/81fee987f7667885ffc33d8a3cc297175cfa32/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named user-caller in deployment unit deployment "test.war" are as follows: java:global/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:app/test/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:module/user-caller!es.uvigo.esei.dgss.letta.service.util.security.RoleCaller java:global/test/user-caller java:app/test/user-caller java:module/user-caller INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. WARN [org.jboss.modules] Failed to define class es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer in Module "deployment.test.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer (Module "deployment.test.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:277) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:92) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.as.weld.WeldModuleResourceLoader.classForName(WeldModuleResourceLoader.java:68) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadClass(AnnotatedTypeLoader.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadAnnotatedType(AnnotatedTypeLoader.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:89) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:97) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:62) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.NoClassDefFoundError: es/uvigo/esei/dgss/letta/mail/MailBox at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.8.0_60] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [rt.jar:1.8.0_60] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:361) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:482) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 21 more Caused by: java.lang.ClassNotFoundException: es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 25 more INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer because of underlying class loading error: Type es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:56:27,314 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:27,332 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. 08:56:44,312 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-22) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:44,540 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-22) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:44,948 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:44,990 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-19) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. 08:56:52,388 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-14) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:56:52,453 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-14) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 279ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/98/81fee987f7667885ffc33d8a3cc297175cfa32/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.284 sec - in es.uvigo.esei.dgss.letta.jsf.IndexPageIntegrationTest Running es.uvigo.esei.dgss.letta.jsf.CreateEventControllerTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/c5/028adad192d4a64c7404295df6734b689c28f6/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest because of underlying class loading error: Type es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:57:04,699 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-26) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: insert into Event (id, creator, date, eventType, location, shortDescription, title) values (null, ?, ?, ?, ?, ?, ?) WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt35. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt42. 08:57:30,095 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-27) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:57:30,266 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-27) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 456ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/c5/028adad192d4a64c7404295df6734b689c28f6/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.007 sec - in es.uvigo.esei.dgss.letta.jsf.CreateEventControllerTest Running es.uvigo.esei.dgss.letta.jsf.LoginUserControllerTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/3a/385eee1d6ad2c0b6230eb91a4ef7c9b18dcfeb/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest because of underlying class loading error: Type es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:57:41,960 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-11) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:57:58,766 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-3) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:57:59,238 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-9) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. 08:58:02,784 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-17) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 255ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/3a/385eee1d6ad2c0b6230eb91a4ef7c9b18dcfeb/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.15 sec - in es.uvigo.esei.dgss.letta.jsf.LoginUserControllerTest Running es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/9b/368e87c472ddb6dd607a948ad64634a91091ef/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. WARN [org.jboss.modules] Failed to define class es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer in Module "deployment.test.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer (Module "deployment.test.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:277) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:92) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.as.weld.WeldModuleResourceLoader.classForName(WeldModuleResourceLoader.java:68) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadClass(AnnotatedTypeLoader.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadAnnotatedType(AnnotatedTypeLoader.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:89) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:97) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:62) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.NoClassDefFoundError: es/uvigo/esei/dgss/letta/mail/MailBox at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.8.0_60] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [rt.jar:1.8.0_60] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:361) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:482) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 21 more Caused by: java.lang.ClassNotFoundException: es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 25 more INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer because of underlying class loading error: Type es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. WARN [org.jboss.modules] Failed to define class es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer in Module "deployment.test.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer (Module "deployment.test.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:277) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:92) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at java.lang.Class.getDeclaredFields0(Native Method) [rt.jar:1.8.0_60] at java.lang.Class.privateGetDeclaredFields(Class.java:2583) [rt.jar:1.8.0_60] at java.lang.Class.getDeclaredFields(Class.java:1916) [rt.jar:1.8.0_60] at org.jboss.weld.security.GetDeclaredFieldsAction.run(GetDeclaredFieldsAction.java:30) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.security.GetDeclaredFieldsAction.run(GetDeclaredFieldsAction.java:22) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.8.0_60] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.computeValue(BackedAnnotatedType.java:183) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.computeValue(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.util.LazyValueHolder.get(LazyValueHolder.java:35) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$EagerlyInitializedLazyValueHolder.(BackedAnnotatedType.java:160) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType.(BackedAnnotatedType.java:66) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType.of(BackedAnnotatedType.java:48) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer$TransformClassToBackedAnnotatedType.load(ClassTransformer.java:83) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer$TransformClassToBackedAnnotatedType.load(ClassTransformer.java:80) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-18.0.jar:] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-18.0.jar:] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-18.0.jar:] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-18.0.jar:] at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:49) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.util.cache.LoadingCacheUtils.getCastCacheValue(LoadingCacheUtils.java:74) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:175) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:194) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:106) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.createContext(FastAnnotatedTypeLoader.java:95) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:84) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:97) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:62) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.NoClassDefFoundError: es/uvigo/esei/dgss/letta/mail/MailBox at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.8.0_60] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [rt.jar:1.8.0_60] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:361) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:482) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 47 more Caused by: java.lang.ClassNotFoundException: es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 51 more INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest because of underlying class loading error: Type es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:58:14,815 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select registrati0_.uuid as uuid1_1_0_, registrati0_.email as email2_1_0_, registrati0_.login as login3_1_0_, registrati0_.password as password4_1_0_, registrati0_.role as role5_1_0_ from Registration registrati0_ where registrati0_.uuid=? WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:58:27,664 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-5) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:58:28,083 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-18) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select registrati0_.uuid as uuid1_1_0_, registrati0_.email as email2_1_0_, registrati0_.login as login3_1_0_, registrati0_.password as password4_1_0_, registrati0_.role as role5_1_0_ from Registration registrati0_ where registrati0_.uuid=? WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:58:30,159 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:58:30,401 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-32) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. Hibernate: select registrati0_.uuid as uuid1_1_0_, registrati0_.email as email2_1_0_, registrati0_.login as login3_1_0_, registrati0_.password as password4_1_0_, registrati0_.role as role5_1_0_ from Registration registrati0_ where registrati0_.uuid=? Hibernate: insert into User (email, password, role, login) values (?, ?, ?, ?) Hibernate: delete from Registration where uuid=? WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt20. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? 08:58:32,315 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-12) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:58:32,392 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-12) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 195ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/9b/368e87c472ddb6dd607a948ad64634a91091ef/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.388 sec - in es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest Running es.uvigo.esei.dgss.letta.jsf.JoinEventControllerTest INFO [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/38/ba2af25128555a20b72dc3ec3ad72c35c065cf/content INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war") INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [ name: test ...] INFO [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:app/test/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:module/UserEJB!es.uvigo.esei.dgss.letta.service.UserEJB java:global/test/UserEJB java:app/test/UserEJB java:module/UserEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows: java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB java:global/test/EventEJB java:app/test/EventEJB java:module/EventEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named UserAuthorizationEJB in deployment unit deployment "test.war" are as follows: java:global/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:app/test/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:module/UserAuthorizationEJB!es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB java:global/test/UserAuthorizationEJB java:app/test/UserAuthorizationEJB java:module/UserAuthorizationEJB INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named DefaultMailer in deployment unit deployment "test.war" are as follows: java:global/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:app/test/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:module/DefaultMailer!es.uvigo.esei.dgss.letta.service.util.mail.Mailer java:global/test/DefaultMailer java:app/test/DefaultMailer java:module/DefaultMailer INFO [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war INFO [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect WARN [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173] Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173] Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists Hibernate: create table Event (id integer generated by default as identity, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator varchar(20) not null, primary key (id)) Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20) not null, password varchar(32) not null, role varchar(10) not null, primary key (uuid)) Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login)) Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null) Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se unique (email) Hibernate: alter table Registration add constraint UK_9vprl5knmh39dkgdpvjfexdol unique (login) Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p unique (email) Hibernate: alter table Event add constraint FK_n69mp18a4red6wjjq1lwrfkba foreign key (creator) references User Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidCookieDomainException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.InvalidElementStateException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. WARN [org.jboss.modules] Failed to define class es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer in Module "deployment.test.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer (Module "deployment.test.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:277) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:92) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.as.weld.WeldModuleResourceLoader.classForName(WeldModuleResourceLoader.java:68) [wildfly-weld-8.2.1.Final.jar:8.2.1.Final] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadClass(AnnotatedTypeLoader.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.AnnotatedTypeLoader.loadAnnotatedType(AnnotatedTypeLoader.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:89) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:97) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:62) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.NoClassDefFoundError: es/uvigo/esei/dgss/letta/mail/MailBox at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.8.0_60] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [rt.jar:1.8.0_60] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:361) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:482) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 21 more Caused by: java.lang.ClassNotFoundException: es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 25 more INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.WebDriverException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer because of underlying class loading error: Type es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnsupportedCommandException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.TimeoutException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.UnableToSetCookieException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NotFoundException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. WARN [org.jboss.modules] Failed to define class es.uvigo.esei.dgss.letta.jsf.util.mail.TestingMailer in Module "deployment.test.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer (Module "deployment.test.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:277) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:92) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at java.lang.Class.getDeclaredFields0(Native Method) [rt.jar:1.8.0_60] at java.lang.Class.privateGetDeclaredFields(Class.java:2583) [rt.jar:1.8.0_60] at java.lang.Class.getDeclaredFields(Class.java:1916) [rt.jar:1.8.0_60] at org.jboss.weld.security.GetDeclaredFieldsAction.run(GetDeclaredFieldsAction.java:30) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.security.GetDeclaredFieldsAction.run(GetDeclaredFieldsAction.java:22) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.8.0_60] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.computeValue(BackedAnnotatedType.java:183) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.computeValue(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.util.LazyValueHolder.get(LazyValueHolder.java:35) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$EagerlyInitializedLazyValueHolder.(BackedAnnotatedType.java:160) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType$BackedAnnotatedFields.(BackedAnnotatedType.java:177) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType.(BackedAnnotatedType.java:66) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.annotated.slim.backed.BackedAnnotatedType.of(BackedAnnotatedType.java:48) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer$TransformClassToBackedAnnotatedType.load(ClassTransformer.java:83) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer$TransformClassToBackedAnnotatedType.load(ClassTransformer.java:80) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-18.0.jar:] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-18.0.jar:] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-18.0.jar:] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-18.0.jar:] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-18.0.jar:] at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:49) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.util.cache.LoadingCacheUtils.getCastCacheValue(LoadingCacheUtils.java:74) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:175) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:194) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:106) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.createContext(FastAnnotatedTypeLoader.java:95) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.FastAnnotatedTypeLoader.loadAnnotatedType(FastAnnotatedTypeLoader.java:84) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:97) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:65) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$1.doWork(ConcurrentBeanDeployer.java:62) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53) [weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_60] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_60] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] Caused by: java.lang.NoClassDefFoundError: es/uvigo/esei/dgss/letta/mail/MailBox at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.8.0_60] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) [rt.jar:1.8.0_60] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:361) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:482) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 47 more Caused by: java.lang.ClassNotFoundException: es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules-1.3.3.Final.jar:1.3.3.Final] ... 51 more INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from org.openqa.selenium.NoAlertPresentException because of underlying class loading error: Type org.openqa.selenium.internal.BuildInfo from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [org.jboss.weld.Bootstrap] WELD-000119: Not generating any bean definitions from es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest because of underlying class loading error: Type es.uvigo.esei.dgss.letta.mail.MailBox from [Module "deployment.test.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error. INFO [javax.enterprise.resource.webcontainer.jsf.config] Initializing Mojarra 2.2.8-jbossorg-1 20140822-1131 for context '/test' INFO [org.primefaces.webapp.PostConstructApplicationEventListener] Running on PrimeFaces 5.3 INFO [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test INFO [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war") 08:58:45,314 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-11) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:58:45,343 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-11) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:58:45,386 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-11) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_0_, event0_.creator as creator7_0_0_, event0_.date as date2_0_0_, event0_.eventType as eventTyp3_0_0_, event0_.location as location4_0_0_, event0_.shortDescription as shortDes5_0_0_, event0_.title as title6_0_0_, user1_.login as login1_2_1_, user1_.email as email2_2_1_, user1_.password as password3_2_1_, user1_.role as role4_2_1_ from Event event0_ inner join User user1_ on event0_.creator=user1_.login where event0_.id=? Hibernate: select usersjoins0_.user_id as user_id1_2_0_, usersjoins0_.event_id as event_id2_3_0_, event1_.id as id1_0_1_, event1_.creator as creator7_0_1_, event1_.date as date2_0_1_, event1_.eventType as eventTyp3_0_1_, event1_.location as location4_0_1_, event1_.shortDescription as shortDes5_0_1_, event1_.title as title6_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.password as password3_2_2_, user2_.role as role4_2_2_ from UserJoinsEvent usersjoins0_ inner join Event event1_ on usersjoins0_.event_id=event1_.id inner join User user2_ on event1_.creator=user2_.login where usersjoins0_.user_id=? Hibernate: delete from UserJoinsEvent where user_id=? Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) Hibernate: insert into UserJoinsEvent (user_id, event_id) values (?, ?) WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:59:06,077 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:06,214 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:06,277 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:06,679 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:06,687 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:06,708 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-4) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/login.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/register.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt25. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_0_, event0_.creator as creator7_0_0_, event0_.date as date2_0_0_, event0_.eventType as eventTyp3_0_0_, event0_.location as location4_0_0_, event0_.shortDescription as shortDes5_0_0_, event0_.title as title6_0_0_, user1_.login as login1_2_1_, user1_.email as email2_2_1_, user1_.password as password3_2_1_, user1_.role as role4_2_1_ from Event event0_ inner join User user1_ on event0_.creator=user1_.login where event0_.id=? Hibernate: select usersjoins0_.user_id as user_id1_2_0_, usersjoins0_.event_id as event_id2_3_0_, event1_.id as id1_0_1_, event1_.creator as creator7_0_1_, event1_.date as date2_0_1_, event1_.eventType as eventTyp3_0_1_, event1_.location as location4_0_1_, event1_.shortDescription as shortDes5_0_1_, event1_.title as title6_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.password as password3_2_2_, user2_.role as role4_2_2_ from UserJoinsEvent usersjoins0_ inner join Event event1_ on usersjoins0_.event_id=event1_.id inner join User user2_ on event1_.creator=user2_.login where usersjoins0_.user_id=? es.uvigo.esei.dgss.letta.service.util.exceptions.EventAlredyJoinedException: User 'anne' already registered for the Event with ID '1' at es.uvigo.esei.dgss.letta.service.EventEJB.registerToEvent(EventEJB.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82) at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:340) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:139) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) at es.uvigo.esei.dgss.letta.service.EventEJB$$$view22.registerToEvent(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:414) at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127) at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65) at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) at es.uvigo.esei.dgss.letta.service.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.registerToEvent(Unknown Source) at es.uvigo.esei.dgss.letta.jsf.JoinEventController.doJoin(JoinEventController.java:47) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.sun.el.parser.AstValue.invoke(AstValue.java:292) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:304) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at com.sun.faces.facelets.tag.jsf.core.DeclarativeSystemEventListener.processEvent(EventHandler.java:128) at javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter.processEvent(UIComponent.java:2584) at javax.faces.event.SystemEvent.processListener(SystemEvent.java:108) at javax.faces.event.ComponentSystemEvent.processListener(ComponentSystemEvent.java:118) at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2190) at com.sun.faces.application.ApplicationImpl.invokeComponentListenersFor(ApplicationImpl.java:2135) at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:289) at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:247) at org.jboss.as.jsf.injection.weld.ForwardingApplication.publishEvent(ForwardingApplication.java:299) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:219) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:647) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/createEvent.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt9. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/listJoinedEvents.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt11. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/index.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/user_private.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt22. WARNING [javax.enterprise.resource.webcontainer.jsf.application] JSF1015: Request path '/faces/logout.xhtml' begins with one or more occurrences of the FacesServlet prefix path mapping '/faces'. WARNING [javax.enterprise.resource.webcontainer.jsf.renderkit] JSF1090: Navigation case not resolved for component j_idt27. Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select event0_.id as id1_0_, event0_.creator as creator7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=? 08:59:20,058 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-16) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:20,096 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-16) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. 08:59:20,172 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-16) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products. INFO [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test' INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export Hibernate: alter table Event drop constraint FK_n69mp18a4red6wjjq1lwrfkba if exists Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists Hibernate: drop table Event if exists Hibernate: drop table Registration if exists Hibernate: drop table User if exists Hibernate: drop table UserJoinsEvent if exists INFO [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war INFO [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test' INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 344ms INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/jsf/target/wildfly-8.2.1.Final/standalone/data/content/38/ba2af25128555a20b72dc3ec3ad72c35c065cf/content INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war") Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.981 sec - in es.uvigo.esei.dgss.letta.jsf.JoinEventControllerTest INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping INFO [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager INFO [org.wildfly.extension.undertow] JBAS017521: Undertow HTTP listener default suspending INFO [org.wildfly.extension.undertow] JBAS017520: Undertow HTTP listener default stopped, was bound to /127.0.0.1:8080 INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping INFO [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 171ms Results : Tests run: 36, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 12 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [46 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Loading source files for package es.uvigo.esei.dgss.letta.jsf.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 12 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ear --- [INFO] Deleting /var/lib/jenkins/workspace/LETTA/ear/target [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/ear/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Copying artifact [jar:es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT] to [lib/domain-0.0.1-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.letta:service:0.0.1-SNAPSHOT] to [service-0.0.1-SNAPSHOT.jar] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ ear --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [8.176s] [INFO] Domain ............................................ SUCCESS [27.211s] [INFO] Tests ............................................. SUCCESS [6.081s] [INFO] Service ........................................... SUCCESS [1:28.015s] [INFO] REST .............................................. SUCCESS [1:02.473s] [INFO] JSF ............................................... SUCCESS [4:54.836s] [INFO] EAR ............................................... SUCCESS [3.322s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8:12.175s [INFO] Finished at: Mon Dec 07 08:59:31 CET 2015 [INFO] Final Memory: 62M/722M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/pom.xml to es.uvigo.esei.dgss.letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/pom.xml to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/pom.xml to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/pom.xml to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/pom.xml to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/pom.xml to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar [LETTA] $ mvn -DskipTests=true deploy channel stopped [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ letta >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ letta <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ letta --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ letta --- [INFO] Deploying es.uvigo.esei.dgss.letta:letta:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ domain --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ domain --- [INFO] Deploying es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ tests --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tests --- [INFO] Deploying es.uvigo.esei.dgss.letta:tests:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 7 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.util.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for start [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for count [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service --- [INFO] Analyzed bundle 'Service' with 7 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ service --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ service --- [INFO] Deploying es.uvigo.esei.dgss.letta:service:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Analyzed bundle 'REST' with 5 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [38 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.rest.util.mapper... Loading source files for package es.uvigo.esei.dgss.letta.rest... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest --- [INFO] Analyzed bundle 'REST' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ rest --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ rest --- [INFO] Deploying es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 12 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [153 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Loading source files for package es.uvigo.esei.dgss.letta.jsf.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 12 classes [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jsf --- [INFO] Deploying es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT at end [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war [INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war] [INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ ear --- [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear [INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ ear --- Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml 608/608 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (608 B at 1.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151207.080014-97.pom 2/19 KB 4/19 KB 6/19 KB 8/19 KB 10/19 KB 12/19 KB 14/19 KB 16/19 KB 18/19 KB 19/19 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151207.080014-97.pom (19 KB at 117.5 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml 289/289 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 7.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml 608/608 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (608 B at 10.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml 289/289 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 5.3 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 13.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97.jar 2/11 KB 4/11 KB 6/11 KB 8/11 KB 10/11 KB 11/11 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97.jar (11 KB at 54.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97.pom (2 KB at 10.5 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml 290/290 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 3.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 25.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml 290/290 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 5.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97-sources.jar 2/8 KB 4/8 KB 6/8 KB 8/8 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97-sources.jar (8 KB at 78.5 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 26.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97-javadoc.jar 2/53 KB 4/53 KB 6/53 KB 8/53 KB 10/53 KB 12/53 KB 14/53 KB 16/53 KB 18/53 KB 20/53 KB 22/53 KB 24/53 KB 26/53 KB 28/53 KB 30/53 KB 32/53 KB 34/53 KB 36/53 KB 38/53 KB 40/53 KB 42/53 KB 44/53 KB 46/53 KB 48/53 KB 50/53 KB 52/53 KB 53/53 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151207.080014-97-javadoc.jar (53 KB at 664.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 28.2 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 35.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97.jar 2/31 KB 4/31 KB 6/31 KB 8/31 KB 10/31 KB 12/31 KB 14/31 KB 16/31 KB 18/31 KB 20/31 KB 22/31 KB 24/31 KB 26/31 KB 28/31 KB 30/31 KB 31/31 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97.jar (31 KB at 248.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97.pom (2 KB at 16.3 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml 289/289 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 1.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 14.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml 289/289 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 5.0 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97-sources.jar 2/23 KB 4/23 KB 6/23 KB 8/23 KB 10/23 KB 12/23 KB 14/23 KB 16/23 KB 18/23 KB 20/23 KB 22/23 KB 23/23 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97-sources.jar (23 KB at 185.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 17.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97-javadoc.jar 2/131 KB 4/131 KB 6/131 KB 8/131 KB 10/131 KB 12/131 KB 14/131 KB 16/131 KB 18/131 KB 20/131 KB 22/131 KB 24/131 KB 26/131 KB 28/131 KB 30/131 KB 32/131 KB 34/131 KB 36/131 KB 38/131 KB 40/131 KB 42/131 KB 44/131 KB 46/131 KB 48/131 KB 50/131 KB 52/131 KB 54/131 KB 56/131 KB 58/131 KB 60/131 KB 62/131 KB 64/131 KB 66/131 KB 68/131 KB 70/131 KB 72/131 KB 74/131 KB 76/131 KB 78/131 KB 80/131 KB 82/131 KB 84/131 KB 86/131 KB 88/131 KB 90/131 KB 92/131 KB 94/131 KB 96/131 KB 98/131 KB 100/131 KB 102/131 KB 104/131 KB 106/131 KB 108/131 KB 110/131 KB 112/131 KB 114/131 KB 116/131 KB 118/131 KB 120/131 KB 122/131 KB 124/131 KB 126/131 KB 128/131 KB 130/131 KB 131/131 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151207.080015-97-javadoc.jar (131 KB at 620.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 22.3 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 6.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97.jar 2/13 KB 4/13 KB 6/13 KB 8/13 KB 10/13 KB 12/13 KB 13/13 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97.jar (13 KB at 68.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97.pom 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97.pom (2 KB at 12.7 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml 291/291 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 5.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 15.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml 291/291 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 4.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97-sources.jar 2/11 KB 4/11 KB 6/11 KB 8/11 KB 10/11 KB 11/11 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97-sources.jar (11 KB at 125.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 24.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97-javadoc.jar 2/77 KB 4/77 KB 6/77 KB 8/77 KB 10/77 KB 12/77 KB 14/77 KB 16/77 KB 18/77 KB 20/77 KB 22/77 KB 24/77 KB 26/77 KB 28/77 KB 30/77 KB 32/77 KB 34/77 KB 36/77 KB 38/77 KB 40/77 KB 42/77 KB 44/77 KB 46/77 KB 48/77 KB 50/77 KB 52/77 KB 54/77 KB 56/77 KB 58/77 KB 60/77 KB 62/77 KB 64/77 KB 66/77 KB 68/77 KB 70/77 KB 72/77 KB 74/77 KB 76/77 KB 77/77 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151207.080016-97-javadoc.jar (77 KB at 557.0 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 16.2 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 29.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97.war 2/11 KB 4/11 KB 6/11 KB 8/11 KB 10/11 KB 11/11 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97.war (11 KB at 41.0 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97.pom (3 KB at 34.2 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml 288/288 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 10.8 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 20.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml 288/288 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 5.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97-sources.jar 2/7 KB 4/7 KB 6/7 KB 7/7 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97-sources.jar (7 KB at 54.7 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 19.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97-javadoc.jar 2/52 KB 4/52 KB 6/52 KB 8/52 KB 10/52 KB 12/52 KB 14/52 KB 16/52 KB 18/52 KB 20/52 KB 22/52 KB 24/52 KB 26/52 KB 28/52 KB 30/52 KB 32/52 KB 34/52 KB 36/52 KB 38/52 KB 40/52 KB 42/52 KB 44/52 KB 46/52 KB 48/52 KB 50/52 KB 52/52 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151207.080017-97-javadoc.jar (52 KB at 309.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 17.7 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 18.2 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97.war 2/3274 KB 4/3274 KB 6/3274 KB 8/3274 KB 10/3274 KB 12/3274 KB 14/3274 KB 16/3274 KB 18/3274 KB 20/3274 KB 22/3274 KB 24/3274 KB 26/3274 KB 28/3274 KB 30/3274 KB 32/3274 KB 34/3274 KB 36/3274 KB 38/3274 KB 40/3274 KB 42/3274 KB 44/3274 KB 46/3274 KB 48/3274 KB 50/3274 KB 52/3274 KB 54/3274 KB 56/3274 KB 58/3274 KB 60/3274 KB 62/3274 KB 64/3274 KB 66/3274 KB 68/3274 KB 70/3274 KB 72/3274 KB 74/3274 KB 76/3274 KB 78/3274 KB 80/3274 KB 82/3274 KB 84/3274 KB 86/3274 KB 88/3274 KB 90/3274 KB 92/3274 KB 94/3274 KB 96/3274 KB 98/3274 KB 100/3274 KB 102/3274 KB 104/3274 KB 106/3274 KB 108/3274 KB 110/3274 KB 112/3274 KB 114/3274 KB 116/3274 KB 118/3274 KB 120/3274 KB 122/3274 KB 124/3274 KB 126/3274 KB 128/3274 KB 130/3274 KB 132/3274 KB 134/3274 KB 136/3274 KB 138/3274 KB 140/3274 KB 142/3274 KB 144/3274 KB 146/3274 KB 148/3274 KB 150/3274 KB 152/3274 KB 154/3274 KB 156/3274 KB 158/3274 KB 160/3274 KB 162/3274 KB 164/3274 KB 166/3274 KB 168/3274 KB 170/3274 KB 172/3274 KB 174/3274 KB 176/3274 KB 178/3274 KB 180/3274 KB 182/3274 KB 184/3274 KB 186/3274 KB 188/3274 KB 190/3274 KB 192/3274 KB 194/3274 KB 196/3274 KB 198/3274 KB 200/3274 KB 202/3274 KB 204/3274 KB 206/3274 KB 208/3274 KB 210/3274 KB 212/3274 KB 214/3274 KB 216/3274 KB 218/3274 KB 220/3274 KB 222/3274 KB 224/3274 KB 226/3274 KB 228/3274 KB 230/3274 KB 232/3274 KB 234/3274 KB 236/3274 KB 238/3274 KB 240/3274 KB 242/3274 KB 244/3274 KB 246/3274 KB 248/3274 KB 250/3274 KB 252/3274 KB 254/3274 KB 256/3274 KB 258/3274 KB 260/3274 KB 262/3274 KB 264/3274 KB 266/3274 KB 268/3274 KB 270/3274 KB 272/3274 KB 274/3274 KB 276/3274 KB 278/3274 KB 280/3274 KB 282/3274 KB 284/3274 KB 286/3274 KB 288/3274 KB 290/3274 KB 292/3274 KB 294/3274 KB 296/3274 KB 298/3274 KB 300/3274 KB 302/3274 KB 304/3274 KB 306/3274 KB 308/3274 KB 310/3274 KB 312/3274 KB 314/3274 KB 316/3274 KB 318/3274 KB 320/3274 KB 322/3274 KB 324/3274 KB 326/3274 KB 328/3274 KB 330/3274 KB 332/3274 KB 334/3274 KB 336/3274 KB 338/3274 KB 340/3274 KB 342/3274 KB 344/3274 KB 346/3274 KB 348/3274 KB 350/3274 KB 352/3274 KB 354/3274 KB 356/3274 KB 358/3274 KB 360/3274 KB 362/3274 KB 364/3274 KB 366/3274 KB 368/3274 KB 370/3274 KB 372/3274 KB 374/3274 KB 376/3274 KB 378/3274 KB 380/3274 KB 382/3274 KB 384/3274 KB 386/3274 KB 388/3274 KB 390/3274 KB 392/3274 KB 394/3274 KB 396/3274 KB 398/3274 KB 400/3274 KB 402/3274 KB 404/3274 KB 406/3274 KB 408/3274 KB 410/3274 KB 412/3274 KB 414/3274 KB 416/3274 KB 418/3274 KB 420/3274 KB 422/3274 KB 424/3274 KB 426/3274 KB 428/3274 KB 430/3274 KB 432/3274 KB 434/3274 KB 436/3274 KB 438/3274 KB 440/3274 KB 442/3274 KB 444/3274 KB 446/3274 KB 448/3274 KB 450/3274 KB 452/3274 KB 454/3274 KB 456/3274 KB 458/3274 KB 460/3274 KB 462/3274 KB 464/3274 KB 466/3274 KB 468/3274 KB 470/3274 KB 472/3274 KB 474/3274 KB 476/3274 KB 478/3274 KB 480/3274 KB 482/3274 KB 484/3274 KB 486/3274 KB 488/3274 KB 490/3274 KB 492/3274 KB 494/3274 KB 496/3274 KB 498/3274 KB 500/3274 KB 502/3274 KB 504/3274 KB 506/3274 KB 508/3274 KB 510/3274 KB 512/3274 KB 514/3274 KB 516/3274 KB 518/3274 KB 520/3274 KB 522/3274 KB 524/3274 KB 526/3274 KB 528/3274 KB 530/3274 KB 532/3274 KB 534/3274 KB 536/3274 KB 538/3274 KB 540/3274 KB 542/3274 KB 544/3274 KB 546/3274 KB 548/3274 KB 550/3274 KB 552/3274 KB 554/3274 KB 556/3274 KB 558/3274 KB 560/3274 KB 562/3274 KB 564/3274 KB 566/3274 KB 568/3274 KB 570/3274 KB 572/3274 KB 574/3274 KB 576/3274 KB 578/3274 KB 580/3274 KB 582/3274 KB 584/3274 KB 586/3274 KB 588/3274 KB 590/3274 KB 592/3274 KB 594/3274 KB 596/3274 KB 598/3274 KB 600/3274 KB 602/3274 KB 604/3274 KB 606/3274 KB 608/3274 KB 610/3274 KB 612/3274 KB 614/3274 KB 616/3274 KB 618/3274 KB 620/3274 KB 622/3274 KB 624/3274 KB 626/3274 KB 628/3274 KB 630/3274 KB 632/3274 KB 634/3274 KB 636/3274 KB 638/3274 KB 640/3274 KB 642/3274 KB 644/3274 KB 646/3274 KB 648/3274 KB 650/3274 KB 652/3274 KB 654/3274 KB 656/3274 KB 658/3274 KB 660/3274 KB 662/3274 KB 664/3274 KB 666/3274 KB 668/3274 KB 670/3274 KB 672/3274 KB 674/3274 KB 676/3274 KB 678/3274 KB 680/3274 KB 682/3274 KB 684/3274 KB 686/3274 KB 688/3274 KB 690/3274 KB 692/3274 KB 694/3274 KB 696/3274 KB 698/3274 KB 700/3274 KB 702/3274 KB 704/3274 KB 706/3274 KB 708/3274 KB 710/3274 KB 712/3274 KB 714/3274 KB 716/3274 KB 718/3274 KB 720/3274 KB 722/3274 KB 724/3274 KB 726/3274 KB 728/3274 KB 730/3274 KB 732/3274 KB 734/3274 KB 736/3274 KB 738/3274 KB 740/3274 KB 742/3274 KB 744/3274 KB 746/3274 KB 748/3274 KB 750/3274 KB 752/3274 KB 754/3274 KB 756/3274 KB 758/3274 KB 760/3274 KB 762/3274 KB 764/3274 KB 766/3274 KB 768/3274 KB 770/3274 KB 772/3274 KB 774/3274 KB 776/3274 KB 778/3274 KB 780/3274 KB 782/3274 KB 784/3274 KB 786/3274 KB 788/3274 KB 790/3274 KB 792/3274 KB 794/3274 KB 796/3274 KB 798/3274 KB 800/3274 KB 802/3274 KB 804/3274 KB 806/3274 KB 808/3274 KB 810/3274 KB 812/3274 KB 814/3274 KB 816/3274 KB 818/3274 KB 820/3274 KB 822/3274 KB 824/3274 KB 826/3274 KB 828/3274 KB 830/3274 KB 832/3274 KB 834/3274 KB 836/3274 KB 838/3274 KB 840/3274 KB 842/3274 KB 844/3274 KB 846/3274 KB 848/3274 KB 850/3274 KB 852/3274 KB 854/3274 KB 856/3274 KB 858/3274 KB 860/3274 KB 862/3274 KB 864/3274 KB 866/3274 KB 868/3274 KB 870/3274 KB 872/3274 KB 874/3274 KB 876/3274 KB 878/3274 KB 880/3274 KB 882/3274 KB 884/3274 KB 886/3274 KB 888/3274 KB 890/3274 KB 892/3274 KB 894/3274 KB 896/3274 KB 898/3274 KB 900/3274 KB 902/3274 KB 904/3274 KB 906/3274 KB 908/3274 KB 910/3274 KB 912/3274 KB 914/3274 KB 916/3274 KB 918/3274 KB 920/3274 KB 922/3274 KB 924/3274 KB 926/3274 KB 928/3274 KB 930/3274 KB 932/3274 KB 934/3274 KB 936/3274 KB 938/3274 KB 940/3274 KB 942/3274 KB 944/3274 KB 946/3274 KB 948/3274 KB 950/3274 KB 952/3274 KB 954/3274 KB 956/3274 KB 958/3274 KB 960/3274 KB 962/3274 KB 964/3274 KB 966/3274 KB 968/3274 KB 970/3274 KB 972/3274 KB 974/3274 KB 976/3274 KB 978/3274 KB 980/3274 KB 982/3274 KB 984/3274 KB 986/3274 KB 988/3274 KB 990/3274 KB 992/3274 KB 994/3274 KB 996/3274 KB 998/3274 KB 1000/3274 KB 1002/3274 KB 1004/3274 KB 1006/3274 KB 1008/3274 KB 1010/3274 KB 1012/3274 KB 1014/3274 KB 1016/3274 KB 1018/3274 KB 1020/3274 KB 1022/3274 KB 1024/3274 KB 1026/3274 KB 1028/3274 KB 1030/3274 KB 1032/3274 KB 1034/3274 KB 1036/3274 KB 1038/3274 KB 1040/3274 KB 1042/3274 KB 1044/3274 KB 1046/3274 KB 1048/3274 KB 1050/3274 KB 1052/3274 KB 1054/3274 KB 1056/3274 KB 1058/3274 KB 1060/3274 KB 1062/3274 KB 1064/3274 KB 1066/3274 KB 1068/3274 KB 1070/3274 KB 1072/3274 KB 1074/3274 KB 1076/3274 KB 1078/3274 KB 1080/3274 KB 1082/3274 KB 1084/3274 KB 1086/3274 KB 1088/3274 KB 1090/3274 KB 1092/3274 KB 1094/3274 KB 1096/3274 KB 1098/3274 KB 1100/3274 KB 1102/3274 KB 1104/3274 KB 1106/3274 KB 1108/3274 KB 1110/3274 KB 1112/3274 KB 1114/3274 KB 1116/3274 KB 1118/3274 KB 1120/3274 KB 1122/3274 KB 1124/3274 KB 1126/3274 KB 1128/3274 KB 1130/3274 KB 1132/3274 KB 1134/3274 KB 1136/3274 KB 1138/3274 KB 1140/3274 KB 1142/3274 KB 1144/3274 KB 1146/3274 KB 1148/3274 KB 1150/3274 KB 1152/3274 KB 1154/3274 KB 1156/3274 KB 1158/3274 KB 1160/3274 KB 1162/3274 KB 1164/3274 KB 1166/3274 KB 1168/3274 KB 1170/3274 KB 1172/3274 KB 1174/3274 KB 1176/3274 KB 1178/3274 KB 1180/3274 KB 1182/3274 KB 1184/3274 KB 1186/3274 KB 1188/3274 KB 1190/3274 KB 1192/3274 KB 1194/3274 KB 1196/3274 KB 1198/3274 KB 1200/3274 KB 1202/3274 KB 1204/3274 KB 1206/3274 KB 1208/3274 KB 1210/3274 KB 1212/3274 KB 1214/3274 KB 1216/3274 KB 1218/3274 KB 1220/3274 KB 1222/3274 KB 1224/3274 KB 1226/3274 KB 1228/3274 KB 1230/3274 KB 1232/3274 KB 1234/3274 KB 1236/3274 KB 1238/3274 KB 1240/3274 KB 1242/3274 KB 1244/3274 KB 1246/3274 KB 1248/3274 KB 1250/3274 KB 1252/3274 KB 1254/3274 KB 1256/3274 KB 1258/3274 KB 1260/3274 KB 1262/3274 KB 1264/3274 KB 1266/3274 KB 1268/3274 KB 1270/3274 KB 1272/3274 KB 1274/3274 KB 1276/3274 KB 1278/3274 KB 1280/3274 KB 1282/3274 KB 1284/3274 KB 1286/3274 KB 1288/3274 KB 1290/3274 KB 1292/3274 KB 1294/3274 KB 1296/3274 KB 1298/3274 KB 1300/3274 KB 1302/3274 KB 1304/3274 KB 1306/3274 KB 1308/3274 KB 1310/3274 KB 1312/3274 KB 1314/3274 KB 1316/3274 KB 1318/3274 KB 1320/3274 KB 1322/3274 KB 1324/3274 KB 1326/3274 KB 1328/3274 KB 1330/3274 KB 1332/3274 KB 1334/3274 KB 1336/3274 KB 1338/3274 KB 1340/3274 KB 1342/3274 KB 1344/3274 KB 1346/3274 KB 1348/3274 KB 1350/3274 KB 1352/3274 KB 1354/3274 KB 1356/3274 KB 1358/3274 KB 1360/3274 KB 1362/3274 KB 1364/3274 KB 1366/3274 KB 1368/3274 KB 1370/3274 KB 1372/3274 KB 1374/3274 KB 1376/3274 KB 1378/3274 KB 1380/3274 KB 1382/3274 KB 1384/3274 KB 1386/3274 KB 1388/3274 KB 1390/3274 KB 1392/3274 KB 1394/3274 KB 1396/3274 KB 1398/3274 KB 1400/3274 KB 1402/3274 KB 1404/3274 KB 1406/3274 KB 1408/3274 KB 1410/3274 KB 1412/3274 KB 1414/3274 KB 1416/3274 KB 1418/3274 KB 1420/3274 KB 1422/3274 KB 1424/3274 KB 1426/3274 KB 1428/3274 KB 1430/3274 KB 1432/3274 KB 1434/3274 KB 1436/3274 KB 1438/3274 KB 1440/3274 KB 1442/3274 KB 1444/3274 KB 1446/3274 KB 1448/3274 KB 1450/3274 KB 1452/3274 KB 1454/3274 KB 1456/3274 KB 1458/3274 KB 1460/3274 KB 1462/3274 KB 1464/3274 KB 1466/3274 KB 1468/3274 KB 1470/3274 KB 1472/3274 KB 1474/3274 KB 1476/3274 KB 1478/3274 KB 1480/3274 KB 1482/3274 KB 1484/3274 KB 1486/3274 KB 1488/3274 KB 1490/3274 KB 1492/3274 KB 1494/3274 KB 1496/3274 KB 1498/3274 KB 1500/3274 KB 1502/3274 KB 1504/3274 KB 1506/3274 KB 1508/3274 KB 1510/3274 KB 1512/3274 KB 1514/3274 KB 1516/3274 KB 1518/3274 KB 1520/3274 KB 1522/3274 KB 1524/3274 KB 1526/3274 KB 1528/3274 KB 1530/3274 KB 1532/3274 KB 1534/3274 KB 1536/3274 KB 1538/3274 KB 1540/3274 KB 1542/3274 KB 1544/3274 KB 1546/3274 KB 1548/3274 KB 1550/3274 KB 1552/3274 KB 1554/3274 KB 1556/3274 KB 1558/3274 KB 1560/3274 KB 1562/3274 KB 1564/3274 KB 1566/3274 KB 1568/3274 KB 1570/3274 KB 1572/3274 KB 1574/3274 KB 1576/3274 KB 1578/3274 KB 1580/3274 KB 1582/3274 KB 1584/3274 KB 1586/3274 KB 1588/3274 KB 1590/3274 KB 1592/3274 KB 1594/3274 KB 1596/3274 KB 1598/3274 KB 1600/3274 KB 1602/3274 KB 1604/3274 KB 1606/3274 KB 1608/3274 KB 1610/3274 KB 1612/3274 KB 1614/3274 KB 1616/3274 KB 1618/3274 KB 1620/3274 KB 1622/3274 KB 1624/3274 KB 1626/3274 KB 1628/3274 KB 1630/3274 KB 1632/3274 KB 1634/3274 KB 1636/3274 KB 1638/3274 KB 1640/3274 KB 1642/3274 KB 1644/3274 KB 1646/3274 KB 1648/3274 KB 1650/3274 KB 1652/3274 KB 1654/3274 KB 1656/3274 KB 1658/3274 KB 1660/3274 KB 1662/3274 KB 1664/3274 KB 1666/3274 KB 1668/3274 KB 1670/3274 KB 1672/3274 KB 1674/3274 KB 1676/3274 KB 1678/3274 KB 1680/3274 KB 1682/3274 KB 1684/3274 KB 1686/3274 KB 1688/3274 KB 1690/3274 KB 1692/3274 KB 1694/3274 KB 1696/3274 KB 1698/3274 KB 1700/3274 KB 1702/3274 KB 1704/3274 KB 1706/3274 KB 1708/3274 KB 1710/3274 KB 1712/3274 KB 1714/3274 KB 1716/3274 KB 1718/3274 KB 1720/3274 KB 1722/3274 KB 1724/3274 KB 1726/3274 KB 1728/3274 KB 1730/3274 KB 1732/3274 KB 1734/3274 KB 1736/3274 KB 1738/3274 KB 1740/3274 KB 1742/3274 KB 1744/3274 KB 1746/3274 KB 1748/3274 KB 1750/3274 KB 1752/3274 KB 1754/3274 KB 1756/3274 KB 1758/3274 KB 1760/3274 KB 1762/3274 KB 1764/3274 KB 1766/3274 KB 1768/3274 KB 1770/3274 KB 1772/3274 KB 1774/3274 KB 1776/3274 KB 1778/3274 KB 1780/3274 KB 1782/3274 KB 1784/3274 KB 1786/3274 KB 1788/3274 KB 1790/3274 KB 1792/3274 KB 1794/3274 KB 1796/3274 KB 1798/3274 KB 1800/3274 KB 1802/3274 KB 1804/3274 KB 1806/3274 KB 1808/3274 KB 1810/3274 KB 1812/3274 KB 1814/3274 KB 1816/3274 KB 1818/3274 KB 1820/3274 KB 1822/3274 KB 1824/3274 KB 1826/3274 KB 1828/3274 KB 1830/3274 KB 1832/3274 KB 1834/3274 KB 1836/3274 KB 1838/3274 KB 1840/3274 KB 1842/3274 KB 1844/3274 KB 1846/3274 KB 1848/3274 KB 1850/3274 KB 1852/3274 KB 1854/3274 KB 1856/3274 KB 1858/3274 KB 1860/3274 KB 1862/3274 KB 1864/3274 KB 1866/3274 KB 1868/3274 KB 1870/3274 KB 1872/3274 KB 1874/3274 KB 1876/3274 KB 1878/3274 KB 1880/3274 KB 1882/3274 KB 1884/3274 KB 1886/3274 KB 1888/3274 KB 1890/3274 KB 1892/3274 KB 1894/3274 KB 1896/3274 KB 1898/3274 KB 1900/3274 KB 1902/3274 KB 1904/3274 KB 1906/3274 KB 1908/3274 KB 1910/3274 KB 1912/3274 KB 1914/3274 KB 1916/3274 KB 1918/3274 KB 1920/3274 KB 1922/3274 KB 1924/3274 KB 1926/3274 KB 1928/3274 KB 1930/3274 KB 1932/3274 KB 1934/3274 KB 1936/3274 KB 1938/3274 KB 1940/3274 KB 1942/3274 KB 1944/3274 KB 1946/3274 KB 1948/3274 KB 1950/3274 KB 1952/3274 KB 1954/3274 KB 1956/3274 KB 1958/3274 KB 1960/3274 KB 1962/3274 KB 1964/3274 KB 1966/3274 KB 1968/3274 KB 1970/3274 KB 1972/3274 KB 1974/3274 KB 1976/3274 KB 1978/3274 KB 1980/3274 KB 1982/3274 KB 1984/3274 KB 1986/3274 KB 1988/3274 KB 1990/3274 KB 1992/3274 KB 1994/3274 KB 1996/3274 KB 1998/3274 KB 2000/3274 KB 2002/3274 KB 2004/3274 KB 2006/3274 KB 2008/3274 KB 2010/3274 KB 2012/3274 KB 2014/3274 KB 2016/3274 KB 2018/3274 KB 2020/3274 KB 2022/3274 KB 2024/3274 KB 2026/3274 KB 2028/3274 KB 2030/3274 KB 2032/3274 KB 2034/3274 KB 2036/3274 KB 2038/3274 KB 2040/3274 KB 2042/3274 KB 2044/3274 KB 2046/3274 KB 2048/3274 KB 2050/3274 KB 2052/3274 KB 2054/3274 KB 2056/3274 KB 2058/3274 KB 2060/3274 KB 2062/3274 KB 2064/3274 KB 2066/3274 KB 2068/3274 KB 2070/3274 KB 2072/3274 KB 2074/3274 KB 2076/3274 KB 2078/3274 KB 2080/3274 KB 2082/3274 KB 2084/3274 KB 2086/3274 KB 2088/3274 KB 2090/3274 KB 2092/3274 KB 2094/3274 KB 2096/3274 KB 2098/3274 KB 2100/3274 KB 2102/3274 KB 2104/3274 KB 2106/3274 KB 2108/3274 KB 2110/3274 KB 2112/3274 KB 2114/3274 KB 2116/3274 KB 2118/3274 KB 2120/3274 KB 2122/3274 KB 2124/3274 KB 2126/3274 KB 2128/3274 KB 2130/3274 KB 2132/3274 KB 2134/3274 KB 2136/3274 KB 2138/3274 KB 2140/3274 KB 2142/3274 KB 2144/3274 KB 2146/3274 KB 2148/3274 KB 2150/3274 KB 2152/3274 KB 2154/3274 KB 2156/3274 KB 2158/3274 KB 2160/3274 KB 2162/3274 KB 2164/3274 KB 2166/3274 KB 2168/3274 KB 2170/3274 KB 2172/3274 KB 2174/3274 KB 2176/3274 KB 2178/3274 KB 2180/3274 KB 2182/3274 KB 2184/3274 KB 2186/3274 KB 2188/3274 KB 2190/3274 KB 2192/3274 KB 2194/3274 KB 2196/3274 KB 2198/3274 KB 2200/3274 KB 2202/3274 KB 2204/3274 KB 2206/3274 KB 2208/3274 KB 2210/3274 KB 2212/3274 KB 2214/3274 KB 2216/3274 KB 2218/3274 KB 2220/3274 KB 2222/3274 KB 2224/3274 KB 2226/3274 KB 2228/3274 KB 2230/3274 KB 2232/3274 KB 2234/3274 KB 2236/3274 KB 2238/3274 KB 2240/3274 KB 2242/3274 KB 2244/3274 KB 2246/3274 KB 2248/3274 KB 2250/3274 KB 2252/3274 KB 2254/3274 KB 2256/3274 KB 2258/3274 KB 2260/3274 KB 2262/3274 KB 2264/3274 KB 2266/3274 KB 2268/3274 KB 2270/3274 KB 2272/3274 KB 2274/3274 KB 2276/3274 KB 2278/3274 KB 2280/3274 KB 2282/3274 KB 2284/3274 KB 2286/3274 KB 2288/3274 KB 2290/3274 KB 2292/3274 KB 2294/3274 KB 2296/3274 KB 2298/3274 KB 2300/3274 KB 2302/3274 KB 2304/3274 KB 2306/3274 KB 2308/3274 KB 2310/3274 KB 2312/3274 KB 2314/3274 KB 2316/3274 KB 2318/3274 KB 2320/3274 KB 2322/3274 KB 2324/3274 KB 2326/3274 KB 2328/3274 KB 2330/3274 KB 2332/3274 KB 2334/3274 KB 2336/3274 KB 2338/3274 KB 2340/3274 KB 2342/3274 KB 2344/3274 KB 2346/3274 KB 2348/3274 KB 2350/3274 KB 2352/3274 KB 2354/3274 KB 2356/3274 KB 2358/3274 KB 2360/3274 KB 2362/3274 KB 2364/3274 KB 2366/3274 KB 2368/3274 KB 2370/3274 KB 2372/3274 KB 2374/3274 KB 2376/3274 KB 2378/3274 KB 2380/3274 KB 2382/3274 KB 2384/3274 KB 2386/3274 KB 2388/3274 KB 2390/3274 KB 2392/3274 KB 2394/3274 KB 2396/3274 KB 2398/3274 KB 2400/3274 KB 2402/3274 KB 2404/3274 KB 2406/3274 KB 2408/3274 KB 2410/3274 KB 2412/3274 KB 2414/3274 KB 2416/3274 KB 2418/3274 KB 2420/3274 KB 2422/3274 KB 2424/3274 KB 2426/3274 KB 2428/3274 KB 2430/3274 KB 2432/3274 KB 2434/3274 KB 2436/3274 KB 2438/3274 KB 2440/3274 KB 2442/3274 KB 2444/3274 KB 2446/3274 KB 2448/3274 KB 2450/3274 KB 2452/3274 KB 2454/3274 KB 2456/3274 KB 2458/3274 KB 2460/3274 KB 2462/3274 KB 2464/3274 KB 2466/3274 KB 2468/3274 KB 2470/3274 KB 2472/3274 KB 2474/3274 KB 2476/3274 KB 2478/3274 KB 2480/3274 KB 2482/3274 KB 2484/3274 KB 2486/3274 KB 2488/3274 KB 2490/3274 KB 2492/3274 KB 2494/3274 KB 2496/3274 KB 2498/3274 KB 2500/3274 KB 2502/3274 KB 2504/3274 KB 2506/3274 KB 2508/3274 KB 2510/3274 KB 2512/3274 KB 2514/3274 KB 2516/3274 KB 2518/3274 KB 2520/3274 KB 2522/3274 KB 2524/3274 KB 2526/3274 KB 2528/3274 KB 2530/3274 KB 2532/3274 KB 2534/3274 KB 2536/3274 KB 2538/3274 KB 2540/3274 KB 2542/3274 KB 2544/3274 KB 2546/3274 KB 2548/3274 KB 2550/3274 KB 2552/3274 KB 2554/3274 KB 2556/3274 KB 2558/3274 KB 2560/3274 KB 2562/3274 KB 2564/3274 KB 2566/3274 KB 2568/3274 KB 2570/3274 KB 2572/3274 KB 2574/3274 KB 2576/3274 KB 2578/3274 KB 2580/3274 KB 2582/3274 KB 2584/3274 KB 2586/3274 KB 2588/3274 KB 2590/3274 KB 2592/3274 KB 2594/3274 KB 2596/3274 KB 2598/3274 KB 2600/3274 KB 2602/3274 KB 2604/3274 KB 2606/3274 KB 2608/3274 KB 2610/3274 KB 2612/3274 KB 2614/3274 KB 2616/3274 KB 2618/3274 KB 2620/3274 KB 2622/3274 KB 2624/3274 KB 2626/3274 KB 2628/3274 KB 2630/3274 KB 2632/3274 KB 2634/3274 KB 2636/3274 KB 2638/3274 KB 2640/3274 KB 2642/3274 KB 2644/3274 KB 2646/3274 KB 2648/3274 KB 2650/3274 KB 2652/3274 KB 2654/3274 KB 2656/3274 KB 2658/3274 KB 2660/3274 KB 2662/3274 KB 2664/3274 KB 2666/3274 KB 2668/3274 KB 2670/3274 KB 2672/3274 KB 2674/3274 KB 2676/3274 KB 2678/3274 KB 2680/3274 KB 2682/3274 KB 2684/3274 KB 2686/3274 KB 2688/3274 KB 2690/3274 KB 2692/3274 KB 2694/3274 KB 2696/3274 KB 2698/3274 KB 2700/3274 KB 2702/3274 KB 2704/3274 KB 2706/3274 KB 2708/3274 KB 2710/3274 KB 2712/3274 KB 2714/3274 KB 2716/3274 KB 2718/3274 KB 2720/3274 KB 2722/3274 KB 2724/3274 KB 2726/3274 KB 2728/3274 KB 2730/3274 KB 2732/3274 KB 2734/3274 KB 2736/3274 KB 2738/3274 KB 2740/3274 KB 2742/3274 KB 2744/3274 KB 2746/3274 KB 2748/3274 KB 2750/3274 KB 2752/3274 KB 2754/3274 KB 2756/3274 KB 2758/3274 KB 2760/3274 KB 2762/3274 KB 2764/3274 KB 2766/3274 KB 2768/3274 KB 2770/3274 KB 2772/3274 KB 2774/3274 KB 2776/3274 KB 2778/3274 KB 2780/3274 KB 2782/3274 KB 2784/3274 KB 2786/3274 KB 2788/3274 KB 2790/3274 KB 2792/3274 KB 2794/3274 KB 2796/3274 KB 2798/3274 KB 2800/3274 KB 2802/3274 KB 2804/3274 KB 2806/3274 KB 2808/3274 KB 2810/3274 KB 2812/3274 KB 2814/3274 KB 2816/3274 KB 2818/3274 KB 2820/3274 KB 2822/3274 KB 2824/3274 KB 2826/3274 KB 2828/3274 KB 2830/3274 KB 2832/3274 KB 2834/3274 KB 2836/3274 KB 2838/3274 KB 2840/3274 KB 2842/3274 KB 2844/3274 KB 2846/3274 KB 2848/3274 KB 2850/3274 KB 2852/3274 KB 2854/3274 KB 2856/3274 KB 2858/3274 KB 2860/3274 KB 2862/3274 KB 2864/3274 KB 2866/3274 KB 2868/3274 KB 2870/3274 KB 2872/3274 KB 2874/3274 KB 2876/3274 KB 2878/3274 KB 2880/3274 KB 2882/3274 KB 2884/3274 KB 2886/3274 KB 2888/3274 KB 2890/3274 KB 2892/3274 KB 2894/3274 KB 2896/3274 KB 2898/3274 KB 2900/3274 KB 2902/3274 KB 2904/3274 KB 2906/3274 KB 2908/3274 KB 2910/3274 KB 2912/3274 KB 2914/3274 KB 2916/3274 KB 2918/3274 KB 2920/3274 KB 2922/3274 KB 2924/3274 KB 2926/3274 KB 2928/3274 KB 2930/3274 KB 2932/3274 KB 2934/3274 KB 2936/3274 KB 2938/3274 KB 2940/3274 KB 2942/3274 KB 2944/3274 KB 2946/3274 KB 2948/3274 KB 2950/3274 KB 2952/3274 KB 2954/3274 KB 2956/3274 KB 2958/3274 KB 2960/3274 KB 2962/3274 KB 2964/3274 KB 2966/3274 KB 2968/3274 KB 2970/3274 KB 2972/3274 KB 2974/3274 KB 2976/3274 KB 2978/3274 KB 2980/3274 KB 2982/3274 KB 2984/3274 KB 2986/3274 KB 2988/3274 KB 2990/3274 KB 2992/3274 KB 2994/3274 KB 2996/3274 KB 2998/3274 KB 3000/3274 KB 3002/3274 KB 3004/3274 KB 3006/3274 KB 3008/3274 KB 3010/3274 KB 3012/3274 KB 3014/3274 KB 3016/3274 KB 3018/3274 KB 3020/3274 KB 3022/3274 KB 3024/3274 KB 3026/3274 KB 3028/3274 KB 3030/3274 KB 3032/3274 KB 3034/3274 KB 3036/3274 KB 3038/3274 KB 3040/3274 KB 3042/3274 KB 3044/3274 KB 3046/3274 KB 3048/3274 KB 3050/3274 KB 3052/3274 KB 3054/3274 KB 3056/3274 KB 3058/3274 KB 3060/3274 KB 3062/3274 KB 3064/3274 KB 3066/3274 KB 3068/3274 KB 3070/3274 KB 3072/3274 KB 3074/3274 KB 3076/3274 KB 3078/3274 KB 3080/3274 KB 3082/3274 KB 3084/3274 KB 3086/3274 KB 3088/3274 KB 3090/3274 KB 3092/3274 KB 3094/3274 KB 3096/3274 KB 3098/3274 KB 3100/3274 KB 3102/3274 KB 3104/3274 KB 3106/3274 KB 3108/3274 KB 3110/3274 KB 3112/3274 KB 3114/3274 KB 3116/3274 KB 3118/3274 KB 3120/3274 KB 3122/3274 KB 3124/3274 KB 3126/3274 KB 3128/3274 KB 3130/3274 KB 3132/3274 KB 3134/3274 KB 3136/3274 KB 3138/3274 KB 3140/3274 KB 3142/3274 KB 3144/3274 KB 3146/3274 KB 3148/3274 KB 3150/3274 KB 3152/3274 KB 3154/3274 KB 3156/3274 KB 3158/3274 KB 3160/3274 KB 3162/3274 KB 3164/3274 KB 3166/3274 KB 3168/3274 KB 3170/3274 KB 3172/3274 KB 3174/3274 KB 3176/3274 KB 3178/3274 KB 3180/3274 KB 3182/3274 KB 3184/3274 KB 3186/3274 KB 3188/3274 KB 3190/3274 KB 3192/3274 KB 3194/3274 KB 3196/3274 KB 3198/3274 KB 3200/3274 KB 3202/3274 KB 3204/3274 KB 3206/3274 KB 3208/3274 KB 3210/3274 KB 3212/3274 KB 3214/3274 KB 3216/3274 KB 3218/3274 KB 3220/3274 KB 3222/3274 KB 3224/3274 KB 3226/3274 KB 3228/3274 KB 3230/3274 KB 3232/3274 KB 3234/3274 KB 3236/3274 KB 3238/3274 KB 3240/3274 KB 3242/3274 KB 3244/3274 KB 3246/3274 KB 3248/3274 KB 3250/3274 KB 3252/3274 KB 3254/3274 KB 3256/3274 KB 3258/3274 KB 3260/3274 KB 3262/3274 KB 3264/3274 KB 3266/3274 KB 3268/3274 KB 3270/3274 KB 3272/3274 KB 3274/3274 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97.war (3274 KB at 2281.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97.pom (3 KB at 26.3 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml 287/287 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 3.5 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 20.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml 287/287 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 5.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97-sources.jar 2/15 KB 4/15 KB 6/15 KB 8/15 KB 10/15 KB 12/15 KB 14/15 KB 15/15 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97-sources.jar (15 KB at 251.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 39.4 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97-javadoc.jar 2/90 KB 4/90 KB 6/90 KB 8/90 KB 10/90 KB 12/90 KB 14/90 KB 16/90 KB 18/90 KB 20/90 KB 22/90 KB 24/90 KB 26/90 KB 28/90 KB 30/90 KB 32/90 KB 34/90 KB 36/90 KB 38/90 KB 40/90 KB 42/90 KB 44/90 KB 46/90 KB 48/90 KB 50/90 KB 52/90 KB 54/90 KB 56/90 KB 58/90 KB 60/90 KB 62/90 KB 64/90 KB 66/90 KB 68/90 KB 70/90 KB 72/90 KB 74/90 KB 76/90 KB 78/90 KB 80/90 KB 82/90 KB 84/90 KB 86/90 KB 88/90 KB 90/90 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151207.080018-97-javadoc.jar (90 KB at 531.6 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml 2/2 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 40.7 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml 780/780 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 16.9 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151207.080020-96.ear 2/3690 KB 4/3690 KB 6/3690 KB 8/3690 KB 10/3690 KB 12/3690 KB 14/3690 KB 16/3690 KB 18/3690 KB 20/3690 KB 22/3690 KB 24/3690 KB 26/3690 KB 28/3690 KB 30/3690 KB 32/3690 KB 34/3690 KB 36/3690 KB 38/3690 KB 40/3690 KB 42/3690 KB 44/3690 KB 46/3690 KB 48/3690 KB 50/3690 KB 52/3690 KB 54/3690 KB 56/3690 KB 58/3690 KB 60/3690 KB 62/3690 KB 64/3690 KB 66/3690 KB 68/3690 KB 70/3690 KB 72/3690 KB 74/3690 KB 76/3690 KB 78/3690 KB 80/3690 KB 82/3690 KB 84/3690 KB 86/3690 KB 88/3690 KB 90/3690 KB 92/3690 KB 94/3690 KB 96/3690 KB 98/3690 KB 100/3690 KB 102/3690 KB 104/3690 KB 106/3690 KB 108/3690 KB 110/3690 KB 112/3690 KB 114/3690 KB 116/3690 KB 118/3690 KB 120/3690 KB 122/3690 KB 124/3690 KB 126/3690 KB 128/3690 KB 130/3690 KB 132/3690 KB 134/3690 KB 136/3690 KB 138/3690 KB 140/3690 KB 142/3690 KB 144/3690 KB 146/3690 KB 148/3690 KB 150/3690 KB 152/3690 KB 154/3690 KB 156/3690 KB 158/3690 KB 160/3690 KB 162/3690 KB 164/3690 KB 166/3690 KB 168/3690 KB 170/3690 KB 172/3690 KB 174/3690 KB 176/3690 KB 178/3690 KB 180/3690 KB 182/3690 KB 184/3690 KB 186/3690 KB 188/3690 KB 190/3690 KB 192/3690 KB 194/3690 KB 196/3690 KB 198/3690 KB 200/3690 KB 202/3690 KB 204/3690 KB 206/3690 KB 208/3690 KB 210/3690 KB 212/3690 KB 214/3690 KB 216/3690 KB 218/3690 KB 220/3690 KB 222/3690 KB 224/3690 KB 226/3690 KB 228/3690 KB 230/3690 KB 232/3690 KB 234/3690 KB 236/3690 KB 238/3690 KB 240/3690 KB 242/3690 KB 244/3690 KB 246/3690 KB 248/3690 KB 250/3690 KB 252/3690 KB 254/3690 KB 256/3690 KB 258/3690 KB 260/3690 KB 262/3690 KB 264/3690 KB 266/3690 KB 268/3690 KB 270/3690 KB 272/3690 KB 274/3690 KB 276/3690 KB 278/3690 KB 280/3690 KB 282/3690 KB 284/3690 KB 286/3690 KB 288/3690 KB 290/3690 KB 292/3690 KB 294/3690 KB 296/3690 KB 298/3690 KB 300/3690 KB 302/3690 KB 304/3690 KB 306/3690 KB 308/3690 KB 310/3690 KB 312/3690 KB 314/3690 KB 316/3690 KB 318/3690 KB 320/3690 KB 322/3690 KB 324/3690 KB 326/3690 KB 328/3690 KB 330/3690 KB 332/3690 KB 334/3690 KB 336/3690 KB 338/3690 KB 340/3690 KB 342/3690 KB 344/3690 KB 346/3690 KB 348/3690 KB 350/3690 KB 352/3690 KB 354/3690 KB 356/3690 KB 358/3690 KB 360/3690 KB 362/3690 KB 364/3690 KB 366/3690 KB 368/3690 KB 370/3690 KB 372/3690 KB 374/3690 KB 376/3690 KB 378/3690 KB 380/3690 KB 382/3690 KB 384/3690 KB 386/3690 KB 388/3690 KB 390/3690 KB 392/3690 KB 394/3690 KB 396/3690 KB 398/3690 KB 400/3690 KB 402/3690 KB 404/3690 KB 406/3690 KB 408/3690 KB 410/3690 KB 412/3690 KB 414/3690 KB 416/3690 KB 418/3690 KB 420/3690 KB 422/3690 KB 424/3690 KB 426/3690 KB 428/3690 KB 430/3690 KB 432/3690 KB 434/3690 KB 436/3690 KB 438/3690 KB 440/3690 KB 442/3690 KB 444/3690 KB 446/3690 KB 448/3690 KB 450/3690 KB 452/3690 KB 454/3690 KB 456/3690 KB 458/3690 KB 460/3690 KB 462/3690 KB 464/3690 KB 466/3690 KB 468/3690 KB 470/3690 KB 472/3690 KB 474/3690 KB 476/3690 KB 478/3690 KB 480/3690 KB 482/3690 KB 484/3690 KB 486/3690 KB 488/3690 KB 490/3690 KB 492/3690 KB 494/3690 KB 496/3690 KB 498/3690 KB 500/3690 KB 502/3690 KB 504/3690 KB 506/3690 KB 508/3690 KB 510/3690 KB 512/3690 KB 514/3690 KB 516/3690 KB 518/3690 KB 520/3690 KB 522/3690 KB 524/3690 KB 526/3690 KB 528/3690 KB 530/3690 KB 532/3690 KB 534/3690 KB 536/3690 KB 538/3690 KB 540/3690 KB 542/3690 KB 544/3690 KB 546/3690 KB 548/3690 KB 550/3690 KB 552/3690 KB 554/3690 KB 556/3690 KB 558/3690 KB 560/3690 KB 562/3690 KB 564/3690 KB 566/3690 KB 568/3690 KB 570/3690 KB 572/3690 KB 574/3690 KB 576/3690 KB 578/3690 KB 580/3690 KB 582/3690 KB 584/3690 KB 586/3690 KB 588/3690 KB 590/3690 KB 592/3690 KB 594/3690 KB 596/3690 KB 598/3690 KB 600/3690 KB 602/3690 KB 604/3690 KB 606/3690 KB 608/3690 KB 610/3690 KB 612/3690 KB 614/3690 KB 616/3690 KB 618/3690 KB 620/3690 KB 622/3690 KB 624/3690 KB 626/3690 KB 628/3690 KB 630/3690 KB 632/3690 KB 634/3690 KB 636/3690 KB 638/3690 KB 640/3690 KB 642/3690 KB 644/3690 KB 646/3690 KB 648/3690 KB 650/3690 KB 652/3690 KB 654/3690 KB 656/3690 KB 658/3690 KB 660/3690 KB 662/3690 KB 664/3690 KB 666/3690 KB 668/3690 KB 670/3690 KB 672/3690 KB 674/3690 KB 676/3690 KB 678/3690 KB 680/3690 KB 682/3690 KB 684/3690 KB 686/3690 KB 688/3690 KB 690/3690 KB 692/3690 KB 694/3690 KB 696/3690 KB 698/3690 KB 700/3690 KB 702/3690 KB 704/3690 KB 706/3690 KB 708/3690 KB 710/3690 KB 712/3690 KB 714/3690 KB 716/3690 KB 718/3690 KB 720/3690 KB 722/3690 KB 724/3690 KB 726/3690 KB 728/3690 KB 730/3690 KB 732/3690 KB 734/3690 KB 736/3690 KB 738/3690 KB 740/3690 KB 742/3690 KB 744/3690 KB 746/3690 KB 748/3690 KB 750/3690 KB 752/3690 KB 754/3690 KB 756/3690 KB 758/3690 KB 760/3690 KB 762/3690 KB 764/3690 KB 766/3690 KB 768/3690 KB 770/3690 KB 772/3690 KB 774/3690 KB 776/3690 KB 778/3690 KB 780/3690 KB 782/3690 KB 784/3690 KB 786/3690 KB 788/3690 KB 790/3690 KB 792/3690 KB 794/3690 KB 796/3690 KB 798/3690 KB 800/3690 KB 802/3690 KB 804/3690 KB 806/3690 KB 808/3690 KB 810/3690 KB 812/3690 KB 814/3690 KB 816/3690 KB 818/3690 KB 820/3690 KB 822/3690 KB 824/3690 KB 826/3690 KB 828/3690 KB 830/3690 KB 832/3690 KB 834/3690 KB 836/3690 KB 838/3690 KB 840/3690 KB 842/3690 KB 844/3690 KB 846/3690 KB 848/3690 KB 850/3690 KB 852/3690 KB 854/3690 KB 856/3690 KB 858/3690 KB 860/3690 KB 862/3690 KB 864/3690 KB 866/3690 KB 868/3690 KB 870/3690 KB 872/3690 KB 874/3690 KB 876/3690 KB 878/3690 KB 880/3690 KB 882/3690 KB 884/3690 KB 886/3690 KB 888/3690 KB 890/3690 KB 892/3690 KB 894/3690 KB 896/3690 KB 898/3690 KB 900/3690 KB 902/3690 KB 904/3690 KB 906/3690 KB 908/3690 KB 910/3690 KB 912/3690 KB 914/3690 KB 916/3690 KB 918/3690 KB 920/3690 KB 922/3690 KB 924/3690 KB 926/3690 KB 928/3690 KB 930/3690 KB 932/3690 KB 934/3690 KB 936/3690 KB 938/3690 KB 940/3690 KB 942/3690 KB 944/3690 KB 946/3690 KB 948/3690 KB 950/3690 KB 952/3690 KB 954/3690 KB 956/3690 KB 958/3690 KB 960/3690 KB 962/3690 KB 964/3690 KB 966/3690 KB 968/3690 KB 970/3690 KB 972/3690 KB 974/3690 KB 976/3690 KB 978/3690 KB 980/3690 KB 982/3690 KB 984/3690 KB 986/3690 KB 988/3690 KB 990/3690 KB 992/3690 KB 994/3690 KB 996/3690 KB 998/3690 KB 1000/3690 KB 1002/3690 KB 1004/3690 KB 1006/3690 KB 1008/3690 KB 1010/3690 KB 1012/3690 KB 1014/3690 KB 1016/3690 KB 1018/3690 KB 1020/3690 KB 1022/3690 KB 1024/3690 KB 1026/3690 KB 1028/3690 KB 1030/3690 KB 1032/3690 KB 1034/3690 KB 1036/3690 KB 1038/3690 KB 1040/3690 KB 1042/3690 KB 1044/3690 KB 1046/3690 KB 1048/3690 KB 1050/3690 KB 1052/3690 KB 1054/3690 KB 1056/3690 KB 1058/3690 KB 1060/3690 KB 1062/3690 KB 1064/3690 KB 1066/3690 KB 1068/3690 KB 1070/3690 KB 1072/3690 KB 1074/3690 KB 1076/3690 KB 1078/3690 KB 1080/3690 KB 1082/3690 KB 1084/3690 KB 1086/3690 KB 1088/3690 KB 1090/3690 KB 1092/3690 KB 1094/3690 KB 1096/3690 KB 1098/3690 KB 1100/3690 KB 1102/3690 KB 1104/3690 KB 1106/3690 KB 1108/3690 KB 1110/3690 KB 1112/3690 KB 1114/3690 KB 1116/3690 KB 1118/3690 KB 1120/3690 KB 1122/3690 KB 1124/3690 KB 1126/3690 KB 1128/3690 KB 1130/3690 KB 1132/3690 KB 1134/3690 KB 1136/3690 KB 1138/3690 KB 1140/3690 KB 1142/3690 KB 1144/3690 KB 1146/3690 KB 1148/3690 KB 1150/3690 KB 1152/3690 KB 1154/3690 KB 1156/3690 KB 1158/3690 KB 1160/3690 KB 1162/3690 KB 1164/3690 KB 1166/3690 KB 1168/3690 KB 1170/3690 KB 1172/3690 KB 1174/3690 KB 1176/3690 KB 1178/3690 KB 1180/3690 KB 1182/3690 KB 1184/3690 KB 1186/3690 KB 1188/3690 KB 1190/3690 KB 1192/3690 KB 1194/3690 KB 1196/3690 KB 1198/3690 KB 1200/3690 KB 1202/3690 KB 1204/3690 KB 1206/3690 KB 1208/3690 KB 1210/3690 KB 1212/3690 KB 1214/3690 KB 1216/3690 KB 1218/3690 KB 1220/3690 KB 1222/3690 KB 1224/3690 KB 1226/3690 KB 1228/3690 KB 1230/3690 KB 1232/3690 KB 1234/3690 KB 1236/3690 KB 1238/3690 KB 1240/3690 KB 1242/3690 KB 1244/3690 KB 1246/3690 KB 1248/3690 KB 1250/3690 KB 1252/3690 KB 1254/3690 KB 1256/3690 KB 1258/3690 KB 1260/3690 KB 1262/3690 KB 1264/3690 KB 1266/3690 KB 1268/3690 KB 1270/3690 KB 1272/3690 KB 1274/3690 KB 1276/3690 KB 1278/3690 KB 1280/3690 KB 1282/3690 KB 1284/3690 KB 1286/3690 KB 1288/3690 KB 1290/3690 KB 1292/3690 KB 1294/3690 KB 1296/3690 KB 1298/3690 KB 1300/3690 KB 1302/3690 KB 1304/3690 KB 1306/3690 KB 1308/3690 KB 1310/3690 KB 1312/3690 KB 1314/3690 KB 1316/3690 KB 1318/3690 KB 1320/3690 KB 1322/3690 KB 1324/3690 KB 1326/3690 KB 1328/3690 KB 1330/3690 KB 1332/3690 KB 1334/3690 KB 1336/3690 KB 1338/3690 KB 1340/3690 KB 1342/3690 KB 1344/3690 KB 1346/3690 KB 1348/3690 KB 1350/3690 KB 1352/3690 KB 1354/3690 KB 1356/3690 KB 1358/3690 KB 1360/3690 KB 1362/3690 KB 1364/3690 KB 1366/3690 KB 1368/3690 KB 1370/3690 KB 1372/3690 KB 1374/3690 KB 1376/3690 KB 1378/3690 KB 1380/3690 KB 1382/3690 KB 1384/3690 KB 1386/3690 KB 1388/3690 KB 1390/3690 KB 1392/3690 KB 1394/3690 KB 1396/3690 KB 1398/3690 KB 1400/3690 KB 1402/3690 KB 1404/3690 KB 1406/3690 KB 1408/3690 KB 1410/3690 KB 1412/3690 KB 1414/3690 KB 1416/3690 KB 1418/3690 KB 1420/3690 KB 1422/3690 KB 1424/3690 KB 1426/3690 KB 1428/3690 KB 1430/3690 KB 1432/3690 KB 1434/3690 KB 1436/3690 KB 1438/3690 KB 1440/3690 KB 1442/3690 KB 1444/3690 KB 1446/3690 KB 1448/3690 KB 1450/3690 KB 1452/3690 KB 1454/3690 KB 1456/3690 KB 1458/3690 KB 1460/3690 KB 1462/3690 KB 1464/3690 KB 1466/3690 KB 1468/3690 KB 1470/3690 KB 1472/3690 KB 1474/3690 KB 1476/3690 KB 1478/3690 KB 1480/3690 KB 1482/3690 KB 1484/3690 KB 1486/3690 KB 1488/3690 KB 1490/3690 KB 1492/3690 KB 1494/3690 KB 1496/3690 KB 1498/3690 KB 1500/3690 KB 1502/3690 KB 1504/3690 KB 1506/3690 KB 1508/3690 KB 1510/3690 KB 1512/3690 KB 1514/3690 KB 1516/3690 KB 1518/3690 KB 1520/3690 KB 1522/3690 KB 1524/3690 KB 1526/3690 KB 1528/3690 KB 1530/3690 KB 1532/3690 KB 1534/3690 KB 1536/3690 KB 1538/3690 KB 1540/3690 KB 1542/3690 KB 1544/3690 KB 1546/3690 KB 1548/3690 KB 1550/3690 KB 1552/3690 KB 1554/3690 KB 1556/3690 KB 1558/3690 KB 1560/3690 KB 1562/3690 KB 1564/3690 KB 1566/3690 KB 1568/3690 KB 1570/3690 KB 1572/3690 KB 1574/3690 KB 1576/3690 KB 1578/3690 KB 1580/3690 KB 1582/3690 KB 1584/3690 KB 1586/3690 KB 1588/3690 KB 1590/3690 KB 1592/3690 KB 1594/3690 KB 1596/3690 KB 1598/3690 KB 1600/3690 KB 1602/3690 KB 1604/3690 KB 1606/3690 KB 1608/3690 KB 1610/3690 KB 1612/3690 KB 1614/3690 KB 1616/3690 KB 1618/3690 KB 1620/3690 KB 1622/3690 KB 1624/3690 KB 1626/3690 KB 1628/3690 KB 1630/3690 KB 1632/3690 KB 1634/3690 KB 1636/3690 KB 1638/3690 KB 1640/3690 KB 1642/3690 KB 1644/3690 KB 1646/3690 KB 1648/3690 KB 1650/3690 KB 1652/3690 KB 1654/3690 KB 1656/3690 KB 1658/3690 KB 1660/3690 KB 1662/3690 KB 1664/3690 KB 1666/3690 KB 1668/3690 KB 1670/3690 KB 1672/3690 KB 1674/3690 KB 1676/3690 KB 1678/3690 KB 1680/3690 KB 1682/3690 KB 1684/3690 KB 1686/3690 KB 1688/3690 KB 1690/3690 KB 1692/3690 KB 1694/3690 KB 1696/3690 KB 1698/3690 KB 1700/3690 KB 1702/3690 KB 1704/3690 KB 1706/3690 KB 1708/3690 KB 1710/3690 KB 1712/3690 KB 1714/3690 KB 1716/3690 KB 1718/3690 KB 1720/3690 KB 1722/3690 KB 1724/3690 KB 1726/3690 KB 1728/3690 KB 1730/3690 KB 1732/3690 KB 1734/3690 KB 1736/3690 KB 1738/3690 KB 1740/3690 KB 1742/3690 KB 1744/3690 KB 1746/3690 KB 1748/3690 KB 1750/3690 KB 1752/3690 KB 1754/3690 KB 1756/3690 KB 1758/3690 KB 1760/3690 KB 1762/3690 KB 1764/3690 KB 1766/3690 KB 1768/3690 KB 1770/3690 KB 1772/3690 KB 1774/3690 KB 1776/3690 KB 1778/3690 KB 1780/3690 KB 1782/3690 KB 1784/3690 KB 1786/3690 KB 1788/3690 KB 1790/3690 KB 1792/3690 KB 1794/3690 KB 1796/3690 KB 1798/3690 KB 1800/3690 KB 1802/3690 KB 1804/3690 KB 1806/3690 KB 1808/3690 KB 1810/3690 KB 1812/3690 KB 1814/3690 KB 1816/3690 KB 1818/3690 KB 1820/3690 KB 1822/3690 KB 1824/3690 KB 1826/3690 KB 1828/3690 KB 1830/3690 KB 1832/3690 KB 1834/3690 KB 1836/3690 KB 1838/3690 KB 1840/3690 KB 1842/3690 KB 1844/3690 KB 1846/3690 KB 1848/3690 KB 1850/3690 KB 1852/3690 KB 1854/3690 KB 1856/3690 KB 1858/3690 KB 1860/3690 KB 1862/3690 KB 1864/3690 KB 1866/3690 KB 1868/3690 KB 1870/3690 KB 1872/3690 KB 1874/3690 KB 1876/3690 KB 1878/3690 KB 1880/3690 KB 1882/3690 KB 1884/3690 KB 1886/3690 KB 1888/3690 KB 1890/3690 KB 1892/3690 KB 1894/3690 KB 1896/3690 KB 1898/3690 KB 1900/3690 KB 1902/3690 KB 1904/3690 KB 1906/3690 KB 1908/3690 KB 1910/3690 KB 1912/3690 KB 1914/3690 KB 1916/3690 KB 1918/3690 KB 1920/3690 KB 1922/3690 KB 1924/3690 KB 1926/3690 KB 1928/3690 KB 1930/3690 KB 1932/3690 KB 1934/3690 KB 1936/3690 KB 1938/3690 KB 1940/3690 KB 1942/3690 KB 1944/3690 KB 1946/3690 KB 1948/3690 KB 1950/3690 KB 1952/3690 KB 1954/3690 KB 1956/3690 KB 1958/3690 KB 1960/3690 KB 1962/3690 KB 1964/3690 KB 1966/3690 KB 1968/3690 KB 1970/3690 KB 1972/3690 KB 1974/3690 KB 1976/3690 KB 1978/3690 KB 1980/3690 KB 1982/3690 KB 1984/3690 KB 1986/3690 KB 1988/3690 KB 1990/3690 KB 1992/3690 KB 1994/3690 KB 1996/3690 KB 1998/3690 KB 2000/3690 KB 2002/3690 KB 2004/3690 KB 2006/3690 KB 2008/3690 KB 2010/3690 KB 2012/3690 KB 2014/3690 KB 2016/3690 KB 2018/3690 KB 2020/3690 KB 2022/3690 KB 2024/3690 KB 2026/3690 KB 2028/3690 KB 2030/3690 KB 2032/3690 KB 2034/3690 KB 2036/3690 KB 2038/3690 KB 2040/3690 KB 2042/3690 KB 2044/3690 KB 2046/3690 KB 2048/3690 KB 2050/3690 KB 2052/3690 KB 2054/3690 KB 2056/3690 KB 2058/3690 KB 2060/3690 KB 2062/3690 KB 2064/3690 KB 2066/3690 KB 2068/3690 KB 2070/3690 KB 2072/3690 KB 2074/3690 KB 2076/3690 KB 2078/3690 KB 2080/3690 KB 2082/3690 KB 2084/3690 KB 2086/3690 KB 2088/3690 KB 2090/3690 KB 2092/3690 KB 2094/3690 KB 2096/3690 KB 2098/3690 KB 2100/3690 KB 2102/3690 KB 2104/3690 KB 2106/3690 KB 2108/3690 KB 2110/3690 KB 2112/3690 KB 2114/3690 KB 2116/3690 KB 2118/3690 KB 2120/3690 KB 2122/3690 KB 2124/3690 KB 2126/3690 KB 2128/3690 KB 2130/3690 KB 2132/3690 KB 2134/3690 KB 2136/3690 KB 2138/3690 KB 2140/3690 KB 2142/3690 KB 2144/3690 KB 2146/3690 KB 2148/3690 KB 2150/3690 KB 2152/3690 KB 2154/3690 KB 2156/3690 KB 2158/3690 KB 2160/3690 KB 2162/3690 KB 2164/3690 KB 2166/3690 KB 2168/3690 KB 2170/3690 KB 2172/3690 KB 2174/3690 KB 2176/3690 KB 2178/3690 KB 2180/3690 KB 2182/3690 KB 2184/3690 KB 2186/3690 KB 2188/3690 KB 2190/3690 KB 2192/3690 KB 2194/3690 KB 2196/3690 KB 2198/3690 KB 2200/3690 KB 2202/3690 KB 2204/3690 KB 2206/3690 KB 2208/3690 KB 2210/3690 KB 2212/3690 KB 2214/3690 KB 2216/3690 KB 2218/3690 KB 2220/3690 KB 2222/3690 KB 2224/3690 KB 2226/3690 KB 2228/3690 KB 2230/3690 KB 2232/3690 KB 2234/3690 KB 2236/3690 KB 2238/3690 KB 2240/3690 KB 2242/3690 KB 2244/3690 KB 2246/3690 KB 2248/3690 KB 2250/3690 KB 2252/3690 KB 2254/3690 KB 2256/3690 KB 2258/3690 KB 2260/3690 KB 2262/3690 KB 2264/3690 KB 2266/3690 KB 2268/3690 KB 2270/3690 KB 2272/3690 KB 2274/3690 KB 2276/3690 KB 2278/3690 KB 2280/3690 KB 2282/3690 KB 2284/3690 KB 2286/3690 KB 2288/3690 KB 2290/3690 KB 2292/3690 KB 2294/3690 KB 2296/3690 KB 2298/3690 KB 2300/3690 KB 2302/3690 KB 2304/3690 KB 2306/3690 KB 2308/3690 KB 2310/3690 KB 2312/3690 KB 2314/3690 KB 2316/3690 KB 2318/3690 KB 2320/3690 KB 2322/3690 KB 2324/3690 KB 2326/3690 KB 2328/3690 KB 2330/3690 KB 2332/3690 KB 2334/3690 KB 2336/3690 KB 2338/3690 KB 2340/3690 KB 2342/3690 KB 2344/3690 KB 2346/3690 KB 2348/3690 KB 2350/3690 KB 2352/3690 KB 2354/3690 KB 2356/3690 KB 2358/3690 KB 2360/3690 KB 2362/3690 KB 2364/3690 KB 2366/3690 KB 2368/3690 KB 2370/3690 KB 2372/3690 KB 2374/3690 KB 2376/3690 KB 2378/3690 KB 2380/3690 KB 2382/3690 KB 2384/3690 KB 2386/3690 KB 2388/3690 KB 2390/3690 KB 2392/3690 KB 2394/3690 KB 2396/3690 KB 2398/3690 KB 2400/3690 KB 2402/3690 KB 2404/3690 KB 2406/3690 KB 2408/3690 KB 2410/3690 KB 2412/3690 KB 2414/3690 KB 2416/3690 KB 2418/3690 KB 2420/3690 KB 2422/3690 KB 2424/3690 KB 2426/3690 KB 2428/3690 KB 2430/3690 KB 2432/3690 KB 2434/3690 KB 2436/3690 KB 2438/3690 KB 2440/3690 KB 2442/3690 KB 2444/3690 KB 2446/3690 KB 2448/3690 KB 2450/3690 KB 2452/3690 KB 2454/3690 KB 2456/3690 KB 2458/3690 KB 2460/3690 KB 2462/3690 KB 2464/3690 KB 2466/3690 KB 2468/3690 KB 2470/3690 KB 2472/3690 KB 2474/3690 KB 2476/3690 KB 2478/3690 KB 2480/3690 KB 2482/3690 KB 2484/3690 KB 2486/3690 KB 2488/3690 KB 2490/3690 KB 2492/3690 KB 2494/3690 KB 2496/3690 KB 2498/3690 KB 2500/3690 KB 2502/3690 KB 2504/3690 KB 2506/3690 KB 2508/3690 KB 2510/3690 KB 2512/3690 KB 2514/3690 KB 2516/3690 KB 2518/3690 KB 2520/3690 KB 2522/3690 KB 2524/3690 KB 2526/3690 KB 2528/3690 KB 2530/3690 KB 2532/3690 KB 2534/3690 KB 2536/3690 KB 2538/3690 KB 2540/3690 KB 2542/3690 KB 2544/3690 KB 2546/3690 KB 2548/3690 KB 2550/3690 KB 2552/3690 KB 2554/3690 KB 2556/3690 KB 2558/3690 KB 2560/3690 KB 2562/3690 KB 2564/3690 KB 2566/3690 KB 2568/3690 KB 2570/3690 KB 2572/3690 KB 2574/3690 KB 2576/3690 KB 2578/3690 KB 2580/3690 KB 2582/3690 KB 2584/3690 KB 2586/3690 KB 2588/3690 KB 2590/3690 KB 2592/3690 KB 2594/3690 KB 2596/3690 KB 2598/3690 KB 2600/3690 KB 2602/3690 KB 2604/3690 KB 2606/3690 KB 2608/3690 KB 2610/3690 KB 2612/3690 KB 2614/3690 KB 2616/3690 KB 2618/3690 KB 2620/3690 KB 2622/3690 KB 2624/3690 KB 2626/3690 KB 2628/3690 KB 2630/3690 KB 2632/3690 KB 2634/3690 KB 2636/3690 KB 2638/3690 KB 2640/3690 KB 2642/3690 KB 2644/3690 KB 2646/3690 KB 2648/3690 KB 2650/3690 KB 2652/3690 KB 2654/3690 KB 2656/3690 KB 2658/3690 KB 2660/3690 KB 2662/3690 KB 2664/3690 KB 2666/3690 KB 2668/3690 KB 2670/3690 KB 2672/3690 KB 2674/3690 KB 2676/3690 KB 2678/3690 KB 2680/3690 KB 2682/3690 KB 2684/3690 KB 2686/3690 KB 2688/3690 KB 2690/3690 KB 2692/3690 KB 2694/3690 KB 2696/3690 KB 2698/3690 KB 2700/3690 KB 2702/3690 KB 2704/3690 KB 2706/3690 KB 2708/3690 KB 2710/3690 KB 2712/3690 KB 2714/3690 KB 2716/3690 KB 2718/3690 KB 2720/3690 KB 2722/3690 KB 2724/3690 KB 2726/3690 KB 2728/3690 KB 2730/3690 KB 2732/3690 KB 2734/3690 KB 2736/3690 KB 2738/3690 KB 2740/3690 KB 2742/3690 KB 2744/3690 KB 2746/3690 KB 2748/3690 KB 2750/3690 KB 2752/3690 KB 2754/3690 KB 2756/3690 KB 2758/3690 KB 2760/3690 KB 2762/3690 KB 2764/3690 KB 2766/3690 KB 2768/3690 KB 2770/3690 KB 2772/3690 KB 2774/3690 KB 2776/3690 KB 2778/3690 KB 2780/3690 KB 2782/3690 KB 2784/3690 KB 2786/3690 KB 2788/3690 KB 2790/3690 KB 2792/3690 KB 2794/3690 KB 2796/3690 KB 2798/3690 KB 2800/3690 KB 2802/3690 KB 2804/3690 KB 2806/3690 KB 2808/3690 KB 2810/3690 KB 2812/3690 KB 2814/3690 KB 2816/3690 KB 2818/3690 KB 2820/3690 KB 2822/3690 KB 2824/3690 KB 2826/3690 KB 2828/3690 KB 2830/3690 KB 2832/3690 KB 2834/3690 KB 2836/3690 KB 2838/3690 KB 2840/3690 KB 2842/3690 KB 2844/3690 KB 2846/3690 KB 2848/3690 KB 2850/3690 KB 2852/3690 KB 2854/3690 KB 2856/3690 KB 2858/3690 KB 2860/3690 KB 2862/3690 KB 2864/3690 KB 2866/3690 KB 2868/3690 KB 2870/3690 KB 2872/3690 KB 2874/3690 KB 2876/3690 KB 2878/3690 KB 2880/3690 KB 2882/3690 KB 2884/3690 KB 2886/3690 KB 2888/3690 KB 2890/3690 KB 2892/3690 KB 2894/3690 KB 2896/3690 KB 2898/3690 KB 2900/3690 KB 2902/3690 KB 2904/3690 KB 2906/3690 KB 2908/3690 KB 2910/3690 KB 2912/3690 KB 2914/3690 KB 2916/3690 KB 2918/3690 KB 2920/3690 KB 2922/3690 KB 2924/3690 KB 2926/3690 KB 2928/3690 KB 2930/3690 KB 2932/3690 KB 2934/3690 KB 2936/3690 KB 2938/3690 KB 2940/3690 KB 2942/3690 KB 2944/3690 KB 2946/3690 KB 2948/3690 KB 2950/3690 KB 2952/3690 KB 2954/3690 KB 2956/3690 KB 2958/3690 KB 2960/3690 KB 2962/3690 KB 2964/3690 KB 2966/3690 KB 2968/3690 KB 2970/3690 KB 2972/3690 KB 2974/3690 KB 2976/3690 KB 2978/3690 KB 2980/3690 KB 2982/3690 KB 2984/3690 KB 2986/3690 KB 2988/3690 KB 2990/3690 KB 2992/3690 KB 2994/3690 KB 2996/3690 KB 2998/3690 KB 3000/3690 KB 3002/3690 KB 3004/3690 KB 3006/3690 KB 3008/3690 KB 3010/3690 KB 3012/3690 KB 3014/3690 KB 3016/3690 KB 3018/3690 KB 3020/3690 KB 3022/3690 KB 3024/3690 KB 3026/3690 KB 3028/3690 KB 3030/3690 KB 3032/3690 KB 3034/3690 KB 3036/3690 KB 3038/3690 KB 3040/3690 KB 3042/3690 KB 3044/3690 KB 3046/3690 KB 3048/3690 KB 3050/3690 KB 3052/3690 KB 3054/3690 KB 3056/3690 KB 3058/3690 KB 3060/3690 KB 3062/3690 KB 3064/3690 KB 3066/3690 KB 3068/3690 KB 3070/3690 KB 3072/3690 KB 3074/3690 KB 3076/3690 KB 3078/3690 KB 3080/3690 KB 3082/3690 KB 3084/3690 KB 3086/3690 KB 3088/3690 KB 3090/3690 KB 3092/3690 KB 3094/3690 KB 3096/3690 KB 3098/3690 KB 3100/3690 KB 3102/3690 KB 3104/3690 KB 3106/3690 KB 3108/3690 KB 3110/3690 KB 3112/3690 KB 3114/3690 KB 3116/3690 KB 3118/3690 KB 3120/3690 KB 3122/3690 KB 3124/3690 KB 3126/3690 KB 3128/3690 KB 3130/3690 KB 3132/3690 KB 3134/3690 KB 3136/3690 KB 3138/3690 KB 3140/3690 KB 3142/3690 KB 3144/3690 KB 3146/3690 KB 3148/3690 KB 3150/3690 KB 3152/3690 KB 3154/3690 KB 3156/3690 KB 3158/3690 KB 3160/3690 KB 3162/3690 KB 3164/3690 KB 3166/3690 KB 3168/3690 KB 3170/3690 KB 3172/3690 KB 3174/3690 KB 3176/3690 KB 3178/3690 KB 3180/3690 KB 3182/3690 KB 3184/3690 KB 3186/3690 KB 3188/3690 KB 3190/3690 KB 3192/3690 KB 3194/3690 KB 3196/3690 KB 3198/3690 KB 3200/3690 KB 3202/3690 KB 3204/3690 KB 3206/3690 KB 3208/3690 KB 3210/3690 KB 3212/3690 KB 3214/3690 KB 3216/3690 KB 3218/3690 KB 3220/3690 KB 3222/3690 KB 3224/3690 KB 3226/3690 KB 3228/3690 KB 3230/3690 KB 3232/3690 KB 3234/3690 KB 3236/3690 KB 3238/3690 KB 3240/3690 KB 3242/3690 KB 3244/3690 KB 3246/3690 KB 3248/3690 KB 3250/3690 KB 3252/3690 KB 3254/3690 KB 3256/3690 KB 3258/3690 KB 3260/3690 KB 3262/3690 KB 3264/3690 KB 3266/3690 KB 3268/3690 KB 3270/3690 KB 3272/3690 KB 3274/3690 KB 3276/3690 KB 3278/3690 KB 3280/3690 KB 3282/3690 KB 3284/3690 KB 3286/3690 KB 3288/3690 KB 3290/3690 KB 3292/3690 KB 3294/3690 KB 3296/3690 KB 3298/3690 KB 3300/3690 KB 3302/3690 KB 3304/3690 KB 3306/3690 KB 3308/3690 KB 3310/3690 KB 3312/3690 KB 3314/3690 KB 3316/3690 KB 3318/3690 KB 3320/3690 KB 3322/3690 KB 3324/3690 KB 3326/3690 KB 3328/3690 KB 3330/3690 KB 3332/3690 KB 3334/3690 KB 3336/3690 KB 3338/3690 KB 3340/3690 KB 3342/3690 KB 3344/3690 KB 3346/3690 KB 3348/3690 KB 3350/3690 KB 3352/3690 KB 3354/3690 KB 3356/3690 KB 3358/3690 KB 3360/3690 KB 3362/3690 KB 3364/3690 KB 3366/3690 KB 3368/3690 KB 3370/3690 KB 3372/3690 KB 3374/3690 KB 3376/3690 KB 3378/3690 KB 3380/3690 KB 3382/3690 KB 3384/3690 KB 3386/3690 KB 3388/3690 KB 3390/3690 KB 3392/3690 KB 3394/3690 KB 3396/3690 KB 3398/3690 KB 3400/3690 KB 3402/3690 KB 3404/3690 KB 3406/3690 KB 3408/3690 KB 3410/3690 KB 3412/3690 KB 3414/3690 KB 3416/3690 KB 3418/3690 KB 3420/3690 KB 3422/3690 KB 3424/3690 KB 3426/3690 KB 3428/3690 KB 3430/3690 KB 3432/3690 KB 3434/3690 KB 3436/3690 KB 3438/3690 KB 3440/3690 KB 3442/3690 KB 3444/3690 KB 3446/3690 KB 3448/3690 KB 3450/3690 KB 3452/3690 KB 3454/3690 KB 3456/3690 KB 3458/3690 KB 3460/3690 KB 3462/3690 KB 3464/3690 KB 3466/3690 KB 3468/3690 KB 3470/3690 KB 3472/3690 KB 3474/3690 KB 3476/3690 KB 3478/3690 KB 3480/3690 KB 3482/3690 KB 3484/3690 KB 3486/3690 KB 3488/3690 KB 3490/3690 KB 3492/3690 KB 3494/3690 KB 3496/3690 KB 3498/3690 KB 3500/3690 KB 3502/3690 KB 3504/3690 KB 3506/3690 KB 3508/3690 KB 3510/3690 KB 3512/3690 KB 3514/3690 KB 3516/3690 KB 3518/3690 KB 3520/3690 KB 3522/3690 KB 3524/3690 KB 3526/3690 KB 3528/3690 KB 3530/3690 KB 3532/3690 KB 3534/3690 KB 3536/3690 KB 3538/3690 KB 3540/3690 KB 3542/3690 KB 3544/3690 KB 3546/3690 KB 3548/3690 KB 3550/3690 KB 3552/3690 KB 3554/3690 KB 3556/3690 KB 3558/3690 KB 3560/3690 KB 3562/3690 KB 3564/3690 KB 3566/3690 KB 3568/3690 KB 3570/3690 KB 3572/3690 KB 3574/3690 KB 3576/3690 KB 3578/3690 KB 3580/3690 KB 3582/3690 KB 3584/3690 KB 3586/3690 KB 3588/3690 KB 3590/3690 KB 3592/3690 KB 3594/3690 KB 3596/3690 KB 3598/3690 KB 3600/3690 KB 3602/3690 KB 3604/3690 KB 3606/3690 KB 3608/3690 KB 3610/3690 KB 3612/3690 KB 3614/3690 KB 3616/3690 KB 3618/3690 KB 3620/3690 KB 3622/3690 KB 3624/3690 KB 3626/3690 KB 3628/3690 KB 3630/3690 KB 3632/3690 KB 3634/3690 KB 3636/3690 KB 3638/3690 KB 3640/3690 KB 3642/3690 KB 3644/3690 KB 3646/3690 KB 3648/3690 KB 3650/3690 KB 3652/3690 KB 3654/3690 KB 3656/3690 KB 3658/3690 KB 3660/3690 KB 3662/3690 KB 3664/3690 KB 3666/3690 KB 3668/3690 KB 3670/3690 KB 3672/3690 KB 3674/3690 KB 3676/3690 KB 3678/3690 KB 3680/3690 KB 3682/3690 KB 3684/3690 KB 3686/3690 KB 3688/3690 KB 3690/3690 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151207.080020-96.ear (3690 KB at 3079.3 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151207.080020-96.pom 2/3 KB 3/3 KB Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151207.080020-96.pom (3 KB at 31.8 KB/sec) Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml 287/287 B Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 5.0 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml 780/780 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 14.1 KB/sec) Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml 287/287 B Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 3.9 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [4.937s] [INFO] Domain ............................................ SUCCESS [4.782s] [INFO] Tests ............................................. SUCCESS [5.533s] [INFO] Service ........................................... SUCCESS [3.907s] [INFO] REST .............................................. SUCCESS [3.713s] [INFO] JSF ............................................... SUCCESS [12.678s] [INFO] EAR ............................................... SUCCESS [10.689s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46.910s [INFO] Finished at: Mon Dec 07 09:00:22 CET 2015 [INFO] Final Memory: 41M/566M [INFO] ------------------------------------------------------------------------ [LETTA] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true wildfly:deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sample [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sample 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta >>> [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ letta >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ letta <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain --- [INFO] Analyzed bundle 'Domain' with 5 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests >>> [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.security... Loading source files for package es.uvigo.esei.dgss.letta.domain.entities... Loading source files for package es.uvigo.esei.dgss.letta.http.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/MailBox.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/RegexMatcher.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/class-use/Email.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/UserRoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToUser.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventsDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualToEvent.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToRegistration.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/mail/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service --- [INFO] Analyzed bundle 'Service' with 7 classes [INFO] [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service --- [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.service... Loading source files for package es.uvigo.esei.dgss.letta.service.util.mail... Loading source files for package es.uvigo.esei.dgss.letta.service.util.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserAuthorizationEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/class-use/DefaultMailer.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EmailDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/EventAlredyJoinedException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/class-use/LoginDuplicateException.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/exceptions/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/util/mail/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for start [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:206: warning: no @param for count [WARNING] public List getEventsJoinedByUser(final int start, final int count) { [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building REST 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest --- [INFO] Analyzed bundle 'REST' with 5 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest --- [INFO] Packaging webapp [INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp] [INFO] Webapp assembled in [37 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.rest.util.mapper... Loading source files for package es.uvigo.esei.dgss.letta.rest... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/SecurityExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/CORSFilter.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/class-use/IllegalArgumentExceptionMapper.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/EventResource.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/class-use/UserPrivateRest.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/es/uvigo/esei/dgss/letta/rest/util/mapper/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/rest/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JSF 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf --- [INFO] Analyzed bundle 'JSF' with 12 classes [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf --- [INFO] Packaging webapp [INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp] [INFO] Webapp assembled in [128 msecs] [INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>> [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf --- [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf --- [INFO] Loading source files for package es.uvigo.esei.dgss.letta.jsf... Loading source files for package es.uvigo.esei.dgss.letta.jsf.util... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ListJoinedEventsController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/UserPrivateController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JoinEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/EventSearchController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/LazyEventList.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/JSFPagePathUtils.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/class-use/EventMappings.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/util/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building EAR 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear >>> [INFO] [INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear --- [INFO] Generating application.xml [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear --- [INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip [INFO] wildfly-dist-8.2.1.Final.zip already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear --- [INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>> [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear --- [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear --- Dec 07, 2015 9:00:58 AM org.xnio.Xnio INFO: XNIO version 3.3.1.Final Dec 07, 2015 9:00:58 AM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.3.1.Final Dec 07, 2015 9:00:58 AM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 4.0.9.Final [INFO] Authenticating against security realm: ManagementRealm [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sample ............................................ SUCCESS [5.452s] [INFO] Domain ............................................ SUCCESS [4.454s] [INFO] Tests ............................................. SUCCESS [3.700s] [INFO] Service ........................................... SUCCESS [3.358s] [INFO] REST .............................................. SUCCESS [3.377s] [INFO] JSF ............................................... SUCCESS [7.378s] [INFO] EAR ............................................... SUCCESS [13.782s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 43.441s [INFO] Finished at: Mon Dec 07 09:01:10 CET 2015 [INFO] Final Memory: 46M/534M [INFO] ------------------------------------------------------------------------ Xvfb stopping [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/domain/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Domain_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/service/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Service_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/jsf/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/JSF_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/rest/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/REST_JaCoCo_Report Finished: SUCCESS