Bonjour,


J'ai un problème lors d'exécution de mon projet: Jsf/Hibernate/Primefaces.
La page d'authentification ne s'affiche pas correctement (voir image):
Nom : authentification.png
Affichages : 106
Taille : 11,3 Ko

la console affiche ceci:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
0 [http-bio-8080-exec-9] INFO cfg.Environment  - Hibernate 3.2.5
7 [http-bio-8080-exec-9] INFO cfg.Environment  - hibernate.properties not found
22 [http-bio-8080-exec-9] INFO cfg.Environment  - Bytecode provider name : cglib
40 [http-bio-8080-exec-9] INFO cfg.Environment  - using JDK 1.4 java.sql.Timestamp handling
111 [http-bio-8080-exec-9] INFO cfg.Configuration  - configuring from resource: /hibernate.cfg.xml
111 [http-bio-8080-exec-9] INFO cfg.Configuration  - Configuration resource: /hibernate.cfg.xml
324 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/Utilisateur.hbm.xml
418 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.Utilisateur -> utilisateur
442 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/xx.hbm.xml
466 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.xx -> xx
526 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/yy.hbm.xml
541 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.yy -> yy
541 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/zz.hbm.xml
561 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.zz -> zz
562 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/rr.hbm.xml
582 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.rr -> rr
583 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/uu.hbm.xml
596 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.uu ->uu
596 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/vv.hbm.xml
617 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.vv -> vv
618 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/ii.hbm.xml
641 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.ii -> ii
644 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/pp.hbm.xml
665 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.pp -> pp
665 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/kk.hbm.xml
680 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.kk -> kk
680 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/nn.hbm.xml
694 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.nn -> users
695 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/tt.hbm.xml
715 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.tt -> user_roles
716 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/ss.hbm.xml
728 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.ss -> ss
728 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/qq.hbm.xml
744 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.qq -> qq
....
745 [http-bio-8080-exec-9] INFO cfg.Configuration  - Reading mappings from resource : persistance/ll.hbm.xml
757 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping class: persistance.ll -> ll
823 [http-bio-8080-exec-9] INFO cfg.Configuration  - Configured SessionFactory: null
824 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance.Barrage.bilans -> bilan
824 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance.Barrage.situation1s -> situation1
824 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance.Employes.empOccVoitures -> emp_occ_voiture
824 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance.Employes.empOccuperImms -> emp_occuper_imm
824 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance.Users.userRoleses -> user_roles
825 [http-bio-8080-exec-9] INFO cfg.HbmBinder  - Mapping collection: persistance2.Stationhyd.mesuresstations -> mesuresstation
856 [http-bio-8080-exec-9] INFO connection.ConnectionProviderFactory  - Initializing connection provider: org.hibernate.connection.C3P0ConnectionProvider
1252 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - RDBMS: MySQL, version: 5.5.27
1252 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.5 ( $Date: 2007-03-01 00:01:06 +0100 (Thu, 01 Mar 2007) $, $Revision: 6329 $ )
1334 [http-bio-8080-exec-9] INFO dialect.Dialect  - Using dialect: org.hibernate.dialect.MySQLDialect
1338 [http-bio-8080-exec-9] INFO transaction.TransactionFactoryFactory  - Using default transaction strategy (direct JDBC transactions)
1340 [http-bio-8080-exec-9] INFO transaction.TransactionManagerLookupFactory  - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
1340 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Automatic flush during beforeCompletion(): disabled
1340 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Automatic session close at end of transaction: disabled
1340 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - JDBC batch size: 15
1340 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - JDBC batch updates for versioned data: disabled
1345 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Scrollable result sets: enabled
1345 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - JDBC3 getGeneratedKeys(): disabled
1345 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Connection release mode: auto
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Maximum outer join fetch depth: 2
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Default batch fetch size: 1
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Generate SQL with comments: disabled
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Order SQL updates by primary key: disabled
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Order SQL inserts for batching: disabled
1346 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
1349 [http-bio-8080-exec-9] INFO ast.ASTQueryTranslatorFactory  - Using ASTQueryTranslatorFactory
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Query language substitutions: {}
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - JPA-QL strict compliance: disabled
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Second-level cache: enabled
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Query cache: disabled
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Cache provider: org.hibernate.cache.NoCacheProvider
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Optimize cache for minimal puts: disabled
1349 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Structured second-level cache entries: disabled
1354 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Statistics: disabled
1354 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Deleted entity synthetic identifier rollback: disabled
1354 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Default entity-mode: pojo
1355 [http-bio-8080-exec-9] INFO cfg.SettingsFactory  - Named query checking : enabled
1414 [http-bio-8080-exec-9] INFO impl.SessionFactoryImpl  - building session factory
null
Quelqu'un saurait-il la cause de ce problème?
Merci d'avance pour votre aide.