Skip to content

Console Output

Skipping 786 KB.. Full Log
ive Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
	at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.ENVERSTESTENTITY_AUD
	at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)
	at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)
	at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)
	at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source)
	at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54)
	... 88 more
2017-12-15 13:14:05,388 WARN  [main] org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement
	at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlString(SchemaDropperImpl.java:375)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlStrings(SchemaDropperImpl.java:359)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.applyConstraintDropping(SchemaDropperImpl.java:331)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:230)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:154)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:126)
	at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:112)
	at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:144)
	at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:313)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:452)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889)
	at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:370)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:359)
	at org.appng.persistence.repository.RepositoryConfiguration.entityManagerFactory(RepositoryConfiguration.java:70)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$entityManagerFactory$2(<generated>)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory(<generated>)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory(<generated>)
	at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$transactionManager$1(<generated>)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
	at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
	at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.transactionManager(<generated>)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
	at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.TESTENTITY_AUD
	at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)
	at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)
	at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)
	at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source)
	at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54)
	... 88 more
2017-12-15 13:14:05,395 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4437ac07] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:05,406 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:05,413 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:05,888 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:06,028 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e853265: startup date [Fri Dec 15 13:14:02 CET 2017]; root of context hierarchy
2017-12-15 13:14:06,029 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:06,187 INFO  [HSQLDB Connection @758a4b66] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[Server@5cb9f472]: Initiating shutdown sequence...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.158 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest
[INFO] Running org.appng.persistence.repository.SearchQueryTest
[Server@4c302f38]: Startup sequence initiated from main() method
[Server@4c302f38]: Could not load properties from file
[Server@4c302f38]: Using cli/default properties only
[Server@4c302f38]: Initiating startup sequence...
[Server@4c302f38]: Server socket opened successfully in 0 ms.
[Server@4c302f38]: Database [index=0, id=1, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 67 ms.
[Server@4c302f38]: Startup sequence completed in 67 ms.
[Server@4c302f38]: 2017-12-15 13:14:06.361 HSQLDB server 2.4.0 is online on port 9001
[Server@4c302f38]: To close normally, connect and execute SHUTDOWN SQL
[Server@4c302f38]: From command line, use [Ctrl]+[C] to abort abruptly
[Server@5cb9f472]: Shutdown sequence completed in 101 ms.
[Server@5cb9f472]: 2017-12-15 13:14:06.390 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:06,423 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:06,433 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:06,433 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:06,434 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:06,434 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:06,434 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:06,538 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2017-12-15 13:14:06,549 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2017-12-15 13:14:06,842 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4702e7a5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:06,880 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6a2d867d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:06,888 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:06,908 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:07,131 INFO  [HSQLDB Connection @295e66a4] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[Server@4c302f38]: Initiating shutdown sequence...
[Server@2bebd114]: Startup sequence initiated from main() method
[Server@2bebd114]: Could not load properties from file
[Server@2bebd114]: Using cli/default properties only
[Server@2bebd114]: Initiating startup sequence...
[Server@2bebd114]: Server socket opened successfully in 0 ms.
[Server@2bebd114]: Database [index=0, id=2, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 48 ms.
[Server@2bebd114]: Startup sequence completed in 48 ms.
[Server@2bebd114]: 2017-12-15 13:14:07.283 HSQLDB server 2.4.0 is online on port 9001
[Server@2bebd114]: To close normally, connect and execute SHUTDOWN SQL
[Server@2bebd114]: From command line, use [Ctrl]+[C] to abort abruptly
[Server@4c302f38]: Shutdown sequence completed in 100 ms.
[Server@4c302f38]: 2017-12-15 13:14:07.333 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:07,348 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:07,360 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:07,360 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:07,361 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:07,361 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:07,361 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:07,464 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2017-12-15 13:14:07,472 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2017-12-15 13:14:07,706 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@159ac15f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:07,720 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ac48f05] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:07,725 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:07,730 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:07,896 INFO  [HSQLDB Connection @62a4260e] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[Server@2bebd114]: Initiating shutdown sequence...
[Server@4e17442f]: Startup sequence initiated from main() method
[Server@4e17442f]: Could not load properties from file
[Server@4e17442f]: Using cli/default properties only
[Server@4e17442f]: Initiating startup sequence...
[Server@4e17442f]: Server socket opened successfully in 0 ms.
[Server@4e17442f]: Database [index=0, id=3, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 38 ms.
[Server@4e17442f]: Startup sequence completed in 39 ms.
[Server@4e17442f]: 2017-12-15 13:14:08.041 HSQLDB server 2.4.0 is online on port 9001
[Server@4e17442f]: To close normally, connect and execute SHUTDOWN SQL
[Server@4e17442f]: From command line, use [Ctrl]+[C] to abort abruptly
[Server@2bebd114]: Shutdown sequence completed in 101 ms.
[Server@2bebd114]: 2017-12-15 13:14:08.099 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:08,113 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:08,125 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:08,125 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:08,125 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:08,125 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:08,126 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:08,229 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2017-12-15 13:14:08,237 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2017-12-15 13:14:08,480 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1657b017] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:08,495 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@368424db] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:08,499 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:08,505 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:08,764 INFO  [HSQLDB Connection @2ede9286] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[Server@3212d853]: Startup sequence initiated from main() method
[Server@3212d853]: Could not load properties from file
[Server@3212d853]: Using cli/default properties only
[Server@3212d853]: Initiating startup sequence...
[Server@4e17442f]: Initiating shutdown sequence...
[Server@3212d853]: Server socket opened successfully in 0 ms.
[Server@3212d853]: Database [index=0, id=4, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 43 ms.
[Server@3212d853]: Startup sequence completed in 45 ms.
[Server@3212d853]: 2017-12-15 13:14:08.913 HSQLDB server 2.4.0 is online on port 9001
[Server@3212d853]: To close normally, connect and execute SHUTDOWN SQL
[Server@3212d853]: From command line, use [Ctrl]+[C] to abort abruptly
[Server@4e17442f]: Shutdown sequence completed in 100 ms.
[Server@4e17442f]: 2017-12-15 13:14:08.969 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:08,977 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:08,986 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:08,986 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:08,986 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:08,986 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:08,986 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:09,089 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2017-12-15 13:14:09,094 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2017-12-15 13:14:09,271 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16a09809] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:09,287 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@69a73867] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:09,292 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:09,296 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:09,453 INFO  [HSQLDB Connection @694f3269] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[Server@18bb1b88]: Startup sequence initiated from main() method
[Server@18bb1b88]: Could not load properties from file
[Server@18bb1b88]: Using cli/default properties only
[Server@3212d853]: Initiating shutdown sequence...
[Server@18bb1b88]: Initiating startup sequence...
[Server@18bb1b88]: Server socket opened successfully in 0 ms.
[Server@18bb1b88]: Database [index=0, id=5, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 28 ms.
[Server@18bb1b88]: Startup sequence completed in 29 ms.
[Server@18bb1b88]: 2017-12-15 13:14:09.589 HSQLDB server 2.4.0 is online on port 9001
[Server@18bb1b88]: To close normally, connect and execute SHUTDOWN SQL
[Server@18bb1b88]: From command line, use [Ctrl]+[C] to abort abruptly
[Server@3212d853]: Shutdown sequence completed in 100 ms.
[Server@3212d853]: 2017-12-15 13:14:09.659 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:09,666 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:09,676 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:09,676 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:09,676 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:09,676 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:09,676 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:09,779 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2017-12-15 13:14:09,786 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2017-12-15 13:14:09,982 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b29cdea] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:10,004 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f08d676] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2017-12-15 13:14:10,008 INFO  [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd'
2017-12-15 13:14:10,012 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2017-12-15 13:14:10,167 INFO  [HSQLDB Connection @6a530f4a] hsqldb.db.HSQLDB605A187D40.ENGINE: Database closed
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.976 s - in org.appng.persistence.repository.SearchQueryTest
[INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest
[Server@2d459bda]: Startup sequence initiated from main() method
[Server@2d459bda]: Could not load properties from file
[Server@2d459bda]: Using cli/default properties only
[Server@2d459bda]: Initiating startup sequence...
[Server@2d459bda]: [Thread[HSQLDB Server @2d459bda,5,main]]: run()/openServerSocket(): 
java.net.BindException: Address already in use (Bind failed)
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
	at java.net.ServerSocket.bind(ServerSocket.java:375)
	at java.net.ServerSocket.<init>(ServerSocket.java:237)
	at java.net.ServerSocket.<init>(ServerSocket.java:128)
	at org.hsqldb.server.HsqlSocketFactory.createServerSocket(Unknown Source)
	at org.hsqldb.server.Server.openServerSocket(Unknown Source)
	at org.hsqldb.server.Server.run(Unknown Source)
	at org.hsqldb.server.Server.access$000(Unknown Source)
	at org.hsqldb.server.Server$ServerThread.run(Unknown Source)
[Server@2d459bda]: Initiating shutdown sequence...
[Server@2d459bda]: Shutdown sequence completed in 0 ms.
[Server@2d459bda]: 2017-12-15 13:14:10.273 SHUTDOWN : System.exit() was not called
[Server@18bb1b88]: Initiating shutdown sequence...
[Server@18bb1b88]: Shutdown sequence completed in 0 ms.
[Server@18bb1b88]: 2017-12-15 13:14:10.275 SHUTDOWN : System.exit() was not called
2017-12-15 13:14:10,377 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6ceb11f9: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,457 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,457 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,457 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,464 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,464 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,465 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,465 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,465 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,467 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.203 s <<< FAILURE! - in org.appng.persistence.repository.EnversSearchRepositoryTest
[ERROR] test(org.appng.persistence.repository.EnversSearchRepositoryTest)  Time elapsed: 0.203 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.EnversRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.EnversSearchRepositoryTest.setup(EnversSearchRepositoryTest.java:46)

[INFO] Running org.appng.persistence.repository.SearchRepositoryTest
2017-12-15 13:14:10,481 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7962a746: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,528 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,528 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,528 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,534 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,534 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,534 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,534 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,534 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,535 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,539 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@9d3a7a1: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,579 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,579 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,579 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,584 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,584 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,585 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,585 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,585 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,585 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,589 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1c815814: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,626 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,627 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,627 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,632 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,632 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,632 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,632 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,632 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,633 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,639 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4e51eda7: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,677 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,677 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,677 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,683 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,683 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,683 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,683 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,683 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,684 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,687 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@549d14fe: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,721 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,721 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,721 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,726 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,727 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,727 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,727 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,727 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,727 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,731 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@c2e33: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,765 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,765 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,765 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,771 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,771 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,771 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,771 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,771 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,772 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,776 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@527d5e48: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,809 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,809 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,810 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,814 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,814 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,815 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,815 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,815 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,815 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,819 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@257b3561: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,851 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,851 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,851 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,856 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,857 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,857 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,857 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,857 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,858 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,861 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@146833a2: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,894 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,894 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,894 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,899 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,899 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,900 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,900 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,900 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,900 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,904 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@270f7b4d: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,934 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,934 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,934 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,939 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,939 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,939 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,939 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,939 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,939 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,943 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@415262a0: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:10,971 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:10,971 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:10,971 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:10,975 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:10,975 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:10,975 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:10,975 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:10,975 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:10,976 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:10,978 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1bcb8599: startup date [Fri Dec 15 13:14:10 CET 2017]; root of context hierarchy
2017-12-15 13:14:11,006 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:11,006 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:11,006 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:11,011 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:11,011 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:11,012 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:11,012 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:11,012 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:11,012 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:11,016 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cb662e8: startup date [Fri Dec 15 13:14:11 CET 2017]; root of context hierarchy
2017-12-15 13:14:11,042 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:11,042 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:11,042 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:11,047 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:11,047 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:11,048 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:11,048 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:11,048 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:11,048 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:11,052 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@bff764c: startup date [Fri Dec 15 13:14:11 CET 2017]; root of context hierarchy
2017-12-15 13:14:11,085 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:11,085 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:11,085 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:11,090 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:11,090 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:11,090 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:11,090 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:11,090 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:11,090 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2017-12-15 13:14:11,094 INFO  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3e61cffd: startup date [Fri Dec 15 13:14:11 CET 2017]; root of context hierarchy
2017-12-15 13:14:11,125 INFO  [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources')
2017-12-15 13:14:11,125 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb'
2017-12-15 13:14:11,126 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: hsql-testdb
	...]
2017-12-15 13:14:11,130 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2017-12-15 13:14:11,130 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb]
2017-12-15 13:14:11,130 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2017-12-15 13:14:11,130 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2017-12-15 13:14:11,130 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2017-12-15 13:14:11,131 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
[ERROR] Tests run: 15, Failures: 0, Errors: 15, Skipped: 0, Time elapsed: 0.651 s <<< FAILURE! - in org.appng.persistence.repository.SearchRepositoryTest
[ERROR] testSearchQueryPageableNoAlias(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.055 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testGetRevisionNumber(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.051 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testUniqueSameEntity(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.047 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testSearchQuery(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.051 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testUniqueOtherEntity(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.044 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testQueryStringPageableParams(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.044 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testUniqueArgMismatch(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.043 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testSearchQueryPageable(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.043 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testUniqueNewEntity(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.043 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testSpecifications(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.038 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testGetRevision(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.036 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testGetHistory(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.037 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testQueryStringPageableParamsXAlias(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.036 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testSearchPageable(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.042 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[ERROR] testUnique(org.appng.persistence.repository.SearchRepositoryTest)  Time elapsed: 0.041 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.PlatformTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.appng.persistence.repository.RepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.persistence.EntityManagerFactory]: Factory method 'entityManagerFactory' threw exception; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: org.hsqldb.HsqlException: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:60)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   EnversSearchRepositoryTest.setup:46 » BeanCreation Error creating bean with na...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[ERROR]   SearchRepositoryTest.setup:60 » BeanCreation Error creating bean with name 'tr...
[INFO] 
[ERROR] Tests run: 22, Failures: 0, Errors: 16, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] appNG Parent ....................................... SUCCESS [ 16.440 s]
[INFO] appNG Tools ........................................ SUCCESS [ 19.396 s]
[INFO] appNG Mail ......................................... SUCCESS [  5.534 s]
[INFO] appNG Forms ........................................ SUCCESS [  6.775 s]
[INFO] appng Formtags ..................................... SUCCESS [  6.575 s]
[INFO] appNG XML-API ...................................... SUCCESS [  9.325 s]
[INFO] appNG public API ................................... SUCCESS [ 22.810 s]
[INFO] appNG testsupport .................................. SUCCESS [ 10.362 s]
[INFO] appNG Persistence-Tools ............................ FAILURE [ 10.094 s]
[INFO] appNG Search ....................................... SKIPPED
[INFO] appNG Core Library ................................. SKIPPED
[INFO] appNG Tomcat 7 ..................................... SKIPPED
[INFO] appNG Tomcat 8 ..................................... SKIPPED
[INFO] appNG Command Line Interface ....................... SKIPPED
[INFO] appNG Tag Library .................................. SKIPPED
[INFO] appNG Application .................................. SKIPPED
[INFO] appNG application BOM .............................. SKIPPED
[INFO] appNG Documentation ................................ SKIPPED
[INFO] appNG Template Assembly Descriptors ................ SKIPPED
[INFO] appNG Template Parent .............................. SKIPPED
[INFO] appng-application-assembly ......................... SKIPPED
[INFO] appNG application parent ........................... SKIPPED
[INFO] Archetype - appng-archetype-application ............ SKIPPED
[INFO] appNGizer JAXB API ................................. SKIPPED
[INFO] appNGizer .......................................... SKIPPED
[INFO] appNG appNGizer Maven Plugin ....................... SKIPPED
[INFO] appNG camunda ...................................... SKIPPED
[INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:49 min
[INFO] Finished at: 2017-12-15T13:14:11+01:00
[INFO] Final Memory: 87M/1268M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project appng-persistence: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :appng-persistence