[antferna@antferna jpa]$ mvn test -Dtest=JPAWorkItemHandlerTest [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.027 s [INFO] Finished at: 2021-07-14T09:54:34+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/antferna/projects/jbpm-work-items/jpa-workitem/src/test/java/org/jbpm/process/workitem/jpa). Please verify you invoked Maven from the correct directory. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException [antferna@antferna jpa]$ cd .. [antferna@antferna workitem]$ cd .. [antferna@antferna process]$ ll total 0 drwxrwxr-x. 3 antferna antferna 17 Oct 29 2020 workitem [antferna@antferna process]$ cd .. [antferna@antferna jbpm]$ ll total 0 drwxrwxr-x. 3 antferna antferna 22 Oct 29 2020 process [antferna@antferna jbpm]$ cd .. [antferna@antferna org]$ ll total 0 drwxrwxr-x. 3 antferna antferna 21 Oct 29 2020 jbpm [antferna@antferna org]$ cd .. [antferna@antferna java]$ cd .. [antferna@antferna test]$ cd .. [antferna@antferna src]$ cd .. [antferna@antferna jpa-workitem]$ ll total 32 drwxrwxr-x. 2 antferna antferna 26 Oct 29 2020 assembly -rw-rw-r--. 1 antferna antferna 19727 Jul 13 15:32 jpa-workitem.iml -rw-rw-r--. 1 antferna antferna 5382 Jul 13 15:30 pom.xml drwxrwxr-x. 4 antferna antferna 30 Oct 29 2020 src drwxrwxr-x. 11 antferna antferna 4096 Jul 14 09:47 target [antferna@antferna jpa-workitem]$ mvn test -Dtest=JPAWorkItemHandlerTest [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.jbpm.contrib:jpa-workitem >-------------------- [INFO] Building JPA 7.58.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-plugin-versions) @ jpa-workitem --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (ban-blacklisted-dependencies) @ jpa-workitem --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (no-duplicate-declared-dependencies) @ jpa-workitem --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ jpa-workitem --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ jpa-workitem --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ jpa-workitem --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (no-managed-deps) @ jpa-workitem --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ jpa-workitem --- [INFO] Executing: /bin/sh -c cd '/home/antferna/projects/jbpm-work-items/jpa-workitem' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/antferna/projects/jbpm-work-items/jpa-workitem [INFO] Storing buildNumber: 84ace36436029c5d6cc9189037a1b4f87d9a61d0 at timestamp: 1626249308254 [INFO] Storing buildScmBranch: master [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jpa-workitem --- [INFO] Source directory: /home/antferna/projects/jbpm-work-items/jpa-workitem/target/generated-sources/annotations added. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (default) @ jpa-workitem --- [INFO] [INFO] --- templating-maven-plugin:1.0.0:filter-sources (filter-src) @ jpa-workitem --- [INFO] Coping files with filtering to temporary directory. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] No files needs to be copied to output directory. Up to date: /home/antferna/projects/jbpm-work-items/jpa-workitem/target/generated-sources/java [INFO] Source directory: /home/antferna/projects/jbpm-work-items/jpa-workitem/target/generated-sources/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ jpa-workitem --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jpa-workitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jpa-workitem --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-repository-resources) @ jpa-workitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jpa-workitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jpa-workitem --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ jpa-workitem --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest Started H2 Server... Jul 14, 2021 9:55:11 AM org.kie.test.util.db.internal.PoolingDataSourceWrapperImpl setupUrlOnXADataSource INFO: Unable to find "setUrl" method in db driver JAR. Trying "setURL" 09:55:11.554 [main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider 09:55:11.596 [main] DEBUG com.arjuna.ats.arjuna - Start RecoveryActivators 09:55:11.613 [main] DEBUG com.arjuna.ats.arjuna - AtomicActionRecoveryModule created 09:55:11.619 [main] DEBUG com.arjuna.ats.txoj - TORecoveryModule created 09:55:11.624 [main] DEBUG com.arjuna.ats.arjuna - PeriodicRecovery: starting background scanner thread 09:55:11.626 [main] DEBUG com.arjuna.ats.arjuna - Expiry scan interval set to 43200 seconds 09:55:11.626 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - PeriodicRecovery: background thread Status <== SCANNING 09:55:11.627 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - PeriodicRecovery: background thread scanning 09:55:11.627 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - Periodic recovery first pass at Wed, 14 Jul 2021 09:55:11 09:55:11.627 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - AtomicActionRecoveryModule first pass 09:55:11.627 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - processing /StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction transactions 09:55:11.627 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - 09:55:11.628 [Periodic Recovery] DEBUG com.arjuna.ats.txoj - TORecoveryModule - first pass 09:55:11.628 [main] DEBUG com.arjuna.ats.arjuna - Expiry scan interval set to 43200 seconds 09:55:11.628 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - 09:55:11.629 [main] DEBUG com.arjuna.ats.arjuna - ExpiredTransactionStatusManagerScanner created, with expiry time of 43200 seconds 09:55:11.629 [main] DEBUG com.arjuna.ats.arjuna - ExpiredEntryMonitor - constructed 09:55:11.629 [main] DEBUG com.arjuna.ats.arjuna - RecoveryManagerImple is ready. Socket listener is turned off. 09:55:11.630 [Transaction Expired Entry Monitor] DEBUG com.arjuna.ats.arjuna - ExpiredEntryMonitor running at Wed, 14 Jul 2021 09:55:11 09:55:11.630 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - 09:55:11.631 [Transaction Expired Entry Monitor] DEBUG com.arjuna.ats.arjuna - ExpiredTransactionStatusManagerScanner - scanning to remove items from before Tue, 13 Jul 2021 21:55:11 09:55:11.631 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - XARecoveryModule state change IDLE->FIRST_PASS 09:55:11.631 [Transaction Expired Entry Monitor] DEBUG com.arjuna.ats.arjuna - 09:55:11.650 [Periodic Recovery] DEBUG com.arjuna.ats.jta - Local XARecoveryModule - first pass 09:55:11.662 [Periodic Recovery] DEBUG com.arjuna.ats.jta - xarecovery of xads0: conn3: url=jdbc:h2:mem:jpa-wih user=SA 09:55:11.663 [Periodic Recovery] DEBUG com.arjuna.ats.jta - Found 0 xids in doubt 09:55:11.664 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - XARecoveryModule state change FIRST_PASS->BETWEEN_PASSES 09:55:11.664 [Periodic Recovery] DEBUG com.arjuna.ats.arjuna - 09:55:11.806 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:11.807 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:11.808 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:11.808 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:11.808 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:11.808 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:11.808 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:11.809 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.test.jpaWIH] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:11.813 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.test.jpaWIH persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: jpaWIH Non JTA datasource: null Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.jbpm.process.workitem.jpa.Product] Mapping files names [] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:11.817 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:11.818 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:11.820 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:11.863 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.3.18.Final} 09:55:11.864 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 09:55:11.933 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:11.948 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:11.949 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:11.968 [main] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.5.Final} 09:55:11.991 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:11.992 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:11.992 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:11.992 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:11.993 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:11.993 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:11.995 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:11.995 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:11.995 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:11.996 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:11.996 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:11.996 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:11.996 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:11.997 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:11.997 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:11.997 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:11.997 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:11.998 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:11.998 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:11.998 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:11.999 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:11.999 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:11.999 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:11.999 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.000 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.000 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.000 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:12.001 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.001 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.002 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.002 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.002 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:12.003 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:12.003 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:12.003 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:12.004 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:12.005 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:12.007 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.007 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.010 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.010 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.011 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.011 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.012 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.013 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.014 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.014 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.015 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.015 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.016 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.017 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.018 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.018 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.019 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:12.020 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:12.020 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:12.021 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:12.022 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.023 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.023 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.024 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:12.025 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.025 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.025 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.026 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:12.027 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.027 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.028 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.028 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.029 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.029 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.030 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.030 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.031 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.031 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.031 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:12.032 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.033 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.033 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.034 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.034 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.034 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.035 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:12.035 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:12.037 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.037 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.037 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.038 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.038 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.039 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.039 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:12.039 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:12.040 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:12.041 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:12.041 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:12.042 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.042 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.043 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.043 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.044 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:12.044 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:12.045 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:12.048 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.049 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.049 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@740abb5 09:55:12.049 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@560cbf1a 09:55:12.049 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5fe8b721 09:55:12.049 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@551a20d6 09:55:12.050 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@578524c3 09:55:12.050 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@64c2b546 09:55:12.050 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@7e094740 09:55:12.050 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7a11c4c7 09:55:12.062 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@3af4e0bf] into BootstrapContext; was [null] 09:55:12.062 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@245a26e1] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@4d63b624] 09:55:12.091 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:12.091 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:12.099 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:12.099 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:12.100 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.100 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.100 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:12.101 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:12.101 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:12.102 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.103 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:12.104 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:12.104 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:12.104 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:12.104 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.105 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:12.191 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.192 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.192 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:12.197 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:12.224 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:12.224 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.226 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:12.229 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@f9b5552] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6872f9c8] 09:55:12.255 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:12.265 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:12.268 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:12.272 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:12.283 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:12.286 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:12.287 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:12.289 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:12.290 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:12.292 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:12.292 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:12.293 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:12.293 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:12.293 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:12.293 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:12.299 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:12.299 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:12.299 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:12.300 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:12.321 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:12.322 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:12.323 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:12.324 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:12.366 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:12.378 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:12.379 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, javax.persistence.jtaDataSource=jpaWIH, hibernate.ejb.persistenceUnitName=org.jbpm.test.jpaWIH, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@1460c81d, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:12.391 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:12.392 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:12.392 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@f9b5552] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@50d951e7] 09:55:12.429 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:12.430 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:12.439 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:12.439 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:12.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_0_, product_.price as price3_0_ from Product product_ where product_.id=? 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:12.606 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:12.620 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@1df1ced0] 09:55:12.621 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:12.621 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:12.621 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:12.627 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:12.630 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:12.631 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.631 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@18f55704] 09:55:12.631 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:12.631 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:12.631 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:12.631 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:12.631 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:12.631 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.641 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.641 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.681 [main] DEBUG org.hibernate.SQL - create table Product (id bigint generated by default as identity, description varchar(255), price float, primary key (id)) Hibernate: create table Product (id bigint generated by default as identity, description varchar(255), price float, primary key (id)) 09:55:12.691 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named HQL queries 09:55:12.691 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:12.692 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@261db982 09:55:12.693 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: aa6c2fc1-3c22-48cb-a39b-a2a712284581 () 09:55:12.693 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:12.714 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.714 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:12.714 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.test.jpaWIH] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:12.714 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.test.jpaWIH persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: jpaWIH Non JTA datasource: null Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.jbpm.process.workitem.jpa.Product] Mapping files names [] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:12.715 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:12.715 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:12.715 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:12.717 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:12.717 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:12.717 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.718 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.720 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:12.721 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.724 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@64f981e2 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@361abd01 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@575b5f7d 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@59bbb974 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@7165d530 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@12f49ca8 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1fd9893c 09:55:12.725 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1b2df3aa 09:55:12.726 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@44be69aa] into BootstrapContext; was [null] 09:55:12.726 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@7219ac49] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@21da4b5f] 09:55:12.728 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:12.728 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.729 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:12.730 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.730 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.730 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:12.730 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:12.736 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:12.737 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.737 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:12.738 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7c51782d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@77bc2e16] 09:55:12.739 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:12.739 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:12.739 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:12.739 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:12.740 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:12.740 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:12.740 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:12.740 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:12.740 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:12.740 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:12.740 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:12.741 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:12.741 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:12.741 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:12.741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:12.745 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:12.745 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:12.745 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:12.745 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:12.747 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:12.747 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:12.748 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:12.749 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:12.750 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:12.751 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:12.751 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, javax.persistence.jtaDataSource=jpaWIH, hibernate.ejb.persistenceUnitName=org.jbpm.test.jpaWIH, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@3b1dc579, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:12.752 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:12.752 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:12.752 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7c51782d] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@793d163b] 09:55:12.752 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:12.752 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:12.753 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:12.753 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_0_, product_.price as price3_0_ from Product product_ where product_.id=? 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:12.754 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@221a2068] 09:55:12.755 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:12.755 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:12.755 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3b7eac14] 09:55:12.755 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:12.755 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:12.755 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:12.756 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:12.756 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:12.756 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.756 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.756 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:12.767 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : Product 09:55:12.767 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named HQL queries 09:55:12.767 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:12.767 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: db0c71de-716e-42be-b48c-b3e9f4251ebb () 09:55:12.767 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:12.791 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.runtime, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:12.791 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.jpa, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:12.791 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.persistence.jpa] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:12.791 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.persistence.jpa persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: null Non JTA datasource: jpaWIH Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.drools.persistence.info.SessionInfo org.jbpm.persistence.processinstance.ProcessInstanceInfo org.drools.persistence.info.WorkItemInfo org.jbpm.persistence.correlation.CorrelationKeyInfo org.jbpm.persistence.correlation.CorrelationPropertyInfo org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo org.jbpm.process.audit.ProcessInstanceLog org.jbpm.process.audit.NodeInstanceLog org.jbpm.process.audit.VariableInstanceLog] Mapping files names [ META-INF/JBPMorm.xml] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:12.791 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:12.792 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:12.792 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:12.794 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:12.794 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:12.794 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:12.794 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:12.795 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.796 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.797 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@53c1179a 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@7650ded6 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5034f5dd 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@31b7d869 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@6a916402 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1a47a1e8 09:55:12.798 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6d2a2560 09:55:12.799 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@62d1dc3c 09:55:12.800 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@3811510] into BootstrapContext; was [null] 09:55:12.800 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@24eeac69] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@18539cb1] 09:55:12.986 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:12.986 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.986 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:12.987 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.987 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:12.987 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:12.987 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:12.991 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:12.991 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:12.992 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:12.993 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@60990e5c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4d84049a] 09:55:13.001 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:13.001 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:13.004 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:13.004 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:13.007 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:13.007 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.008 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:13.008 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:13.011 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:13.011 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.012 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:13.012 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.016 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:13.016 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:13.019 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:13.019 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:13.020 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:13.020 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:13.021 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:13.021 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:13.023 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: ProcessInstancesWaitingForEvent => select processInstanceInfo.processInstanceId from ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:13.024 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetProcessInstanceIdByCorrelation => select key.processInstanceId from CorrelationKeyInfo key where key.name = :ckey 09:55:13.024 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetCorrelationKeysByProcessInstanceId => select key from CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:13.024 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:13.024 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.025 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:13.025 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:13.026 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:13.026 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [long] is safe 09:55:13.026 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : long 09:55:13.027 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.027 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:13.027 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.027 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.027 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:13.027 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:13.027 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:13.028 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:13.028 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:13.028 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:13.028 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:13.028 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [float] is safe 09:55:13.028 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : float 09:55:13.028 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:13.028 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:13.028 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:13.028 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:13.028 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.SessionInfo 09:55:13.029 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.029 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name SessionInfo 09:55:13.029 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.SessionInfo on table SessionInfo 09:55:13.033 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:13.034 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.034 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:id] 09:55:13.034 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.034 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.034 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, sessionInfoIdSeq, ...) 09:55:13.034 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:13.034 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:13.034 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:lastModificationDate] 09:55:13.034 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:13.035 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:13.035 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=rulesByteArray, insertable=true, updatable=true, unique=false} 09:55:13.035 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [byte] is safe 09:55:13.035 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : byte 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property rulesByteArray with lazy=false 09:55:13.036 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:rulesByteArray] 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for rulesByteArray 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property rulesByteArray 09:55:13.036 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:13.036 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:startDate] 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:13.036 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.036 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:version] 09:55:13.036 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.037 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.037 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.037 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.037 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceInfo 09:55:13.037 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.processinstance.ProcessInstanceInfo on table ProcessInstanceInfo 09:55:13.047 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=InstanceId, insertable=true, updatable=true, unique=false} 09:55:13.048 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.048 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceId] 09:55:13.048 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.048 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.048 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(InstanceId)]), processInstanceId, native, processInstanceInfoIdSeq, ...) 09:55:13.049 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:13.050 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:13.051 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:13.057 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:13.057 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=eventTypes_KEY, insertable=true, updatable=true, unique=false} 09:55:13.058 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='eventTypes_KEY', referencedColumn='null', mappedBy='null'} 09:55:13.058 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='InstanceId', referencedColumn='', mappedBy=''} 09:55:13.058 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:13.059 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:13.061 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property eventTypes 09:55:13.061 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:13.062 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastModificationDate] 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:13.062 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastReadDate, insertable=true, updatable=true, unique=false} 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastReadDate with lazy=false 09:55:13.062 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastReadDate] 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastReadDate 09:55:13.062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastReadDate 09:55:13.063 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:13.063 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:13.063 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processId] 09:55:13.063 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:13.063 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:13.063 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processInstanceByteArray, insertable=true, updatable=true, unique=false} 09:55:13.064 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceByteArray with lazy=false 09:55:13.064 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceByteArray] 09:55:13.064 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceByteArray 09:55:13.064 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceByteArray 09:55:13.067 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:13.069 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:13.069 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:startDate] 09:55:13.069 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:13.069 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:13.069 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:13.069 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [int] is safe 09:55:13.069 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : int 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:13.070 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:state] 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:13.070 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.070 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:version] 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.070 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.071 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.WorkItemInfo 09:55:13.071 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.071 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name WorkItemInfo 09:55:13.071 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.WorkItemInfo on table WorkItemInfo 09:55:13.074 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:13.074 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:13.075 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemId] 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:13.075 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(workItemId)]), workItemId, native, workItemInfoIdSeq, ...) 09:55:13.075 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=creationDate, insertable=true, updatable=true, unique=false} 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property creationDate with lazy=false 09:55:13.075 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:creationDate] 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for creationDate 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property creationDate 09:55:13.075 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:13.075 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:name] 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:13.075 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:13.075 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.076 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:processInstanceId] 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.076 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:13.076 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:state] 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:13.076 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.076 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:version] 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.076 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemByteArray, insertable=true, updatable=true, unique=false} 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemByteArray with lazy=false 09:55:13.076 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemByteArray] 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemByteArray 09:55:13.076 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemByteArray 09:55:13.077 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.077 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.077 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationKeyInfo 09:55:13.077 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationKeyInfo on table CorrelationKeyInfo 09:55:13.081 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=keyId, insertable=true, updatable=true, unique=false} 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.081 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:id] 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.081 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(keyId)]), id, native, correlationKeyInfoIdSeq, ...) 09:55:13.081 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:13.081 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:name] 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:13.081 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.082 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.082 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:processInstanceId] 09:55:13.082 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.082 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties, insertable=true, updatable=true, unique=false} 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties_KEY, insertable=true, updatable=true, unique=false} 09:55:13.082 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='properties_KEY', referencedColumn='null', mappedBy='null'} 09:55:13.083 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:13.083 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:13.083 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:13.083 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property properties 09:55:13.084 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.084 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:version] 09:55:13.084 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.084 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.084 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.084 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationPropertyInfo 09:55:13.084 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationPropertyInfo on table CorrelationPropertyInfo 09:55:13.088 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=propertyId, insertable=true, updatable=true, unique=false} 09:55:13.088 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.088 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:id] 09:55:13.088 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.088 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.089 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(propertyId)]), id, native, correlationPropertyInfoIdSeq, ...) 09:55:13.089 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'} 09:55:13.089 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:13.090 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:13.091 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:13.091 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:name] 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:13.091 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:13.091 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:value] 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:13.091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:13.092 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.092 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:version] 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.092 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByContextId => from ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByAuditContextId => select o from ContextMappingInfo o join ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByKSessionId => from ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindKSessionToInit => select cmInfo.ksessionId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindProcessInstanceWaitingForEvent => select cmInfo.contextId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.092 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ContextMappingInfo 09:55:13.092 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo on table ContextMappingInfo 09:55:13.095 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=mappingId, insertable=true, updatable=true, unique=false} 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property mappingId with lazy=false 09:55:13.095 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:mappingId] 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for mappingId 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property mappingId 09:55:13.095 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(mappingId)]), mappingId, native, contextMappingInfoIdSeq, ...) 09:55:13.095 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=CONTEXT_ID, insertable=true, updatable=true, unique=false} 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property contextId with lazy=false 09:55:13.095 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:contextId] 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for contextId 09:55:13.095 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property contextId 09:55:13.095 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=KSESSION_ID, insertable=true, updatable=true, unique=false} 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ksessionId with lazy=false 09:55:13.096 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ksessionId] 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ksessionId 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ksessionId 09:55:13.096 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OWNER_ID, insertable=true, updatable=true, unique=false} 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ownerId with lazy=false 09:55:13.096 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ownerId] 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ownerId 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ownerId 09:55:13.096 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:13.096 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:version] 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:13.096 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.ProcessInstanceLog 09:55:13.096 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceLog 09:55:13.096 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.ProcessInstanceLog on table ProcessInstanceLog 09:55:13.100 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.100 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:id] 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.100 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, processInstanceLogIdSeq, ...) 09:55:13.100 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property correlationKey with lazy=false 09:55:13.100 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:correlationKey] 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for correlationKey 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:13.100 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=duration, insertable=true, updatable=true, unique=false} 09:55:13.100 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property duration with lazy=false 09:55:13.100 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:duration] 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for duration 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property duration 09:55:13.101 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:13.101 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:end] 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:13.101 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:13.101 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:13.102 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:externalId] 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:13.102 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=user_identity, insertable=true, updatable=true, unique=false} 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property identity with lazy=false 09:55:13.102 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:identity] 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for identity 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property identity 09:55:13.102 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=outcome, insertable=true, updatable=true, unique=false} 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property outcome with lazy=false 09:55:13.102 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:outcome] 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for outcome 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property outcome 09:55:13.102 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=parentProcessInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property parentProcessInstanceId with lazy=false 09:55:13.102 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:parentProcessInstanceId] 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for parentProcessInstanceId 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property parentProcessInstanceId 09:55:13.102 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:13.102 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processId] 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:13.102 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:13.103 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceDescription, insertable=true, updatable=true, unique=false} 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceDescription with lazy=false 09:55:13.103 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceDescription] 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceDescription 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceDescription 09:55:13.103 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.103 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceId] 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.103 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processName, insertable=true, updatable=true, unique=false} 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processName with lazy=false 09:55:13.103 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processName] 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processName 09:55:13.103 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processName 09:55:13.103 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processType, insertable=true, updatable=true, unique=false} 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processType with lazy=false 09:55:13.104 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processType] 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processType 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processType 09:55:13.104 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processVersion, insertable=true, updatable=true, unique=false} 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processVersion with lazy=false 09:55:13.104 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processVersion] 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processVersion 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processVersion 09:55:13.104 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:13.104 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaCompliance] 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:13.104 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:13.104 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:13.105 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaDueDate] 09:55:13.105 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:13.105 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:13.105 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=start_date, insertable=true, updatable=true, unique=false} 09:55:13.105 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property start with lazy=false 09:55:13.105 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:start] 09:55:13.105 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for start 09:55:13.105 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property start 09:55:13.105 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=status, insertable=true, updatable=true, unique=false} 09:55:13.106 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property status with lazy=false 09:55:13.106 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:status] 09:55:13.106 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for status 09:55:13.106 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property status 09:55:13.106 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.NodeInstanceLog 09:55:13.106 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.106 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name NodeInstanceLog 09:55:13.106 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.NodeInstanceLog on table NodeInstanceLog 09:55:13.108 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:13.108 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.108 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:id] 09:55:13.108 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.108 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.108 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, nodeInstanceLogIdSeq, ...) 09:55:13.108 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=connection, insertable=true, updatable=true, unique=false} 09:55:13.108 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property connection with lazy=false 09:55:13.108 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:connection] 09:55:13.108 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for connection 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property connection 09:55:13.109 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:13.109 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:date] 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:13.109 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:13.109 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:end] 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:13.109 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:13.109 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:externalId] 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:13.109 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeContainerId, insertable=true, updatable=true, unique=false} 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeContainerId with lazy=false 09:55:13.109 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeContainerId] 09:55:13.109 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeContainerId 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeContainerId 09:55:13.110 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeId, insertable=true, updatable=true, unique=false} 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeId with lazy=false 09:55:13.110 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeId] 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeId 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeId 09:55:13.110 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeInstanceId with lazy=false 09:55:13.110 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeInstanceId] 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeInstanceId 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeInstanceId 09:55:13.110 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeName, insertable=true, updatable=true, unique=false} 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeName with lazy=false 09:55:13.110 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeName] 09:55:13.110 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeName 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeName 09:55:13.111 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeType, insertable=true, updatable=true, unique=false} 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeType with lazy=false 09:55:13.111 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeType] 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeType 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeType 09:55:13.111 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:13.111 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processId] 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:13.111 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.111 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processInstanceId] 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.111 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=referenceId, insertable=true, updatable=true, unique=false} 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property referenceId with lazy=false 09:55:13.112 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:referenceId] 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for referenceId 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property referenceId 09:55:13.112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:13.112 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaCompliance] 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:13.112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:13.112 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaDueDate] 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:13.112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=type, insertable=true, updatable=true, unique=false} 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property type with lazy=false 09:55:13.112 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:type] 09:55:13.112 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for type 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property type 09:55:13.113 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:13.113 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:workItemId] 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:13.113 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.VariableInstanceLog 09:55:13.113 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name VariableInstanceLog 09:55:13.113 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.VariableInstanceLog on table VariableInstanceLog 09:55:13.115 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:13.115 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:id] 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:13.115 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, variableInstanceLogIdSeq, ...) 09:55:13.115 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:13.115 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:date] 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:13.115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:13.116 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:13.116 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:13.116 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:end] 09:55:13.116 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:13.116 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:13.116 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:13.116 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:13.116 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:externalId] 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:13.117 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=oldValue, insertable=true, updatable=true, unique=false} 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property oldValue with lazy=false 09:55:13.117 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:oldValue] 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for oldValue 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property oldValue 09:55:13.117 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:13.117 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processId] 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:13.117 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.117 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:13.118 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processInstanceId] 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:13.118 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:13.118 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:value] 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:13.118 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableId, insertable=true, updatable=true, unique=false} 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableId with lazy=false 09:55:13.118 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableId] 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableId 09:55:13.118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableId 09:55:13.119 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableInstanceId, insertable=true, updatable=true, unique=false} 09:55:13.119 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableInstanceId with lazy=false 09:55:13.119 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableInstanceId] 09:55:13.119 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableInstanceId 09:55:13.119 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableInstanceId 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for rulesByteArray 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastReadDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceByteArray 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for creationDate 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemByteArray 09:55:13.121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for mappingId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for contextId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ksessionId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ownerId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for correlationKey 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for duration 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for identity 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for outcome 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for parentProcessInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceDescription 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processName 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processType 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processVersion 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for start 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for status 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for connection 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeContainerId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeName 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeType 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for referenceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for type 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for oldValue 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:13.122 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableId 09:55:13.123 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableInstanceId 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [sessioninfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [processinstanceinfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [workitemid] to be non-null as it is part of the primary key for table [workiteminfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [keyid] to be non-null as it is part of the primary key for table [correlationkeyinfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [propertyid] to be non-null as it is part of the primary key for table [correlationpropertyinfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [mappingid] to be non-null as it is part of the primary key for table [contextmappinginfo] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [processinstancelog] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [nodeinstancelog] 09:55:13.125 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [variableinstancelog] 09:55:13.125 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:13.125 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a collection of element: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:13.128 [main] DEBUG org.hibernate.cfg.CollectionPropertyHolder - Attempting to locate auto-apply AttributeConverter for collection element [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes] 09:55:13.128 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for null 09:55:13.128 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for null 09:55:13.129 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [eventtypes] 09:55:13.129 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: InstanceId, element: element 09:55:13.129 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:13.129 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties through a foreign key 09:55:13.129 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties -> CorrelationPropertyInfo 09:55:13.129 [main] DEBUG org.hibernate.cfg.annotations.TableBinder - Retrieving property org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey 09:55:13.129 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: correlationKey_keyId, one-to-many: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.129 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.131 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.134 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.134 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.136 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:13.136 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:13.137 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:13.137 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:13.143 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:13.143 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, javax.persistence.nonJtaDataSource=jpaWIH, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, hibernate.ejb.persistenceUnitName=org.jbpm.persistence.jpa, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@65e22def, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:13.144 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:13.144 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:13.144 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@60990e5c] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4b1ec694] 09:55:13.145 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:13.145 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:13.146 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:13.146 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:13.169 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:13.169 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:13.170 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:13.170 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:13.199 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:13.199 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:13.199 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:13.199 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:13.246 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:13.246 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.248 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:13.248 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.265 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:13.265 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:13.265 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:13.265 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:13.266 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:13.267 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:13.267 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:13.267 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:13.303 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:13.304 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:13.304 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:13.304 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:13.317 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:13.317 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.318 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:13.318 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.335 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:13.336 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.336 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:13.336 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.354 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:13.354 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:13.354 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:13.355 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:13.388 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:13.388 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: update CorrelationPropertyInfo set correlationKey_keyId=? where propertyId=? 09:55:13.388 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update CorrelationPropertyInfo set where propertyId=? 09:55:13.388 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? and propertyId=? 09:55:13.388 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? 09:55:13.389 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:13.390 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: insert into EventTypes (InstanceId, element) values (?, ?) 09:55:13.390 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update EventTypes set element=? where InstanceId=? and element=? 09:55:13.390 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: delete from EventTypes where InstanceId=? and element=? 09:55:13.390 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: delete from EventTypes where InstanceId=? 09:55:13.390 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:13.390 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ContextMappingInfo where mappingId =? 09:55:13.390 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select contextmap_.mappingId, contextmap_.CONTEXT_ID as CONTEXT_2_0_, contextmap_.KSESSION_ID as KSESSION3_0_, contextmap_.OWNER_ID as OWNER_ID4_0_, contextmap_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap_ where contextmap_.mappingId=? 09:55:13.390 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ContextMappingInfo (CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK, mappingId) values (?, ?, ?, ?, ?) 09:55:13.390 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ContextMappingInfo set CONTEXT_ID=?, KSESSION_ID=?, OWNER_ID=?, OPTLOCK=? where mappingId=? and OPTLOCK=? 09:55:13.391 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ContextMappingInfo where mappingId=? and OPTLOCK=? 09:55:13.391 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ContextMappingInfo (mappingId, CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:13.391 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@577bf0aa] 09:55:13.391 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:13.391 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:13.391 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:13.391 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.391 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.391 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.392 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:13.392 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [NONE]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:13.392 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7634f2b] 09:55:13.392 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:13.392 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:13.392 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:13.392 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.392 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.392 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.392 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:13.393 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [READ]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:13.393 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:13.393 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.WorkItemInfo 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from WorkItemInfo where workItemId =? 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select workitemin_.workItemId, workitemin_.creationDate as creation2_10_, workitemin_.name as name3_10_, workitemin_.processInstanceId as processI4_10_, workitemin_.state as state5_10_, workitemin_.OPTLOCK as OPTLOCK6_10_, workitemin_.workItemByteArray as workItem7_10_ from WorkItemInfo workitemin_ where workitemin_.workItemId=? 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into WorkItemInfo (creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray, workItemId) values (?, ?, ?, ?, ?, ?, ?) 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update WorkItemInfo set creationDate=?, name=?, processInstanceId=?, state=?, OPTLOCK=?, workItemByteArray=? where workItemId=? and OPTLOCK=? 09:55:13.393 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from WorkItemInfo where workItemId=? and OPTLOCK=? 09:55:13.394 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?) 09:55:13.394 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@15639d09] 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.394 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:13.394 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.394 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.394 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:13.394 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [NONE]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:13.394 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@52bd9a27] 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.395 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:13.395 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.395 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.395 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:13.395 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [READ]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:13.395 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:13.395 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.VariableInstanceLog 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from VariableInstanceLog where id =? 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select variablein_.id, variablein_.log_date as log_date2_9_, variablein_.end_date as end_date3_9_, variablein_.externalId as external4_9_, variablein_.oldValue as oldValue5_9_, variablein_.processId as processI6_9_, variablein_.processInstanceId as processI7_9_, variablein_.value as value8_9_, variablein_.variableId as variable9_9_, variablein_.variableInstanceId as variabl10_9_ from VariableInstanceLog variablein_ where variablein_.id=? 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into VariableInstanceLog (log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update VariableInstanceLog set log_date=?, end_date=?, externalId=?, oldValue=?, processId=?, processInstanceId=?, value=?, variableId=?, variableInstanceId=? where id=? 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from VariableInstanceLog where id=? 09:55:13.396 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.396 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@681c0ae6] 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:13.396 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:13.396 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.396 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.397 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:13.397 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [NONE]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:13.397 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@4d98e41b] 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:13.397 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:13.397 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.397 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.398 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:13.398 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [READ]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:13.398 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:13.398 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:13.398 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:13.398 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationKeyInfo where keyId =? 09:55:13.398 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.keyId, correlatio_.name as name2_1_, correlatio_.processInstanceId as processI3_1_, correlatio_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio_ where correlatio_.keyId=? 09:55:13.399 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationKeyInfo (name, processInstanceId, OPTLOCK, keyId) values (?, ?, ?, ?) 09:55:13.399 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationKeyInfo set name=?, processInstanceId=?, OPTLOCK=? where keyId=? and OPTLOCK=? 09:55:13.399 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationKeyInfo where keyId=? and OPTLOCK=? 09:55:13.399 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationKeyInfo (keyId, name, processInstanceId, OPTLOCK) values (null, ?, ?, ?) 09:55:13.399 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@5696c927] 09:55:13.399 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.399 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.399 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:13.402 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@2506e949] 09:55:13.403 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@1d3c112a] 09:55:13.403 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.403 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:13.404 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [NONE]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7a083b96] 09:55:13.404 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.404 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.404 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@2c604965] 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@57f8951a] 09:55:13.404 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.404 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.405 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.405 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:13.405 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [READ]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:13.407 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:13.407 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_7_, product_.price as price3_7_ from Product product_ where product_.id=? 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:13.407 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:13.407 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@226de93c] 09:55:13.408 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:13.408 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:13.408 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@74667e6a] 09:55:13.408 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:13.408 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.408 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.409 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:13.409 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:13.409 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:13.409 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.ProcessInstanceLog 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from ProcessInstanceLog where id =? 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.id, processins_.correlationKey as correlat2_6_, processins_.duration as duration3_6_, processins_.end_date as end_date4_6_, processins_.externalId as external5_6_, processins_.user_identity as user_ide6_6_, processins_.outcome as outcome7_6_, processins_.parentProcessInstanceId as parentPr8_6_, processins_.processId as processI9_6_, processins_.processInstanceDescription as process10_6_, processins_.processInstanceId as process11_6_, processins_.processName as process12_6_, processins_.processType as process13_6_, processins_.processVersion as process14_6_, processins_.slaCompliance as slaComp15_6_, processins_.sla_due_date as sla_due16_6_, processins_.start_date as start_d17_6_, processins_.status as status18_6_ from ProcessInstanceLog processins_ where processins_.id=? 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceLog (correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceLog set correlationKey=?, duration=?, end_date=?, externalId=?, user_identity=?, outcome=?, parentProcessInstanceId=?, processId=?, processInstanceDescription=?, processInstanceId=?, processName=?, processType=?, processVersion=?, slaCompliance=?, sla_due_date=?, start_date=?, status=? where id=? 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceLog where id=? 09:55:13.409 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceLog (id, correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.409 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@364b1061] 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:13.409 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:13.410 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.410 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.410 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:13.410 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [NONE]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:13.410 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@172f4514] 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:13.410 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:13.410 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.411 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.411 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:13.411 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [READ]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:13.411 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:13.411 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.SessionInfo 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from SessionInfo where id =? 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select sessioninf_.id, sessioninf_.lastModificationDate as lastModi2_8_, sessioninf_.rulesByteArray as rulesByt3_8_, sessioninf_.startDate as startDat4_8_, sessioninf_.OPTLOCK as OPTLOCK5_8_ from SessionInfo sessioninf_ where sessioninf_.id=? 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into SessionInfo (lastModificationDate, rulesByteArray, startDate, OPTLOCK, id) values (?, ?, ?, ?, ?) 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=? 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from SessionInfo where id=? and OPTLOCK=? 09:55:13.412 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:13.412 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@13d019a4] 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.412 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.412 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.412 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:13.412 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [NONE]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:13.412 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@415a3f6a] 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:13.412 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:13.413 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.413 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.413 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.413 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:13.413 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [READ]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:13.413 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:13.413 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationPropertyInfo where propertyId =? 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.propertyId, correlatio_.correlationKey_keyId as correlat5_2_, correlatio_.name as name2_2_, correlatio_.value as value3_2_, correlatio_.OPTLOCK as OPTLOCK4_2_ from CorrelationPropertyInfo correlatio_ where correlatio_.propertyId=? 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationPropertyInfo (correlationKey_keyId, name, value, OPTLOCK, propertyId) values (?, ?, ?, ?, ?) 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationPropertyInfo set correlationKey_keyId=?, name=?, value=?, OPTLOCK=? where propertyId=? and OPTLOCK=? 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationPropertyInfo where propertyId=? and OPTLOCK=? 09:55:13.413 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationPropertyInfo (propertyId, correlationKey_keyId, name, value, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:13.414 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@19da993b] 09:55:13.414 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:13.414 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@23310248] 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:13.415 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.416 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:13.416 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.416 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.416 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.417 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:13.418 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [NONE]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:13.418 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@49edcb30] 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:13.418 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@61e86192] 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:13.418 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.418 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.418 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.419 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:13.419 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [READ]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:13.419 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:13.419 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:13.419 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ProcessInstanceInfo where InstanceId =? 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.InstanceId, processins_.lastModificationDate as lastModi2_5_, processins_.lastReadDate as lastRead3_5_, processins_.processId as processI4_5_, processins_.processInstanceByteArray as processI5_5_, processins_.startDate as startDat6_5_, processins_.state as state7_5_, processins_.OPTLOCK as OPTLOCK8_5_ from ProcessInstanceInfo processins_ where processins_.InstanceId=? 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceInfo (lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK, InstanceId) values (?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=? 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceInfo where InstanceId=? and OPTLOCK=? 09:55:13.420 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?) 09:55:13.420 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@1320e68a] 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:13.420 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@69c532af] 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:13.420 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.420 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:13.421 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [NONE]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@45a1d057] 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@385d819] 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:13.421 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.421 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.422 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:13.422 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [READ]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:13.422 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:13.422 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:13.422 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.NodeInstanceLog 09:55:13.422 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from NodeInstanceLog where id =? 09:55:13.422 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select nodeinstan_.id, nodeinstan_.connection as connecti2_4_, nodeinstan_.log_date as log_date3_4_, nodeinstan_.end_date as end_date4_4_, nodeinstan_.externalId as external5_4_, nodeinstan_.nodeContainerId as nodeCont6_4_, nodeinstan_.nodeId as nodeId7_4_, nodeinstan_.nodeInstanceId as nodeInst8_4_, nodeinstan_.nodeName as nodeName9_4_, nodeinstan_.nodeType as nodeTyp10_4_, nodeinstan_.processId as process11_4_, nodeinstan_.processInstanceId as process12_4_, nodeinstan_.referenceId as referen13_4_, nodeinstan_.slaCompliance as slaComp14_4_, nodeinstan_.sla_due_date as sla_due15_4_, nodeinstan_.type as type16_4_, nodeinstan_.workItemId as workIte17_4_ from NodeInstanceLog nodeinstan_ where nodeinstan_.id=? 09:55:13.423 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into NodeInstanceLog (connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.423 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update NodeInstanceLog set connection=?, log_date=?, end_date=?, externalId=?, nodeContainerId=?, nodeId=?, nodeInstanceId=?, nodeName=?, nodeType=?, processId=?, processInstanceId=?, referenceId=?, slaCompliance=?, sla_due_date=?, type=?, workItemId=? where id=? 09:55:13.423 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from NodeInstanceLog where id=? 09:55:13.423 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:13.423 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@4315c28c] 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:13.423 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:13.423 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.423 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.424 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:13.424 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [NONE]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:13.424 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@52d0f583] 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:13.424 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:13.424 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.425 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.425 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:13.425 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [READ]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:13.425 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:13.425 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:13.429 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@79ba0a6f] 09:55:13.429 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@261de205] 09:55:13.430 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:13.430 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey 09:55:13.430 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:13.430 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:13.430 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:13.430 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.433 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.433 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties]) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties].) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - SQL table alias mapping - properties0_ - alias suffix - 0_ - suffixed key columns - {correlat5_2_0_} - entity-element alias suffix - 1_ - 1_entity-element suffixed key columns - property1_2_1_ - JOIN (JoinDefinedByMetadata(elements)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - properties0_ - alias suffix - 1_ - suffixed key columns - {property1_2_1_} 09:55:13.434 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.correlation.CorrelationKeyInfo.properties: select properties0_.correlationKey_keyId as correlat5_2_0_, properties0_.propertyId as property1_2_0_, properties0_.propertyId as property1_2_1_, properties0_.correlationKey_keyId as correlat5_2_1_, properties0_.name as name2_2_1_, properties0_.value as value3_2_1_, properties0_.OPTLOCK as OPTLOCK4_2_1_ from CorrelationPropertyInfo properties0_ where properties0_.correlationKey_keyId=? 09:55:13.434 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@6f7a2a5] 09:55:13.434 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:13.434 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:13.434 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=[org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes]) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - SQL table alias mapping - eventtypes0_ - alias suffix - 0_ - suffixed key columns - {Instance1_3_0_} 09:55:13.434 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes: select eventtypes0_.InstanceId as Instance1_3_0_, eventtypes0_.element as element2_3_0_ from EventTypes eventtypes0_ where eventtypes0_.InstanceId=? 09:55:13.445 [main] DEBUG org.hibernate.SQL - create table ContextMappingInfo (mappingId bigint generated by default as identity, CONTEXT_ID varchar(255) not null, KSESSION_ID bigint not null, OWNER_ID varchar(255), OPTLOCK integer, primary key (mappingId)) Hibernate: create table ContextMappingInfo (mappingId bigint generated by default as identity, CONTEXT_ID varchar(255) not null, KSESSION_ID bigint not null, OWNER_ID varchar(255), OPTLOCK integer, primary key (mappingId)) 09:55:13.446 [main] DEBUG org.hibernate.SQL - create table CorrelationKeyInfo (keyId bigint generated by default as identity, name varchar(255), processInstanceId bigint not null, OPTLOCK integer, primary key (keyId)) Hibernate: create table CorrelationKeyInfo (keyId bigint generated by default as identity, name varchar(255), processInstanceId bigint not null, OPTLOCK integer, primary key (keyId)) 09:55:13.447 [main] DEBUG org.hibernate.SQL - create table CorrelationPropertyInfo (propertyId bigint generated by default as identity, name varchar(255), value varchar(255), OPTLOCK integer, correlationKey_keyId bigint, primary key (propertyId)) Hibernate: create table CorrelationPropertyInfo (propertyId bigint generated by default as identity, name varchar(255), value varchar(255), OPTLOCK integer, correlationKey_keyId bigint, primary key (propertyId)) 09:55:13.448 [main] DEBUG org.hibernate.SQL - create table EventTypes (InstanceId bigint not null, element varchar(255)) Hibernate: create table EventTypes (InstanceId bigint not null, element varchar(255)) 09:55:13.448 [main] DEBUG org.hibernate.SQL - create table NodeInstanceLog (id bigint generated by default as identity, connection varchar(255), log_date timestamp, end_date timestamp, externalId varchar(255), nodeContainerId varchar(255), nodeId varchar(255), nodeInstanceId varchar(255), nodeName varchar(255), nodeType varchar(255), processId varchar(255), processInstanceId bigint not null, referenceId bigint, slaCompliance integer, sla_due_date timestamp, type integer not null, workItemId bigint, primary key (id)) Hibernate: create table NodeInstanceLog (id bigint generated by default as identity, connection varchar(255), log_date timestamp, end_date timestamp, externalId varchar(255), nodeContainerId varchar(255), nodeId varchar(255), nodeInstanceId varchar(255), nodeName varchar(255), nodeType varchar(255), processId varchar(255), processInstanceId bigint not null, referenceId bigint, slaCompliance integer, sla_due_date timestamp, type integer not null, workItemId bigint, primary key (id)) 09:55:13.449 [main] DEBUG org.hibernate.SQL - create table ProcessInstanceInfo (InstanceId bigint generated by default as identity, lastModificationDate timestamp, lastReadDate timestamp, processId varchar(255), processInstanceByteArray blob, startDate timestamp, state integer not null, OPTLOCK integer, primary key (InstanceId)) Hibernate: create table ProcessInstanceInfo (InstanceId bigint generated by default as identity, lastModificationDate timestamp, lastReadDate timestamp, processId varchar(255), processInstanceByteArray blob, startDate timestamp, state integer not null, OPTLOCK integer, primary key (InstanceId)) 09:55:13.451 [main] DEBUG org.hibernate.SQL - create table ProcessInstanceLog (id bigint generated by default as identity, correlationKey varchar(255), duration bigint, end_date timestamp, externalId varchar(255), user_identity varchar(255), outcome varchar(255), parentProcessInstanceId bigint, processId varchar(255), processInstanceDescription varchar(255), processInstanceId bigint not null, processName varchar(255), processType integer, processVersion varchar(255), slaCompliance integer, sla_due_date timestamp, start_date timestamp, status integer, primary key (id)) Hibernate: create table ProcessInstanceLog (id bigint generated by default as identity, correlationKey varchar(255), duration bigint, end_date timestamp, externalId varchar(255), user_identity varchar(255), outcome varchar(255), parentProcessInstanceId bigint, processId varchar(255), processInstanceDescription varchar(255), processInstanceId bigint not null, processName varchar(255), processType integer, processVersion varchar(255), slaCompliance integer, sla_due_date timestamp, start_date timestamp, status integer, primary key (id)) 09:55:13.452 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : Product 09:55:13.452 [main] DEBUG org.hibernate.SQL - create table SessionInfo (id bigint generated by default as identity, lastModificationDate timestamp, rulesByteArray blob, startDate timestamp, OPTLOCK integer, primary key (id)) Hibernate: create table SessionInfo (id bigint generated by default as identity, lastModificationDate timestamp, rulesByteArray blob, startDate timestamp, OPTLOCK integer, primary key (id)) 09:55:13.453 [main] DEBUG org.hibernate.SQL - create table VariableInstanceLog (id bigint generated by default as identity, log_date timestamp, end_date timestamp, externalId varchar(255), oldValue varchar(255), processId varchar(255), processInstanceId bigint not null, value varchar(255), variableId varchar(255), variableInstanceId varchar(255), primary key (id)) Hibernate: create table VariableInstanceLog (id bigint generated by default as identity, log_date timestamp, end_date timestamp, externalId varchar(255), oldValue varchar(255), processId varchar(255), processInstanceId bigint not null, value varchar(255), variableId varchar(255), variableInstanceId varchar(255), primary key (id)) 09:55:13.454 [main] DEBUG org.hibernate.SQL - create table WorkItemInfo (workItemId bigint generated by default as identity, creationDate timestamp, name varchar(255), processInstanceId bigint not null, state bigint not null, OPTLOCK integer, workItemByteArray blob, primary key (workItemId)) Hibernate: create table WorkItemInfo (workItemId bigint generated by default as identity, creationDate timestamp, name varchar(255), processInstanceId bigint not null, state bigint not null, OPTLOCK integer, workItemByteArray blob, primary key (workItemId)) 09:55:13.455 [main] DEBUG org.hibernate.SQL - create index IDX_CMI_Context on ContextMappingInfo (CONTEXT_ID) Hibernate: create index IDX_CMI_Context on ContextMappingInfo (CONTEXT_ID) 09:55:13.455 [main] DEBUG org.hibernate.SQL - create index IDX_CMI_KSession on ContextMappingInfo (KSESSION_ID) Hibernate: create index IDX_CMI_KSession on ContextMappingInfo (KSESSION_ID) 09:55:13.456 [main] DEBUG org.hibernate.SQL - create index IDX_CMI_Owner on ContextMappingInfo (OWNER_ID) Hibernate: create index IDX_CMI_Owner on ContextMappingInfo (OWNER_ID) 09:55:13.456 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name Hibernate: alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name 09:55:13.456 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) Hibernate: alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) 09:55:13.457 [main] DEBUG org.hibernate.SQL - create index IDX_CorrPropInfo_Id on CorrelationPropertyInfo (correlationKey_keyId) Hibernate: create index IDX_CorrPropInfo_Id on CorrelationPropertyInfo (correlationKey_keyId) 09:55:13.457 [main] DEBUG org.hibernate.SQL - create index IDX_EventTypes_Id on EventTypes (InstanceId) Hibernate: create index IDX_EventTypes_Id on EventTypes (InstanceId) 09:55:13.457 [main] DEBUG org.hibernate.SQL - create index IDX_EventTypes_element on EventTypes (element) Hibernate: create index IDX_EventTypes_element on EventTypes (element) 09:55:13.458 [main] DEBUG org.hibernate.SQL - create index IDX_NInstLog_pInstId on NodeInstanceLog (processInstanceId) Hibernate: create index IDX_NInstLog_pInstId on NodeInstanceLog (processInstanceId) 09:55:13.458 [main] DEBUG org.hibernate.SQL - create index IDX_NInstLog_nodeType on NodeInstanceLog (nodeType) Hibernate: create index IDX_NInstLog_nodeType on NodeInstanceLog (nodeType) 09:55:13.458 [main] DEBUG org.hibernate.SQL - create index IDX_NInstLog_pId on NodeInstanceLog (processId) Hibernate: create index IDX_NInstLog_pId on NodeInstanceLog (processId) 09:55:13.458 [main] DEBUG org.hibernate.SQL - create index IDX_NInstLog_workItemId on NodeInstanceLog (workItemId) Hibernate: create index IDX_NInstLog_workItemId on NodeInstanceLog (workItemId) 09:55:13.459 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_duration on ProcessInstanceLog (duration) Hibernate: create index IDX_PInstLog_duration on ProcessInstanceLog (duration) 09:55:13.459 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_end_date on ProcessInstanceLog (end_date) Hibernate: create index IDX_PInstLog_end_date on ProcessInstanceLog (end_date) 09:55:13.459 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_extId on ProcessInstanceLog (externalId) Hibernate: create index IDX_PInstLog_extId on ProcessInstanceLog (externalId) 09:55:13.459 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_user_identity on ProcessInstanceLog (user_identity) Hibernate: create index IDX_PInstLog_user_identity on ProcessInstanceLog (user_identity) 09:55:13.460 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_outcome on ProcessInstanceLog (outcome) Hibernate: create index IDX_PInstLog_outcome on ProcessInstanceLog (outcome) 09:55:13.460 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_parentPInstId on ProcessInstanceLog (parentProcessInstanceId) Hibernate: create index IDX_PInstLog_parentPInstId on ProcessInstanceLog (parentProcessInstanceId) 09:55:13.460 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_pId on ProcessInstanceLog (processId) Hibernate: create index IDX_PInstLog_pId on ProcessInstanceLog (processId) 09:55:13.460 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog (processInstanceDescription) Hibernate: create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog (processInstanceDescription) 09:55:13.461 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_pInstId on ProcessInstanceLog (processInstanceId) Hibernate: create index IDX_PInstLog_pInstId on ProcessInstanceLog (processInstanceId) 09:55:13.461 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_pName on ProcessInstanceLog (processName) Hibernate: create index IDX_PInstLog_pName on ProcessInstanceLog (processName) 09:55:13.461 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_pVersion on ProcessInstanceLog (processVersion) Hibernate: create index IDX_PInstLog_pVersion on ProcessInstanceLog (processVersion) 09:55:13.461 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_start_date on ProcessInstanceLog (start_date) Hibernate: create index IDX_PInstLog_start_date on ProcessInstanceLog (start_date) 09:55:13.462 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_status on ProcessInstanceLog (status) Hibernate: create index IDX_PInstLog_status on ProcessInstanceLog (status) 09:55:13.462 [main] DEBUG org.hibernate.SQL - create index IDX_PInstLog_correlation on ProcessInstanceLog (correlationKey) Hibernate: create index IDX_PInstLog_correlation on ProcessInstanceLog (correlationKey) 09:55:13.462 [main] DEBUG org.hibernate.SQL - create index IDX_VInstLog_pInstId on VariableInstanceLog (processInstanceId) Hibernate: create index IDX_VInstLog_pInstId on VariableInstanceLog (processInstanceId) 09:55:13.462 [main] DEBUG org.hibernate.SQL - create index IDX_VInstLog_varId on VariableInstanceLog (variableId) Hibernate: create index IDX_VInstLog_varId on VariableInstanceLog (variableId) 09:55:13.462 [main] DEBUG org.hibernate.SQL - create index IDX_VInstLog_pId on VariableInstanceLog (processId) Hibernate: create index IDX_VInstLog_pId on VariableInstanceLog (processId) 09:55:13.463 [main] DEBUG org.hibernate.SQL - alter table CorrelationPropertyInfo add constraint FKbchyl7kb8i6ghvi3dbr86bgo0 foreign key (correlationKey_keyId) references CorrelationKeyInfo Hibernate: alter table CorrelationPropertyInfo add constraint FKbchyl7kb8i6ghvi3dbr86bgo0 foreign key (correlationKey_keyId) references CorrelationKeyInfo 09:55:13.469 [main] DEBUG org.hibernate.SQL - alter table EventTypes add constraint FKj0o3uve2nqo5yrjwrkc9jfttq foreign key (InstanceId) references ProcessInstanceInfo Hibernate: alter table EventTypes add constraint FKj0o3uve2nqo5yrjwrkc9jfttq foreign key (InstanceId) references ProcessInstanceInfo 09:55:13.470 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 8 named HQL queries 09:55:13.470 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindKSessionToInit 09:55:13.494 [main] DEBUG org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@2dd1086 09:55:13.494 [main] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 09:55:13.510 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.514 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.520 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ksessionId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[QUOTED_STRING] Node: ''timer'' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:13.533 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.541 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:13.541 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:13.541 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:13.543 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:13.545 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:13.545 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:13.545 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:13.545 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:13.545 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:13.546 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.546 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:13.547 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ksessionId -> contextmap0_.KSESSION_ID 09:55:13.550 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:13.551 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.551 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:13.551 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:13.551 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:13.551 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.552 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:13.552 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.552 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:13.552 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:13.553 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.554 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.KSESSION_ID contextmap0_.mappingId ksessionId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element 'timer' ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:13.556 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:13.556 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:13.556 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:13.556 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.557 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path=cmInfo.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[QUOTED_STRING] LiteralNode: ''timer'' | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.557 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.562 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.562 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.KSESSION_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element='timer' and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:13.562 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.565 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByKSessionId 09:55:13.565 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:13.566 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.566 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'ksessionId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'ksessionId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:13.566 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ksessionId -> contextmap0_.KSESSION_ID 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:13.567 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:13.568 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.568 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.KSESSION_ID {synthetic-alias} ksessionId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:13.570 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:13.570 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path={synthetic-alias}.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[NAMED_PARAM] ParameterNode: '?' {name=ksessionId, expectedType=org.hibernate.type.LongType@1d71006f} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=? and contextmap0_.OWNER_ID=? 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.571 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByAuditContextId 09:55:13.571 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:13.572 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.573 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'o' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'process' | | | | \-[IDENT] Node: 'audit' | | | \-[IDENT] Node: 'ProcessInstanceLog' | | +-[ALIAS] Node: 'log' | | \-[WITH] Node: 'with' | | \-[EQ] Node: '=' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'correlationKey' | | \-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[IDENT] Node: 'contextId' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'o' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[CAST] Node: 'CAST' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'processInstanceId' | | \-[IDENT] Node: 'string' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:13.573 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.574 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (o) -> contextmap0_ 09:55:13.575 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Creating entity-join FromElement [log -> org.jbpm.process.audit.ProcessInstanceLog] 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.audit.ProcessInstanceLog (log) -> processins1_ 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : correlationKey -> org.hibernate.type.StringType@1568159 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.correlationKey -> processins1_.correlationKey 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:13.576 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.contextId -> contextmap0_.CONTEXT_ID 09:55:13.577 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - handleWithFragment() : -- with clause -- \-[WITH] SqlNode: 'with' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'processins1_.correlationKey' {propertyName=correlationKey,dereferenceType=PRIMITIVE,getPropertyPath=correlationKey,path=log.correlationKey,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | \-[IDENT] IdentNode: 'correlationKey' {originalText=correlationKey} \-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=o.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} \-[IDENT] IdentNode: 'contextId' {originalText=contextId} 09:55:13.577 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:13.577 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:13.577 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.577 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.processInstanceId -> processins1_.processInstanceId 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.ownerId -> contextmap0_.OWNER_ID 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} contextmap0_.mappingId ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ProcessInstanceLog ) ( where ( and ( = ( CAST ( processins1_.processInstanceId processins1_.id processInstanceId ) string ) ? ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:13.578 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)] 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo,ProcessInstanceLog) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId as mappingI1_0_' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=2, fromElementByClassAlias=[log, o], fromElementByTableAlias=[contextmap0_, processins1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=o,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[ENTITY_JOIN] EntityJoinFromElement: 'inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=log,role=null,tableName=ProcessInstanceLog,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.process.audit.ProcessInstanceLog}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[CAST] CastFunctionNode: 'CAST' | | +-[DOT] DotNode: 'processins1_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=log.processInstanceId,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | | | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | | \-[IDENT] IdentNode: 'string' {originalText=string} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=o.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID) where cast(processins1_.processInstanceId as varchar(255))=? and contextmap0_.OWNER_ID=? 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.579 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetProcessInstanceIdByCorrelation 09:55:13.579 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:13.580 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.581 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'name' \-[COLON] Node: ':' \-[IDENT] Node: 'ckey' 09:55:13.581 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.581 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:13.581 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : name -> org.hibernate.type.StringType@1568159 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.name -> correlatio0_.name 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.name correlatio0_.keyId name ) ? ) ) ) 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.name' {propertyName=name,dereferenceType=PRIMITIVE,getPropertyPath=name,path=key.name,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'name' {originalText=name} \-[NAMED_PARAM] ParameterNode: '?' {name=ckey, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.582 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:13.583 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.processInstanceId as col_0_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.name=? 09:55:13.583 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.583 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: ProcessInstancesWaitingForEvent 09:55:13.583 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:13.584 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.584 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'processInstanceInfo' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[IDENT] Node: 'eventTypes' \-[COLON] Node: ':' \-[IDENT] Node: 'type' 09:55:13.584 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.584 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins0_ 09:55:13.585 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:13.585 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:13.585 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes1_ 09:55:13.585 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes1_ 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=null,columns={,className=null}} 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins0_.InstanceId 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes1_.element 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( processins0_.InstanceId processins0_.InstanceId processInstanceId ) ) ( FromClause{level=1} ( EventTypes eventtypes1_ ) ) ( where ( = eventtypes1_.element ? ) ) ) 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins0_] 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId] 09:55:13.586 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'processins0_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins0_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins0_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=2, fromElementByClassAlias=[processInstanceInfo, eventTypes], fromElementByTableAlias=[processins0_, eventtypes1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins0_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins0_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=ProcessInstanceInfo processins0_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[ALIAS_REF] IdentNode: 'eventtypes1_.element' {alias=eventTypes, className=null, tableAlias=eventtypes1_} \-[NAMED_PARAM] ParameterNode: '?' {name=type, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select processins0_.InstanceId as col_0_0_ from ProcessInstanceInfo processins0_ inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId where eventtypes1_.element=? 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.587 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByContextId 09:55:13.587 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:13.588 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.588 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'contextId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:13.588 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.588 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.contextId -> contextmap0_.CONTEXT_ID 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:13.589 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:13.590 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.590 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.CONTEXT_ID {synthetic-alias} contextId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:13.590 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:13.590 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:13.590 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path={synthetic-alias}.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=? and contextmap0_.OWNER_ID=? 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.591 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetCorrelationKeysByProcessInstanceId 09:55:13.591 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:13.592 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.592 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'key' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pId' 09:55:13.592 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} correlatio0_.keyId ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ? ) ) ) 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:13.593 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId as keyId1_1_' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[SQL_TOKEN] SqlFragment: 'correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} \-[NAMED_PARAM] ParameterNode: '?' {name=pId, expectedType=org.hibernate.type.LongType@1d71006f} 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.keyId as keyId1_1_, correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=? 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.594 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindProcessInstanceWaitingForEvent 09:55:13.594 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.595 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.596 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'contextId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[COLON] Node: ':' | | \-[IDENT] Node: 'eventType' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:13.596 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:13.597 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:13.598 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element ? ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:13.599 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:13.600 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[NAMED_PARAM] ParameterNode: '?' {name=eventType, expectedType=org.hibernate.type.StringType@1568159} | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:13.600 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.600 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:13.600 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.CONTEXT_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element=? and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:13.600 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:13.600 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:13.600 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: 8da413d5-b288-4c98-8684-8191cfc53f44 () 09:55:13.600 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:13.638 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.640 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.internal.services.KieAssemblersImpl with priority 0 09:55:13.641 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.internal.services.KieRuntimesImpl with priority 0 09:55:13.641 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.internal.services.KieWeaversImpl with priority 0 09:55:13.642 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.internal.services.KieBeliefsImpl with priority 0 09:55:13.642 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.643 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.core.io.impl.ResourceFactoryServiceImpl with priority 0 09:55:13.644 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.core.concurrent.ExecutorProviderImpl with priority 0 09:55:13.644 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.645 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.marshalling.impl.ProcessMarshallerFactoryServiceImpl with priority 0 09:55:13.646 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl with priority 0 09:55:13.646 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.675 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.mvel.MVELConstraintBuilder with priority 0 09:55:13.676 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.mvel.MVELCoreComponentsBuilder with priority 0 09:55:13.678 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.mvel.asm.ClassFieldAccessorFactory with priority 0 09:55:13.681 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.mvel.asm.DefaultClassBuilderFactory with priority 0 09:55:13.682 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.683 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.serialization.protobuf.MarshallerProviderImpl with priority 0 09:55:13.685 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.serialization.protobuf.CompilationCacheProviderImpl with priority 0 09:55:13.685 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.687 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.kie.dmn.core.assembler.DMNAssemblerService 09:55:13.688 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.kie.dmn.core.runtime.DMNRuntimeService 09:55:13.689 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.kie.dmn.core.weaver.DMNWeaverService 09:55:13.689 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.690 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.ruleunit.impl.RuleUnitComponentFactoryImpl with priority 0 09:55:13.690 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.693 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.modelcompiler.CanonicalKieModuleProvider with priority 0 09:55:13.693 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.drools.modelcompiler.drlx.DrlxAssembler 09:55:13.693 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.695 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.drools.ancompiler.KieBaseUpdaterANCFactory 09:55:13.695 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.756 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.bpmn2.BPMN2ProcessProviderImpl with priority 0 09:55:13.757 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.bpmn2.xml.XmlProcessDumperFactoryServiceImpl with priority 0 09:55:13.757 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.758 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.process.builder.ProcessBuilderFactoryServiceImpl with priority 0 09:55:13.758 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.jbpm.assembler.BPMN2AssemblerService 09:55:13.759 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.jbpm.weaver.BPMN2WeaverService 09:55:13.759 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.jbpm.assembler.DRFAssemblerService 09:55:13.759 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added child Service +org.jbpm.weaver.DRFWeaverService 09:55:13.759 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.762 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.persistence.jpa.KnowledgeStoreServiceImpl with priority 0 09:55:13.763 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.persistence.correlation.JPACorrelationKeyFactory with priority 0 09:55:13.763 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.764 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.jbpm.services.task.persistence.TaskModelProviderImpl with priority 0 09:55:13.764 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.765 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.scanner.KieScannerFactoryServiceImpl with priority 0 09:55:13.766 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.kie.scanner.MavenClassLoaderResolver with priority 0 09:55:13.767 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Loading kie.conf from jar:file:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar!/META-INF/kie.conf in classloader jdk.internal.loader.ClassLoaders$AppClassLoader@55054057 09:55:13.770 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.compiler.kie.builder.impl.KieServicesImpl with priority 0 09:55:13.771 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.compiler.builder.impl.KnowledgeBuilderFactoryServiceImpl with priority 0 09:55:13.771 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.compiler.builder.impl.JaxbConfigurationFactoryServiceImpl with priority 0 09:55:13.772 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Added Service org.drools.compiler.kie.builder.impl.KieBaseUpdatersImpl with priority 0 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.builder.KnowledgeBuilderFactoryService is implemented by org.drools.compiler.builder.impl.KnowledgeBuilderFactoryServiceImpl@5da6b13d 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.internal.runtime.beliefs.KieBeliefs is implemented by org.kie.internal.services.KieBeliefsImpl@3dc39459 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.jbpm.process.core.impl.XmlProcessDumperFactoryService is implemented by org.jbpm.bpmn2.xml.XmlProcessDumperFactoryServiceImpl@6b16de91 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.rule.builder.ConstraintBuilder is implemented by org.drools.mvel.MVELConstraintBuilder@71bb8b34 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.core.base.FieldAccessorFactory is implemented by org.drools.mvel.asm.ClassFieldAccessorFactory@197ce367 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.task.api.TaskModelProviderService is implemented by org.jbpm.services.task.persistence.TaskModelProviderImpl@383cdd4d 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.internal.runtime.KieRuntimes is implemented by org.kie.internal.services.KieRuntimesImpl@65036e8d 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.core.factmodel.ClassBuilderFactory is implemented by org.drools.mvel.asm.DefaultClassBuilderFactory@48ccbb32 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.compiler.BPMN2ProcessProvider is implemented by org.jbpm.bpmn2.BPMN2ProcessProviderImpl@36551e97 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.core.marshalling.impl.ProcessMarshallerFactoryService is implemented by org.jbpm.marshalling.impl.ProcessMarshallerFactoryServiceImpl@685d7ba5 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.core.runtime.process.ProcessRuntimeFactoryService is implemented by org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl@16d41725 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.compiler.ProcessBuilderFactoryService is implemented by org.jbpm.process.builder.ProcessBuilderFactoryServiceImpl@3b6c2be6 09:55:13.773 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.concurrent.KieExecutors is implemented by org.drools.core.concurrent.ExecutorProviderImpl@25533bba 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.KieServices is implemented by org.drools.compiler.kie.builder.impl.KieServicesImpl@26d0ece6 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.kie.builder.impl.CompilationCacheProvider is implemented by org.drools.serialization.protobuf.CompilationCacheProviderImpl@100bba26 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.marshalling.KieMarshallers is implemented by org.drools.serialization.protobuf.MarshallerProviderImpl@4ae280da 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.persistence.jpa.KieStoreServices is implemented by org.drools.persistence.jpa.KnowledgeStoreServiceImpl@76d0ecd7 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.kie.builder.impl.KieBaseUpdaters is implemented by org.drools.compiler.kie.builder.impl.KieBaseUpdatersImpl@57c69937 09:55:13.774 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.internal.assembler.KieAssemblers is implemented by org.kie.internal.services.KieAssemblersImpl@1ad1c363 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.builder.JaxbConfigurationFactoryService is implemented by org.drools.compiler.builder.impl.JaxbConfigurationFactoryServiceImpl@5dcf0772 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.builder.KieScannerFactoryService is implemented by org.kie.scanner.KieScannerFactoryServiceImpl@c472300 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.ruleunit.RuleUnitComponentFactory is implemented by org.drools.ruleunit.impl.RuleUnitComponentFactoryImpl@5f6494c0 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.compiler.kie.builder.impl.InternalKieModuleProvider is implemented by org.drools.modelcompiler.CanonicalKieModuleProvider@6826b70f 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.utils.ClassLoaderResolver is implemented by org.kie.scanner.MavenClassLoaderResolver@4df7d9ee 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.io.KieResources is implemented by org.drools.core.io.impl.ResourceFactoryServiceImpl@781dac73 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.drools.core.base.CoreComponentsBuilder is implemented by org.drools.mvel.MVELCoreComponentsBuilder@3a4e524 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.internal.process.CorrelationKeyFactory is implemented by org.jbpm.persistence.correlation.JPACorrelationKeyFactory@5e67a490 09:55:13.776 [main] DEBUG org.kie.api.internal.utils.ServiceDiscoveryImpl - Service org.kie.api.internal.weaver.KieWeavers is implemented by org.kie.internal.services.KieWeaversImpl@2dac2e1b 09:55:13.807 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:13.864 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:13.864 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:13.946 [main] DEBUG org.jbpm.runtime.manager.impl.DefaultRuntimeEnvironment - Unable to find on initialize ejb schduler service due to org.jbpm.services.ejb.timer.EjbSchedulerService 09:55:13.956 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:14.102 [main] DEBUG org.jbpm.services.task.identity.AbstractUserGroupInfo - Callback properties will be loaded from classpath:/userinfo.properties 09:55:14.127 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/mvel with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@6cd2cb2 Warning: Nashorn engine is planned to be removed from a future JDK release 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/nashorn with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/Nashorn with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/js with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/JS with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/JavaScript with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/javascript with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/ECMAScript with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.361 [main] DEBUG org.jbpm.process.core.impl.DataTransformerRegistry - Registered scripting language http://www.java.com/ecmascript with instance org.jbpm.process.core.transformation.JavaScriptingDataTransformer@269c7104 09:55:14.864 [main] DEBUG org.kie.internal.runtime.manager.deploy.DeploymentDescriptorManager - Reading default descriptor from null 09:55:14.867 [main] INFO org.drools.persistence.api.TransactionManagerFactory - Using org.drools.persistence.jta.JtaTransactionManagerFactory@115ef673 09:55:14.868 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionManager found at fallback JNDI location [java:comp/TransactionManager] 09:55:14.868 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionSynchronizationRegistry found at default JNDI location [java:comp/TransactionSynchronizationRegistry] 09:55:14.871 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl - Error handling filters [TaskExecutionErrorFilter [accepts=CannotAddTaskException, ignores=PermissionDeniedException], ProcessExecutionErrorFilter [accepts=WorkflowRuntimeException, ignores=], DBExecutionErrorFilter [accepts=SQLException,HibernateException, ignores=]] 09:55:14.871 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl - Execution error storage org.jbpm.runtime.manager.impl.error.DefaultExecutionErrorStorage@4805069b 09:55:14.871 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl - Error event listeners java.util.ServiceLoader[org.kie.internal.runtime.error.ExecutionErrorListener] 09:55:14.871 [main] INFO org.jbpm.runtime.manager.impl.AbstractRuntimeManager - SingletonRuntimeManager is created for default-singleton 09:55:14.876 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionManager found at fallback JNDI location [java:comp/TransactionManager] 09:55:14.876 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionSynchronizationRegistry found at default JNDI location [java:comp/TransactionSynchronizationRegistry] 09:55:14.878 [main] DEBUG com.arjuna.ats.arjuna - com.arjuna.ats.arjuna.recovery.ActionStatusService starting 09:55:14.879 [main] DEBUG com.arjuna.ats.arjuna - TransactionStatusManagerItem host: {0} port: {1} 09:55:14.891 [main] INFO com.arjuna.ats.arjuna - ARJUNA012170: TransactionStatusManager started on port 46289 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService 09:55:14.942 [main] DEBUG org.drools.persistence.PersistableRunner - Instantiating JtaTransactionManager 09:55:14.942 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionManager found at fallback JNDI location [java:comp/TransactionManager] 09:55:14.943 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionSynchronizationRegistry found at default JNDI location [java:comp/TransactionSynchronizationRegistry] 09:55:15.009 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.023 [main] DEBUG org.hibernate.stat.internal.StatisticsInitiator - Statistics initialized [enabled=false] 09:55:15.028 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.028 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.038 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.039 [main] DEBUG org.hibernate.SQL - insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?) Hibernate: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.052 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.052 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.053 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.063 [main] DEBUG org.drools.persistence.jta.TransactionLockInterceptor - Transaction lock interceptor enabled false 09:55:15.065 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.065 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.065 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.065 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.065 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.066 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.066 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.066 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.066 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.076 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.076 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.076 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.076 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.085 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.086 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.086 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.086 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.095 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.095 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.096 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.096 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.097 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.106 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.SessionInfo{lastModificationDate=null, rulesByteArray=null, id=1, version=0, startDate=Wed Jul 14 09:55:14 CEST 2021} 09:55:15.106 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.108 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.108 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.223 [main] DEBUG org.jbpm.process.core.timer.impl.GlobalTimerService - Returning timers [] per session registered for KieSessionId 1 09:55:15.236 [main] DEBUG org.hibernate.event.internal.DefaultMergeEventListener - EntityCopyObserver strategy: disallow 09:55:15.237 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.237 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.238 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 1 updates, 0 deletions to 1 objects 09:55:15.238 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.238 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.238 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.SessionInfo{lastModificationDate=null, rulesByteArray=[-84, -19, 0, 5, 119, 80, 10, 6, 8, 7, 16, 58, 24, 0, 82, 70, 8, 0, 16, 0, 26, 60, 24, 0, 32, 0, 50, 6, 8, 1, 16, 0, 24, 0, 66, 35, 26, 25, 10, 4, 77, 65, 73, 78, 16, 0, 24, 1, 32, 0, 40, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 64, 0, 34, 6, 10, 4, 77, 65, 73, 78, 82, 9, 10, 7, 68, 69, 70, 65, 85, 76, 84, 34, 2, 104, 0], id=1, version=0, startDate=Wed Jul 14 09:55:14 CEST 2021} 09:55:15.239 [main] DEBUG org.hibernate.SQL - update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=? Hibernate: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=? 09:55:15.241 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.241 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.242 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.242 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.250 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.250 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.test.jpaWIH] 09:55:15.250 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.test.jpaWIH] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:15.250 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.test.jpaWIH persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: jpaWIH Non JTA datasource: null Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.jbpm.process.workitem.jpa.Product] Mapping files names [] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:15.250 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:15.250 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:15.251 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:15.252 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:15.253 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:15.253 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.253 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@70df41f9 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@64a7ad02 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@46590dd0 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6c737fdb 09:55:15.254 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@66a93b25 09:55:15.255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3f3f554f 09:55:15.255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3186f8f5 09:55:15.255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@467cd4b9 09:55:15.256 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@69a3bf40] into BootstrapContext; was [null] 09:55:15.256 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@2c731a16] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@2a341e3d] 09:55:15.258 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:15.258 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.258 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:15.258 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.258 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.258 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:15.258 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:15.263 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:15.263 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.263 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:15.264 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@41289e88] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7e8783b0] 09:55:15.265 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:15.265 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.265 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:15.265 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:15.266 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.266 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.266 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:15.266 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:15.266 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:15.266 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:15.266 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:15.266 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:15.268 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.268 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:15.269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:15.269 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:15.270 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:15.270 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:15.271 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:15.272 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:15.272 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:15.272 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, javax.persistence.jtaDataSource=jpaWIH, hibernate.ejb.persistenceUnitName=org.jbpm.test.jpaWIH, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@f453129, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:15.274 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:15.274 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:15.275 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@41289e88] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@642ec6] 09:55:15.276 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.276 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.277 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.277 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_0_, product_.price as price3_0_ from Product product_ where product_.id=? 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:15.278 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.278 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@49809275] 09:55:15.279 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.279 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:15.279 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@5fd31df7] 09:55:15.279 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.279 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.279 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.280 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_0_0_} 09:55:15.280 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.280 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.280 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.293 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : Product 09:55:15.294 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named HQL queries 09:55:15.294 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:15.294 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: 55e744e5-7cee-41e8-8cf3-a84f30f0aa1b () 09:55:15.294 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:15.294 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.295 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.295 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.295 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.295 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.296 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.296 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.296 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.296 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.296 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.296 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.SessionInfo{lastModificationDate=null, rulesByteArray=[-84, -19, 0, 5, 119, 80, 10, 6, 8, 7, 16, 58, 24, 0, 82, 70, 8, 0, 16, 0, 26, 60, 24, 0, 32, 0, 50, 6, 8, 1, 16, 0, 24, 0, 66, 35, 26, 25, 10, 4, 77, 65, 73, 78, 16, 0, 24, 1, 32, 0, 40, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 64, 0, 34, 6, 10, 4, 77, 65, 73, 78, 82, 9, 10, 7, 68, 69, 70, 65, 85, 76, 84, 34, 2, 104, 0], id=1, version=1, startDate=Wed Jul 14 09:55:14 CEST 2021} 09:55:15.296 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.296 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.296 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.296 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.298 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.298 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.298 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.298 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.298 [main] DEBUG org.drools.persistence.api.TransactionSynchronizationContainer - Adding sync SynchronizationImpl{service=org.drools.persistence.info.SessionInfo@5bdb6ea8 cmd=org.drools.persistence.PersistableRunner@6c9e74f3} total syncs 09:55:15.305 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.305 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.311 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.311 [main] DEBUG org.hibernate.SQL - insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?) 09:55:15.312 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.312 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.312 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.315 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.315 [main] DEBUG org.hibernate.SQL - insert into CorrelationKeyInfo (keyId, name, processInstanceId, OPTLOCK) values (null, ?, ?, ?) Hibernate: insert into CorrelationKeyInfo (keyId, name, processInstanceId, OPTLOCK) values (null, ?, ?, ?) 09:55:15.315 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.316 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.316 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.316 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.317 [main] DEBUG org.hibernate.SQL - insert into CorrelationPropertyInfo (propertyId, correlationKey_keyId, name, value, OPTLOCK) values (null, ?, ?, ?, ?) Hibernate: insert into CorrelationPropertyInfo (propertyId, correlationKey_keyId, name, value, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.317 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.317 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.318 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.318 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.318 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.321 [main] DEBUG org.hibernate.engine.internal.Collections - Collection found: [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes#1], was: [] (initialized) 09:55:15.322 [main] DEBUG org.hibernate.engine.internal.Collections - Collection found: [org.jbpm.persistence.correlation.CorrelationKeyInfo.properties#1], was: [] (initialized) 09:55:15.322 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 1 updates, 0 deletions to 3 objects 09:55:15.322 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections 09:55:15.322 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.322 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationKeyInfo{processInstanceId=1, name=1, id=1, version=0, properties=[org.jbpm.persistence.correlation.CorrelationPropertyInfo#1]} 09:55:15.322 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.processinstance.ProcessInstanceInfo{processInstanceId=1, lastModificationDate=null, processInstanceByteArray=null, processId=org.jbpm.JPA_WIH, state=0, eventTypes=[], lastReadDate=Wed Jul 14 09:55:15 CEST 2021, version=0, startDate=Wed Jul 14 09:55:15 CEST 2021} 09:55:15.323 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationPropertyInfo{name=null, id=1, correlationKey=org.jbpm.persistence.correlation.CorrelationKeyInfo#1, value=1, version=0} 09:55:15.323 [main] DEBUG org.hibernate.SQL - update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=? Hibernate: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=? 09:55:15.323 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.324 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Inserting collection: [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes#1] 09:55:15.324 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Collection was empty 09:55:15.324 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.327 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionManager found at fallback JNDI location [java:comp/TransactionManager] 09:55:15.327 [main] DEBUG org.drools.persistence.jta.JtaTransactionManager - JTA TransactionSynchronizationRegistry found at default JNDI location [java:comp/TransactionSynchronizationRegistry] 09:55:15.340 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.340 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.340 [main] DEBUG org.hibernate.SQL - insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.341 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.341 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.341 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.341 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.341 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.342 [main] DEBUG org.hibernate.SQL - insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.342 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 2 09:55:15.342 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.342 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.342 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.342 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.342 [main] DEBUG org.hibernate.SQL - insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.343 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 3 09:55:15.343 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.343 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.345 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.345 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.345 [main] DEBUG org.hibernate.SQL - insert into ProcessInstanceLog (id, correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into ProcessInstanceLog (id, correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.346 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.346 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.346 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.359 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.360 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.360 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.361 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.361 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.361 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.361 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Node instance org.jbpm.workflow.instance.node.StartNodeInstance@7e43b342 is being executed 09:55:15.361 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Node instance org.jbpm.workflow.instance.node.StartNodeInstance@7e43b342 successfully executed 09:55:15.364 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.364 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.364 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.365 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 2 09:55:15.365 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.365 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.365 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.365 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.365 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.366 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 3 09:55:15.366 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.366 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.366 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Node instance org.jbpm.workflow.instance.node.WorkItemNodeInstance@2ea4e762 is being executed >> Entering JPA WIH 09:55:15.369 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.369 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.369 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.369 [main] DEBUG org.hibernate.SQL - insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?) Hibernate: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?) 09:55:15.370 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.370 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.370 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.371 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action CREATE on [id=0, description=Table, price=10.0] 09:55:15.371 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.371 [main] DEBUG org.hibernate.stat.internal.StatisticsInitiator - Statistics initialized [enabled=false] 09:55:15.382 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.383 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.383 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.384 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 1 09:55:15.384 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.384 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.385 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.385 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.385 [main] DEBUG org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl - Signal workItemCompleted received with data WorkItem 1 [name=JPAWIH, state=2, processInstanceId=1, parameters{Entity=[id=1, description=Table, price=10.0], Action=CREATE, Id=0}] in process instance 1 >> Leaving JPA WIH 09:55:15.386 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Node instance org.jbpm.workflow.instance.node.WorkItemNodeInstance@2ea4e762 successfully executed 09:55:15.386 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.386 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.386 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.387 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 4 09:55:15.387 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.387 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.387 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.387 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.387 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.388 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 5 09:55:15.388 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.388 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.388 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Node instance org.jbpm.workflow.instance.node.EndNodeInstance@4088702d is being executed 09:55:15.388 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.388 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.389 [main] DEBUG org.hibernate.SQL - insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.389 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 6 09:55:15.389 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.389 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.390 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.390 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.409 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.410 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.411 [main] DEBUG org.hibernate.engine.internal.Collections - Collection found: [org.jbpm.persistence.correlation.CorrelationKeyInfo.properties#1], was: [org.jbpm.persistence.correlation.CorrelationKeyInfo.properties#1] (initialized) 09:55:15.412 [main] DEBUG org.hibernate.engine.internal.Collections - Collection dereferenced: [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes#1] 09:55:15.412 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 1 deletions to 14 objects 09:55:15.412 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 1 removals to 2 collections 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationKeyInfo{processInstanceId=1, name=1, id=1, version=0, properties=[org.jbpm.persistence.correlation.CorrelationPropertyInfo#1]} 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=3, oldValue=, value=0, variableId=id, variableInstanceId=id} 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationPropertyInfo{name=null, id=1, correlationKey=org.jbpm.persistence.correlation.CorrelationKeyInfo#1, value=1, version=0} 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=2, oldValue=, value=CREATE, variableId=action, variableInstanceId=action} 09:55:15.412 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=1, oldValue=, value=[id=0, description=Table, price=10.0], variableId=obj, variableInstanceId=obj} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.processinstance.ProcessInstanceInfo{processInstanceId=1, lastModificationDate=null, processInstanceByteArray=null, processId=org.jbpm.JPA_WIH, state=0, eventTypes=[], lastReadDate=Wed Jul 14 09:55:15 CEST 2021, version=1, startDate=Wed Jul 14 09:55:15 CEST 2021} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.WorkItemInfo{processInstanceId=1, name=JPAWIH, workItemId=1, state=0, creationDate=Wed Jul 14 09:55:15 CEST 2021, version=0, workItemByteArray=null} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=1, nodeId=StartEvent_1} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=2, nodeId=StartEvent_1} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.ProcessInstanceLog{processInstanceId=1, processInstanceDescription=JPA WIH, start=Wed Jul 14 09:55:15 CEST 2021, externalId=default-singleton, processVersion=null, duration=null, processId=org.jbpm.JPA_WIH, processName=JPA WIH, identity=null, slaCompliance=0, slaDueDate=null, end=null, id=1, processType=1, correlationKey=1, parentProcessInstanceId=-1, outcome=null, status=1} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=5, nodeId=EndEvent_1} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=6, nodeId=EndEvent_1} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=null, nodeType=WorkItemNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=StartEvent_1, end=null, nodeContainerId=null, id=3, nodeId=Task_4} 09:55:15.413 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=1, nodeType=WorkItemNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=EndEvent_1, end=null, nodeContainerId=null, id=4, nodeId=Task_4} 09:55:15.415 [main] DEBUG org.hibernate.SQL - select correlatio0_.keyId as keyId1_1_, correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=? Hibernate: select correlatio0_.keyId as keyId1_1_, correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=? 09:55:15.417 [main] DEBUG org.hibernate.loader.Loader - Result set row: 0 09:55:15.418 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.persistence.correlation.CorrelationKeyInfo#1] 09:55:15.418 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.420 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.421 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: UPDATE org.jbpm.process.audit.NodeInstanceLog o SET o.end = :endDate WHERE o.processInstanceId = :pid 09:55:15.422 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - Keyword 'end' is being interpreted as an identifier due to: expecting IDENT, found 'end' 09:55:15.422 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.423 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[UPDATE] Node: 'UPDATE' +-[FROM] Node: 'FROM' | \-[RANGE] Node: 'RANGE' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[IDENT] Node: 'org' | | | | | \-[IDENT] Node: 'jbpm' | | | | \-[IDENT] Node: 'process' | | | \-[IDENT] Node: 'audit' | | \-[IDENT] Node: 'NodeInstanceLog' | \-[ALIAS] Node: 'o' +-[SET] Node: 'SET' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[WEIRD_IDENT] Node: 'end' | \-[COLON] Node: ':' | \-[IDENT] Node: 'endDate' \-[WHERE] Node: 'WHERE' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pid' 09:55:15.423 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update << begin [level=1, statement=update] 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.audit.NodeInstanceLog (o) -> nodeinstan0_ 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> id 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : end -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.end -> end_date 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> id 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.processInstanceId -> processInstanceId 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update : finishing up [level=1, statement=update] 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update >> end [level=1, statement=update] 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[UPDATE] UpdateStatement: 'UPDATE' querySpaces (NodeInstanceLog) +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[o], fromElementByTableAlias=[nodeinstan0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'NodeInstanceLog' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=o,role=null,tableName=NodeInstanceLog,tableAlias=nodeinstan0_,origin=null,columns={,className=org.jbpm.process.audit.NodeInstanceLog}} +-[SET] SqlNode: 'SET' | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'end_date' {propertyName=end,dereferenceType=PRIMITIVE,getPropertyPath=end,path=o.end,tableAlias=nodeinstan0_,className=org.jbpm.process.audit.NodeInstanceLog,classAlias=o} | | +-[ALIAS_REF] IdentNode: 'id' {alias=o, className=org.jbpm.process.audit.NodeInstanceLog, tableAlias=nodeinstan0_} | | \-[WEIRD_IDENT] SqlNode: 'end' | \-[NAMED_PARAM] ParameterNode: '?' {name=endDate, expectedType=org.hibernate.type.TimestampType@6b5176f2} \-[WHERE] SqlNode: 'WHERE' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=o.processInstanceId,tableAlias=nodeinstan0_,className=org.jbpm.process.audit.NodeInstanceLog,classAlias=o} | +-[ALIAS_REF] IdentNode: 'id' {alias=o, className=org.jbpm.process.audit.NodeInstanceLog, tableAlias=nodeinstan0_} | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} \-[NAMED_PARAM] ParameterNode: '?' {name=pid, expectedType=org.hibernate.type.LongType@1d71006f} 09:55:15.424 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.425 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.426 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.426 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.427 [main] DEBUG org.hibernate.engine.internal.Collections - Collection dereferenced: [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes#1] 09:55:15.427 [main] DEBUG org.hibernate.engine.internal.Collections - Collection dereferenced: [org.jbpm.persistence.correlation.CorrelationKeyInfo.properties#1] 09:55:15.427 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 1 updates, 3 deletions to 14 objects 09:55:15.427 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 2 removals to 2 collections 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationKeyInfo{processInstanceId=1, name=1, id=1, version=0, properties=[org.jbpm.persistence.correlation.CorrelationPropertyInfo#1]} 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=3, oldValue=, value=0, variableId=id, variableInstanceId=id} 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationPropertyInfo{name=null, id=1, correlationKey=org.jbpm.persistence.correlation.CorrelationKeyInfo#1, value=1, version=0} 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=2, oldValue=, value=CREATE, variableId=action, variableInstanceId=action} 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=1, oldValue=, value=[id=0, description=Table, price=10.0], variableId=obj, variableInstanceId=obj} 09:55:15.427 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.processinstance.ProcessInstanceInfo{processInstanceId=1, lastModificationDate=null, processInstanceByteArray=null, processId=org.jbpm.JPA_WIH, state=0, eventTypes=[], lastReadDate=Wed Jul 14 09:55:15 CEST 2021, version=1, startDate=Wed Jul 14 09:55:15 CEST 2021} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.WorkItemInfo{processInstanceId=1, name=JPAWIH, workItemId=1, state=0, creationDate=Wed Jul 14 09:55:15 CEST 2021, version=0, workItemByteArray=null} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=1, nodeId=StartEvent_1} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=2, nodeId=StartEvent_1} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.ProcessInstanceLog{processInstanceId=1, processInstanceDescription=JPA WIH, start=Wed Jul 14 09:55:15 CEST 2021, externalId=default-singleton, processVersion=null, duration=76, processId=org.jbpm.JPA_WIH, processName=JPA WIH, identity=null, slaCompliance=0, slaDueDate=null, end=Wed Jul 14 09:55:15 CEST 2021, id=1, processType=1, correlationKey=1, parentProcessInstanceId=-1, outcome=null, status=2} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=5, nodeId=EndEvent_1} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=6, nodeId=EndEvent_1} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=null, nodeType=WorkItemNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=StartEvent_1, end=null, nodeContainerId=null, id=3, nodeId=Task_4} 09:55:15.428 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=1, nodeType=WorkItemNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=EndEvent_1, end=null, nodeContainerId=null, id=4, nodeId=Task_4} 09:55:15.432 [main] DEBUG org.hibernate.SQL - update NodeInstanceLog set end_date=? where processInstanceId=? Hibernate: update NodeInstanceLog set end_date=? where processInstanceId=? 09:55:15.433 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.433 [main] DEBUG org.jbpm.process.audit.DefaultArchiveLoggerProvider - Archived 6 node instances log for process instance id 1 09:55:15.433 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: UPDATE org.jbpm.process.audit.VariableInstanceLog o SET o.end = :endDate WHERE o.processInstanceId = :pid 09:55:15.434 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - Keyword 'end' is being interpreted as an identifier due to: expecting IDENT, found 'end' 09:55:15.434 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.434 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[UPDATE] Node: 'UPDATE' +-[FROM] Node: 'FROM' | \-[RANGE] Node: 'RANGE' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[IDENT] Node: 'org' | | | | | \-[IDENT] Node: 'jbpm' | | | | \-[IDENT] Node: 'process' | | | \-[IDENT] Node: 'audit' | | \-[IDENT] Node: 'VariableInstanceLog' | \-[ALIAS] Node: 'o' +-[SET] Node: 'SET' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[WEIRD_IDENT] Node: 'end' | \-[COLON] Node: ':' | \-[IDENT] Node: 'endDate' \-[WHERE] Node: 'WHERE' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pid' 09:55:15.434 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update << begin [level=1, statement=update] 09:55:15.434 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.audit.VariableInstanceLog (o) -> variablein0_ 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> id 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : end -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.end -> end_date 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> id 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.processInstanceId -> processInstanceId 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update : finishing up [level=1, statement=update] 09:55:15.435 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update >> end [level=1, statement=update] 09:55:15.436 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[UPDATE] UpdateStatement: 'UPDATE' querySpaces (VariableInstanceLog) +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[o], fromElementByTableAlias=[variablein0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'VariableInstanceLog' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=o,role=null,tableName=VariableInstanceLog,tableAlias=variablein0_,origin=null,columns={,className=org.jbpm.process.audit.VariableInstanceLog}} +-[SET] SqlNode: 'SET' | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'end_date' {propertyName=end,dereferenceType=PRIMITIVE,getPropertyPath=end,path=o.end,tableAlias=variablein0_,className=org.jbpm.process.audit.VariableInstanceLog,classAlias=o} | | +-[ALIAS_REF] IdentNode: 'id' {alias=o, className=org.jbpm.process.audit.VariableInstanceLog, tableAlias=variablein0_} | | \-[WEIRD_IDENT] SqlNode: 'end' | \-[NAMED_PARAM] ParameterNode: '?' {name=endDate, expectedType=org.hibernate.type.TimestampType@6b5176f2} \-[WHERE] SqlNode: 'WHERE' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=o.processInstanceId,tableAlias=variablein0_,className=org.jbpm.process.audit.VariableInstanceLog,classAlias=o} | +-[ALIAS_REF] IdentNode: 'id' {alias=o, className=org.jbpm.process.audit.VariableInstanceLog, tableAlias=variablein0_} | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} \-[NAMED_PARAM] ParameterNode: '?' {name=pid, expectedType=org.hibernate.type.LongType@1d71006f} 09:55:15.436 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.436 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.436 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.436 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.437 [main] DEBUG org.hibernate.engine.internal.Collections - Collection dereferenced: [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes#1] 09:55:15.437 [main] DEBUG org.hibernate.engine.internal.Collections - Collection dereferenced: [org.jbpm.persistence.correlation.CorrelationKeyInfo.properties#1] 09:55:15.437 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 1 updates, 3 deletions to 14 objects 09:55:15.437 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 2 removals to 2 collections 09:55:15.437 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationKeyInfo{processInstanceId=1, name=1, id=1, version=0, properties=[org.jbpm.persistence.correlation.CorrelationPropertyInfo#1]} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=3, oldValue=, value=0, variableId=id, variableInstanceId=id} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.correlation.CorrelationPropertyInfo{name=null, id=1, correlationKey=org.jbpm.persistence.correlation.CorrelationKeyInfo#1, value=1, version=0} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=2, oldValue=, value=CREATE, variableId=action, variableInstanceId=action} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.VariableInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, processInstanceId=1, processId=org.jbpm.JPA_WIH, externalId=default-singleton, end=null, id=1, oldValue=, value=[id=0, description=Table, price=10.0], variableId=obj, variableInstanceId=obj} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.persistence.processinstance.ProcessInstanceInfo{processInstanceId=1, lastModificationDate=null, processInstanceByteArray=null, processId=org.jbpm.JPA_WIH, state=0, eventTypes=[], lastReadDate=Wed Jul 14 09:55:15 CEST 2021, version=1, startDate=Wed Jul 14 09:55:15 CEST 2021} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.drools.persistence.info.WorkItemInfo{processInstanceId=1, name=JPAWIH, workItemId=1, state=0, creationDate=Wed Jul 14 09:55:15 CEST 2021, version=0, workItemByteArray=null} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=1, nodeId=StartEvent_1} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=StartProcess, processInstanceId=1, nodeInstanceId=0, externalId=default-singleton, workItemId=null, nodeType=StartNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=2, nodeId=StartEvent_1} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.ProcessInstanceLog{processInstanceId=1, processInstanceDescription=JPA WIH, start=Wed Jul 14 09:55:15 CEST 2021, externalId=default-singleton, processVersion=null, duration=76, processId=org.jbpm.JPA_WIH, processName=JPA WIH, identity=null, slaCompliance=0, slaDueDate=null, end=Wed Jul 14 09:55:15 CEST 2021, id=1, processType=1, correlationKey=1, parentProcessInstanceId=-1, outcome=null, status=2} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=Task_4, end=null, nodeContainerId=null, id=5, nodeId=EndEvent_1} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=End Event 1, processInstanceId=1, nodeInstanceId=2, externalId=default-singleton, workItemId=null, nodeType=EndNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=null, end=null, nodeContainerId=null, id=6, nodeId=EndEvent_1} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=null, nodeType=WorkItemNode, type=0, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=StartEvent_1, end=null, nodeContainerId=null, id=3, nodeId=Task_4} 09:55:15.438 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.audit.NodeInstanceLog{date=Wed Jul 14 09:55:15 CEST 2021, nodeName=JPA, processInstanceId=1, nodeInstanceId=1, externalId=default-singleton, workItemId=1, nodeType=WorkItemNode, type=1, referenceId=null, processId=org.jbpm.JPA_WIH, slaCompliance=0, slaDueDate=null, connection=EndEvent_1, end=null, nodeContainerId=null, id=4, nodeId=Task_4} 09:55:15.439 [main] DEBUG org.hibernate.SQL - update VariableInstanceLog set end_date=? where processInstanceId=? Hibernate: update VariableInstanceLog set end_date=? where processInstanceId=? 09:55:15.439 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.439 [main] DEBUG org.jbpm.process.audit.DefaultArchiveLoggerProvider - Archived 3 variable instances log for process instance id 1 09:55:15.440 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid 09:55:15.440 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - Keyword 'end' is being interpreted as an identifier due to: expecting IDENT, found 'end' 09:55:15.441 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.441 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[UPDATE] Node: 'UPDATE' +-[FROM] Node: 'FROM' | \-[RANGE] Node: 'RANGE' | +-[IDENT] Node: 'AuditTaskImpl' | \-[ALIAS] Node: 'o' +-[SET] Node: 'SET' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[WEIRD_IDENT] Node: 'end' | \-[COLON] Node: ':' | \-[IDENT] Node: 'endDate' \-[WHERE] Node: 'WHERE' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pid' 09:55:15.441 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - update << begin [level=1, statement=update] 09:55:15.441 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.446 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Error performing JPA action org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:213) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.triggerCompleted(ExtendedNodeInstanceImpl.java:59) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:413) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:373) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.triggerCompleted(WorkItemNodeInstance.java:293) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.workItemCompleted(WorkItemNodeInstance.java:380) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.signalEvent(WorkItemNodeInstance.java:350) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:694) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.completeWorkItem(JPAWorkItemManager.java:171) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:206) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:155) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:72) at org.jbpm.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:43) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:40) at org.jbpm.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:248) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:559) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:261) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:218) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:211) at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:1835) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:134) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:41) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatch(PseudoClockRunner.java:102) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatches(PseudoClockRunner.java:69) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:61) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:39) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:608) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:568) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.internalExecute(OptimisticLockRetryInterceptor.java:102) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:83) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:44) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:73) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:45) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:66) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:400) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:68) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:275) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:263) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:337) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.createOnProcessTest(JPAWorkItemHandlerTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:729) at org.hibernate.internal.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:23) at org.jbpm.services.task.audit.DefaultHumanTaskArchiveLoggerProvider.archive(DefaultHumanTaskArchiveLoggerProvider.java:37) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.lambda$processCompleted$2(JPAWorkingMemoryDbLogger.java:181) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.processCompleted(JPAWorkingMemoryDbLogger.java:181) at org.jbpm.process.audit.AbstractAuditLoggerAdapter.afterProcessCompleted(AbstractAuditLoggerAdapter.java:81) at org.drools.core.event.ProcessEventSupport.lambda$fireAfterProcessCompleted$3(ProcessEventSupport.java:60) at org.drools.core.event.AbstractEventSupport.notifyAllListeners(AbstractEventSupport.java:60) at org.drools.core.event.ProcessEventSupport.fireAfterProcessCompleted(ProcessEventSupport.java:60) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:461) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:497) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.nodeInstanceCompleted(WorkflowProcessInstanceImpl.java:968) at org.jbpm.workflow.instance.node.EndNodeInstance.internalTrigger(EndNodeInstance.java:73) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) ... 87 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79) at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:219) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:143) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:119) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:80) at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:153) at org.hibernate.internal.AbstractSharedSessionContract.getQueryPlan(AbstractSharedSessionContract.java:611) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:720) ... 102 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:169) at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91) at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:79) at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:331) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3695) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3584) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:720) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.updateStatement(HqlSqlBaseWalker.java:377) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:269) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:271) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:191) ... 108 common frames omitted 09:55:15.450 [main] WARN org.drools.persistence.PersistableRunner - Could not commit session org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - JPA:3] -- org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:170) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:72) at org.jbpm.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:43) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:40) at org.jbpm.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:248) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:559) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:261) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:218) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:211) at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:1835) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:134) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:41) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatch(PseudoClockRunner.java:102) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatches(PseudoClockRunner.java:69) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:61) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:39) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:608) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:568) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.internalExecute(OptimisticLockRetryInterceptor.java:102) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:83) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:44) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:73) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:45) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:66) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:400) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:68) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:275) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:263) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:337) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.createOnProcessTest(JPAWorkItemHandlerTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:69) at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:45) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:211) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:155) ... 72 common frames omitted Caused by: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:213) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.triggerCompleted(ExtendedNodeInstanceImpl.java:59) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:413) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:373) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.triggerCompleted(WorkItemNodeInstance.java:293) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.workItemCompleted(WorkItemNodeInstance.java:380) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.signalEvent(WorkItemNodeInstance.java:350) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:694) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.completeWorkItem(JPAWorkItemManager.java:171) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:206) ... 75 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:729) at org.hibernate.internal.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:23) at org.jbpm.services.task.audit.DefaultHumanTaskArchiveLoggerProvider.archive(DefaultHumanTaskArchiveLoggerProvider.java:37) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.lambda$processCompleted$2(JPAWorkingMemoryDbLogger.java:181) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.processCompleted(JPAWorkingMemoryDbLogger.java:181) at org.jbpm.process.audit.AbstractAuditLoggerAdapter.afterProcessCompleted(AbstractAuditLoggerAdapter.java:81) at org.drools.core.event.ProcessEventSupport.lambda$fireAfterProcessCompleted$3(ProcessEventSupport.java:60) at org.drools.core.event.AbstractEventSupport.notifyAllListeners(AbstractEventSupport.java:60) at org.drools.core.event.ProcessEventSupport.fireAfterProcessCompleted(ProcessEventSupport.java:60) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:461) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:497) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.nodeInstanceCompleted(WorkflowProcessInstanceImpl.java:968) at org.jbpm.workflow.instance.node.EndNodeInstance.internalTrigger(EndNodeInstance.java:73) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) ... 87 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79) at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:219) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:143) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:119) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:80) at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:153) at org.hibernate.internal.AbstractSharedSessionContract.getQueryPlan(AbstractSharedSessionContract.java:611) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:720) ... 102 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:169) at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91) at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:79) at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:331) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3695) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3584) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:720) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.updateStatement(HqlSqlBaseWalker.java:377) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:269) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:271) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:191) ... 108 common frames omitted 09:55:15.452 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.452 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.452 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.452 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.453 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.457 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Filter ProcessExecutionErrorFilter [accepts=WorkflowRuntimeException, ignores=] returned ExecutionError [type=Process, deploymentId=default-singleton, processInstanceId=1, processId=org.jbpm.JPA_WIH, activityId=1, activityName=JPA, errorMessage=[org.jbpm.JPA_WIH:1 - JPA:3] -- org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid], acknowledged=0, acknowledgedBy=null, acknowledgedAt=null] for {} org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - JPA:3] -- org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:170) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:72) at org.jbpm.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:43) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:40) at org.jbpm.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:248) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:559) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:261) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:218) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:211) at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:1835) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:134) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:41) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatch(PseudoClockRunner.java:102) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatches(PseudoClockRunner.java:69) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:61) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:39) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:608) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:568) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.internalExecute(OptimisticLockRetryInterceptor.java:102) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:83) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:44) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:73) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:45) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:66) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:400) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:68) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:275) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:263) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:337) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.createOnProcessTest(JPAWorkItemHandlerTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:69) at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:45) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:211) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:155) ... 72 common frames omitted Caused by: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:213) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.triggerCompleted(ExtendedNodeInstanceImpl.java:59) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:413) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:373) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.triggerCompleted(WorkItemNodeInstance.java:293) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.workItemCompleted(WorkItemNodeInstance.java:380) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.signalEvent(WorkItemNodeInstance.java:350) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:694) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.completeWorkItem(JPAWorkItemManager.java:171) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:206) ... 75 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:729) at org.hibernate.internal.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:23) at org.jbpm.services.task.audit.DefaultHumanTaskArchiveLoggerProvider.archive(DefaultHumanTaskArchiveLoggerProvider.java:37) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.lambda$processCompleted$2(JPAWorkingMemoryDbLogger.java:181) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.processCompleted(JPAWorkingMemoryDbLogger.java:181) at org.jbpm.process.audit.AbstractAuditLoggerAdapter.afterProcessCompleted(AbstractAuditLoggerAdapter.java:81) at org.drools.core.event.ProcessEventSupport.lambda$fireAfterProcessCompleted$3(ProcessEventSupport.java:60) at org.drools.core.event.AbstractEventSupport.notifyAllListeners(AbstractEventSupport.java:60) at org.drools.core.event.ProcessEventSupport.fireAfterProcessCompleted(ProcessEventSupport.java:60) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:461) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:497) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.nodeInstanceCompleted(WorkflowProcessInstanceImpl.java:968) at org.jbpm.workflow.instance.node.EndNodeInstance.internalTrigger(EndNodeInstance.java:73) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) ... 87 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79) at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:219) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:143) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:119) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:80) at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:153) at org.hibernate.internal.AbstractSharedSessionContract.getQueryPlan(AbstractSharedSessionContract.java:611) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:720) ... 102 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:169) at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91) at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:79) at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:331) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3695) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3584) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:720) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.updateStatement(HqlSqlBaseWalker.java:377) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:269) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:271) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:191) ... 108 common frames omitted 09:55:15.458 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.459 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.459 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.460 [main] WARN org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Could not persist execution error ExecutionError [type=Process, deploymentId=default-singleton, processInstanceId=1, processId=org.jbpm.JPA_WIH, activityId=1, activityName=JPA, errorMessage=[org.jbpm.JPA_WIH:1 - JPA:3] -- org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid], acknowledged=0, acknowledgedBy=null, acknowledgedAt=null] due to Exception when persisting error information 09:55:15.460 [main] DEBUG org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl - Stack trace java.lang.RuntimeException: Exception when persisting error information at org.jbpm.runtime.manager.impl.error.DefaultExecutionErrorStorage.call(DefaultExecutionErrorStorage.java:203) at org.jbpm.runtime.manager.impl.error.DefaultExecutionErrorStorage.store(DefaultExecutionErrorStorage.java:60) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl.handle(ExecutionErrorHandlerImpl.java:94) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:73) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:400) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:68) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:275) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:263) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:337) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.createOnProcessTest(JPAWorkItemHandlerTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.lang.IllegalArgumentException: Unknown entity: org.jbpm.runtime.manager.impl.jpa.ExecutionErrorInfo at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:808) at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:789) at org.jbpm.runtime.manager.impl.error.DefaultExecutionErrorStorage.lambda$store$0(DefaultExecutionErrorStorage.java:77) at org.jbpm.runtime.manager.impl.error.DefaultExecutionErrorStorage.call(DefaultExecutionErrorStorage.java:197) ... 42 common frames omitted 09:55:15.466 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.466 [main] DEBUG org.hibernate.stat.internal.StatisticsInitiator - Statistics initialized [enabled=false] 09:55:15.466 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.466 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.467 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 2 09:55:15.467 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.467 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.467 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.467 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.467 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.467 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.467 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.467 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=some prod, id=2} 09:55:15.467 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.467 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.467 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.467 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.468 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.468 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.468 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.469 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 3 09:55:15.469 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.469 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.469 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.469 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.470 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.470 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.470 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.470 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=other prod, id=3} 09:55:15.470 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.470 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.470 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.470 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.471 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action QUERY on null 09:55:15.471 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.471 [main] DEBUG org.hibernate.stat.internal.StatisticsInitiator - Statistics initialized [enabled=false] 09:55:15.471 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:15.471 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - About to run query SELECT p FROM Product p 09:55:15.471 [main] DEBUG org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@2dd1086 09:55:15.471 [main] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 09:55:15.471 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: SELECT p FROM org.jbpm.process.workitem.jpa.Product p 09:55:15.471 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' \-[SELECT_FROM] Node: 'SELECT_FROM' +-[FROM] Node: 'FROM' | \-[RANGE] Node: 'RANGE' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'process' | | | | \-[IDENT] Node: 'workitem' | | | \-[IDENT] Node: 'jpa' | | \-[IDENT] Node: 'Product' | \-[ALIAS] Node: 'p' \-[SELECT] Node: 'SELECT' \-[IDENT] Node: 'p' 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.workitem.jpa.Product (p) -> product0_ 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : p -> product0_.id 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} product0_.id ) ( FromClause{level=1} Product product0_ ) ) 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [Product product0_] 09:55:15.472 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.473 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (Product) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'product0_.id as id1_0_' {alias=p, className=org.jbpm.process.workitem.jpa.Product, tableAlias=product0_} | \-[SQL_TOKEN] SqlFragment: 'product0_.description as descript2_0_, product0_.price as price3_0_' \-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[p], fromElementByTableAlias=[product0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} \-[FROM_FRAGMENT] FromElement: 'Product product0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=p,role=null,tableName=Product,tableAlias=product0_,origin=null,columns={,className=org.jbpm.process.workitem.jpa.Product}} 09:55:15.473 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.473 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: SELECT p FROM org.jbpm.process.workitem.jpa.Product p 09:55:15.473 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ 09:55:15.473 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.473 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - No parameters were provided 09:55:15.473 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ Hibernate: select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ 09:55:15.473 [main] DEBUG org.hibernate.loader.Loader - Result set row: 0 09:55:15.473 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#2] 09:55:15.476 [main] DEBUG org.hibernate.loader.Loader - Result set row: 1 09:55:15.476 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#3] 09:55:15.477 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#2] 09:55:15.477 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#2] 09:55:15.477 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#3] 09:55:15.477 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#3] 09:55:15.477 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.478 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.478 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.478 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects 09:55:15.478 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.478 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.478 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=other prod, id=3} 09:55:15.478 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=some prod, id=2} 09:55:15.478 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.478 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.478 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.478 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.479 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.479 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? Hibernate: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.480 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl - Starting ResultSet row #0 09:55:15.481 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl - On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified 09:55:15.482 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#2] 09:55:15.482 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#2] 09:55:15.482 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.482 [main] DEBUG org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader - Done entity load : org.jbpm.process.workitem.jpa.Product#2 09:55:15.482 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.482 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.482 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 1 deletions to 1 objects 09:55:15.482 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.482 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.482 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=some prod, id=2} 09:55:15.484 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.485 [main] DEBUG org.hibernate.SQL - delete from Product where id=? Hibernate: delete from Product where id=? 09:55:15.485 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.486 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.486 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.486 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.486 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.486 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.486 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.486 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.487 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - HHH000420: Closing un-released batch 09:55:15.487 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.487 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.487 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.487 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? Hibernate: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:15.487 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl - Starting ResultSet row #0 09:55:15.487 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl - On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified 09:55:15.487 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#3] 09:55:15.487 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#3] 09:55:15.487 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.488 [main] DEBUG org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader - Done entity load : org.jbpm.process.workitem.jpa.Product#3 09:55:15.488 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.488 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.488 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 1 deletions to 1 objects 09:55:15.488 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.488 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.488 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=other prod, id=3} 09:55:15.488 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.488 [main] DEBUG org.hibernate.SQL - delete from Product where id=? Hibernate: delete from Product where id=? 09:55:15.488 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.488 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:15.488 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.488 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.488 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.488 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.488 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.488 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.489 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - HHH000420: Closing un-released batch 09:55:15.489 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.489 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.489 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.489 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.489 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.490 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 4 09:55:15.490 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.490 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.490 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.490 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.490 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.490 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.490 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.490 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=10.0, description=Table, id=4} 09:55:15.490 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.490 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.490 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.490 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.500 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.runtime, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.500 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.jpa, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.500 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.persistence.jpa] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:15.500 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.persistence.jpa persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: null Non JTA datasource: jpaWIH Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.drools.persistence.info.SessionInfo org.jbpm.persistence.processinstance.ProcessInstanceInfo org.drools.persistence.info.WorkItemInfo org.jbpm.persistence.correlation.CorrelationKeyInfo org.jbpm.persistence.correlation.CorrelationPropertyInfo org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo org.jbpm.process.audit.ProcessInstanceLog org.jbpm.process.audit.NodeInstanceLog org.jbpm.process.audit.VariableInstanceLog] Mapping files names [ META-INF/JBPMorm.xml] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:15.501 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:15.501 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:15.501 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:15.502 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:15.503 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:15.503 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.503 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.504 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@7bad18f5 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4407fea2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@64e3bc2 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@54ed249f 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@4714f447 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3c1df0e9 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@4b7a4c83 09:55:15.505 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@768e40af 09:55:15.506 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@165824f5] into BootstrapContext; was [null] 09:55:15.506 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@4511146f] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@5c16561a] 09:55:15.512 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:15.512 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.512 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:15.513 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.513 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.513 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:15.513 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:15.517 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:15.517 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.517 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:15.518 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@46ff1aad] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6c2fea95] 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.519 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.520 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.520 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: ProcessInstancesWaitingForEvent => select processInstanceInfo.processInstanceId from ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.520 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetProcessInstanceIdByCorrelation => select key.processInstanceId from CorrelationKeyInfo key where key.name = :ckey 09:55:15.520 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetCorrelationKeysByProcessInstanceId => select key from CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.521 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:15.521 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.521 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:15.521 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:15.522 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.522 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [long] is safe 09:55:15.522 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : long 09:55:15.522 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.522 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:15.522 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.523 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.523 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:15.523 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:15.523 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:15.523 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:15.523 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:15.523 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:15.523 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:15.523 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [float] is safe 09:55:15.523 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : float 09:55:15.524 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:15.524 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:15.524 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:15.524 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:15.524 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.SessionInfo 09:55:15.524 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.524 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name SessionInfo 09:55:15.524 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.SessionInfo on table SessionInfo 09:55:15.525 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.525 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.525 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:id] 09:55:15.525 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.525 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.525 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, sessionInfoIdSeq, ...) 09:55:15.525 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:15.525 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:15.525 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:lastModificationDate] 09:55:15.525 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:15.526 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:15.526 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=rulesByteArray, insertable=true, updatable=true, unique=false} 09:55:15.526 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [byte] is safe 09:55:15.526 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : byte 09:55:15.526 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property rulesByteArray with lazy=false 09:55:15.526 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:rulesByteArray] 09:55:15.526 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for rulesByteArray 09:55:15.526 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property rulesByteArray 09:55:15.526 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:15.526 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:15.526 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:startDate] 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:15.527 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.527 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:version] 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.527 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.527 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceInfo 09:55:15.527 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.processinstance.ProcessInstanceInfo on table ProcessInstanceInfo 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=InstanceId, insertable=true, updatable=true, unique=false} 09:55:15.529 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.529 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceId] 09:55:15.529 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.529 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.529 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(InstanceId)]), processInstanceId, native, processInstanceInfoIdSeq, ...) 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=eventTypes_KEY, insertable=true, updatable=true, unique=false} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='eventTypes_KEY', referencedColumn='null', mappedBy='null'} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='InstanceId', referencedColumn='', mappedBy=''} 09:55:15.529 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:15.529 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property eventTypes 09:55:15.530 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:15.530 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastModificationDate] 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:15.530 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastReadDate, insertable=true, updatable=true, unique=false} 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastReadDate with lazy=false 09:55:15.530 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastReadDate] 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastReadDate 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastReadDate 09:55:15.530 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.530 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processId] 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.530 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processInstanceByteArray, insertable=true, updatable=true, unique=false} 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceByteArray with lazy=false 09:55:15.530 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceByteArray] 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceByteArray 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceByteArray 09:55:15.530 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:15.530 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:15.531 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:startDate] 09:55:15.531 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:15.531 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:15.531 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:15.531 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [int] is safe 09:55:15.531 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : int 09:55:15.532 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:15.532 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:state] 09:55:15.532 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:15.533 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.533 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:version] 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.533 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.WorkItemInfo 09:55:15.533 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name WorkItemInfo 09:55:15.533 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.WorkItemInfo on table WorkItemInfo 09:55:15.534 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:15.534 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:15.534 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemId] 09:55:15.534 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:15.534 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:15.534 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(workItemId)]), workItemId, native, workItemInfoIdSeq, ...) 09:55:15.534 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=creationDate, insertable=true, updatable=true, unique=false} 09:55:15.534 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property creationDate with lazy=false 09:55:15.534 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:creationDate] 09:55:15.534 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for creationDate 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property creationDate 09:55:15.535 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.535 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:name] 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.535 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.535 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:processInstanceId] 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.535 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:15.535 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:state] 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:15.535 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.535 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:version] 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.535 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemByteArray, insertable=true, updatable=true, unique=false} 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemByteArray with lazy=false 09:55:15.535 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemByteArray] 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemByteArray 09:55:15.535 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemByteArray 09:55:15.536 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.536 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.536 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationKeyInfo 09:55:15.536 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationKeyInfo on table CorrelationKeyInfo 09:55:15.537 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=keyId, insertable=true, updatable=true, unique=false} 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.537 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:id] 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.537 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(keyId)]), id, native, correlationKeyInfoIdSeq, ...) 09:55:15.537 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.537 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:name] 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.537 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.538 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:processInstanceId] 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties_KEY, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='properties_KEY', referencedColumn='null', mappedBy='null'} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property properties 09:55:15.538 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.538 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:version] 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.538 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.539 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.539 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.539 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationPropertyInfo 09:55:15.539 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationPropertyInfo on table CorrelationPropertyInfo 09:55:15.540 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=propertyId, insertable=true, updatable=true, unique=false} 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.540 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:id] 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.540 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(propertyId)]), id, native, correlationPropertyInfoIdSeq, ...) 09:55:15.540 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'} 09:55:15.540 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:15.540 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.540 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:name] 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.540 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.540 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:15.541 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:value] 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:15.541 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.541 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:version] 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.541 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByContextId => from ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByAuditContextId => select o from ContextMappingInfo o join ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByKSessionId => from ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindKSessionToInit => select cmInfo.ksessionId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindProcessInstanceWaitingForEvent => select cmInfo.contextId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.541 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ContextMappingInfo 09:55:15.541 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo on table ContextMappingInfo 09:55:15.542 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=mappingId, insertable=true, updatable=true, unique=false} 09:55:15.542 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property mappingId with lazy=false 09:55:15.542 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:mappingId] 09:55:15.542 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for mappingId 09:55:15.542 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property mappingId 09:55:15.542 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(mappingId)]), mappingId, native, contextMappingInfoIdSeq, ...) 09:55:15.542 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=CONTEXT_ID, insertable=true, updatable=true, unique=false} 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property contextId with lazy=false 09:55:15.543 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:contextId] 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for contextId 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property contextId 09:55:15.543 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=KSESSION_ID, insertable=true, updatable=true, unique=false} 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ksessionId with lazy=false 09:55:15.543 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ksessionId] 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ksessionId 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ksessionId 09:55:15.543 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OWNER_ID, insertable=true, updatable=true, unique=false} 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ownerId with lazy=false 09:55:15.543 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ownerId] 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ownerId 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ownerId 09:55:15.543 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.543 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:version] 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.543 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.544 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.ProcessInstanceLog 09:55:15.544 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.544 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceLog 09:55:15.544 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.ProcessInstanceLog on table ProcessInstanceLog 09:55:15.546 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.546 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.547 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:id] 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.547 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, processInstanceLogIdSeq, ...) 09:55:15.547 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property correlationKey with lazy=false 09:55:15.547 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:correlationKey] 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for correlationKey 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:15.547 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=duration, insertable=true, updatable=true, unique=false} 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property duration with lazy=false 09:55:15.547 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:duration] 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for duration 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property duration 09:55:15.547 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.547 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:end] 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.547 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.548 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.548 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:externalId] 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.548 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=user_identity, insertable=true, updatable=true, unique=false} 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property identity with lazy=false 09:55:15.548 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:identity] 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for identity 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property identity 09:55:15.548 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=outcome, insertable=true, updatable=true, unique=false} 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property outcome with lazy=false 09:55:15.548 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:outcome] 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for outcome 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property outcome 09:55:15.548 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=parentProcessInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property parentProcessInstanceId with lazy=false 09:55:15.548 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:parentProcessInstanceId] 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for parentProcessInstanceId 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property parentProcessInstanceId 09:55:15.548 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.548 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processId] 09:55:15.548 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.549 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceDescription, insertable=true, updatable=true, unique=false} 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceDescription with lazy=false 09:55:15.549 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceDescription] 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceDescription 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceDescription 09:55:15.549 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.549 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceId] 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.549 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processName, insertable=true, updatable=true, unique=false} 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processName with lazy=false 09:55:15.549 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processName] 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processName 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processName 09:55:15.549 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processType, insertable=true, updatable=true, unique=false} 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processType with lazy=false 09:55:15.549 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processType] 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processType 09:55:15.549 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processType 09:55:15.550 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processVersion, insertable=true, updatable=true, unique=false} 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processVersion with lazy=false 09:55:15.550 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processVersion] 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processVersion 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processVersion 09:55:15.550 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:15.550 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaCompliance] 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:15.550 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:15.550 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaDueDate] 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:15.550 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=start_date, insertable=true, updatable=true, unique=false} 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property start with lazy=false 09:55:15.550 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:start] 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for start 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property start 09:55:15.550 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=status, insertable=true, updatable=true, unique=false} 09:55:15.550 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property status with lazy=false 09:55:15.551 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:status] 09:55:15.551 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for status 09:55:15.551 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property status 09:55:15.551 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.NodeInstanceLog 09:55:15.551 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.551 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name NodeInstanceLog 09:55:15.551 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.NodeInstanceLog on table NodeInstanceLog 09:55:15.552 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.552 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.553 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:id] 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.553 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, nodeInstanceLogIdSeq, ...) 09:55:15.553 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=connection, insertable=true, updatable=true, unique=false} 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property connection with lazy=false 09:55:15.553 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:connection] 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for connection 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property connection 09:55:15.553 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:15.553 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:date] 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:15.553 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.553 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:end] 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.553 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.553 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:externalId] 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.553 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.554 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeContainerId, insertable=true, updatable=true, unique=false} 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeContainerId with lazy=false 09:55:15.554 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeContainerId] 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeContainerId 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeContainerId 09:55:15.554 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeId, insertable=true, updatable=true, unique=false} 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeId with lazy=false 09:55:15.554 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeId] 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeId 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeId 09:55:15.554 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeInstanceId with lazy=false 09:55:15.554 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeInstanceId] 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeInstanceId 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeInstanceId 09:55:15.554 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeName, insertable=true, updatable=true, unique=false} 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeName with lazy=false 09:55:15.554 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeName] 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeName 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeName 09:55:15.554 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeType, insertable=true, updatable=true, unique=false} 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeType with lazy=false 09:55:15.554 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeType] 09:55:15.554 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeType 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeType 09:55:15.555 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.555 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processId] 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.555 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.555 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processInstanceId] 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.555 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=referenceId, insertable=true, updatable=true, unique=false} 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property referenceId with lazy=false 09:55:15.555 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:referenceId] 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for referenceId 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property referenceId 09:55:15.555 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:15.555 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaCompliance] 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:15.555 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:15.555 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:15.556 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaDueDate] 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:15.556 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=type, insertable=true, updatable=true, unique=false} 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property type with lazy=false 09:55:15.556 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:type] 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for type 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property type 09:55:15.556 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:15.556 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:workItemId] 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:15.556 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.VariableInstanceLog 09:55:15.556 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name VariableInstanceLog 09:55:15.556 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.VariableInstanceLog on table VariableInstanceLog 09:55:15.558 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.558 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:id] 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.558 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, variableInstanceLogIdSeq, ...) 09:55:15.558 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:15.558 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:date] 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:15.558 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.558 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:end] 09:55:15.558 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.559 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.559 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:externalId] 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.559 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=oldValue, insertable=true, updatable=true, unique=false} 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property oldValue with lazy=false 09:55:15.559 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:oldValue] 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for oldValue 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property oldValue 09:55:15.559 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.559 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processId] 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.559 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.559 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processInstanceId] 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.559 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.560 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:15.560 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:value] 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:15.560 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableId, insertable=true, updatable=true, unique=false} 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableId with lazy=false 09:55:15.560 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableId] 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableId 09:55:15.560 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableId 09:55:15.561 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.561 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableInstanceId with lazy=false 09:55:15.561 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableInstanceId] 09:55:15.561 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableInstanceId 09:55:15.561 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableInstanceId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for rulesByteArray 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastReadDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceByteArray 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for creationDate 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemByteArray 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for mappingId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for contextId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ksessionId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ownerId 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for correlationKey 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for duration 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.563 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for identity 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for outcome 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for parentProcessInstanceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceDescription 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processName 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processType 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processVersion 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for start 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for status 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for connection 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeContainerId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeInstanceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeName 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeType 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for referenceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for type 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for oldValue 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableId 09:55:15.564 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableInstanceId 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [sessioninfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [processinstanceinfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [workitemid] to be non-null as it is part of the primary key for table [workiteminfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [keyid] to be non-null as it is part of the primary key for table [correlationkeyinfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [propertyid] to be non-null as it is part of the primary key for table [correlationpropertyinfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [mappingid] to be non-null as it is part of the primary key for table [contextmappinginfo] 09:55:15.564 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [processinstancelog] 09:55:15.565 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [nodeinstancelog] 09:55:15.565 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [variableinstancelog] 09:55:15.565 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a collection of element: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.565 [main] DEBUG org.hibernate.cfg.CollectionPropertyHolder - Attempting to locate auto-apply AttributeConverter for collection element [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes] 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for null 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for null 09:55:15.565 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [eventtypes] 09:55:15.565 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: InstanceId, element: element 09:55:15.565 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties through a foreign key 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties -> CorrelationPropertyInfo 09:55:15.565 [main] DEBUG org.hibernate.cfg.annotations.TableBinder - Retrieving property org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey 09:55:15.565 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: correlationKey_keyId, one-to-many: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.565 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.566 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.567 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.567 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.569 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:15.569 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:15.570 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:15.575 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:15.576 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, javax.persistence.nonJtaDataSource=jpaWIH, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, hibernate.ejb.persistenceUnitName=org.jbpm.persistence.jpa, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@6655f3cd, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:15.577 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:15.577 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:15.578 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@46ff1aad] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@2484c868] 09:55:15.578 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.578 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.578 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.578 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.579 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.579 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.579 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.579 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.581 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.581 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.581 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.581 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.583 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.583 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.583 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.583 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.584 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.584 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.584 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.584 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.585 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.585 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.585 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.585 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.589 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.589 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.589 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.589 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.590 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.590 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.590 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.590 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.591 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.591 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.591 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.591 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.592 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.592 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.592 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.592 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.595 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.595 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: update CorrelationPropertyInfo set correlationKey_keyId=? where propertyId=? 09:55:15.595 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update CorrelationPropertyInfo set where propertyId=? 09:55:15.595 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? and propertyId=? 09:55:15.595 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? 09:55:15.596 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.596 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: insert into EventTypes (InstanceId, element) values (?, ?) 09:55:15.596 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update EventTypes set element=? where InstanceId=? and element=? 09:55:15.596 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: delete from EventTypes where InstanceId=? and element=? 09:55:15.596 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: delete from EventTypes where InstanceId=? 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ContextMappingInfo where mappingId =? 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select contextmap_.mappingId, contextmap_.CONTEXT_ID as CONTEXT_2_0_, contextmap_.KSESSION_ID as KSESSION3_0_, contextmap_.OWNER_ID as OWNER_ID4_0_, contextmap_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap_ where contextmap_.mappingId=? 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ContextMappingInfo (CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK, mappingId) values (?, ?, ?, ?, ?) 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ContextMappingInfo set CONTEXT_ID=?, KSESSION_ID=?, OWNER_ID=?, OPTLOCK=? where mappingId=? and OPTLOCK=? 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ContextMappingInfo where mappingId=? and OPTLOCK=? 09:55:15.596 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ContextMappingInfo (mappingId, CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.596 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@69e8b711] 09:55:15.596 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:15.597 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [NONE]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@d99df7a] 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:15.597 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.597 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:15.597 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [READ]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.598 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.598 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.WorkItemInfo 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from WorkItemInfo where workItemId =? 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select workitemin_.workItemId, workitemin_.creationDate as creation2_10_, workitemin_.name as name3_10_, workitemin_.processInstanceId as processI4_10_, workitemin_.state as state5_10_, workitemin_.OPTLOCK as OPTLOCK6_10_, workitemin_.workItemByteArray as workItem7_10_ from WorkItemInfo workitemin_ where workitemin_.workItemId=? 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into WorkItemInfo (creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray, workItemId) values (?, ?, ?, ?, ?, ?, ?) 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update WorkItemInfo set creationDate=?, name=?, processInstanceId=?, state=?, OPTLOCK=?, workItemByteArray=? where workItemId=? and OPTLOCK=? 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from WorkItemInfo where workItemId=? and OPTLOCK=? 09:55:15.598 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?) 09:55:15.598 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@4b9dc62f] 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.598 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:15.598 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.598 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.599 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:15.599 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [NONE]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.599 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@2f9236d8] 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.599 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:15.599 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.599 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.599 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:15.599 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [READ]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.599 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.600 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.VariableInstanceLog 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from VariableInstanceLog where id =? 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select variablein_.id, variablein_.log_date as log_date2_9_, variablein_.end_date as end_date3_9_, variablein_.externalId as external4_9_, variablein_.oldValue as oldValue5_9_, variablein_.processId as processI6_9_, variablein_.processInstanceId as processI7_9_, variablein_.value as value8_9_, variablein_.variableId as variable9_9_, variablein_.variableInstanceId as variabl10_9_ from VariableInstanceLog variablein_ where variablein_.id=? 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into VariableInstanceLog (log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update VariableInstanceLog set log_date=?, end_date=?, externalId=?, oldValue=?, processId=?, processInstanceId=?, value=?, variableId=?, variableInstanceId=? where id=? 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from VariableInstanceLog where id=? 09:55:15.600 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.600 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@603faaad] 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:15.600 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:15.600 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:15.601 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [NONE]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@28d16af8] 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:15.601 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.601 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:15.601 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [READ]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.602 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.602 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationKeyInfo where keyId =? 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.keyId, correlatio_.name as name2_1_, correlatio_.processInstanceId as processI3_1_, correlatio_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio_ where correlatio_.keyId=? 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationKeyInfo (name, processInstanceId, OPTLOCK, keyId) values (?, ?, ?, ?) 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationKeyInfo set name=?, processInstanceId=?, OPTLOCK=? where keyId=? and OPTLOCK=? 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationKeyInfo where keyId=? and OPTLOCK=? 09:55:15.602 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationKeyInfo (keyId, name, processInstanceId, OPTLOCK) values (null, ?, ?, ?) 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@45648e75] 09:55:15.602 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.602 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.602 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@2d117280] 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@6c2be147] 09:55:15.602 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.602 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:15.603 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [NONE]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@dddcd91] 09:55:15.603 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.603 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.603 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@79e9c14] 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@340c7479] 09:55:15.603 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.603 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:15.603 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [READ]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:15.603 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:15.603 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_7_, product_.price as price3_7_ from Product product_ where product_.id=? 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:15.604 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@575e862c] 09:55:15.604 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.604 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:15.604 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@6e5af973] 09:55:15.604 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.604 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.604 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:15.604 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.605 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.605 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.ProcessInstanceLog 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from ProcessInstanceLog where id =? 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.id, processins_.correlationKey as correlat2_6_, processins_.duration as duration3_6_, processins_.end_date as end_date4_6_, processins_.externalId as external5_6_, processins_.user_identity as user_ide6_6_, processins_.outcome as outcome7_6_, processins_.parentProcessInstanceId as parentPr8_6_, processins_.processId as processI9_6_, processins_.processInstanceDescription as process10_6_, processins_.processInstanceId as process11_6_, processins_.processName as process12_6_, processins_.processType as process13_6_, processins_.processVersion as process14_6_, processins_.slaCompliance as slaComp15_6_, processins_.sla_due_date as sla_due16_6_, processins_.start_date as start_d17_6_, processins_.status as status18_6_ from ProcessInstanceLog processins_ where processins_.id=? 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceLog (correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceLog set correlationKey=?, duration=?, end_date=?, externalId=?, user_identity=?, outcome=?, parentProcessInstanceId=?, processId=?, processInstanceDescription=?, processInstanceId=?, processName=?, processType=?, processVersion=?, slaCompliance=?, sla_due_date=?, start_date=?, status=? where id=? 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceLog where id=? 09:55:15.605 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceLog (id, correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.605 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@1aee6983] 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:15.605 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:15.606 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [NONE]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3f62d56] 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:15.606 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.606 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:15.607 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [READ]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.607 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.607 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.SessionInfo 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from SessionInfo where id =? 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select sessioninf_.id, sessioninf_.lastModificationDate as lastModi2_8_, sessioninf_.rulesByteArray as rulesByt3_8_, sessioninf_.startDate as startDat4_8_, sessioninf_.OPTLOCK as OPTLOCK5_8_ from SessionInfo sessioninf_ where sessioninf_.id=? 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into SessionInfo (lastModificationDate, rulesByteArray, startDate, OPTLOCK, id) values (?, ?, ?, ?, ?) 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=? 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from SessionInfo where id=? and OPTLOCK=? 09:55:15.607 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.607 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@448a6d00] 09:55:15.607 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.607 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:15.607 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.607 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.607 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.607 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.608 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:15.608 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [NONE]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.608 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3a66d97e] 09:55:15.608 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.608 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:15.608 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.608 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.608 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.608 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.608 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:15.608 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [READ]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.608 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.608 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationPropertyInfo where propertyId =? 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.propertyId, correlatio_.correlationKey_keyId as correlat5_2_, correlatio_.name as name2_2_, correlatio_.value as value3_2_, correlatio_.OPTLOCK as OPTLOCK4_2_ from CorrelationPropertyInfo correlatio_ where correlatio_.propertyId=? 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationPropertyInfo (correlationKey_keyId, name, value, OPTLOCK, propertyId) values (?, ?, ?, ?, ?) 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationPropertyInfo set correlationKey_keyId=?, name=?, value=?, OPTLOCK=? where propertyId=? and OPTLOCK=? 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationPropertyInfo where propertyId=? and OPTLOCK=? 09:55:15.609 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationPropertyInfo (propertyId, correlationKey_keyId, name, value, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@d28a235] 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@4fc2933e] 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.609 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:15.609 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [NONE]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:15.609 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@746da54f] 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.610 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@742dbac8] 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.610 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.610 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.610 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.610 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:15.610 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [READ]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:15.611 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:15.611 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ProcessInstanceInfo where InstanceId =? 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.InstanceId, processins_.lastModificationDate as lastModi2_5_, processins_.lastReadDate as lastRead3_5_, processins_.processId as processI4_5_, processins_.processInstanceByteArray as processI5_5_, processins_.startDate as startDat6_5_, processins_.state as state7_5_, processins_.OPTLOCK as OPTLOCK8_5_ from ProcessInstanceInfo processins_ where processins_.InstanceId=? 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceInfo (lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK, InstanceId) values (?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=? 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceInfo where InstanceId=? and OPTLOCK=? 09:55:15.612 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?) 09:55:15.612 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3538a129] 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:15.612 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@6f8fb906] 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.612 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.612 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:15.613 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [NONE]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@728535c6] 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@19855799] 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.613 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.613 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:15.613 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [READ]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.614 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.614 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.NodeInstanceLog 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from NodeInstanceLog where id =? 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select nodeinstan_.id, nodeinstan_.connection as connecti2_4_, nodeinstan_.log_date as log_date3_4_, nodeinstan_.end_date as end_date4_4_, nodeinstan_.externalId as external5_4_, nodeinstan_.nodeContainerId as nodeCont6_4_, nodeinstan_.nodeId as nodeId7_4_, nodeinstan_.nodeInstanceId as nodeInst8_4_, nodeinstan_.nodeName as nodeName9_4_, nodeinstan_.nodeType as nodeTyp10_4_, nodeinstan_.processId as process11_4_, nodeinstan_.processInstanceId as process12_4_, nodeinstan_.referenceId as referen13_4_, nodeinstan_.slaCompliance as slaComp14_4_, nodeinstan_.sla_due_date as sla_due15_4_, nodeinstan_.type as type16_4_, nodeinstan_.workItemId as workIte17_4_ from NodeInstanceLog nodeinstan_ where nodeinstan_.id=? 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into NodeInstanceLog (connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update NodeInstanceLog set connection=?, log_date=?, end_date=?, externalId=?, nodeContainerId=?, nodeId=?, nodeInstanceId=?, nodeName=?, nodeType=?, processId=?, processInstanceId=?, referenceId=?, slaCompliance=?, sla_due_date=?, type=?, workItemId=? where id=? 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from NodeInstanceLog where id=? 09:55:15.614 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.614 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@bd09a26] 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:15.614 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:15.614 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.614 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.615 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:15.615 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [NONE]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.615 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@75db328e] 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:15.615 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:15.615 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.615 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.615 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:15.615 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [READ]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.615 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.616 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@495f3965] 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@1c06f19c] 09:55:15.616 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.616 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey 09:55:15.616 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.616 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.616 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties]) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties].) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - SQL table alias mapping - properties0_ - alias suffix - 0_ - suffixed key columns - {correlat5_2_0_} - entity-element alias suffix - 1_ - 1_entity-element suffixed key columns - property1_2_1_ - JOIN (JoinDefinedByMetadata(elements)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - properties0_ - alias suffix - 1_ - suffixed key columns - {property1_2_1_} 09:55:15.616 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.correlation.CorrelationKeyInfo.properties: select properties0_.correlationKey_keyId as correlat5_2_0_, properties0_.propertyId as property1_2_0_, properties0_.propertyId as property1_2_1_, properties0_.correlationKey_keyId as correlat5_2_1_, properties0_.name as name2_2_1_, properties0_.value as value3_2_1_, properties0_.OPTLOCK as OPTLOCK4_2_1_ from CorrelationPropertyInfo properties0_ where properties0_.correlationKey_keyId=? 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@4a8bf1dc] 09:55:15.616 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.617 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.617 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=[org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes]) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - SQL table alias mapping - eventtypes0_ - alias suffix - 0_ - suffixed key columns - {Instance1_3_0_} 09:55:15.617 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes: select eventtypes0_.InstanceId as Instance1_3_0_, eventtypes0_.element as element2_3_0_ from EventTypes eventtypes0_ where eventtypes0_.InstanceId=? 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ContextMappingInfo 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : CorrelationKeyInfo 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : CorrelationPropertyInfo 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : EventTypes 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : NodeInstanceLog 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ProcessInstanceInfo 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ProcessInstanceLog 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : Product 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : SessionInfo 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : VariableInstanceLog 09:55:15.631 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : WorkItemInfo 09:55:15.635 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name Hibernate: alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name 09:55:15.636 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) Hibernate: alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) 09:55:15.649 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 8 named HQL queries 09:55:15.649 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindKSessionToInit 09:55:15.650 [main] DEBUG org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@2dd1086 09:55:15.650 [main] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 09:55:15.650 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.651 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.652 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ksessionId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[QUOTED_STRING] Node: ''timer'' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.652 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.652 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:15.652 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:15.652 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ksessionId -> contextmap0_.KSESSION_ID 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.653 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.KSESSION_ID contextmap0_.mappingId ksessionId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element 'timer' ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path=cmInfo.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[QUOTED_STRING] LiteralNode: ''timer'' | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.KSESSION_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element='timer' and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:15.654 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.655 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByKSessionId 09:55:15.655 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.655 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.655 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'ksessionId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'ksessionId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.655 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.655 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ksessionId -> contextmap0_.KSESSION_ID 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.KSESSION_ID {synthetic-alias} ksessionId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path={synthetic-alias}.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[NAMED_PARAM] ParameterNode: '?' {name=ksessionId, expectedType=org.hibernate.type.LongType@1d71006f} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=? and contextmap0_.OWNER_ID=? 09:55:15.656 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.656 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByAuditContextId 09:55:15.657 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.658 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.658 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'o' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'process' | | | | \-[IDENT] Node: 'audit' | | | \-[IDENT] Node: 'ProcessInstanceLog' | | +-[ALIAS] Node: 'log' | | \-[WITH] Node: 'with' | | \-[EQ] Node: '=' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'correlationKey' | | \-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[IDENT] Node: 'contextId' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'o' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[CAST] Node: 'CAST' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'processInstanceId' | | \-[IDENT] Node: 'string' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.658 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.658 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (o) -> contextmap0_ 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Creating entity-join FromElement [log -> org.jbpm.process.audit.ProcessInstanceLog] 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.audit.ProcessInstanceLog (log) -> processins1_ 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : correlationKey -> org.hibernate.type.StringType@1568159 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.correlationKey -> processins1_.correlationKey 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.contextId -> contextmap0_.CONTEXT_ID 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - handleWithFragment() : -- with clause -- \-[WITH] SqlNode: 'with' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'processins1_.correlationKey' {propertyName=correlationKey,dereferenceType=PRIMITIVE,getPropertyPath=correlationKey,path=log.correlationKey,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | \-[IDENT] IdentNode: 'correlationKey' {originalText=correlationKey} \-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=o.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} \-[IDENT] IdentNode: 'contextId' {originalText=contextId} 09:55:15.659 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.processInstanceId -> processins1_.processInstanceId 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.ownerId -> contextmap0_.OWNER_ID 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} contextmap0_.mappingId ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ProcessInstanceLog ) ( where ( and ( = ( CAST ( processins1_.processInstanceId processins1_.id processInstanceId ) string ) ? ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)] 09:55:15.660 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.661 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo,ProcessInstanceLog) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId as mappingI1_0_' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=2, fromElementByClassAlias=[log, o], fromElementByTableAlias=[contextmap0_, processins1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=o,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[ENTITY_JOIN] EntityJoinFromElement: 'inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=log,role=null,tableName=ProcessInstanceLog,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.process.audit.ProcessInstanceLog}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[CAST] CastFunctionNode: 'CAST' | | +-[DOT] DotNode: 'processins1_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=log.processInstanceId,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | | | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | | \-[IDENT] IdentNode: 'string' {originalText=string} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=o.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.661 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.661 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.661 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID) where cast(processins1_.processInstanceId as varchar(255))=? and contextmap0_.OWNER_ID=? 09:55:15.661 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.662 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetProcessInstanceIdByCorrelation 09:55:15.662 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:15.663 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.663 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'name' \-[COLON] Node: ':' \-[IDENT] Node: 'ckey' 09:55:15.663 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : name -> org.hibernate.type.StringType@1568159 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.name -> correlatio0_.name 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.name correlatio0_.keyId name ) ? ) ) ) 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.name' {propertyName=name,dereferenceType=PRIMITIVE,getPropertyPath=name,path=key.name,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'name' {originalText=name} \-[NAMED_PARAM] ParameterNode: '?' {name=ckey, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.processInstanceId as col_0_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.name=? 09:55:15.664 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.665 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: ProcessInstancesWaitingForEvent 09:55:15.665 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.665 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.666 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'processInstanceInfo' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[IDENT] Node: 'eventTypes' \-[COLON] Node: ':' \-[IDENT] Node: 'type' 09:55:15.666 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.666 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins0_ 09:55:15.666 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes1_ 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes1_ 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=null,columns={,className=null}} 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins0_.InstanceId 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes1_.element 09:55:15.667 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( processins0_.InstanceId processins0_.InstanceId processInstanceId ) ) ( FromClause{level=1} ( EventTypes eventtypes1_ ) ) ( where ( = eventtypes1_.element ? ) ) ) 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins0_] 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId] 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'processins0_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins0_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins0_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=2, fromElementByClassAlias=[processInstanceInfo, eventTypes], fromElementByTableAlias=[processins0_, eventtypes1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins0_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins0_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=ProcessInstanceInfo processins0_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[ALIAS_REF] IdentNode: 'eventtypes1_.element' {alias=eventTypes, className=null, tableAlias=eventtypes1_} \-[NAMED_PARAM] ParameterNode: '?' {name=type, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select processins0_.InstanceId as col_0_0_ from ProcessInstanceInfo processins0_ inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId where eventtypes1_.element=? 09:55:15.668 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.668 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByContextId 09:55:15.669 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.669 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.669 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'contextId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.669 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.669 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.contextId -> contextmap0_.CONTEXT_ID 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.CONTEXT_ID {synthetic-alias} contextId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path={synthetic-alias}.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.670 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=? and contextmap0_.OWNER_ID=? 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.671 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetCorrelationKeysByProcessInstanceId 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.671 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'key' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pId' 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.672 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} correlatio0_.keyId ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ? ) ) ) 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId as keyId1_1_' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[SQL_TOKEN] SqlFragment: 'correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} \-[NAMED_PARAM] ParameterNode: '?' {name=pId, expectedType=org.hibernate.type.LongType@1d71006f} 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.keyId as keyId1_1_, correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=? 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.673 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindProcessInstanceWaitingForEvent 09:55:15.673 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.674 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'contextId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[COLON] Node: ':' | | \-[IDENT] Node: 'eventType' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.675 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.676 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element ? ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[NAMED_PARAM] ParameterNode: '?' {name=eventType, expectedType=org.hibernate.type.StringType@1568159} | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.CONTEXT_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element=? and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:15.677 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.677 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:15.677 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: 023b03a4-fbf0-42e4-b72c-ae593f45a469 () 09:55:15.677 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:15.678 [main] DEBUG org.jbpm.runtime.manager.impl.DefaultRuntimeEnvironment - Unable to find on initialize ejb schduler service due to org.jbpm.services.ejb.timer.EjbSchedulerService 09:55:15.679 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:15.703 [main] DEBUG org.jbpm.services.task.identity.AbstractUserGroupInfo - Callback properties will be loaded from classpath:/userinfo.properties 09:55:15.766 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:15.766 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:15.766 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.767 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 5 09:55:15.767 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:15.767 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.767 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:15.767 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:15.767 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:15.767 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:15.767 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:15.767 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=10.0, description=A Product, id=5} 09:55:15.768 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:15.768 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:15.768 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:15.768 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:15.776 [main] WARN org.hibernate.jpa.boot.internal.PersistenceXmlParser - HHH015018: Encountered multiple persistence-unit stanzas defining same name [org.jbpm.persistence.jpa]; persistence-unit names must be unique 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Located and parsed 5 persistence units; checking each 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.patient.example, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.services.task, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.test.jpaWIH, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.runtime, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Excluding from consideration due to name mis-match 09:55:15.776 [main] DEBUG org.hibernate.jpa.HibernatePersistenceProvider - Checking persistence-unit [name=org.jbpm.persistence.jpa, explicit-provider=org.hibernate.jpa.HibernatePersistenceProvider] against incoming persistence unit name [org.jbpm.persistence.jpa] 09:55:15.776 [main] DEBUG org.hibernate.jpa.boot.spi.ProviderChecker - Persistence-unit [org.jbpm.persistence.jpa] requested PersistenceProvider [org.hibernate.jpa.HibernatePersistenceProvider] 09:55:15.776 [main] DEBUG org.hibernate.jpa.internal.util.LogHelper - PersistenceUnitInfo [ name: org.jbpm.persistence.jpa persistence provider classname: org.hibernate.jpa.HibernatePersistenceProvider classloader: null excludeUnlistedClasses: false JTA datasource: null Non JTA datasource: jpaWIH Transaction type: JTA PU root URL: file:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes/ Shared Cache Mode: null Validation Mode: null Jar files URLs [] Managed classes names [ org.drools.persistence.info.SessionInfo org.jbpm.persistence.processinstance.ProcessInstanceInfo org.drools.persistence.info.WorkItemInfo org.jbpm.persistence.correlation.CorrelationKeyInfo org.jbpm.persistence.correlation.CorrelationPropertyInfo org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo org.jbpm.process.audit.ProcessInstanceLog org.jbpm.process.audit.NodeInstanceLog org.jbpm.process.audit.VariableInstanceLog] Mapping files names [ META-INF/JBPMorm.xml] Properties [ hibernate.max_fetch_depth: 3 hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.id.new_generator_mappings: false hibernate.show_sql: true hibernate.hbm2ddl.auto: update hibernate.transaction.jta.platform: org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform] 09:55:15.776 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator]. 09:55:15.776 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator]. 09:55:15.776 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator]. 09:55:15.778 [main] DEBUG org.hibernate.service.spi.ServiceBinding - Overriding existing service binding [org.hibernate.secure.spi.JaccService] 09:55:15.778 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered 09:55:15.778 [main] DEBUG org.hibernate.cache.internal.RegionFactoryInitiator - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory 09:55:15.778 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4f936da8 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76a36b71 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.TrueFalseType@26fb628 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.YesNoType@35beb15e 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@63c5efee 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e8f9e2d 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.ShortType@60fa3495 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@60fa3495 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5fcacc0 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.LongType@1d71006f 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1d71006f 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f3b9c57 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.DoubleType@2484f433 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2484f433 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@47da3952 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@66629f63 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.StringType@1568159 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.StringType@1568159 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@f9879ac 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@224b4d61 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.UrlType@10c8f62 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.UrlType@10c8f62 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.DurationType@61861a29 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6c6357f9 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64bc21ac 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7c041b41 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2f7a7219 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@314b8f2d 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71104a4 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@32232e55 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.DateType@1fc0053e 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.DateType@1fc0053e 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.TimeType@f9b7332 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@f9b7332 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6b5176f2 09:55:15.779 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6e46d9f4 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@11acdc30 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bab2585 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7f811d00 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@a77614d 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@319dead1 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2f08c4b 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4c36250e 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5471388b 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BinaryType@4a9cc6cb 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@114a85c2 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.RowVersionType@64da2a7 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.ImageType@47428937 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.CharArrayType@1b0a7baf 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@53499d85 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.TextType@59fc684e 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.NTextType@6063d80a 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BlobType@54107f42 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54107f42 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@3bd7f8dc 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1b28f282 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a138fc5 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c95ac9e 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7db534f2 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.SerializableType@43ed0ff3 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7df587ef 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4a3383dc 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@72ce8a9b 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@47c15468 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@9fc2f89 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@5f877009 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@591ba330 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@14b4ce6f 09:55:15.780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7c5c2b17 09:55:15.782 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@18bf1bad] into BootstrapContext; was [null] 09:55:15.782 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@1cb929a9] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@2ecc4be7] 09:55:15.787 [main] DEBUG org.hibernate.boot.internal.BootstrapContextImpl - Injecting JPA temp ClassLoader [null] into BootstrapContext; was [null] 09:55:15.787 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - ClassLoaderAccessImpl#injectTempClassLoader(null) [was null] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.787 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator] 09:55:15.788 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Database -> name : H2 version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.788 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - Driver -> name : H2 JDBC Driver version : 1.3.173 (2013-07-28) major : 1 minor : 3 09:55:15.788 [main] DEBUG org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator - JDBC version : 4.0 09:55:15.788 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 09:55:15.793 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.SequenceGenerator] 09:55:15.793 [main] DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory - - overriding [org.hibernate.id.enhanced.SequenceStyleGenerator] 09:55:15.794 [main] DEBUG org.hibernate.boot.model.relational.Namespace - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}] 09:55:15.795 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6fbfd28b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@3fa50a24] 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.795 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.796 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.796 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: ProcessInstancesWaitingForEvent => select processInstanceInfo.processInstanceId from ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.796 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetProcessInstanceIdByCorrelation => select key.processInstanceId from CorrelationKeyInfo key where key.name = :ckey 09:55:15.796 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: GetCorrelationKeysByProcessInstanceId => select key from CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.797 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.workitem.jpa.Product 09:55:15.797 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.797 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name Product 09:55:15.797 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.workitem.jpa.Product on table Product 09:55:15.798 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.798 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [long] is safe 09:55:15.798 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : long 09:55:15.798 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.798 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:id] 09:55:15.798 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.798 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.798 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, , ...) 09:55:15.798 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=description, insertable=true, updatable=true, unique=false} 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property description with lazy=false 09:55:15.799 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:description] 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for description 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property description 09:55:15.799 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(Product), mappingColumn=price, insertable=true, updatable=true, unique=false} 09:55:15.799 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [float] is safe 09:55:15.799 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : float 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property price with lazy=false 09:55:15.799 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.workitem.jpa.Product:price] 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for price 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property price 09:55:15.799 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.SessionInfo 09:55:15.799 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name SessionInfo 09:55:15.799 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.SessionInfo on table SessionInfo 09:55:15.800 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.800 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.800 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:id] 09:55:15.800 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.801 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.801 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, sessionInfoIdSeq, ...) 09:55:15.801 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:15.801 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:15.801 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:lastModificationDate] 09:55:15.801 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:15.801 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:15.801 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=rulesByteArray, insertable=true, updatable=true, unique=false} 09:55:15.801 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [byte] is safe 09:55:15.801 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : byte 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property rulesByteArray with lazy=false 09:55:15.802 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:rulesByteArray] 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for rulesByteArray 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property rulesByteArray 09:55:15.802 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:15.802 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:startDate] 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:15.802 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(SessionInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.802 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.SessionInfo:version] 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.802 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.802 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceInfo 09:55:15.802 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.processinstance.ProcessInstanceInfo on table ProcessInstanceInfo 09:55:15.804 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=InstanceId, insertable=true, updatable=true, unique=false} 09:55:15.804 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.804 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceId] 09:55:15.804 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.804 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.804 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(InstanceId)]), processInstanceId, native, processInstanceInfoIdSeq, ...) 09:55:15.804 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=eventTypes_KEY, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='eventTypes_KEY', referencedColumn='null', mappedBy='null'} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='InstanceId', referencedColumn='', mappedBy=''} 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy=''} 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property eventTypes 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastModificationDate, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastModificationDate with lazy=false 09:55:15.805 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastModificationDate] 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastModificationDate 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastModificationDate 09:55:15.805 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=lastReadDate, insertable=true, updatable=true, unique=false} 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property lastReadDate with lazy=false 09:55:15.805 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:lastReadDate] 09:55:15.805 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for lastReadDate 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property lastReadDate 09:55:15.806 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.806 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processId] 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.806 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=processInstanceByteArray, insertable=true, updatable=true, unique=false} 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceByteArray with lazy=false 09:55:15.806 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:processInstanceByteArray] 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceByteArray 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceByteArray 09:55:15.806 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=startDate, insertable=true, updatable=true, unique=false} 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property startDate with lazy=false 09:55:15.806 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:startDate] 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for startDate 09:55:15.806 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property startDate 09:55:15.806 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:15.806 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [int] is safe 09:55:15.806 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : int 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:15.807 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:state] 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:15.807 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.807 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.processinstance.ProcessInstanceInfo:version] 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.807 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.drools.persistence.info.WorkItemInfo 09:55:15.807 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name WorkItemInfo 09:55:15.807 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.drools.persistence.info.WorkItemInfo on table WorkItemInfo 09:55:15.809 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:15.810 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemId] 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:15.810 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(workItemId)]), workItemId, native, workItemInfoIdSeq, ...) 09:55:15.810 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=creationDate, insertable=true, updatable=true, unique=false} 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property creationDate with lazy=false 09:55:15.810 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:creationDate] 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for creationDate 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property creationDate 09:55:15.810 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.810 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:name] 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.810 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.810 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:processInstanceId] 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.810 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.811 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=state, insertable=true, updatable=true, unique=false} 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property state with lazy=false 09:55:15.811 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:state] 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for state 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property state 09:55:15.811 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.811 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:version] 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.811 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(WorkItemInfo), mappingColumn=workItemByteArray, insertable=true, updatable=true, unique=false} 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemByteArray with lazy=false 09:55:15.811 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.drools.persistence.info.WorkItemInfo:workItemByteArray] 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemByteArray 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemByteArray 09:55:15.811 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.811 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationKeyInfo 09:55:15.811 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationKeyInfo on table CorrelationKeyInfo 09:55:15.813 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=keyId, insertable=true, updatable=true, unique=false} 09:55:15.813 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.813 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:id] 09:55:15.813 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.813 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.814 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(keyId)]), id, native, correlationKeyInfoIdSeq, ...) 09:55:15.814 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.814 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:name] 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.814 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.814 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:processInstanceId] 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.814 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.814 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.814 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties, insertable=true, updatable=true, unique=false} 09:55:15.814 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=null, insertable=true, updatable=true, unique=false} 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=element, insertable=true, updatable=true, unique=false} 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=properties_KEY, insertable=true, updatable=true, unique=false} 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='properties_KEY', referencedColumn='null', mappedBy='null'} 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='correlationKey'} 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Collection role: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property properties 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationKeyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.815 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationKeyInfo:version] 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.815 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.815 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name CorrelationPropertyInfo 09:55:15.815 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.persistence.correlation.CorrelationPropertyInfo on table CorrelationPropertyInfo 09:55:15.816 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=propertyId, insertable=true, updatable=true, unique=false} 09:55:15.816 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.816 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:id] 09:55:15.816 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.816 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.816 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(propertyId)]), id, native, correlationPropertyInfoIdSeq, ...) 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3JoinColumn{logicalColumnName='null', referencedColumn='null', mappedBy='null'} 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=name, insertable=true, updatable=true, unique=false} 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property name with lazy=false 09:55:15.817 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:name] 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:15.817 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:value] 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(CorrelationPropertyInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.817 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.persistence.correlation.CorrelationPropertyInfo:version] 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.817 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByContextId => from ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByAuditContextId => select o from ContextMappingInfo o join ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindContextMapingByKSessionId => from ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindKSessionToInit => select cmInfo.ksessionId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.817 [main] DEBUG org.hibernate.cfg.annotations.QueryBinder - Binding named query: FindProcessInstanceWaitingForEvent => select cmInfo.contextId from ContextMappingInfo cmInfo, ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.817 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.818 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ContextMappingInfo 09:55:15.818 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo on table ContextMappingInfo 09:55:15.818 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=mappingId, insertable=true, updatable=true, unique=false} 09:55:15.818 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property mappingId with lazy=false 09:55:15.818 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:mappingId] 09:55:15.818 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for mappingId 09:55:15.818 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property mappingId 09:55:15.818 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(mappingId)]), mappingId, native, contextMappingInfoIdSeq, ...) 09:55:15.819 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=CONTEXT_ID, insertable=true, updatable=true, unique=false} 09:55:15.819 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property contextId with lazy=false 09:55:15.820 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:contextId] 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for contextId 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property contextId 09:55:15.820 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=KSESSION_ID, insertable=true, updatable=true, unique=false} 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ksessionId with lazy=false 09:55:15.820 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ksessionId] 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ksessionId 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ksessionId 09:55:15.820 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OWNER_ID, insertable=true, updatable=true, unique=false} 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property ownerId with lazy=false 09:55:15.820 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:ownerId] 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for ownerId 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property ownerId 09:55:15.820 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ContextMappingInfo), mappingColumn=OPTLOCK, insertable=true, updatable=true, unique=false} 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property version with lazy=false 09:55:15.820 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo:version] 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for version 09:55:15.820 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property version 09:55:15.820 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.ProcessInstanceLog 09:55:15.821 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.821 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name ProcessInstanceLog 09:55:15.821 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.ProcessInstanceLog on table ProcessInstanceLog 09:55:15.822 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.822 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.822 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:id] 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.823 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, processInstanceLogIdSeq, ...) 09:55:15.823 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=correlationKey, insertable=true, updatable=true, unique=false} 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property correlationKey with lazy=false 09:55:15.823 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:correlationKey] 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for correlationKey 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property correlationKey 09:55:15.823 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=duration, insertable=true, updatable=true, unique=false} 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property duration with lazy=false 09:55:15.823 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:duration] 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for duration 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property duration 09:55:15.823 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.823 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:end] 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.823 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.823 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.824 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:externalId] 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=user_identity, insertable=true, updatable=true, unique=false} 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property identity with lazy=false 09:55:15.824 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:identity] 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for identity 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property identity 09:55:15.824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=outcome, insertable=true, updatable=true, unique=false} 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property outcome with lazy=false 09:55:15.824 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:outcome] 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for outcome 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property outcome 09:55:15.824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=parentProcessInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property parentProcessInstanceId with lazy=false 09:55:15.824 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:parentProcessInstanceId] 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for parentProcessInstanceId 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property parentProcessInstanceId 09:55:15.824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.824 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processId] 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.824 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceDescription, insertable=true, updatable=true, unique=false} 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceDescription with lazy=false 09:55:15.825 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceDescription] 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceDescription 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceDescription 09:55:15.825 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.825 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processInstanceId] 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.825 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processName, insertable=true, updatable=true, unique=false} 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processName with lazy=false 09:55:15.825 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processName] 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processName 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processName 09:55:15.825 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processType, insertable=true, updatable=true, unique=false} 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processType with lazy=false 09:55:15.825 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processType] 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processType 09:55:15.825 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processType 09:55:15.826 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=processVersion, insertable=true, updatable=true, unique=false} 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processVersion with lazy=false 09:55:15.826 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:processVersion] 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processVersion 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processVersion 09:55:15.826 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:15.826 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaCompliance] 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:15.826 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:15.826 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:slaDueDate] 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:15.826 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=start_date, insertable=true, updatable=true, unique=false} 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property start with lazy=false 09:55:15.826 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:start] 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for start 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property start 09:55:15.826 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(ProcessInstanceLog), mappingColumn=status, insertable=true, updatable=true, unique=false} 09:55:15.826 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property status with lazy=false 09:55:15.826 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.ProcessInstanceLog:status] 09:55:15.827 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for status 09:55:15.827 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property status 09:55:15.827 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.NodeInstanceLog 09:55:15.827 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.827 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name NodeInstanceLog 09:55:15.827 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.NodeInstanceLog on table NodeInstanceLog 09:55:15.829 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.829 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.829 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:id] 09:55:15.829 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.829 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.829 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, nodeInstanceLogIdSeq, ...) 09:55:15.829 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=connection, insertable=true, updatable=true, unique=false} 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property connection with lazy=false 09:55:15.830 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:connection] 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for connection 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property connection 09:55:15.830 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:15.830 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:date] 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:15.830 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.830 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:end] 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.831 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.831 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:externalId] 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.831 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeContainerId, insertable=true, updatable=true, unique=false} 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeContainerId with lazy=false 09:55:15.831 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeContainerId] 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeContainerId 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeContainerId 09:55:15.831 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeId, insertable=true, updatable=true, unique=false} 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeId with lazy=false 09:55:15.831 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeId] 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeId 09:55:15.831 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeId 09:55:15.832 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeInstanceId with lazy=false 09:55:15.832 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeInstanceId] 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeInstanceId 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeInstanceId 09:55:15.832 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeName, insertable=true, updatable=true, unique=false} 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeName with lazy=false 09:55:15.832 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeName] 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeName 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeName 09:55:15.832 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=nodeType, insertable=true, updatable=true, unique=false} 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property nodeType with lazy=false 09:55:15.832 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:nodeType] 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for nodeType 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property nodeType 09:55:15.832 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.832 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processId] 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.832 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.833 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:processInstanceId] 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=referenceId, insertable=true, updatable=true, unique=false} 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property referenceId with lazy=false 09:55:15.833 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:referenceId] 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for referenceId 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property referenceId 09:55:15.833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=slaCompliance, insertable=true, updatable=true, unique=false} 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaCompliance with lazy=false 09:55:15.833 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaCompliance] 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaCompliance 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaCompliance 09:55:15.833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=sla_due_date, insertable=true, updatable=true, unique=false} 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property slaDueDate with lazy=false 09:55:15.833 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:slaDueDate] 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for slaDueDate 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property slaDueDate 09:55:15.833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=type, insertable=true, updatable=true, unique=false} 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property type with lazy=false 09:55:15.833 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:type] 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for type 09:55:15.833 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property type 09:55:15.834 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(NodeInstanceLog), mappingColumn=workItemId, insertable=true, updatable=true, unique=false} 09:55:15.834 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property workItemId with lazy=false 09:55:15.834 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.NodeInstanceLog:workItemId] 09:55:15.834 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for workItemId 09:55:15.834 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property workItemId 09:55:15.834 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.jbpm.process.audit.VariableInstanceLog 09:55:15.834 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3DiscriminatorColumn{logicalColumnName'DTYPE', discriminatorTypeName='string'} 09:55:15.834 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name VariableInstanceLog 09:55:15.834 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity org.jbpm.process.audit.VariableInstanceLog on table VariableInstanceLog 09:55:15.835 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=id, insertable=true, updatable=true, unique=false} 09:55:15.835 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property id with lazy=false 09:55:15.835 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:id] 09:55:15.835 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id 09:55:15.835 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id 09:55:15.836 [main] DEBUG org.hibernate.cfg.BinderHelper - #makeIdGenerator(org.hibernate.mapping.SimpleValue([org.hibernate.mapping.Column(id)]), id, native, variableInstanceLogIdSeq, ...) 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=log_date, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property date with lazy=false 09:55:15.836 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:date] 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for date 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property date 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=end_date, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property end with lazy=false 09:55:15.836 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:end] 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for end 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property end 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=externalId, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property externalId with lazy=false 09:55:15.836 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:externalId] 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for externalId 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property externalId 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=oldValue, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property oldValue with lazy=false 09:55:15.836 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:oldValue] 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for oldValue 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property oldValue 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processId, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processId with lazy=false 09:55:15.836 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processId] 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processId 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processId 09:55:15.836 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=processInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.836 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property processInstanceId with lazy=false 09:55:15.837 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:processInstanceId] 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for processInstanceId 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property processInstanceId 09:55:15.837 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=value, insertable=true, updatable=true, unique=false} 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property value with lazy=false 09:55:15.837 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:value] 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for value 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property value 09:55:15.837 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableId, insertable=true, updatable=true, unique=false} 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableId with lazy=false 09:55:15.837 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableId] 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableId 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableId 09:55:15.837 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column: Ejb3Column{table=org.hibernate.mapping.Table(VariableInstanceLog), mappingColumn=variableInstanceId, insertable=true, updatable=true, unique=false} 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - MetadataSourceProcessor property variableInstanceId with lazy=false 09:55:15.837 [main] DEBUG org.hibernate.cfg.AbstractPropertyHolder - Attempting to locate auto-apply AttributeConverter for property [org.jbpm.process.audit.VariableInstanceLog:variableInstanceId] 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for variableInstanceId 09:55:15.837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property variableInstanceId 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for description 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for price 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for rulesByteArray 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastModificationDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for lastReadDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceByteArray 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for startDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for creationDate 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.839 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for state 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemByteArray 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for name 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for mappingId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for contextId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ksessionId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for ownerId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for version 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for correlationKey 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for duration 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for identity 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for outcome 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for parentProcessInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceDescription 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processName 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processType 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processVersion 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for start 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for status 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for connection 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeContainerId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeName 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for nodeType 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for referenceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaCompliance 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for slaDueDate 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for type 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for workItemId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for id 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for date 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for end 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for externalId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for oldValue 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for processInstanceId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for value 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableId 09:55:15.840 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for variableInstanceId 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [product] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [sessioninfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [processinstanceinfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [workitemid] to be non-null as it is part of the primary key for table [workiteminfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [keyid] to be non-null as it is part of the primary key for table [correlationkeyinfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [propertyid] to be non-null as it is part of the primary key for table [correlationpropertyinfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [mappingid] to be non-null as it is part of the primary key for table [contextmappinginfo] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [processinstancelog] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [nodeinstancelog] 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [id] to be non-null as it is part of the primary key for table [variableinstancelog] 09:55:15.841 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a collection of element: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.841 [main] DEBUG org.hibernate.cfg.CollectionPropertyHolder - Attempting to locate auto-apply AttributeConverter for collection element [org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes] 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for null 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Starting fillSimpleValue for null 09:55:15.841 [main] DEBUG org.hibernate.mapping.PrimaryKey - Forcing column [instanceid] to be non-null as it is part of the primary key for table [eventtypes] 09:55:15.841 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: InstanceId, element: element 09:55:15.841 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Second pass for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Binding a OneToMany: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties through a foreign key 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties -> CorrelationPropertyInfo 09:55:15.841 [main] DEBUG org.hibernate.cfg.annotations.TableBinder - Retrieving property org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey 09:55:15.841 [main] DEBUG org.hibernate.cfg.CollectionSecondPass - Mapped collection key: correlationKey_keyId, one-to-many: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.841 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.841 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.842 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.843 [main] DEBUG org.hibernate.boot.internal.InFlightMetadataCollectorImpl - Resolving reference to class: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.844 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building session factory 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - SessionFactory name : null 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Automatic flush during beforeCompletion(): enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Automatic session close at end of transaction: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Statistics: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Deleted entity synthetic identifier rollback: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Default entity-mode: pojo 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Allow initialization of lazy state outside session : disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Using BatchFetchStyle : LEGACY 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Default batch fetch size: -1 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Maximum outer join fetch depth: 3 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Default null ordering: NONE 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Order SQL updates by primary key: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Order SQL inserts for batching: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - multi-tenancy strategy : NONE 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JTA Track by Thread: enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Query language substitutions: {} 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Named query checking : enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Second-level query cache factory: null 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache region prefix: null 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Optimize second-level cache for minimal puts: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Structured second-level cache entries: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Second-level cache direct-reference entries: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Automatic eviction of collection cache: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch size: 15 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JDBC batch updates for versioned data: enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Scrollable result sets: enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Wrap result sets: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JDBC3 getGeneratedKeys(): enabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JDBC result set fetch size: null 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Connection release mode: AFTER_STATEMENT 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - Generate SQL with comments: disabled 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - query : 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - closed-handling : 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - lists : 09:55:15.844 [main] DEBUG org.hibernate.cfg.Settings - JPA compliance - transactions : 09:55:15.845 [main] INFO org.hibernate.orm.beans - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader. 09:55:15.848 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session factory constructed with filter configurations : {} 09:55:15.848 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating session factory with properties: {sun.desktop=gnome, awt.toolkit=sun.awt.X11.XToolkit, hibernate.id.new_generator_mappings=false, java.specification.version=11, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, hibernate.dialect=org.hibernate.dialect.H2Dialect, java.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, java.vm.vendor=Red Hat, Inc., org.uberfire.nio.git.daemon.enabled=false, sun.arch.data.model=64, java.vendor.url=https://www.redhat.com/, user.timezone=Europe/Madrid, os.name=Linux, java.vm.specification.version=11, sun.java.launcher=SUN_STANDARD, user.country=US, sun.boot.library.path=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64/lib, sun.java.command=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire 2021-07-14T09-55-10_750-jvmRun1 surefire10533511292679899076tmp surefire_012821842258006759608tmp, hibernate.transaction.jta.platform=org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform, javax.persistence.nonJtaDataSource=jpaWIH, jdk.debug=release, test=JPAWorkItemHandlerTest, surefire.test.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/test-classes:/home/antferna/projects/jbpm-work-items/jpa-workitem/target/classes:/home/antferna/.m2/repository/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-entitymanager/5.3.18.Final/hibernate-entitymanager-5.3.18.Final.jar:/home/antferna/.m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/home/antferna/.m2/repository/org/hibernate/hibernate-core/5.3.18.Final/hibernate-core-5.3.18.Final.jar:/home/antferna/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/antferna/.m2/repository/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar:/home/antferna/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/home/antferna/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/antferna/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/antferna/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/antferna/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/antferna/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/antferna/.m2/repository/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar:/home/antferna/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.5.Final/hibernate-commons-annotations-5.0.5.Final.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy/1.10.3/byte-buddy-1.10.3.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar:/home/antferna/.m2/repository/com/h2database/h2/1.3.173/h2-1.3.173.jar:/home/antferna/.m2/repository/org/kie/kie-api/7.58.0-SNAPSHOT/kie-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-support/7.58.0-SNAPSHOT/kie-soup-maven-support-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-internal/7.58.0-SNAPSHOT/kie-internal-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core/7.58.0-SNAPSHOT/drools-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-xstream/7.58.0-SNAPSHOT/kie-soup-xstream-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-reflective/7.58.0-SNAPSHOT/drools-core-reflective-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-core-dynamic/7.58.0-SNAPSHOT/drools-core-dynamic-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow/7.58.0-SNAPSHOT/jbpm-flow-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel/7.58.0-SNAPSHOT/drools-mvel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-serialization-protobuf/7.58.0-SNAPSHOT/drools-serialization-protobuf-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-commons/7.58.0-SNAPSHOT/kie-soup-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-commons/7.58.0-SNAPSHOT/kie-soup-project-datamodel-commons-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-project-datamodel-api/7.58.0-SNAPSHOT/kie-soup-project-datamodel-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-feel/7.58.0-SNAPSHOT/kie-dmn-feel-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar:/home/antferna/.m2/repository/com/github/javaparser/javaparser-core/3.13.10/javaparser-core-3.13.10.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-parser/7.58.0-SNAPSHOT/drools-mvel-parser-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/ch/obermuhlner/big-math/2.0.1/big-math-2.0.1.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-core/7.58.0-SNAPSHOT/kie-dmn-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-backend/7.58.0-SNAPSHOT/kie-dmn-backend-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ruleunit/7.58.0-SNAPSHOT/drools-ruleunit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-canonical-model/7.58.0-SNAPSHOT/drools-canonical-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-model-compiler/7.58.0-SNAPSHOT/drools-model-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-mvel-compiler/7.58.0-SNAPSHOT/drools-mvel-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-alphanetwork-compiler/7.58.0-SNAPSHOT/drools-alphanetwork-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jpmml/pmml-model/1.5.1/pmml-model-1.5.1.jar:/home/antferna/.m2/repository/org/jpmml/pmml-agent/1.5.1/pmml-agent-1.5.1.jar:/home/antferna/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar:/home/antferna/.m2/repository/org/mvel/mvel2/2.4.12.Final/mvel2-2.4.12.Final.jar:/home/antferna/.m2/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.4/jackson-datatype-jsr310-2.10.4.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-bpmn2/7.58.0-SNAPSHOT/jbpm-bpmn2-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-flow-builder/7.58.0-SNAPSHOT/jbpm-flow-builder-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-api/7.58.0-SNAPSHOT/kie-dmn-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-dmn-model/7.58.0-SNAPSHOT/kie-dmn-model-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar:/home/antferna/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/home/antferna/.m2/repository/org/antlr/ST4/4.0.7/ST4-4.0.7.jar:/home/antferna/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-workitems-core/7.58.0-SNAPSHOT/jbpm-workitems-core-7.58.0-SNAPSHOT-tests.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test/7.58.0-SNAPSHOT/jbpm-test-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-jpa/7.58.0-SNAPSHOT/jbpm-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-jpa/7.58.0-SNAPSHOT/drools-persistence-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec/1.0.1.Final/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-audit/7.58.0-SNAPSHOT/jbpm-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-query-jpa/7.58.0-SNAPSHOT/jbpm-query-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar:/home/antferna/.m2/repository/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar:/home/antferna/.m2/repository/xmlpull/xmlpull/1.2.0/xmlpull-1.2.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-core/7.58.0-SNAPSHOT/jbpm-human-task-core-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.4/jackson-annotations-2.10.4.jar:/home/antferna/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.4/jackson-core-2.10.4.jar:/home/antferna/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar:/home/antferna/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar:/home/antferna/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/antferna/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/antferna/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/antferna/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar:/home/antferna/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/home/antferna/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-workitems/7.58.0-SNAPSHOT/jbpm-human-task-workitems-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-shared-services/7.58.0-SNAPSHOT/jbpm-shared-services-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-services-api/7.58.0-SNAPSHOT/jbpm-services-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-case-mgmt-api/7.58.0-SNAPSHOT/jbpm-case-mgmt-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-runtime-manager/7.58.0-SNAPSHOT/jbpm-runtime-manager-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-audit/7.58.0-SNAPSHOT/jbpm-human-task-audit-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-human-task-jpa/7.58.0-SNAPSHOT/jbpm-human-task-jpa-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jboss/narayana/jta/narayana-jta/5.9.0.Final/narayana-jta-5.9.0.Final.jar:/home/antferna/.m2/repository/org/jboss/jboss-transaction-spi/7.6.0.Final/jboss-transaction-spi-7.6.0.Final.jar:/home/antferna/.m2/repository/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.jar:/home/antferna/.m2/repository/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar:/home/antferna/.m2/repository/org/kie/kie-ci/7.58.0-SNAPSHOT/kie-ci-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/soup/kie-soup-maven-integration/7.58.0-SNAPSHOT/kie-soup-maven-integration-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-spi/1.1.0/aether-spi-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-file/1.1.0/aether-transport-file-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-http/1.1.0/aether-transport-http-1.1.0.jar:/home/antferna/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/antferna/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/antferna/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar:/home/antferna/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/antferna/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/antferna/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.0.0/wagon-provider-api-3.0.0.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-impl/1.1.0/aether-impl-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-connector-basic/1.1.0/aether-connector-basic-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/aether/aether-transport-wagon/1.1.0/aether-transport-wagon-1.1.0.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar:/home/antferna/.m2/repository/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar:/home/antferna/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http/3.0.0/wagon-http-3.0.0.jar:/home/antferna/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.0.0/wagon-http-shared-3.0.0.jar:/home/antferna/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar:/home/antferna/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/antferna/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar:/home/antferna/.m2/repository/org/drools/drools-compiler/7.58.0-SNAPSHOT/drools-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-memory-compiler/7.58.0-SNAPSHOT/kie-memory-compiler-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-ecj/7.58.0-SNAPSHOT/drools-ecj-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-test-util/7.58.0-SNAPSHOT/jbpm-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/drools/drools-persistence-api/7.58.0-SNAPSHOT/drools-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/simple-jndi/simple-jndi/0.11.4.1/simple-jndi-0.11.4.1.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-dbcp/9.0.21/tomcat-dbcp-9.0.21.jar:/home/antferna/.m2/repository/org/apache/tomcat/tomcat-juli/9.0.21/tomcat-juli-9.0.21.jar:/home/antferna/.m2/repository/org/jbpm/jbpm-persistence-api/7.58.0-SNAPSHOT/jbpm-persistence-api-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/kie/kie-test-util/7.58.0-SNAPSHOT/kie-test-util-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/home/antferna/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/home/antferna/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar:/home/antferna/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar:/home/antferna/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/antferna/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/antferna/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/antferna/.m2/repository/org/jbpm/contrib/template-resources/7.58.0-SNAPSHOT/template-resources-7.58.0-SNAPSHOT.jar:/home/antferna/.m2/repository/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar:/home/antferna/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.15/byte-buddy-agent-1.10.15.jar:/home/antferna/.m2/repository/org/objenesis/objenesis/3.1/objenesis-3.1.jar:, sun.cpu.endian=little, user.home=/home/antferna, user.language=en, java.specification.vendor=Oracle Corporation, java.version.date=2021-04-20, java.home=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64, file.separator=/, basedir=/home/antferna/projects/jbpm-work-items/jpa-workitem, java.vm.compressedOopsMode=32-bit, line.separator= , java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, org.uberfire.sys.repo.monitor.disabled=true, surefire.real.class.path=/home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire/surefirebooter1454094648475086828.jar, hibernate.hbm2ddl.auto=update, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.11+9-LTS, user.name=antferna, path.separator=:, os.version=4.18.0-305.3.1.el8_4.x86_64, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, hibernate.ejb.persistenceUnitName=org.jbpm.persistence.jpa, hibernate.max_fetch_depth=3, java.vm.name=OpenJDK 64-Bit Server VM, hibernate.show_sql=true, java.vendor.version=18.9, org.uberfire.nio.git.ssh.enabled=false, localRepository=/home/antferna/.m2/repository, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk, java.io.tmpdir=/home/antferna/projects/jbpm-work-items/jpa-workitem/target, java.version=11.0.11, user.dir=/home/antferna/projects/jbpm-work-items/jpa-workitem, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, java.awt.printerjob=sun.print.PSPrinterJob, sun.os.patch.level=unknown, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@45c2c396, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Red Hat, Inc., java.vm.info=mixed mode, sharing, java.vm.version=11.0.11+9-LTS, hibernate.bytecode.use_reflection_optimizer=false, sun.io.unicode.encoding=UnicodeLittle, hibernate.connection.datasource=jpaWIH, apple.awt.UIElement=true, java.class.version=55.0} 09:55:15.849 [main] DEBUG org.hibernate.secure.spi.JaccIntegrator - Skipping JACC integration as it was not enabled 09:55:15.849 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiated session factory 09:55:15.849 [main] DEBUG org.hibernate.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6fbfd28b] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@408d12fc] 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo] is safe 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.850 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.851 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.WorkItemInfo] is safe 09:55:15.851 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.WorkItemInfo 09:55:15.851 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.851 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.VariableInstanceLog] is safe 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.VariableInstanceLog 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationKeyInfo] is safe 09:55:15.852 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.853 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.853 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.853 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.workitem.jpa.Product] is safe 09:55:15.853 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.workitem.jpa.Product 09:55:15.854 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.854 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.854 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.ProcessInstanceLog] is safe 09:55:15.854 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.ProcessInstanceLog 09:55:15.860 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.860 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.860 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.drools.persistence.info.SessionInfo] is safe 09:55:15.860 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.drools.persistence.info.SessionInfo 09:55:15.861 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.861 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.861 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.correlation.CorrelationPropertyInfo] is safe 09:55:15.861 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.862 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.862 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.862 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.persistence.processinstance.ProcessInstanceInfo] is safe 09:55:15.862 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.863 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.863 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.863 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - Not known whether passed class name [org.jbpm.process.audit.NodeInstanceLog] is safe 09:55:15.863 [main] DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : org.jbpm.process.audit.NodeInstanceLog 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.correlation.CorrelationKeyInfo.properties 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: update CorrelationPropertyInfo set correlationKey_keyId=? where propertyId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update CorrelationPropertyInfo set where propertyId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? and propertyId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: update CorrelationPropertyInfo set correlationKey_keyId=null where correlationKey_keyId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Static SQL for collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row insert: insert into EventTypes (InstanceId, element) values (?, ?) 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row update: update EventTypes set element=? where InstanceId=? and element=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - Row delete: delete from EventTypes where InstanceId=? and element=? 09:55:15.865 [main] DEBUG org.hibernate.persister.collection.AbstractCollectionPersister - One-shot delete: delete from EventTypes where InstanceId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ContextMappingInfo where mappingId =? 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select contextmap_.mappingId, contextmap_.CONTEXT_ID as CONTEXT_2_0_, contextmap_.KSESSION_ID as KSESSION3_0_, contextmap_.OWNER_ID as OWNER_ID4_0_, contextmap_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap_ where contextmap_.mappingId=? 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ContextMappingInfo (CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK, mappingId) values (?, ?, ?, ?, ?) 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ContextMappingInfo set CONTEXT_ID=?, KSESSION_ID=?, OWNER_ID=?, OPTLOCK=? where mappingId=? and OPTLOCK=? 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ContextMappingInfo where mappingId=? and OPTLOCK=? 09:55:15.865 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ContextMappingInfo (mappingId, CONTEXT_ID, KSESSION_ID, OWNER_ID, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.865 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7eea934d] 09:55:15.865 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:15.865 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:15.865 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:15.865 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.865 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.865 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.866 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:15.866 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [NONE]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.866 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@153d14e3] 09:55:15.866 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : contextId 09:55:15.866 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ksessionId 09:55:15.866 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : ownerId 09:55:15.866 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.866 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.866 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.866 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - Returns - EntityReturnImpl(entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, querySpaceUid=, path=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo) - SQL table alias mapping - contextmap0_ - alias suffix - 0_ - suffixed key columns - {mappingI1_0_0_} 09:55:15.866 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo [READ]: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.866 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.866 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo: select contextmap0_.mappingId as mappingI1_0_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_0_, contextmap0_.KSESSION_ID as KSESSION3_0_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_0_ from ContextMappingInfo contextmap0_ where contextmap0_.mappingId=? 09:55:15.866 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.WorkItemInfo 09:55:15.866 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from WorkItemInfo where workItemId =? 09:55:15.867 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select workitemin_.workItemId, workitemin_.creationDate as creation2_10_, workitemin_.name as name3_10_, workitemin_.processInstanceId as processI4_10_, workitemin_.state as state5_10_, workitemin_.OPTLOCK as OPTLOCK6_10_, workitemin_.workItemByteArray as workItem7_10_ from WorkItemInfo workitemin_ where workitemin_.workItemId=? 09:55:15.867 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into WorkItemInfo (creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray, workItemId) values (?, ?, ?, ?, ?, ?, ?) 09:55:15.867 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update WorkItemInfo set creationDate=?, name=?, processInstanceId=?, state=?, OPTLOCK=?, workItemByteArray=? where workItemId=? and OPTLOCK=? 09:55:15.867 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from WorkItemInfo where workItemId=? and OPTLOCK=? 09:55:15.867 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?) 09:55:15.867 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@11cdf948] 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.867 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:15.867 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.867 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.867 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:15.868 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [NONE]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.868 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@2fd8b081] 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : creationDate 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.868 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemByteArray 09:55:15.868 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.868 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.868 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.WorkItemInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.WorkItemInfo, querySpaceUid=, path=org.drools.persistence.info.WorkItemInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.WorkItemInfo) - SQL table alias mapping - workitemin0_ - alias suffix - 0_ - suffixed key columns - {workItem1_10_0_} 09:55:15.868 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.WorkItemInfo [READ]: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.868 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.868 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.WorkItemInfo: select workitemin0_.workItemId as workItem1_10_0_, workitemin0_.creationDate as creation2_10_0_, workitemin0_.name as name3_10_0_, workitemin0_.processInstanceId as processI4_10_0_, workitemin0_.state as state5_10_0_, workitemin0_.OPTLOCK as OPTLOCK6_10_0_, workitemin0_.workItemByteArray as workItem7_10_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=? 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.VariableInstanceLog 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from VariableInstanceLog where id =? 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select variablein_.id, variablein_.log_date as log_date2_9_, variablein_.end_date as end_date3_9_, variablein_.externalId as external4_9_, variablein_.oldValue as oldValue5_9_, variablein_.processId as processI6_9_, variablein_.processInstanceId as processI7_9_, variablein_.value as value8_9_, variablein_.variableId as variable9_9_, variablein_.variableInstanceId as variabl10_9_ from VariableInstanceLog variablein_ where variablein_.id=? 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into VariableInstanceLog (log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update VariableInstanceLog set log_date=?, end_date=?, externalId=?, oldValue=?, processId=?, processInstanceId=?, value=?, variableId=?, variableInstanceId=? where id=? 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from VariableInstanceLog where id=? 09:55:15.869 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into VariableInstanceLog (id, log_date, end_date, externalId, oldValue, processId, processInstanceId, value, variableId, variableInstanceId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.869 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@511a307e] 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:15.869 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:15.869 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.869 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.870 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:15.870 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [NONE]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.870 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@10d97b64] 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : oldValue 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableId 09:55:15.870 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : variableInstanceId 09:55:15.870 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.870 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.870 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.VariableInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.VariableInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.VariableInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.VariableInstanceLog) - SQL table alias mapping - variablein0_ - alias suffix - 0_ - suffixed key columns - {id1_9_0_} 09:55:15.871 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.VariableInstanceLog [READ]: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.871 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.871 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.VariableInstanceLog: select variablein0_.id as id1_9_0_, variablein0_.log_date as log_date2_9_0_, variablein0_.end_date as end_date3_9_0_, variablein0_.externalId as external4_9_0_, variablein0_.oldValue as oldValue5_9_0_, variablein0_.processId as processI6_9_0_, variablein0_.processInstanceId as processI7_9_0_, variablein0_.value as value8_9_0_, variablein0_.variableId as variable9_9_0_, variablein0_.variableInstanceId as variabl10_9_0_ from VariableInstanceLog variablein0_ where variablein0_.id=? 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationKeyInfo 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationKeyInfo where keyId =? 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.keyId, correlatio_.name as name2_1_, correlatio_.processInstanceId as processI3_1_, correlatio_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio_ where correlatio_.keyId=? 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationKeyInfo (name, processInstanceId, OPTLOCK, keyId) values (?, ?, ?, ?) 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationKeyInfo set name=?, processInstanceId=?, OPTLOCK=? where keyId=? and OPTLOCK=? 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationKeyInfo where keyId=? and OPTLOCK=? 09:55:15.871 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationKeyInfo (keyId, name, processInstanceId, OPTLOCK) values (null, ?, ?, ?) 09:55:15.871 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@23cb8fcb] 09:55:15.871 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.871 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.871 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:15.871 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@7efba9b9] 09:55:15.871 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@4b8cde43] 09:55:15.871 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.871 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:15.872 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [NONE]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@34c6b52e] 09:55:15.872 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.872 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.872 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : properties 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@25e203e6] 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@8b1bfdf] 09:55:15.872 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.872 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.873 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties.) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {keyId1_1_0_} 09:55:15.873 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationKeyInfo [READ]: select correlatio0_.keyId as keyId1_1_0_, correlatio0_.name as name2_1_0_, correlatio0_.processInstanceId as processI3_1_0_, correlatio0_.OPTLOCK as OPTLOCK4_1_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.keyId=? 09:55:15.873 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:15.873 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationKeyInfo: select correlatio0_.keyId as keyId1_1_1_, correlatio0_.name as name2_1_1_, correlatio0_.processInstanceId as processI3_1_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_1_, properties1_.correlationKey_keyId as correlat5_2_3_, properties1_.propertyId as property1_2_3_, properties1_.propertyId as property1_2_0_, properties1_.correlationKey_keyId as correlat5_2_0_, properties1_.name as name2_2_0_, properties1_.value as value3_2_0_, properties1_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationKeyInfo correlatio0_ left outer join CorrelationPropertyInfo properties1_ on correlatio0_.keyId=properties1_.correlationKey_keyId where correlatio0_.keyId=? 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.workitem.jpa.Product 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from Product where id =? 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select product_.id, product_.description as descript2_7_, product_.price as price3_7_ from Product product_ where product_.id=? 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into Product (description, price, id) values (?, ?, ?) 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update Product set description=?, price=? where id=? 09:55:15.873 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from Product where id=? 09:55:15.874 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into Product (id, description, price) values (null, ?, ?) 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@95f1422] 09:55:15.874 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.874 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:15.874 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [NONE]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@47fc9ce] 09:55:15.874 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : description 09:55:15.874 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : price 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.874 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.workitem.jpa.Product) - Returns - EntityReturnImpl(entity=org.jbpm.process.workitem.jpa.Product, querySpaceUid=, path=org.jbpm.process.workitem.jpa.Product) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.workitem.jpa.Product) - SQL table alias mapping - product0_ - alias suffix - 0_ - suffixed key columns - {id1_7_0_} 09:55:15.874 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.workitem.jpa.Product [READ]: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.875 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.875 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.workitem.jpa.Product: select product0_.id as id1_7_0_, product0_.description as descript2_7_0_, product0_.price as price3_7_0_ from Product product0_ where product0_.id=? 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.ProcessInstanceLog 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from ProcessInstanceLog where id =? 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.id, processins_.correlationKey as correlat2_6_, processins_.duration as duration3_6_, processins_.end_date as end_date4_6_, processins_.externalId as external5_6_, processins_.user_identity as user_ide6_6_, processins_.outcome as outcome7_6_, processins_.parentProcessInstanceId as parentPr8_6_, processins_.processId as processI9_6_, processins_.processInstanceDescription as process10_6_, processins_.processInstanceId as process11_6_, processins_.processName as process12_6_, processins_.processType as process13_6_, processins_.processVersion as process14_6_, processins_.slaCompliance as slaComp15_6_, processins_.sla_due_date as sla_due16_6_, processins_.start_date as start_d17_6_, processins_.status as status18_6_ from ProcessInstanceLog processins_ where processins_.id=? 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceLog (correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceLog set correlationKey=?, duration=?, end_date=?, externalId=?, user_identity=?, outcome=?, parentProcessInstanceId=?, processId=?, processInstanceDescription=?, processInstanceId=?, processName=?, processType=?, processVersion=?, slaCompliance=?, sla_due_date=?, start_date=?, status=? where id=? 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceLog where id=? 09:55:15.875 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceLog (id, correlationKey, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceDescription, processInstanceId, processName, processType, processVersion, slaCompliance, sla_due_date, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.875 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@703a2bc9] 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:15.875 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:15.876 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.876 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.876 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:15.876 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [NONE]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.876 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@346e5cc] 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : duration 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : identity 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : outcome 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : parentProcessInstanceId 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceDescription 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processName 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processType 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processVersion 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : start 09:55:15.876 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : status 09:55:15.877 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.877 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.877 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.ProcessInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.ProcessInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.ProcessInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.ProcessInstanceLog) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {id1_6_0_} 09:55:15.877 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.ProcessInstanceLog [READ]: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.877 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.877 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.ProcessInstanceLog: select processins0_.id as id1_6_0_, processins0_.correlationKey as correlat2_6_0_, processins0_.duration as duration3_6_0_, processins0_.end_date as end_date4_6_0_, processins0_.externalId as external5_6_0_, processins0_.user_identity as user_ide6_6_0_, processins0_.outcome as outcome7_6_0_, processins0_.parentProcessInstanceId as parentPr8_6_0_, processins0_.processId as processI9_6_0_, processins0_.processInstanceDescription as process10_6_0_, processins0_.processInstanceId as process11_6_0_, processins0_.processName as process12_6_0_, processins0_.processType as process13_6_0_, processins0_.processVersion as process14_6_0_, processins0_.slaCompliance as slaComp15_6_0_, processins0_.sla_due_date as sla_due16_6_0_, processins0_.start_date as start_d17_6_0_, processins0_.status as status18_6_0_ from ProcessInstanceLog processins0_ where processins0_.id=? 09:55:15.877 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.drools.persistence.info.SessionInfo 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from SessionInfo where id =? 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select sessioninf_.id, sessioninf_.lastModificationDate as lastModi2_8_, sessioninf_.rulesByteArray as rulesByt3_8_, sessioninf_.startDate as startDat4_8_, sessioninf_.OPTLOCK as OPTLOCK5_8_ from SessionInfo sessioninf_ where sessioninf_.id=? 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into SessionInfo (lastModificationDate, rulesByteArray, startDate, OPTLOCK, id) values (?, ?, ?, ?, ?) 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=? 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from SessionInfo where id=? and OPTLOCK=? 09:55:15.878 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@d17d554] 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:15.878 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [NONE]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@2b409174] 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : rulesByteArray 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.878 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.878 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.879 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.drools.persistence.info.SessionInfo) - Returns - EntityReturnImpl(entity=org.drools.persistence.info.SessionInfo, querySpaceUid=, path=org.drools.persistence.info.SessionInfo) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.drools.persistence.info.SessionInfo) - SQL table alias mapping - sessioninf0_ - alias suffix - 0_ - suffixed key columns - {id1_8_0_} 09:55:15.879 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.drools.persistence.info.SessionInfo [READ]: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.879 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.879 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.drools.persistence.info.SessionInfo: select sessioninf0_.id as id1_8_0_, sessioninf0_.lastModificationDate as lastModi2_8_0_, sessioninf0_.rulesByteArray as rulesByt3_8_0_, sessioninf0_.startDate as startDat4_8_0_, sessioninf0_.OPTLOCK as OPTLOCK5_8_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=? 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.correlation.CorrelationPropertyInfo 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from CorrelationPropertyInfo where propertyId =? 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select correlatio_.propertyId, correlatio_.correlationKey_keyId as correlat5_2_, correlatio_.name as name2_2_, correlatio_.value as value3_2_, correlatio_.OPTLOCK as OPTLOCK4_2_ from CorrelationPropertyInfo correlatio_ where correlatio_.propertyId=? 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into CorrelationPropertyInfo (correlationKey_keyId, name, value, OPTLOCK, propertyId) values (?, ?, ?, ?, ?) 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update CorrelationPropertyInfo set correlationKey_keyId=?, name=?, value=?, OPTLOCK=? where propertyId=? and OPTLOCK=? 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from CorrelationPropertyInfo where propertyId=? and OPTLOCK=? 09:55:15.880 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into CorrelationPropertyInfo (propertyId, correlationKey_keyId, name, value, OPTLOCK) values (null, ?, ?, ?, ?) 09:55:15.880 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@229d508c] 09:55:15.880 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.880 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7167d81b] 09:55:15.880 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:15.880 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:15.880 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:15.880 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:15.881 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:15.881 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.881 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.881 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.881 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.881 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.881 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:15.881 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [NONE]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:15.881 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@34fcc5e3] 09:55:15.881 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.882 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3c9cfcde] 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.name 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.processInstanceId 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.properties 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey.properties 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey.version 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.882 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.882 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.882 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.882 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - EntityAttributeFetchImpl(entity=org.jbpm.persistence.correlation.CorrelationKeyInfo, querySpaceUid=, path=org.jbpm.persistence.correlation.CorrelationPropertyInfo.correlationKey) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - correlatio0_ - alias suffix - 0_ - suffixed key columns - {property1_2_0_} - JOIN (JoinDefinedByMetadata(correlationKey)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationKeyInfo) - SQL table alias mapping - correlatio1_ - alias suffix - 1_ - suffixed key columns - {keyId1_1_1_} 09:55:15.882 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.correlation.CorrelationPropertyInfo [READ]: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_, correlatio1_.keyId as keyId1_1_1_, correlatio1_.name as name2_1_1_, correlatio1_.processInstanceId as processI3_1_1_, correlatio1_.OPTLOCK as OPTLOCK4_1_1_ from CorrelationPropertyInfo correlatio0_ left outer join CorrelationKeyInfo correlatio1_ on correlatio0_.correlationKey_keyId=correlatio1_.keyId where correlatio0_.propertyId=? 09:55:15.883 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:15.883 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.correlation.CorrelationPropertyInfo: select correlatio0_.propertyId as property1_2_0_, correlatio0_.correlationKey_keyId as correlat5_2_0_, correlatio0_.name as name2_2_0_, correlatio0_.value as value3_2_0_, correlatio0_.OPTLOCK as OPTLOCK4_2_0_ from CorrelationPropertyInfo correlatio0_ where correlatio0_.propertyId=? 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.persistence.processinstance.ProcessInstanceInfo 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select OPTLOCK from ProcessInstanceInfo where InstanceId =? 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select processins_.InstanceId, processins_.lastModificationDate as lastModi2_5_, processins_.lastReadDate as lastRead3_5_, processins_.processId as processI4_5_, processins_.processInstanceByteArray as processI5_5_, processins_.startDate as startDat6_5_, processins_.state as state7_5_, processins_.OPTLOCK as OPTLOCK8_5_ from ProcessInstanceInfo processins_ where processins_.InstanceId=? 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into ProcessInstanceInfo (lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK, InstanceId) values (?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=? 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from ProcessInstanceInfo where InstanceId=? and OPTLOCK=? 09:55:15.883 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?) 09:55:15.883 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7dbd70fd] 09:55:15.883 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:15.883 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@779448b8] 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:15.884 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [NONE]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@3bbdf835] 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : eventTypes 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@28fef9a2] 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastModificationDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : lastReadDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceByteArray 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : startDate 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : state 09:55:15.884 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.884 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - Returns - EntityReturnImpl(entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - CollectionAttributeFetchImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.processinstance.ProcessInstanceInfo) - SQL table alias mapping - processins0_ - alias suffix - 0_ - suffixed key columns - {Instance1_5_0_} 09:55:15.885 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.persistence.processinstance.ProcessInstanceInfo [READ]: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.885 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.885 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.persistence.processinstance.ProcessInstanceInfo: select processins0_.InstanceId as Instance1_5_0_, processins0_.lastModificationDate as lastModi2_5_0_, processins0_.lastReadDate as lastRead3_5_0_, processins0_.processId as processI4_5_0_, processins0_.processInstanceByteArray as processI5_5_0_, processins0_.startDate as startDat6_5_0_, processins0_.state as state7_5_0_, processins0_.OPTLOCK as OPTLOCK8_5_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=? 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: org.jbpm.process.audit.NodeInstanceLog 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Version select: select id from NodeInstanceLog where id =? 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Snapshot select: select nodeinstan_.id, nodeinstan_.connection as connecti2_4_, nodeinstan_.log_date as log_date3_4_, nodeinstan_.end_date as end_date4_4_, nodeinstan_.externalId as external5_4_, nodeinstan_.nodeContainerId as nodeCont6_4_, nodeinstan_.nodeId as nodeId7_4_, nodeinstan_.nodeInstanceId as nodeInst8_4_, nodeinstan_.nodeName as nodeName9_4_, nodeinstan_.nodeType as nodeTyp10_4_, nodeinstan_.processId as process11_4_, nodeinstan_.processInstanceId as process12_4_, nodeinstan_.referenceId as referen13_4_, nodeinstan_.slaCompliance as slaComp14_4_, nodeinstan_.sla_due_date as sla_due15_4_, nodeinstan_.type as type16_4_, nodeinstan_.workItemId as workIte17_4_ from NodeInstanceLog nodeinstan_ where nodeinstan_.id=? 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Insert 0: insert into NodeInstanceLog (connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Update 0: update NodeInstanceLog set connection=?, log_date=?, end_date=?, externalId=?, nodeContainerId=?, nodeId=?, nodeInstanceId=?, nodeName=?, nodeType=?, processId=?, processInstanceId=?, referenceId=?, slaCompliance=?, sla_due_date=?, type=?, workItemId=? where id=? 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Delete 0: delete from NodeInstanceLog where id=? 09:55:15.885 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Identity insert: insert into NodeInstanceLog (id, connection, log_date, end_date, externalId, nodeContainerId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, referenceId, slaCompliance, sla_due_date, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 09:55:15.885 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@7dfab58d] 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:15.885 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:15.886 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.886 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.886 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:15.886 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [NONE]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.886 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@e0d9e3f] 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : connection 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : date 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : end 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : externalId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeContainerId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeInstanceId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeName 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : nodeType 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : processInstanceId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : referenceId 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaCompliance 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : slaDueDate 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : type 09:55:15.886 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : workItemId 09:55:15.886 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(entity=org.jbpm.process.audit.NodeInstanceLog) - Returns - EntityReturnImpl(entity=org.jbpm.process.audit.NodeInstanceLog, querySpaceUid=, path=org.jbpm.process.audit.NodeInstanceLog) - QuerySpaces - EntityQuerySpaceImpl(uid=, entity=org.jbpm.process.audit.NodeInstanceLog) - SQL table alias mapping - nodeinstan0_ - alias suffix - 0_ - suffixed key columns - {id1_4_0_} 09:55:15.887 [main] DEBUG org.hibernate.loader.entity.plan.EntityLoader - Static select for entity org.jbpm.process.audit.NodeInstanceLog [READ]: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.887 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.887 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity org.jbpm.process.audit.NodeInstanceLog: select nodeinstan0_.id as id1_4_0_, nodeinstan0_.connection as connecti2_4_0_, nodeinstan0_.log_date as log_date3_4_0_, nodeinstan0_.end_date as end_date4_4_0_, nodeinstan0_.externalId as external5_4_0_, nodeinstan0_.nodeContainerId as nodeCont6_4_0_, nodeinstan0_.nodeId as nodeId7_4_0_, nodeinstan0_.nodeInstanceId as nodeInst8_4_0_, nodeinstan0_.nodeName as nodeName9_4_0_, nodeinstan0_.nodeType as nodeTyp10_4_0_, nodeinstan0_.processId as process11_4_0_, nodeinstan0_.processInstanceId as process12_4_0_, nodeinstan0_.referenceId as referen13_4_0_, nodeinstan0_.slaCompliance as slaComp14_4_0_, nodeinstan0_.sla_due_date as sla_due15_4_0_, nodeinstan0_.type as type16_4_0_, nodeinstan0_.workItemId as workIte17_4_0_ from NodeInstanceLog nodeinstan0_ where nodeinstan0_.id=? 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@799fc4c9] 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.EntityQuerySpaceImpl@44428583] 09:55:15.887 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : correlationKey 09:55:15.887 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Property path deemed to be circular : correlationKey 09:55:15.887 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : name 09:55:15.887 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : value 09:55:15.887 [main] DEBUG org.hibernate.persister.walking.spi.MetamodelGraphWalker - Visiting attribute path : version 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.887 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.888 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties]) - (collection element) CollectionFetchableElementEntityGraph(entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo, querySpaceUid=, path=[org.jbpm.persistence.correlation.CorrelationKeyInfo.properties].) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.correlation.CorrelationKeyInfo.properties) - SQL table alias mapping - properties0_ - alias suffix - 0_ - suffixed key columns - {correlat5_2_0_} - entity-element alias suffix - 1_ - 1_entity-element suffixed key columns - property1_2_1_ - JOIN (JoinDefinedByMetadata(elements)) : -> - EntityQuerySpaceImpl(uid=, entity=org.jbpm.persistence.correlation.CorrelationPropertyInfo) - SQL table alias mapping - properties0_ - alias suffix - 1_ - suffixed key columns - {property1_2_1_} 09:55:15.888 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.correlation.CorrelationKeyInfo.properties: select properties0_.correlationKey_keyId as correlat5_2_0_, properties0_.propertyId as property1_2_0_, properties0_.propertyId as property1_2_1_, properties0_.correlationKey_keyId as correlat5_2_1_, properties0_.name as name2_2_1_, properties0_.value as value3_2_1_, properties0_.OPTLOCK as OPTLOCK4_2_1_ from CorrelationPropertyInfo properties0_ where properties0_.correlationKey_keyId=? 09:55:15.888 [main] DEBUG org.hibernate.loader.plan.build.internal.spaces.QuerySpacesImpl - Adding QuerySpace : uid = -> org.hibernate.loader.plan.build.internal.spaces.CollectionQuerySpaceImpl@7a75183d] 09:55:15.888 [main] DEBUG org.hibernate.loader.plan.build.internal.FetchStyleLoadPlanBuildingAssociationVisitationStrategy - Building LoadPlan... 09:55:15.888 [main] DEBUG org.hibernate.loader.plan.exec.internal.LoadQueryJoinAndFetchProcessor - processing queryspace 09:55:15.888 [main] DEBUG org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter - LoadPlan(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - Returns - CollectionReturnImpl(collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes, querySpaceUid=, path=[org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes]) - QuerySpaces - CollectionQuerySpaceImpl(uid=, collection=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) - SQL table alias mapping - eventtypes0_ - alias suffix - 0_ - suffixed key columns - {Instance1_3_0_} 09:55:15.888 [main] DEBUG org.hibernate.loader.collection.plan.CollectionLoader - Static select for collection org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes: select eventtypes0_.InstanceId as Instance1_3_0_, eventtypes0_.element as element2_3_0_ from EventTypes eventtypes0_ where eventtypes0_.InstanceId=? 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ContextMappingInfo 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : CorrelationKeyInfo 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : CorrelationPropertyInfo 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : EventTypes 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : NodeInstanceLog 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ProcessInstanceInfo 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : ProcessInstanceLog 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : Product 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : SessionInfo 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : VariableInstanceLog 09:55:15.904 [main] DEBUG org.hibernate.mapping.Table - No alter strings for table : WorkItemInfo 09:55:15.906 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name Hibernate: alter table CorrelationKeyInfo drop constraint if exists IDX_CorrelationKeyInfo_name 09:55:15.906 [main] DEBUG org.hibernate.SQL - alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) Hibernate: alter table CorrelationKeyInfo add constraint IDX_CorrelationKeyInfo_name unique (name) 09:55:15.916 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 8 named HQL queries 09:55:15.916 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindKSessionToInit 09:55:15.917 [main] DEBUG org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@2dd1086 09:55:15.917 [main] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 09:55:15.917 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.918 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.919 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ksessionId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[QUOTED_STRING] Node: ''timer'' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.919 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.919 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:15.919 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:15.919 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ksessionId -> contextmap0_.KSESSION_ID 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:15.920 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.KSESSION_ID contextmap0_.mappingId ksessionId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element 'timer' ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path=cmInfo.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[QUOTED_STRING] LiteralNode: ''timer'' | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.ksessionId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = 'timer' and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.KSESSION_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element='timer' and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.921 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByKSessionId 09:55:15.921 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'ksessionId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'ksessionId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ksessionId -> org.hibernate.type.LongType@1d71006f 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ksessionId -> contextmap0_.KSESSION_ID 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.KSESSION_ID {synthetic-alias} ksessionId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.922 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.KSESSION_ID' {propertyName=ksessionId,dereferenceType=PRIMITIVE,getPropertyPath=ksessionId,path={synthetic-alias}.ksessionId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'ksessionId' {originalText=ksessionId} | \-[NAMED_PARAM] ParameterNode: '?' {name=ksessionId, expectedType=org.hibernate.type.LongType@1d71006f} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where ksessionId = :ksessionId and ownerId = :ownerId 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=? and contextmap0_.OWNER_ID=? 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.923 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByAuditContextId 09:55:15.923 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'o' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'process' | | | | \-[IDENT] Node: 'audit' | | | \-[IDENT] Node: 'ProcessInstanceLog' | | +-[ALIAS] Node: 'log' | | \-[WITH] Node: 'with' | | \-[EQ] Node: '=' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'correlationKey' | | \-[DOT] Node: '.' | | +-[IDENT] Node: 'o' | | \-[IDENT] Node: 'contextId' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'o' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[CAST] Node: 'CAST' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'log' | | | \-[IDENT] Node: 'processInstanceId' | | \-[IDENT] Node: 'string' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'o' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (o) -> contextmap0_ 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Creating entity-join FromElement [log -> org.jbpm.process.audit.ProcessInstanceLog] 09:55:15.924 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.audit.ProcessInstanceLog (log) -> processins1_ 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : correlationKey -> org.hibernate.type.StringType@1568159 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.correlationKey -> processins1_.correlationKey 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.contextId -> contextmap0_.CONTEXT_ID 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - handleWithFragment() : -- with clause -- \-[WITH] SqlNode: 'with' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'processins1_.correlationKey' {propertyName=correlationKey,dereferenceType=PRIMITIVE,getPropertyPath=correlationKey,path=log.correlationKey,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | \-[IDENT] IdentNode: 'correlationKey' {originalText=correlationKey} \-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=o.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} \-[IDENT] IdentNode: 'contextId' {originalText=contextId} 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log -> processins1_.id 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : log.processInstanceId -> processins1_.processInstanceId 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o -> contextmap0_.mappingId 09:55:15.925 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : o.ownerId -> contextmap0_.OWNER_ID 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} contextmap0_.mappingId ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ProcessInstanceLog ) ( where ( and ( = ( CAST ( processins1_.processInstanceId processins1_.id processInstanceId ) string ) ? ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)] 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo,ProcessInstanceLog) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId as mappingI1_0_' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=2, fromElementByClassAlias=[log, o], fromElementByTableAlias=[contextmap0_, processins1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=o,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[ENTITY_JOIN] EntityJoinFromElement: 'inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID)' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=log,role=null,tableName=ProcessInstanceLog,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.process.audit.ProcessInstanceLog}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[CAST] CastFunctionNode: 'CAST' | | +-[DOT] DotNode: 'processins1_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=log.processInstanceId,tableAlias=processins1_,className=org.jbpm.process.audit.ProcessInstanceLog,classAlias=log} | | | +-[ALIAS_REF] IdentNode: 'processins1_.id' {alias=log, className=org.jbpm.process.audit.ProcessInstanceLog, tableAlias=processins1_} | | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | | \-[IDENT] IdentNode: 'string' {originalText=string} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=o.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=o} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=o, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select o from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo o join org.jbpm.process.audit.ProcessInstanceLog log on log.correlationKey = o.contextId where CAST(log.processInstanceId as string) = :contextId and o.ownerId = :ownerId 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ inner join ProcessInstanceLog processins1_ on (processins1_.correlationKey=contextmap0_.CONTEXT_ID) where cast(processins1_.processInstanceId as varchar(255))=? and contextmap0_.OWNER_ID=? 09:55:15.926 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.927 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetProcessInstanceIdByCorrelation 09:55:15.927 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:15.927 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'name' \-[COLON] Node: ':' \-[IDENT] Node: 'ckey' 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : name -> org.hibernate.type.StringType@1568159 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.name -> correlatio0_.name 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.name correlatio0_.keyId name ) ? ) ) ) 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:15.928 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.name' {propertyName=name,dereferenceType=PRIMITIVE,getPropertyPath=name,path=key.name,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'name' {originalText=name} \-[NAMED_PARAM] ParameterNode: '?' {name=ckey, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key.processInstanceId from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.name = :ckey 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.processInstanceId as col_0_0_ from CorrelationKeyInfo correlatio0_ where correlatio0_.name=? 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.929 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: ProcessInstancesWaitingForEvent 09:55:15.929 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.930 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.930 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'processInstanceInfo' | \-[IDENT] Node: 'processInstanceId' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[IDENT] Node: 'eventTypes' \-[COLON] Node: ':' \-[IDENT] Node: 'type' 09:55:15.930 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.930 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins0_ 09:55:15.930 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes1_ 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes1_ 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=null,columns={,className=null}} 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins0_.InstanceId 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins0_.InstanceId 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes1_.element 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( processins0_.InstanceId processins0_.InstanceId processInstanceId ) ) ( FromClause{level=1} ( EventTypes eventtypes1_ ) ) ( where ( = eventtypes1_.element ? ) ) ) 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins0_] 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId] 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.931 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'processins0_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins0_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins0_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins0_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=2, fromElementByClassAlias=[processInstanceInfo, eventTypes], fromElementByTableAlias=[processins0_, eventtypes1_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins0_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins0_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes1_,origin=ProcessInstanceInfo processins0_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[ALIAS_REF] IdentNode: 'eventtypes1_.element' {alias=eventTypes, className=null, tableAlias=eventtypes1_} \-[NAMED_PARAM] ParameterNode: '?' {name=type, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select processInstanceInfo.processInstanceId from org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select processins0_.InstanceId as col_0_0_ from ProcessInstanceInfo processins0_ inner join EventTypes eventtypes1_ on processins0_.InstanceId=eventtypes1_.InstanceId where eventtypes1_.element=? 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.932 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindContextMapingByContextId 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | \-[FROM] Node: 'from' | \-[RANGE] Node: 'RANGE' | \-[DOT] Node: '.' | +-[DOT] Node: '.' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'runtime' | | | | \-[IDENT] Node: 'manager' | | | \-[IDENT] Node: 'impl' | | \-[IDENT] Node: 'jpa' | \-[IDENT] Node: 'ContextMappingInfo' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[EQ] Node: '=' | +-[IDENT] Node: 'contextId' | \-[COLON] Node: ':' | \-[IDENT] Node: 'contextId' \-[EQ] Node: '=' +-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo () -> contextmap0_ 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.932 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.contextId -> contextmap0_.CONTEXT_ID 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias} -> {synthetic-alias} 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : {synthetic-alias}.ownerId -> contextmap0_.OWNER_ID 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} ContextMappingInfo contextmap0_ ) ( where ( and ( = ( contextmap0_.CONTEXT_ID {synthetic-alias} contextId ) ? ) ( = ( contextmap0_.OWNER_ID {synthetic-alias} ownerId ) ? ) ) ) ) 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created. 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ContextMappingInfo) +-[SELECT_CLAUSE] SelectClause: '{derived select clause}' | +-[SELECT_EXPR] SelectExpressionImpl: 'contextmap0_.mappingId as mappingI1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}}} | \-[SQL_TOKEN] SqlFragment: 'contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[contextmap0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path={synthetic-alias}.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[NAMED_PARAM] ParameterNode: '?' {name=contextId, expectedType=org.hibernate.type.StringType@1568159} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path={synthetic-alias}.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=null} | +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo where contextId = :contextId and ownerId = :ownerId 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.mappingId as mappingI1_0_, contextmap0_.CONTEXT_ID as CONTEXT_2_0_, contextmap0_.KSESSION_ID as KSESSION3_0_, contextmap0_.OWNER_ID as OWNER_ID4_0_, contextmap0_.OPTLOCK as OPTLOCK5_0_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=? and contextmap0_.OWNER_ID=? 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.933 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: GetCorrelationKeysByProcessInstanceId 09:55:15.933 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[IDENT] Node: 'org' | | | | | | \-[IDENT] Node: 'jbpm' | | | | | \-[IDENT] Node: 'persistence' | | | | \-[IDENT] Node: 'correlation' | | | \-[IDENT] Node: 'CorrelationKeyInfo' | | \-[ALIAS] Node: 'key' | \-[SELECT] Node: 'select' | \-[IDENT] Node: 'key' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'key' | \-[IDENT] Node: 'processInstanceId' \-[COLON] Node: ':' \-[IDENT] Node: 'pId' 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.correlation.CorrelationKeyInfo (key) -> correlatio0_ 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key -> correlatio0_.keyId 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : key.processInstanceId -> correlatio0_.processInstanceId 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} correlatio0_.keyId ) ( FromClause{level=1} CorrelationKeyInfo correlatio0_ ) ( where ( = ( correlatio0_.processInstanceId correlatio0_.keyId processInstanceId ) ? ) ) ) 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [CorrelationKeyInfo correlatio0_] 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (CorrelationKeyInfo) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId as keyId1_1_' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[SQL_TOKEN] SqlFragment: 'correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[key], fromElementByTableAlias=[correlatio0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'CorrelationKeyInfo correlatio0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=key,role=null,tableName=CorrelationKeyInfo,tableAlias=correlatio0_,origin=null,columns={,className=org.jbpm.persistence.correlation.CorrelationKeyInfo}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'correlatio0_.processInstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=key.processInstanceId,tableAlias=correlatio0_,className=org.jbpm.persistence.correlation.CorrelationKeyInfo,classAlias=key} | +-[ALIAS_REF] IdentNode: 'correlatio0_.keyId' {alias=key, className=org.jbpm.persistence.correlation.CorrelationKeyInfo, tableAlias=correlatio0_} | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} \-[NAMED_PARAM] ParameterNode: '?' {name=pId, expectedType=org.hibernate.type.LongType@1d71006f} 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.934 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select key from org.jbpm.persistence.correlation.CorrelationKeyInfo key where key.processInstanceId = :pId 09:55:15.935 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select correlatio0_.keyId as keyId1_1_, correlatio0_.name as name2_1_, correlatio0_.processInstanceId as processI3_1_, correlatio0_.OPTLOCK as OPTLOCK4_1_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=? 09:55:15.935 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.935 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking named query: FindProcessInstanceWaitingForEvent 09:55:15.935 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.935 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'from' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[DOT] Node: '.' | | | | | | | | +-[DOT] Node: '.' | | | | | | | | | +-[IDENT] Node: 'org' | | | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | | | \-[IDENT] Node: 'runtime' | | | | | | | \-[IDENT] Node: 'manager' | | | | | | \-[IDENT] Node: 'impl' | | | | | \-[IDENT] Node: 'jpa' | | | | \-[IDENT] Node: 'ContextMappingInfo' | | | \-[ALIAS] Node: 'cmInfo' | | +-[RANGE] Node: 'RANGE' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'persistence' | | | | | \-[IDENT] Node: 'processinstance' | | | | \-[IDENT] Node: 'ProcessInstanceInfo' | | | \-[ALIAS] Node: 'processInstanceInfo' | | \-[JOIN] Node: 'join' | | +-[DOT] Node: '.' | | | +-[IDENT] Node: 'processInstanceInfo' | | | \-[IDENT] Node: 'eventTypes' | | \-[ALIAS] Node: 'eventTypes' | \-[SELECT] Node: 'select' | \-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'contextId' \-[WHERE] Node: 'where' \-[AND] Node: 'and' +-[AND] Node: 'and' | +-[EQ] Node: '=' | | +-[IDENT] Node: 'eventTypes' | | \-[COLON] Node: ':' | | \-[IDENT] Node: 'eventType' | \-[EQ] Node: '=' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'cmInfo' | | \-[IDENT] Node: 'contextId' | \-[CAST] Node: 'cast' | +-[DOT] Node: '.' | | +-[IDENT] Node: 'processInstanceInfo' | | \-[IDENT] Node: 'processInstanceId' | \-[IDENT] Node: 'string' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'cmInfo' | \-[IDENT] Node: 'ownerId' \-[COLON] Node: ':' \-[IDENT] Node: 'ownerId' 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo (cmInfo) -> contextmap0_ 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.persistence.processinstance.ProcessInstanceInfo (processInstanceInfo) -> processins1_ 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : eventTypes -> org.hibernate.type.SetType(org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes) 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : null (eventTypes) -> eventtypes2_ 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromClause - addCollectionJoinFromElementByPath() : processInstanceInfo.eventTypes -> EventTypes 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - dereferenceCollection() : Created new FROM element for processInstanceInfo.eventTypes : EventTypes eventtypes2_ 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.eventTypes -> . 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - createFromJoinElement() : -- join tree -- \-[JOIN_FRAGMENT] FromElement: 'EventTypes eventtypes2_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=null,columns={,className=null}} 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.936 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : eventTypes -> eventtypes2_.element 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : contextId -> org.hibernate.type.StringType@1568159 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.contextId -> contextmap0_.CONTEXT_ID 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo -> processins1_.InstanceId 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : processInstanceId -> org.hibernate.type.LongType@1d71006f 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : processInstanceInfo.processInstanceId -> processins1_.InstanceId 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo -> contextmap0_.mappingId 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : ownerId -> org.hibernate.type.StringType@1568159 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : cmInfo.ownerId -> contextmap0_.OWNER_ID 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ) ( FromClause{level=1} ContextMappingInfo contextmap0_ ( EventTypes eventtypes2_ ) ) ( where ( and ( and ( = eventtypes2_.element ? ) ( = ( contextmap0_.CONTEXT_ID contextmap0_.mappingId contextId ) ( cast ( processins1_.InstanceId processins1_.InstanceId processInstanceId ) string ) ) ) ( = ( contextmap0_.OWNER_ID contextmap0_.mappingId ownerId ) ? ) ) ) ) 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ContextMappingInfo contextmap0_] 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [ProcessInstanceInfo processins1_] 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId] 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:15.937 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (ProcessInstanceInfo,ContextMappingInfo,EventTypes) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[SELECT_COLUMNS] SqlNode: ' as col_0_0_' +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=2, fromElements=3, fromElementByClassAlias=[cmInfo, processInstanceInfo, eventTypes], fromElementByTableAlias=[contextmap0_, processins1_, eventtypes2_], fromElementsByPath=[], collectionJoinFromElementsByPath=[processInstanceInfo.eventTypes], impliedElements=[]} | +-[FROM_FRAGMENT] FromElement: 'ContextMappingInfo contextmap0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=cmInfo,role=null,tableName=ContextMappingInfo,tableAlias=contextmap0_,origin=null,columns={,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo}} | \-[FROM_FRAGMENT] FromElement: 'ProcessInstanceInfo processins1_' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=processInstanceInfo,role=null,tableName=ProcessInstanceInfo,tableAlias=processins1_,origin=null,columns={,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo}} | \-[JOIN_FRAGMENT] FromElement: 'inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId' FromElement{explicit,collection join,not a fetch join,fetch non-lazy properties,classAlias=eventTypes,role=org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes,tableName={none},tableAlias=eventtypes2_,origin=ProcessInstanceInfo processins1_,columns={,className=null}} \-[WHERE] SqlNode: 'where' \-[AND] SqlNode: 'and' +-[AND] SqlNode: 'and' | +-[EQ] BinaryLogicOperatorNode: '=' | | +-[ALIAS_REF] IdentNode: 'eventtypes2_.element' {alias=eventTypes, className=null, tableAlias=eventtypes2_} | | \-[NAMED_PARAM] ParameterNode: '?' {name=eventType, expectedType=org.hibernate.type.StringType@1568159} | \-[EQ] BinaryLogicOperatorNode: '=' | +-[DOT] DotNode: 'contextmap0_.CONTEXT_ID' {propertyName=contextId,dereferenceType=PRIMITIVE,getPropertyPath=contextId,path=cmInfo.contextId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | | \-[IDENT] IdentNode: 'contextId' {originalText=contextId} | \-[CAST] CastFunctionNode: 'cast' | +-[DOT] DotNode: 'processins1_.InstanceId' {propertyName=processInstanceId,dereferenceType=PRIMITIVE,getPropertyPath=processInstanceId,path=processInstanceInfo.processInstanceId,tableAlias=processins1_,className=org.jbpm.persistence.processinstance.ProcessInstanceInfo,classAlias=processInstanceInfo} | | +-[ALIAS_REF] IdentNode: 'processins1_.InstanceId' {alias=processInstanceInfo, className=org.jbpm.persistence.processinstance.ProcessInstanceInfo, tableAlias=processins1_} | | \-[IDENT] IdentNode: 'processInstanceId' {originalText=processInstanceId} | \-[IDENT] IdentNode: 'string' {originalText=string} \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'contextmap0_.OWNER_ID' {propertyName=ownerId,dereferenceType=PRIMITIVE,getPropertyPath=ownerId,path=cmInfo.ownerId,tableAlias=contextmap0_,className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo,classAlias=cmInfo} | +-[ALIAS_REF] IdentNode: 'contextmap0_.mappingId' {alias=cmInfo, className=org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo, tableAlias=contextmap0_} | \-[IDENT] IdentNode: 'ownerId' {originalText=ownerId} \-[NAMED_PARAM] ParameterNode: '?' {name=ownerId, expectedType=org.hibernate.type.StringType@1568159} 09:55:15.938 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.938 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: select cmInfo.contextId from org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo cmInfo, org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :eventType and cmInfo.contextId = cast(processInstanceInfo.processInstanceId as string) and cmInfo.ownerId = :ownerId 09:55:15.938 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select contextmap0_.CONTEXT_ID as col_0_0_ from ContextMappingInfo contextmap0_ cross join ProcessInstanceInfo processins1_ inner join EventTypes eventtypes2_ on processins1_.InstanceId=eventtypes2_.InstanceId where eventtypes2_.element=? and contextmap0_.CONTEXT_ID=cast(processins1_.InstanceId as varchar(255)) and contextmap0_.OWNER_ID=? 09:55:15.938 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:15.938 [main] DEBUG org.hibernate.query.spi.NamedQueryRepository - Checking 0 named SQL queries 09:55:15.938 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Registering SessionFactory: 279ea86b-58e5-4c86-9696-01ff12db5b08 () 09:55:15.938 [main] DEBUG org.hibernate.internal.SessionFactoryRegistry - Not binding SessionFactory to JNDI, no JNDI name configured 09:55:15.938 [main] DEBUG org.jbpm.runtime.manager.impl.DefaultRuntimeEnvironment - Unable to find on initialize ejb schduler service due to org.jbpm.services.ejb.timer.EjbSchedulerService 09:55:15.939 [main] DEBUG org.drools.compiler.compiler.JavaDialectConfiguration - Selected compiler ECLIPSE [drools.dialect.java.compiler:null, hasEclipseCompiler:true] 09:55:15.959 [main] DEBUG org.jbpm.services.task.identity.AbstractUserGroupInfo - Callback properties will be loaded from classpath:/userinfo.properties 09:55:16.011 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.011 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.011 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.012 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 6 09:55:16.012 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.012 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.013 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.013 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.013 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.013 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.013 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.013 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=Bread, id=6} 09:55:16.013 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.013 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.013 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.013 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.014 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.014 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.014 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.014 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 7 09:55:16.015 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.015 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.015 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.015 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.015 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.015 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.015 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.015 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=Milk, id=7} 09:55:16.015 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.015 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.015 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.015 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.015 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.016 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.016 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.016 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 8 09:55:16.016 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.016 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.016 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.017 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.017 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.017 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.017 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.017 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=5.0, description=Cheese, id=8} 09:55:16.017 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.017 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.017 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.017 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.017 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action QUERY on null 09:55:16.017 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.017 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:16.017 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - About to run query SELECT p FROM Product p where p.description = :desc 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - parse() - HQL: SELECT p FROM org.jbpm.process.workitem.jpa.Product p where p.description = :desc 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.HqlParser - Converting keyword [desc] following COLON to IDENT as an expected parameter name 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- HQL AST --- \-[QUERY] Node: 'query' +-[SELECT_FROM] Node: 'SELECT_FROM' | +-[FROM] Node: 'FROM' | | \-[RANGE] Node: 'RANGE' | | +-[DOT] Node: '.' | | | +-[DOT] Node: '.' | | | | +-[DOT] Node: '.' | | | | | +-[DOT] Node: '.' | | | | | | +-[DOT] Node: '.' | | | | | | | +-[IDENT] Node: 'org' | | | | | | | \-[IDENT] Node: 'jbpm' | | | | | | \-[IDENT] Node: 'process' | | | | | \-[IDENT] Node: 'workitem' | | | | \-[IDENT] Node: 'jpa' | | | \-[IDENT] Node: 'Product' | | \-[ALIAS] Node: 'p' | \-[SELECT] Node: 'SELECT' | \-[IDENT] Node: 'p' \-[WHERE] Node: 'where' \-[EQ] Node: '=' +-[DOT] Node: '.' | +-[IDENT] Node: 'p' | \-[IDENT] Node: 'description' \-[COLON] Node: ':' \-[IDENT] Node: 'desc' 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select] 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromElement - FromClause{level=1} : org.jbpm.process.workitem.jpa.Product (p) -> product0_ 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : p -> product0_.id 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : p -> product0_.id 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.tree.DotNode - getDataType() : description -> org.hibernate.type.StringType@1568159 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.ast.tree.FromReferenceNode - Resolved : p.description -> product0_.description 09:55:16.018 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select] 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( {select clause} product0_.id ) ( FromClause{level=1} Product product0_ ) ( where ( = ( product0_.description product0_.id description ) ? ) ) ) 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.util.JoinProcessor - Using FROM fragment [Product product0_] 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select] 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - --- SQL AST --- \-[SELECT] QueryNode: 'SELECT' querySpaces (Product) +-[SELECT_CLAUSE] SelectClause: '{select clause}' | +-[ALIAS_REF] IdentNode: 'product0_.id as id1_0_' {alias=p, className=org.jbpm.process.workitem.jpa.Product, tableAlias=product0_} | \-[SQL_TOKEN] SqlFragment: 'product0_.description as descript2_0_, product0_.price as price3_0_' +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[p], fromElementByTableAlias=[product0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]} | \-[FROM_FRAGMENT] FromElement: 'Product product0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=p,role=null,tableName=Product,tableAlias=product0_,origin=null,columns={,className=org.jbpm.process.workitem.jpa.Product}} \-[WHERE] SqlNode: 'where' \-[EQ] BinaryLogicOperatorNode: '=' +-[DOT] DotNode: 'product0_.description' {propertyName=description,dereferenceType=PRIMITIVE,getPropertyPath=description,path=p.description,tableAlias=product0_,className=org.jbpm.process.workitem.jpa.Product,classAlias=p} | +-[ALIAS_REF] IdentNode: 'product0_.id' {alias=p, className=org.jbpm.process.workitem.jpa.Product, tableAlias=product0_} | \-[IDENT] IdentNode: 'description' {originalText=description} \-[NAMED_PARAM] ParameterNode: '?' {name=desc, expectedType=org.hibernate.type.StringType@1568159} 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - HQL: SELECT p FROM org.jbpm.process.workitem.jpa.Product p where p.description = :desc 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.QueryTranslatorImpl - SQL: select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ where product0_.description=? 09:55:16.019 [main] DEBUG org.hibernate.hql.internal.ast.ErrorTracker - throwQueryException() : no errors 09:55:16.019 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Parameters {desc=Cheese} 09:55:16.020 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ where product0_.description=? Hibernate: select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ where product0_.description=? 09:55:16.020 [main] DEBUG org.hibernate.loader.Loader - Result set row: 0 09:55:16.020 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#8] 09:55:16.020 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#8] 09:55:16.020 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#8] 09:55:16.020 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.020 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.020 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.021 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.021 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.021 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.021 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=5.0, description=Cheese, id=8} 09:55:16.021 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.021 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.021 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.021 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.021 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action QUERY on null 09:55:16.021 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.021 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:16.021 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - About to run query SELECT p FROM Product p 09:55:16.021 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - No parameters were provided 09:55:16.021 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ Hibernate: select product0_.id as id1_0_, product0_.description as descript2_0_, product0_.price as price3_0_ from Product product0_ 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result set row: 0 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#5] 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result set row: 1 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#4] 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result set row: 2 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#6] 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result set row: 3 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#7] 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result set row: 4 09:55:16.022 [main] DEBUG org.hibernate.loader.Loader - Result row: EntityKey[org.jbpm.process.workitem.jpa.Product#8] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#5] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#5] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#4] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#4] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#6] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#6] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#7] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#7] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#8] 09:55:16.023 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#8] 09:55:16.023 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.023 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.023 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.024 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 5 objects 09:55:16.024 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=10.0, description=Table, id=4} 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=10.0, description=A Product, id=5} 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=Bread, id=6} 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=Milk, id=7} 09:55:16.024 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=5.0, description=Cheese, id=8} 09:55:16.024 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.024 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.024 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.024 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.025 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.025 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.025 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.026 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 9 09:55:16.026 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.026 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.026 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.026 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.026 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.026 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.026 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.026 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=0.1, description=some product, id=9} 09:55:16.026 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.026 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.026 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.026 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.027 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action GET on null 09:55:16.027 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.027 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - JTA transaction was already joined (RegisteredSynchronization already registered) 09:55:16.027 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? Hibernate: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:16.028 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl - Starting ResultSet row #0 09:55:16.028 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl - On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified 09:55:16.028 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#9] 09:55:16.029 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#9] 09:55:16.029 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.029 [main] DEBUG org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader - Done entity load : org.jbpm.process.workitem.jpa.Product#9 09:55:16.029 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.029 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.030 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.030 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.030 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.030 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=0.1, description=some product, id=9} 09:55:16.030 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.030 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.030 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.030 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.030 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.030 [main] DEBUG org.hibernate.SQL - select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? Hibernate: select product0_.id as id1_0_0_, product0_.description as descript2_0_0_, product0_.price as price3_0_0_ from Product product0_ where product0_.id=? 09:55:16.031 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl - Starting ResultSet row #0 09:55:16.031 [main] DEBUG org.hibernate.loader.plan.exec.process.internal.EntityReferenceInitializerImpl - On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified 09:55:16.031 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.jbpm.process.workitem.jpa.Product#9] 09:55:16.031 [main] DEBUG org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.jbpm.process.workitem.jpa.Product#9] 09:55:16.031 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.031 [main] DEBUG org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader - Done entity load : org.jbpm.process.workitem.jpa.Product#9 09:55:16.031 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.031 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.031 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 1 deletions to 1 objects 09:55:16.031 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.031 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.031 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=0.1, description=some product, id=9} 09:55:16.032 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:16.032 [main] DEBUG org.hibernate.SQL - delete from Product where id=? Hibernate: delete from Product where id=? 09:55:16.032 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:16.032 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - Skipping aggressive release due to manual disabling 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.032 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.032 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.032 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl - HHH000420: Closing un-released batch 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.032 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.033 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.033 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.033 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.034 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 10 09:55:16.034 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.034 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.034 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.034 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.034 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.034 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.034 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.034 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=2.0, description=Bread, id=10} 09:55:16.034 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.034 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.035 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.035 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.035 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.035 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.035 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.035 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 11 09:55:16.035 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.036 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.036 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.036 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.036 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.036 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.036 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.036 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=3.0, description=Milk, id=11} 09:55:16.036 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.036 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.036 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.036 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.036 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.036 [main] DEBUG org.hibernate.engine.spi.ActionQueue - Executing identity-insert immediately 09:55:16.036 [main] DEBUG org.hibernate.SQL - insert into Product (id, description, price) values (null, ?, ?) Hibernate: insert into Product (id, description, price) values (null, ?, ?) 09:55:16.037 [main] DEBUG org.hibernate.id.IdentifierGeneratorHelper - Natively generated identity: 12 09:55:16.037 [main] DEBUG org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl - HHH000387: ResultSet's statement was not registered 09:55:16.037 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.037 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades 09:55:16.037 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections 09:55:16.037 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects 09:55:16.037 [main] DEBUG org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections 09:55:16.037 [main] DEBUG org.hibernate.internal.util.EntityPrinter - Listing entities: 09:55:16.037 [main] DEBUG org.hibernate.internal.util.EntityPrinter - org.jbpm.process.workitem.jpa.Product{price=5.0, description=Cheese, id=12} 09:55:16.037 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterStatement 09:55:16.037 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - TransactionImpl created on closed Session/EntityManager 09:55:16.037 [main] DEBUG org.hibernate.engine.transaction.internal.TransactionImpl - On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false 09:55:16.037 [main] DEBUG org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl - Initiating JDBC connection release from afterTransaction 09:55:16.038 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Action NULL on null 09:55:16.038 [main] DEBUG org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl - Hibernate RegisteredSynchronization successfully registered with JTA platform 09:55:16.038 [main] ERROR org.jbpm.process.workitem.core.util.RequiredParameterValidator - Workitem declares following required parameter which does not exist: Action 09:55:16.038 [main] DEBUG org.jbpm.process.workitem.jpa.JPAWorkItemHandler - Error performing JPA action java.lang.IllegalArgumentException: Workitem declares following required parameter which does not exist: Action at org.jbpm.process.workitem.core.util.RequiredParameterValidator.validate(RequiredParameterValidator.java:41) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:161) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.queryWithParameterActionTestInvalidParams(JPAWorkItemHandlerTest.java:234) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [ERROR] Tests run: 7, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 6.997 s <<< FAILURE! - in org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest [ERROR] createOnProcessTest(org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest) Time elapsed: 3.031 s <<< ERROR! org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - JPA:3] -- org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:170) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:72) at org.jbpm.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:43) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) at org.jbpm.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:40) at org.jbpm.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:248) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:559) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:261) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:218) at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:211) at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:1835) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:134) at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:41) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatch(PseudoClockRunner.java:102) at org.drools.core.fluent.impl.PseudoClockRunner.executeBatches(PseudoClockRunner.java:69) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:61) at org.drools.core.fluent.impl.PseudoClockRunner.execute(PseudoClockRunner.java:39) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:608) at org.drools.persistence.PersistableRunner$TransactionInterceptor.execute(PersistableRunner.java:568) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.internalExecute(OptimisticLockRetryInterceptor.java:102) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:83) at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:44) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:73) at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:45) at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:66) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52) at org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:400) at org.drools.persistence.PersistableRunner.execute(PersistableRunner.java:68) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37) at org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:275) at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:263) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:337) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.createOnProcessTest(JPAWorkItemHandlerTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:69) at org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:45) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:211) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:141) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:155) ... 72 more Caused by: org.jbpm.workflow.instance.WorkflowRuntimeException: [org.jbpm.JPA_WIH:1 - End Event 1:2] -- org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:213) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:415) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:393) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:362) at org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.triggerCompleted(ExtendedNodeInstanceImpl.java:59) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:413) at org.jbpm.workflow.instance.node.StateBasedNodeInstance.triggerCompleted(StateBasedNodeInstance.java:373) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.triggerCompleted(WorkItemNodeInstance.java:293) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.workItemCompleted(WorkItemNodeInstance.java:380) at org.jbpm.workflow.instance.node.WorkItemNodeInstance.signalEvent(WorkItemNodeInstance.java:350) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:694) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.completeWorkItem(JPAWorkItemManager.java:171) at org.jbpm.process.workitem.jpa.JPAWorkItemHandler.executeWorkItem(JPAWorkItemHandler.java:206) ... 75 more Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:729) at org.hibernate.internal.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:23) at org.jbpm.services.task.audit.DefaultHumanTaskArchiveLoggerProvider.archive(DefaultHumanTaskArchiveLoggerProvider.java:37) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.lambda$processCompleted$2(JPAWorkingMemoryDbLogger.java:181) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.processCompleted(JPAWorkingMemoryDbLogger.java:181) at org.jbpm.process.audit.AbstractAuditLoggerAdapter.afterProcessCompleted(AbstractAuditLoggerAdapter.java:81) at org.drools.core.event.ProcessEventSupport.lambda$fireAfterProcessCompleted$3(ProcessEventSupport.java:60) at org.drools.core.event.AbstractEventSupport.notifyAllListeners(AbstractEventSupport.java:60) at org.drools.core.event.ProcessEventSupport.fireAfterProcessCompleted(ProcessEventSupport.java:60) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:461) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.setState(WorkflowProcessInstanceImpl.java:497) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.nodeInstanceCompleted(WorkflowProcessInstanceImpl.java:968) at org.jbpm.workflow.instance.node.EndNodeInstance.internalTrigger(EndNodeInstance.java:73) at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:207) ... 87 more Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped [UPDATE AuditTaskImpl o SET o.end = :endDate WHERE o.processInstanceId = :pid] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79) at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:219) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:143) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:119) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:80) at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:153) at org.hibernate.internal.AbstractSharedSessionContract.getQueryPlan(AbstractSharedSessionContract.java:611) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:720) ... 102 more Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: AuditTaskImpl is not mapped at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:169) at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91) at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:79) at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:331) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3695) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3584) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:720) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.updateStatement(HqlSqlBaseWalker.java:377) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:269) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:271) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:191) ... 108 more [ERROR] updateOnProcessTest(org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest) Time elapsed: 0.749 s <<< ERROR! java.lang.IllegalStateException: RuntimeManager with id default-singleton is already active at org.jbpm.runtime.manager.impl.AbstractRuntimeManager.(AbstractRuntimeManager.java:118) at org.jbpm.runtime.manager.impl.SingletonRuntimeManager.(SingletonRuntimeManager.java:82) at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeManagerFactoryImpl.java:63) at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeManagerFactoryImpl.java:56) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:321) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.updateOnProcessTest(JPAWorkItemHandlerTest.java:133) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [ERROR] removeOnProcessTest(org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest) Time elapsed: 1.139 s <<< ERROR! java.lang.IllegalStateException: RuntimeManager with id default-singleton is already active at org.jbpm.runtime.manager.impl.AbstractRuntimeManager.(AbstractRuntimeManager.java:118) at org.jbpm.runtime.manager.impl.SingletonRuntimeManager.(SingletonRuntimeManager.java:82) at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeManagerFactoryImpl.java:63) at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeManagerFactoryImpl.java:56) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.startJPAWIHProcess(JPAWorkItemHandlerTest.java:321) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.removeOnProcessTest(JPAWorkItemHandlerTest.java:110) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [ERROR] queryWithParameterActionTest(org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest) Time elapsed: 0.056 s <<< FAILURE! java.lang.AssertionError: expected:<3> but was:<5> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.jbpm.process.workitem.jpa.JPAWorkItemHandlerTest.queryWithParameterActionTest(JPAWorkItemHandlerTest.java:204) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 09:55:18.285 [Listener:46289] DEBUG com.arjuna.ats.arjuna - Recovery listener existing com.arjuna.ats.arjuna.recovery.ActionStatusService [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] JPAWorkItemHandlerTest.queryWithParameterActionTest:204 expected:<3> but was:<5> [ERROR] Errors: [ERROR] JPAWorkItemHandlerTest.createOnProcessTest:81->startJPAWIHProcess:337 » WorkflowRuntime [ERROR] JPAWorkItemHandlerTest.removeOnProcessTest:110->startJPAWIHProcess:321 » IllegalState [ERROR] JPAWorkItemHandlerTest.updateOnProcessTest:133->startJPAWIHProcess:321 » IllegalState [INFO] [ERROR] Tests run: 7, Failures: 1, Errors: 3, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.919 s [INFO] Finished at: 2021-07-14T09:55:18+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project jpa-workitem: There are test failures. [ERROR] [ERROR] Please refer to /home/antferna/projects/jbpm-work-items/jpa-workitem/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [antferna@antferna jpa-workitem]$