Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2018-05-26 17:17:05.433 DEBUG 10412 --- [ XNIO-2 task-3] eu.project.aop.logging.LoggingAspect : Enter: eu.project.web.rest.AResource.getAllAByB() with argument[s] = [1]
- 2018-05-26 17:17:05.433 DEBUG 10412 --- [ XNIO-2 task-3] e.h.web.rest.AResource : REST request to get all A BY B
- 2018-05-26 17:17:05.435 DEBUG 10412 --- [ XNIO-2 task-3] eu.project.aop.logging.LoggingAspect : Enter: eu.project.service.impl.BServiceImpl.findOne() with argument[s] = [1]
- 2018-05-26 17:17:05.435 DEBUG 10412 --- [ XNIO-2 task-3] e.h.service.impl.BServiceImpl : Request to get B : 1
- 2018-05-26 17:17:05.436 DEBUG 10412 --- [ XNIO-2 task-3] eu.project.aop.logging.LoggingAspect : Exit: eu.project.service.impl.BServiceImpl.findOne() with result = B{id=1, name='BName', description=BDescription}
- 2018-05-26 17:17:05.437 DEBUG 10412 --- [ XNIO-2 task-3] eu.project.aop.logging.LoggingAspect : Enter: eu.project.service.impl.AServiceImpl.findAllByB() with argument[s] = [B{id=1, name='BName', description=BDescription}]
- 2018-05-26 17:17:05.437 DEBUG 10412 --- [ XNIO-2 task-3] e.h.s.impl.AServiceImpl : Request to get all A by B ------------------ SERVICE IMPL
- Hibernate: select distinct a0_.id as id1_6_0_, c2_.id as id1_23_1_, b4_.id as id1_26_2_, a0_.created as created2_6_0_, a0_.description as descript3_6_0_, a0_.f as f4_6_0_, a0_.l as l5_6_0_, a0_.modified as modified6_6_0_, a0_.name as name7_6_0_, a0_.resources as resource8_6_0_, a0_.skill as skill9_6_0_, c2_.created as created2_23_1_, c2_.description as descript3_23_1_, c2_.modified as modified4_23_1_, c2_.name as name5_23_1_, c1_.as_id as a_s1_8_0__, c1_.cs_id as mitigati2_8_0__, b4_.description as descript2_26_2_, b4_.name as name3_26_2_, bs3_.as_id as a_s1_9_1__, bs3_.bs_id as bs_i2_9_1__ from a a0_ left outer join a_c c1_ on a0_.id=c1_.as_id left outer join c c2_ on c1_.cs_id=c2_.id inner join a_b bs3_ on a0_.id=bs3_.as_id inner join b b4_ on bs3_.bs_id=b4_.id where ? in (select b4_.bs_id from a_b bs3_, b b4_ where a0_.id=bs3_.as_id and bs3_.bs_id=b4_.id)
- 2018-05-26 17:17:05.439 WARN 10412 --- [ XNIO-2 task-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42703
- 2018-05-26 17:17:05.439 ERROR 10412 --- [ XNIO-2 task-3] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: column b4_.bs_id does not exist
- Hint: Perhaps you meant to reference the column "bs3_.bs_id" or the column "bs3_.bs_id".
- Position: 1239
- 2018-05-26 17:17:05.440 ERROR 10412 --- [ XNIO-2 task-3] eu.project.aop.logging.LoggingAspect : Exception in eu.project.service.impl.AServiceImpl.findAllByB() with cause = 'org.hibernate.exception.SQLGrammarException: could not extract ResultSet' and exception = 'could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet''org.hibernate.exception.SQLGrammarException: could not extract ResultSet' and exception = 'could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet'
Advertisement
Add Comment
Please, Sign In to add comment