Advertisement
Guest User

Untitled

a guest
May 1st, 2016
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. 193 [http-apr-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Null ModelAndView returned to DispatcherServlet with name 'dispatcher-servlet': assuming HandlerAdapter completed request handling
  2. 22:43:59.193 [http-apr-8080-exec-9] DEBUG o.s.web.servlet.DispatcherServlet - Successfully completed request
  3. 22:44:33.487 [http-apr-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - DispatcherServlet with name 'dispatcher-servlet' processing GET request for [/user/100]
  4. 22:44:33.487 [http-apr-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Looking up handler method for path /user/100
  5. 22:44:33.487 [http-apr-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Returning handler method [public void com.proj.Controller.UserController.user(int)]
  6. 22:44:33.487 [http-apr-8080-exec-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'userController'
  7. 22:44:33.488 [http-apr-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Last-Modified value for [/user/100] is: -1
  8. 22:44:33.488 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Creating new transaction with name [com.proj.Dao.UserDao.showUser]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  9. 22:44:33.488 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Opened new EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@2a3830e4] for JPA transaction
  10. 22:44:33.488 [http-apr-8080-exec-1] DEBUG o.s.j.d.DriverManagerDataSource - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost:5432/postgres]
  11. 22:44:33.548 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Exposing JPA transaction as JDBC transaction [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@24ffdbd3]
  12. Hibernate: select user0_.id_uzytkownik as id_uzytk1_7_0_, user0_.aktywnosc as aktywnos2_7_0_, user0_.adres as adres3_7_0_, user0_.nazwa_firmy as nazwa_fi4_7_0_, user0_.opis as opis5_7_0_, user0_.imie as imie6_7_0_, user0_.nazwisko as nazwisko7_7_0_, user0_.login as login8_7_0_, user0_.haslo as haslo9_7_0_, user0_.oplata as oplata10_7_0_, user0_.telefon as telefon11_7_0_, user0_.recenzent as recenze12_7_0_ from uzytkownik user0_ where user0_.id_uzytkownik=?
  13. 22:44:33.550 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Initiating transaction commit
  14. 22:44:33.551 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Committing JPA transaction on EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@2a3830e4]
  15. 22:44:33.551 [http-apr-8080-exec-1] DEBUG o.s.orm.jpa.JpaTransactionManager - Closing JPA EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@2a3830e4] after transaction
  16. 22:44:33.551 [http-apr-8080-exec-1] DEBUG o.s.o.jpa.EntityManagerFactoryUtils - Closing JPA EntityManager
  17. 22:44:33.552 [http-apr-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Null ModelAndView returned to DispatcherServlet with name 'dispatcher-servlet': assuming HandlerAdapter completed request handling
  18. 22:44:33.552 [http-apr-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Successfully completed request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement