Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.94 KB | None | 0 0
  1. [0m15:06:44,974 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-10) HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  2. 15:06:44,979 INFO [org.hibernate.Version] (MSC service thread 1-10) HHH000412: Hibernate Core {4.3.8.Final}
  3. 15:06:44,982 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-10) HHH000206: hibernate.properties not found
  4. 15:06:44,984 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-10) HHH000021: Bytecode provider name : javassist
  5. 15:06:45,105 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-10) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  6. 15:06:45,113 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-10) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  7. 15:06:45,262 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-10) HHH000399: Using default transaction strategy (direct JDBC transactions)
  8. 15:06:45,270 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-10) HHH000397: Using ASTQueryTranslatorFactory
  9. 15:06:45,660 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000228: Running hbm2ddl schema update
  10. 15:06:45,660 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000102: Fetching database metadata
  11. 15:06:45,674 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000396: Updating schema
  12. 15:06:45,680 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Ambulancia
  13. 15:06:45,684 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Pacient
  14. 15:06:45,687 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Poistovna
  15. 15:06:45,690 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Specializacie
  16. 15:06:45,693 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zamestnanec
  17. 15:06:45,695 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zariadenie
  18. 15:06:45,698 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: ambulancia_poistovna
  19. 15:06:45,701 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: zamestnanec_ambulancia
  20. 15:06:45,704 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Ambulancia
  21. 15:06:45,707 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Pacient
  22. 15:06:45,710 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Poistovna
  23. 15:06:45,715 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Specializacie
  24. 15:06:45,717 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zamestnanec
  25. 15:06:45,720 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zariadenie
  26. 15:06:45,723 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: ambulancia_poistovna
  27. 15:06:45,726 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: zamestnanec_ambulancia
  28. 15:06:45,728 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Ambulancia
  29. 15:06:45,731 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Pacient
  30. 15:06:45,734 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Poistovna
  31. 15:06:45,736 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Specializacie
  32. 15:06:45,739 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zamestnanec
  33. 15:06:45,743 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: Zariadenie
  34. 15:06:45,747 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: ambulancia_poistovna
  35. 15:06:45,750 INFO [java.sql.DatabaseMetaData] (MSC service thread 1-10) HHH000262: Table not found: zamestnanec_ambulancia
  36. 15:06:45,800 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000232: Schema update complete
  37. 15:06:46,090 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/admin],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.AdminController.showAdmin()
  38. 15:06:46,091 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/ambulancia/ambulancie],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ambulancia.AmbulanciaController.showAmbulancie(sk.stuba.fei.nemocnica.controller.ambulancia.AmbulancieSearchForm)
  39. 15:06:46,091 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/ambulancia/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ambulancia.AmbulanciaController.showAmbulancia(int)
  40. 15:06:46,091 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String sk.stuba.fei.nemocnica.controller.LoginController.login()
  41. 15:06:46,092 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/admin/zamestnanci],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ZamestnanciController.showZamestnanci()
  42. 15:06:46,092 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/lekari],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanecController.showLekari(sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanciSearchForm)
  43. 15:06:46,092 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/lekar/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanecController.showLekar(int)
  44. 15:06:46,231 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] (MSC service thread 1-10) Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Apr 21 15:06:44 CEST 2015]; root of context hierarchy
  45. 15:06:46,288 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] (MSC service thread 1-10) Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Apr 21 15:06:44 CEST 2015]; root of context hierarchy
  46. 15:06:46,365 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  47. 15:06:46,410 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/css/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
  48. 15:06:46,412 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
  49. 15:06:46,416 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/js/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
  50. 15:06:46,422 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/fonts/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3'
  51. 15:06:46,424 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/fav/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4'
  52. 15:06:46,439 INFO [org.springframework.orm.hibernate4.HibernateTransactionManager] (MSC service thread 1-10) Using DataSource [org.jboss.jca.adapters.jdbc.WrapperDataSource@2531b235] of Hibernate SessionFactory for HibernateTransactionManager
  53. 15:06:46,688 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (MSC service thread 1-10) Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@4571fa8b, org.springframework.security.web.session.ConcurrentSessionFilter@7682ca48, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@18f39159, org.springframework.security.web.header.HeaderWriterFilter@1adf1694, org.springframework.security.web.authentication.logout.LogoutFilter@50b012e6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@30805232, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@34fd7422, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5674af9f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@603b095, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@342073a5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ba35d67, org.springframework.security.web.session.SessionManagementFilter@18d80fdb, org.springframework.security.web.access.ExceptionTranslationFilter@3c4934d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@34ce65cb]
  54. 15:06:46,698 INFO [org.springframework.security.config.http.DefaultFilterChainValidator] (MSC service thread 1-10) Checking whether login URL '/login' is accessible with your configuration
  55. 15:06:46,732 INFO [org.springframework.web.context.ContextLoader] (MSC service thread 1-10) Root WebApplicationContext: initialization completed in 2648 ms
  56. 15:06:46,742 INFO [io.undertow.servlet] (MSC service thread 1-10) Initializing Spring FrameworkServlet 'dispatcher'
  57. 15:06:46,743 INFO [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-10) FrameworkServlet 'dispatcher': initialization started
  58. 15:06:46,746 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-10) Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Apr 21 15:06:46 CEST 2015]; parent: Root WebApplicationContext
  59. 15:06:46,746 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-10) Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]
  60. 15:06:46,790 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (MSC service thread 1-10) JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  61. 15:06:46,816 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-10) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  62. 15:06:46,816 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-10) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  63. 15:06:46,832 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-10) HHH000399: Using default transaction strategy (direct JDBC transactions)
  64. 15:06:46,832 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-10) HHH000397: Using ASTQueryTranslatorFactory
  65. 15:06:46,863 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000228: Running hbm2ddl schema update
  66. 15:06:46,863 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000102: Fetching database metadata
  67. 15:06:46,864 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000396: Updating schema
  68. 15:06:46,941 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.ambulancia
  69. 15:06:46,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [name, id, zariadenie]
  70. 15:06:46,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: [fk_kfl9t8s93ll5ynki0k2opa09w]
  71. 15:06:46,942 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [ambulancia_pkey]
  72. 15:06:46,996 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.pacient
  73. 15:06:46,996 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [poistovna, titul, priezvisko, telefon, meno, id, email]
  74. 15:06:46,997 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: [fk_6koexb34u9s1omf3t9xoutbl6]
  75. 15:06:46,997 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [pacient_pkey]
  76. 15:06:47,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.poistovna
  77. 15:06:47,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [nazov, id]
  78. 15:06:47,049 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: []
  79. 15:06:47,050 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [uk_65p32fe442gjqwmh0p4np8rr3, poistovna_pkey]
  80. 15:06:47,098 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.specializacie
  81. 15:06:47,098 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [zamestnanec_id, spec]
  82. 15:06:47,098 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: [fk_7o9j6t19ysre9y2citojo664]
  83. 15:06:47,099 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: []
  84. 15:06:47,145 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.zamestnanec
  85. 15:06:47,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [password, role, surname, name, id, username]
  86. 15:06:47,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: []
  87. 15:06:47,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [uk_lsogutd0f8u8omvix1v6yvp97, zamestnanec_pkey]
  88. 15:06:47,200 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.zariadenie
  89. 15:06:47,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [psc, nazov, ulica, cislo, mesto, id]
  90. 15:06:47,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: []
  91. 15:06:47,201 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [uk_dx9l86x00nne6ec0ihrctrg5o, zariadenie_pkey]
  92. 15:06:47,254 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.ambulancia_poistovna
  93. 15:06:47,255 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [poistovna, ambulancia]
  94. 15:06:47,255 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: [fk_371cfrr6v3jwis18r3bctu637, fk_kdh72bx2jiepcmylybic4nxds]
  95. 15:06:47,255 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [ambulancia_poistovna_pkey]
  96. 15:06:47,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000261: Table found: public.zamestnanec_ambulancia
  97. 15:06:47,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000037: Columns: [ambulancia, zamestnanec]
  98. 15:06:47,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000108: Foreign keys: [fk_8p27daimrtro0jgiuuyc6k2a2, fk_e6x2vd4mqftqyb3c0imo24md8]
  99. 15:06:47,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-10) HHH000126: Indexes: [zamestnanec_ambulancia_pkey]
  100. 15:06:47,309 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-10) HHH000232: Schema update complete
  101. 15:06:47,347 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/admin],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.AdminController.showAdmin()
  102. 15:06:47,348 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/ambulancia/ambulancie],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ambulancia.AmbulanciaController.showAmbulancie(sk.stuba.fei.nemocnica.controller.ambulancia.AmbulancieSearchForm)
  103. 15:06:47,348 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/ambulancia/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ambulancia.AmbulanciaController.showAmbulancia(int)
  104. 15:06:47,348 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String sk.stuba.fei.nemocnica.controller.LoginController.login()
  105. 15:06:47,349 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/admin/zamestnanci],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.ZamestnanciController.showZamestnanci()
  106. 15:06:47,349 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/lekari],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanecController.showLekari(sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanciSearchForm)
  107. 15:06:47,349 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-10) Mapped "{[/lekar/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView sk.stuba.fei.nemocnica.controller.zamestnanec.ZamestnanecController.showLekar(int)
  108. 15:06:47,369 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] (MSC service thread 1-10) Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Apr 21 15:06:46 CEST 2015]; parent: Root WebApplicationContext
  109. 15:06:47,387 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] (MSC service thread 1-10) Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Apr 21 15:06:46 CEST 2015]; parent: Root WebApplicationContext
  110. 15:06:47,407 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  111. 15:06:47,414 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/css/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
  112. 15:06:47,419 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
  113. 15:06:47,422 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/js/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
  114. 15:06:47,425 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/fonts/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3'
  115. 15:06:47,429 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-10) Mapped URL path [/fav/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4'
  116. 15:06:47,430 INFO [org.springframework.orm.hibernate4.HibernateTransactionManager] (MSC service thread 1-10) Using DataSource [org.jboss.jca.adapters.jdbc.WrapperDataSource@2531b235] of Hibernate SessionFactory for HibernateTransactionManager
  117. 15:06:47,449 INFO [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-10) FrameworkServlet 'dispatcher': initialization completed in 705 ms
  118. 15:06:47,449 INFO [org.wildfly.extension.undertow] (MSC service thread 1-10) JBAS017534: Registered web context: /jbossas-1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement