[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1617-letta-teama-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ dgss1617-letta-teama-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes"
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ dgss1617-letta-teama-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ dgss1617-letta-teama-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ dgss1617-letta-teama-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ dgss1617-letta-teama-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/test-classes
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1617-letta-teama-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 1617 Team A/rest/target with includes "" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-wildfly-resources) @ dgss1617-letta-teama-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ dgss1617-letta-teama-rest ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running es.uvigo.esei.dgss.teama.letta.rest.ResourceIntegrationTestSuite
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.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
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.security] JBAS013171: Activating Security Subsystem
INFO [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
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.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting
INFO [org.jboss.as.naming] JBAS011802: Starting Naming Service
INFO [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default]
INFO [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)
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 1617 Team A/rest/target/wildfly-8.2.1.Final/welcome-content
INFO [org.wildfly.extension.undertow] JBAS017525: Started server default-server.
INFO [org.wildfly.extension.undertow] JBAS017531: Host default-host starting
INFO [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc.
INFO [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators
INFO [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:38080
INFO [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Wed, 17 May 2017 13:21:42
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 1617 Team A/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.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/dgss1617/letta/teama]
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:39990/management
INFO [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:39990
INFO [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 10369ms - Started 194 of 244 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 1617 Team A/rest/target/wildfly-8.2.1.Final/standalone/data/content/c8/efb43991c65a093ec58b2601200abd954ca389/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.teama.letta.ejb.UserEJB
java:app/test/UserEJB!es.uvigo.esei.dgss.teama.letta.ejb.UserEJB
java:module/UserEJB!es.uvigo.esei.dgss.teama.letta.ejb.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.teama.letta.ejb.EventEJB
java:app/test/EventEJB!es.uvigo.esei.dgss.teama.letta.ejb.EventEJB
java:module/EventEJB!es.uvigo.esei.dgss.teama.letta.ejb.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_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement:
alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173]
Hibernate: alter table Event drop constraint FK_175t5m2xqoldi4lblkqxh6ycr if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_175t5m2xqoldi4lblkqxh6ycr if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement:
alter table Event drop constraint FK_175t5m2xqoldi4lblkqxh6ycr if exists [42102-173]
Hibernate: alter table Event_User drop constraint FK_c89duy8t9n6vtk0s8pvpuqc3v if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event_User drop constraint FK_c89duy8t9n6vtk0s8pvpuqc3v if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT_USER" not found; SQL statement:
alter table Event_User drop constraint FK_c89duy8t9n6vtk0s8pvpuqc3v if exists [42102-173]
Hibernate: alter table Event_User drop constraint FK_7lv1vc52i37lklkiqyg7x7bfl if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event_User drop constraint FK_7lv1vc52i37lklkiqyg7x7bfl if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT_USER" not found; SQL statement:
alter table Event_User drop constraint FK_7lv1vc52i37lklkiqyg7x7bfl if exists [42102-173]
Hibernate: drop table Event if exists
Hibernate: drop table Event_User if exists
Hibernate: drop table User if exists
Hibernate: drop table VerificationToken if exists
Hibernate: create table Event (id integer generated by default as identity, canceled boolean not null, category varchar(255) not null, description varchar(255) not null, end timestamp not null, head varchar(50) not null, location varchar(255) not null, start timestamp not null, title varchar(20) not null, creator_login varchar(255), organizer_login varchar(255), primary key (id))
Hibernate: create table Event_User (assistantsEvents_id integer not null, assistants_login varchar(255) not null, primary key (assistantsEvents_id, assistants_login))
Hibernate: create table User (login varchar(255) not null, email varchar(255) not null, name varchar(255) not null, password varchar(255) not null, role varchar(255) not null, surname varchar(255) not null, primary key (login))
Hibernate: create table VerificationToken (token varchar(255) not null, email varchar(255) not null, login varchar(255) not null, name varchar(255) not null, password varchar(255) not null, role varchar(255) not null, surname varchar(255) not null, primary key (token))
Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User
Hibernate: alter table Event add constraint FK_175t5m2xqoldi4lblkqxh6ycr foreign key (organizer_login) references User
Hibernate: alter table Event_User add constraint FK_c89duy8t9n6vtk0s8pvpuqc3v foreign key (assistants_login) references User
Hibernate: alter table Event_User add constraint FK_7lv1vc52i37lklkiqyg7x7bfl foreign key (assistantsEvents_id) references Event
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")
[33m13:22:08,380 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.
[0m[33m13:22:08,443 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.
[0mlog4j:WARN No appenders could be found for logger (org.jboss.resteasy.plugins.providers.DocumentProvider).
log4j:WARN Please initialize the log4j system properly.
[33m13:22:11,221 WARN [org.jboss.resteasy.plugins.providers.RegisterBuiltin] (default task-15) ClassNotFoundException: Unable to load builtin provider: org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider
[0mWARN [org.hibernate.hql.internal.ast.QueryTranslatorImpl] HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
Hibernate: select event0_.id as id1_0_0_, user2_.login as login1_2_1_, event0_.canceled as canceled2_0_0_, event0_.category as category3_0_0_, event0_.creator_login as creator10_0_0_, event0_.description as descript4_0_0_, event0_.end as end5_0_0_, event0_.head as head6_0_0_, event0_.location as location7_0_0_, event0_.organizer_login as organiz11_0_0_, event0_.start as start8_0_0_, event0_.title as title9_0_0_, user2_.email as email2_2_1_, user2_.name as name3_2_1_, user2_.password as password4_2_1_, user2_.role as role5_2_1_, user2_.surname as surname6_2_1_, assistants1_.assistantsEvents_id as assistan1_0_0__, assistants1_.assistants_login as assistan2_1_0__ from Event event0_ left outer join Event_User assistants1_ on event0_.id=assistants1_.assistantsEvents_id left outer join User user2_ on assistants1_.assistants_login=user2_.login
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
[33m13:22:14,204 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.
[0m[33m13:22:14,318 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.
[0m[33m13:22:14,580 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.
[0m[33m13:22:14,605 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.
[0mHibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select createdeve0_.creator_login as creator10_2_0_, createdeve0_.id as id1_0_0_, createdeve0_.id as id1_0_1_, createdeve0_.canceled as canceled2_0_1_, createdeve0_.category as category3_0_1_, createdeve0_.creator_login as creator10_0_1_, createdeve0_.description as descript4_0_1_, createdeve0_.end as end5_0_1_, createdeve0_.head as head6_0_1_, createdeve0_.location as location7_0_1_, createdeve0_.organizer_login as organiz11_0_1_, createdeve0_.start as start8_0_1_, createdeve0_.title as title9_0_1_, user1_.login as login1_2_2_, user1_.email as email2_2_2_, user1_.name as name3_2_2_, user1_.password as password4_2_2_, user1_.role as role5_2_2_, user1_.surname as surname6_2_2_ from Event createdeve0_ left outer join User user1_ on createdeve0_.organizer_login=user1_.login where createdeve0_.creator_login=?
Hibernate: select organizede0_.organizer_login as organiz11_2_0_, organizede0_.id as id1_0_0_, organizede0_.id as id1_0_1_, organizede0_.canceled as canceled2_0_1_, organizede0_.category as category3_0_1_, organizede0_.creator_login as creator10_0_1_, organizede0_.description as descript4_0_1_, organizede0_.end as end5_0_1_, organizede0_.head as head6_0_1_, organizede0_.location as location7_0_1_, organizede0_.organizer_login as organiz11_0_1_, organizede0_.start as start8_0_1_, organizede0_.title as title9_0_1_, user1_.login as login1_2_2_, user1_.email as email2_2_2_, user1_.name as name3_2_2_, user1_.password as password4_2_2_, user1_.role as role5_2_2_, user1_.surname as surname6_2_2_ from Event organizede0_ left outer join User user1_ on organizede0_.creator_login=user1_.login where organizede0_.organizer_login=?
Hibernate: insert into Event (id, canceled, category, creator_login, description, end, head, location, organizer_login, start, title) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select event0_.id as id1_0_, event0_.canceled as canceled2_0_, event0_.category as category3_0_, event0_.creator_login as creator10_0_, event0_.description as descript4_0_, event0_.end as end5_0_, event0_.head as head6_0_, event0_.location as location7_0_, event0_.organizer_login as organiz11_0_, event0_.start as start8_0_, event0_.title as title9_0_ from Event event0_ where event0_.id=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
[33m13:22:16,244 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.
[0m[33m13:22:16,321 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.
[0m[33m13:22:16,691 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.
[0m[33m13:22:16,714 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.
[0mHibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select createdeve0_.creator_login as creator10_2_0_, createdeve0_.id as id1_0_0_, createdeve0_.id as id1_0_1_, createdeve0_.canceled as canceled2_0_1_, createdeve0_.category as category3_0_1_, createdeve0_.creator_login as creator10_0_1_, createdeve0_.description as descript4_0_1_, createdeve0_.end as end5_0_1_, createdeve0_.head as head6_0_1_, createdeve0_.location as location7_0_1_, createdeve0_.organizer_login as organiz11_0_1_, createdeve0_.start as start8_0_1_, createdeve0_.title as title9_0_1_, user1_.login as login1_2_2_, user1_.email as email2_2_2_, user1_.name as name3_2_2_, user1_.password as password4_2_2_, user1_.role as role5_2_2_, user1_.surname as surname6_2_2_ from Event createdeve0_ left outer join User user1_ on createdeve0_.organizer_login=user1_.login where createdeve0_.creator_login=?
Hibernate: select organizede0_.organizer_login as organiz11_2_0_, organizede0_.id as id1_0_0_, organizede0_.id as id1_0_1_, organizede0_.canceled as canceled2_0_1_, organizede0_.category as category3_0_1_, organizede0_.creator_login as creator10_0_1_, organizede0_.description as descript4_0_1_, organizede0_.end as end5_0_1_, organizede0_.head as head6_0_1_, organizede0_.location as location7_0_1_, organizede0_.organizer_login as organiz11_0_1_, organizede0_.start as start8_0_1_, organizede0_.title as title9_0_1_, user1_.login as login1_2_2_, user1_.email as email2_2_2_, user1_.name as name3_2_2_, user1_.password as password4_2_2_, user1_.role as role5_2_2_, user1_.surname as surname6_2_2_ from Event organizede0_ left outer join User user1_ on organizede0_.creator_login=user1_.login where organizede0_.organizer_login=?
Hibernate: insert into Event (id, canceled, category, creator_login, description, end, head, location, organizer_login, start, title) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] SQL Error: 22001, SQLState: 22001
ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] Value too long for column "TITLE VARCHAR(20) NOT NULL": "'Long Long Long Long Long Long Title' (35)"; SQL statement:
insert into Event (id, canceled, category, creator_login, description, end, head, location, organizer_login, start, title) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-173]
ERROR [org.jboss.as.ejb3.invocation] JBAS014134: EJB Invocation failed on component EventEJB for method public es.uvigo.esei.dgss.teama.letta.entities.Event es.uvigo.esei.dgss.teama.letta.ejb.EventEJB.createEvent(es.uvigo.esei.dgss.teama.letta.entities.Event): javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not execute statement
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:190) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:275) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:340) [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.teama.letta.ejb.EventEJB$$$view2.createEvent(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
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.teama.letta.ejb.EventEJB$Proxy$_$$_Weld$EnterpriseProxy$.createEvent(Unknown Source) [classes:]
at es.uvigo.esei.dgss.teama.letta.rest.EventResource.createEvent(EventResource.java:122) [classes:]
at es.uvigo.esei.dgss.teama.letta.rest.EventResource$Proxy$_$$_WeldClientProxy.createEvent(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [resteasy-jaxrs-3.0.10.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [resteasy-jaxrs-3.0.10.Final.jar:]
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.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33) [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.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51) [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.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56) [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_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_131]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_131]
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not execute statement
at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1763) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1677) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1683) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.jpa.spi.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:1187) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
at org.jboss.as.jpa.container.AbstractEntityManager.persist(AbstractEntityManager.java:581) [wildfly-jpa-8.2.1.Final.jar:8.2.1.Final]
at es.uvigo.esei.dgss.teama.letta.ejb.EventEJB.createEvent(EventEJB.java:78) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_131]
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.invokeInOurTx(CMTTxInterceptor.java:273) [wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
... 90 more
Caused by: org.hibernate.exception.DataException: could not execute statement
at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:135) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:211) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:96) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:58) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3032) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3558) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:98) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:490) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:195) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:179) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:214) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:324) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:288) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:194) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:125) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.jpa.event.internal.core.JpaPersistEventListener.saveWithGeneratedId(JpaPersistEventListener.java:84) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:206) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:149) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:75) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:811) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:784) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:789) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
at org.hibernate.jpa.spi.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:1181) [hibernate-entitymanager-4.3.7.Final.jar:4.3.7.Final]
... 127 more
Caused by: org.h2.jdbc.JdbcSQLException: Value too long for column "TITLE VARCHAR(20) NOT NULL": "'Long Long Long Long Long Long Title' (35)"; SQL statement:
insert into Event (id, canceled, category, creator_login, description, end, head, location, organizer_login, start, title) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [22001-173]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:331)
at org.h2.message.DbException.get(DbException.java:171)
at org.h2.table.Column.validateConvertUpdateSequence(Column.java:317)
at org.h2.table.Table.validateConvertUpdateSequence(Table.java:699)
at org.h2.command.dml.Insert.insertRows(Insert.java:123)
at org.h2.command.dml.Insert.update(Insert.java:86)
at org.h2.command.CommandContainer.update(CommandContainer.java:79)
at org.h2.command.Command.executeUpdate(Command.java:235)
at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:154)
at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:140)
at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:493)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:208) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]
... 148 more
[33m13:22:17,263 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.
[0m[33m13:22:17,304 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.
[0m[33m13:22:17,431 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.
[0m[33m13:22:17,483 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.
[0m[33m13:22:17,718 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-13) 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.
[0m[33m13:22:17,730 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-13) 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.
[0m[33m13:22:17,815 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.
[0m[33m13:22:17,847 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.
[0m[33m13:22:17,876 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.
[0mHibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select event0_.id as id1_0_0_, user2_.login as login1_2_1_, event0_.canceled as canceled2_0_0_, event0_.category as category3_0_0_, event0_.creator_login as creator10_0_0_, event0_.description as descript4_0_0_, event0_.end as end5_0_0_, event0_.head as head6_0_0_, event0_.location as location7_0_0_, event0_.organizer_login as organiz11_0_0_, event0_.start as start8_0_0_, event0_.title as title9_0_0_, user2_.email as email2_2_1_, user2_.name as name3_2_1_, user2_.password as password4_2_1_, user2_.role as role5_2_1_, user2_.surname as surname6_2_1_, assistants1_.assistantsEvents_id as assistan1_0_0__, assistants1_.assistants_login as assistan2_1_0__ from Event event0_ inner join Event_User assistants1_ on event0_.id=assistants1_.assistantsEvents_id inner join User user2_ on assistants1_.assistants_login=user2_.login where ? in (user2_.login) order by event0_.start DESC, event0_.title ASC
[33m13:22:18,144 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.
[0m[33m13:22:18,164 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.
[0m[33m13:22:18,181 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.
[0m[33m13:22:18,286 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-23) 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.
[0m[33m13:22:18,320 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-23) 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.
[0mWARN [org.hibernate.hql.internal.ast.QueryTranslatorImpl] HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
Hibernate: select event0_.id as id1_0_0_, user2_.login as login1_2_1_, event0_.canceled as canceled2_0_0_, event0_.category as category3_0_0_, event0_.creator_login as creator10_0_0_, event0_.description as descript4_0_0_, event0_.end as end5_0_0_, event0_.head as head6_0_0_, event0_.location as location7_0_0_, event0_.organizer_login as organiz11_0_0_, event0_.start as start8_0_0_, event0_.title as title9_0_0_, user2_.email as email2_2_1_, user2_.name as name3_2_1_, user2_.password as password4_2_1_, user2_.role as role5_2_1_, user2_.surname as surname6_2_1_, assistants1_.assistantsEvents_id as assistan1_0_0__, assistants1_.assistants_login as assistan2_1_0__ from Event event0_ left outer join Event_User assistants1_ on event0_.id=assistants1_.assistantsEvents_id left outer join User user2_ on assistants1_.assistants_login=user2_.login order by event0_.start DESC, (select count(assistants3_.assistantsEvents_id) from Event_User assistants3_ where event0_.id=assistants3_.assistantsEvents_id) DESC
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
[33m13:22:18,707 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.
[0m[33m13:22:18,765 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.
[0m[33m13:22:18,901 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.
[0m[33m13:22:18,936 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.
[0mHibernate: select event0_.id as id1_0_, event0_.canceled as canceled2_0_, event0_.category as category3_0_, event0_.creator_login as creator10_0_, event0_.description as descript4_0_, event0_.end as end5_0_, event0_.head as head6_0_, event0_.location as location7_0_, event0_.organizer_login as organiz11_0_, event0_.start as start8_0_, event0_.title as title9_0_ from Event event0_ where event0_.id=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
[33m13:22:19,144 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.
[0m[33m13:22:19,185 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.
[0m[33m13:22:19,305 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-7) 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.
[0m[33m13:22:19,331 WARN [org.dbunit.dataset.AbstractTableMetaData] (default task-7) 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.
[0mHibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select event0_.id as id1_0_, event0_.canceled as canceled2_0_, event0_.category as category3_0_, event0_.creator_login as creator10_0_, event0_.description as descript4_0_, event0_.end as end5_0_, event0_.head as head6_0_, event0_.location as location7_0_, event0_.organizer_login as organiz11_0_, event0_.start as start8_0_, event0_.title as title9_0_ from Event event0_ where event0_.creator_login=?
[33m13:22:19,635 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.
[0m[33m13:22:19,681 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.
[0m[33m13:22:19,808 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.
[0m[33m13:22:19,847 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.
[0mHibernate: select event0_.id as id1_0_, event0_.canceled as canceled2_0_, event0_.category as category3_0_, event0_.creator_login as creator10_0_, event0_.description as descript4_0_, event0_.end as end5_0_, event0_.head as head6_0_, event0_.location as location7_0_, event0_.organizer_login as organiz11_0_, event0_.start as start8_0_, event0_.title as title9_0_ from Event event0_ where event0_.id=?
Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.name as name3_2_0_, user0_.password as password4_2_0_, user0_.role as role5_2_0_, user0_.surname as surname6_2_0_ from User user0_ where user0_.login=?
Hibernate: select assistants0_.assistants_login as assistan2_2_0_, assistants0_.assistantsEvents_id as assistan1_1_0_, event1_.id as id1_0_1_, event1_.canceled as canceled2_0_1_, event1_.category as category3_0_1_, event1_.creator_login as creator10_0_1_, event1_.description as descript4_0_1_, event1_.end as end5_0_1_, event1_.head as head6_0_1_, event1_.location as location7_0_1_, event1_.organizer_login as organiz11_0_1_, event1_.start as start8_0_1_, event1_.title as title9_0_1_, user2_.login as login1_2_2_, user2_.email as email2_2_2_, user2_.name as name3_2_2_, user2_.password as password4_2_2_, user2_.role as role5_2_2_, user2_.surname as surname6_2_2_, user3_.login as login1_2_3_, user3_.email as email2_2_3_, user3_.name as name3_2_3_, user3_.password as password4_2_3_, user3_.role as role5_2_3_, user3_.surname as surname6_2_3_ from Event_User assistants0_ inner join Event event1_ on assistants0_.assistantsEvents_id=event1_.id left outer join User user2_ on event1_.creator_login=user2_.login left outer join User user3_ on event1_.organizer_login=user3_.login where assistants0_.assistants_login=?
Hibernate: select assistants0_.assistantsEvents_id as assistan1_0_0_, assistants0_.assistants_login as assistan2_1_0_, user1_.login as login1_2_1_, user1_.email as email2_2_1_, user1_.name as name3_2_1_, user1_.password as password4_2_1_, user1_.role as role5_2_1_, user1_.surname as surname6_2_1_ from Event_User assistants0_ inner join User user1_ on assistants0_.assistants_login=user1_.login where assistants0_.assistantsEvents_id=?
Hibernate: insert into Event_User (assistantsEvents_id, assistants_login) values (?, ?)
[33m13:22:20,262 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.
[0m[33m13:22:20,297 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.
[0m[33m13:22:20,347 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.
[0mINFO [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_bdwxpjm1pnwnpat7u1kdbdmvj if exists
Hibernate: alter table Event drop constraint FK_175t5m2xqoldi4lblkqxh6ycr if exists
Hibernate: alter table Event_User drop constraint FK_c89duy8t9n6vtk0s8pvpuqc3v if exists
Hibernate: alter table Event_User drop constraint FK_7lv1vc52i37lklkiqyg7x7bfl if exists
Hibernate: drop table Event if exists
Hibernate: drop table Event_User if exists
Hibernate: drop table User if exists
Hibernate: drop table VerificationToken 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 200ms
INFO [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/wildfly-8.2.1.Final/standalone/data/content/c8/efb43991c65a093ec58b2601200abd954ca389/content
INFO [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.904 sec - in es.uvigo.esei.dgss.teama.letta.rest.ResourceIntegrationTestSuite
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:38080
INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
INFO [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/dgss1617/letta/teama]
INFO [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping
INFO [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final 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.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 80ms
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-unit-test) @ dgss1617-letta-teama-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 6 classes
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ dgss1617-letta-teama-rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [dgss1617-letta-teama-rest] in [/var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA 1617 Team A/rest/src/main/webapp]
[INFO] Webapp assembled in [62 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1617-letta-teama-rest >>>
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ dgss1617-letta-teama-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes"
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1617-letta-teama-rest <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1617-letta-teama-rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1617-letta-teama-rest ---
[INFO]
Loading source files for package es.uvigo.esei.dgss.teama.letta.rest...
Loading source files for package es.uvigo.esei.dgss.teama.letta.rest.exceptions.mappers...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/CORSFilter.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/EventResource.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/EJBAccessExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/InvalidParamerterExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/LettaIllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/class-use/EventResource.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/class-use/CORSFilter.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/class-use/IllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/class-use/EJBAccessExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/class-use/InvalidParamerterExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/class-use/LettaIllegalArgumentExceptionMapper.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-integration-test) @ dgss1617-letta-teama-rest ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA 1617 Team A/target/classes"
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-integration-test) @ dgss1617-letta-teama-rest ---
[INFO] Loading execution data file /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/jacoco.exec
[INFO] Analyzed bundle 'REST' with 6 classes
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1617-letta-teama-rest ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-rest/0.3.0-SNAPSHOT/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-rest/0.3.0-SNAPSHOT/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-rest/0.3.0-SNAPSHOT/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA 1617 Team A/rest/target/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teama/letta/dgss1617-letta-teama-rest/0.3.0-SNAPSHOT/dgss1617-letta-teama-rest-0.3.0-SNAPSHOT-javadoc.jar