| 12
 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
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 
 |  
2011-12-06 09:54:41 DEBUG [DbConnection] Initialisation du context de connexion
2011-12-06 09:54:41 DEBUG [DbConnection] Chargement du context de connexion dans le DataSource
2011-12-06 09:54:42 DEBUG [DbConnection] Connexion établie
2011-12-06 09:54:43 DEBUG [JeuxMySqlImpl] Chargement de la procédure ReturnAllJeux : Ok
2011-12-06 09:54:43 DEBUG [JeuxMySqlImpl] Exécution de la procédure terminée et valide
2011-12-06 09:54:43 DEBUG [DbConnection] Fermeture du ResultSet en cour ...
2011-12-06 09:54:43 DEBUG [DbConnection] ResultSet fermer
2011-12-06 09:54:43 DEBUG [DbConnection] Fermeture du CallableStatement en cour ...
2011-12-06 09:54:43 DEBUG [DbConnection] CallableStatement fermer
2011-12-06 09:54:43 DEBUG [DbConnection] Fermeture de la connexion à la db terminée
2011-12-06 09:54:43 INFO  [ExportViewFactory] Initializing ExportViewFactory with type={pdf,excel,rtf}
2011-12-06 09:54:43 DEBUG [ExportViewFactory] ExportView for pdf media added: org.displaytag.export.DefaultPdfExportView
2011-12-06 09:54:43 DEBUG [ExportViewFactory] ExportView for excel media added: org.displaytag.export.ExcelView
2011-12-06 09:54:43 DEBUG [ExportViewFactory] ExportView for rtf media added: org.displaytag.export.DefaultRtfExportView
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doStartTag called
2011-12-06 09:54:43 INFO  [TableProperties] No LocaleResolver configured.
2011-12-06 09:54:43 DEBUG [LookupUtil] getBeanValue - bean: {listJeux}
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting media [html] in this.pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting attribute "tabJeux" in pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Nom jeux,beanPropertyName=denomination]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=0,title=Nom jeux,beanPropertyName=denomination]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Description,beanPropertyName=description]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=1,title=Description,beanPropertyName=description]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Détail,beanPropertyName=Mylink]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=2,title=Détail,beanPropertyName=Mylink]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Age Min,beanPropertyName=ageMin]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=3,title=Age Min,beanPropertyName=ageMin]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Joueur Min,beanPropertyName=joueursMin]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=4,title=Joueur Min,beanPropertyName=joueursMin]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Joueur Max,beanPropertyName=joueursMax]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=5,title=Joueur Max,beanPropertyName=joueursMax]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=true (row number=1)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] addColumn HeaderCell[columnNumber=0,title=Durée jeu,beanPropertyName=duree]
2011-12-06 09:54:43 DEBUG [ColumnTag] columnTag.addHeaderToTable() :: first iteration - adding header HeaderCell[columnNumber=6,title=Durée jeu,beanPropertyName=duree]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doAfterBody called - iterating on row 1
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] adding row Row[rowNumber=1,rowObject=be.kiojeux.bean.BeanJeux@7846a55e]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting attribute "tabJeux" in pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=2)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doAfterBody called - iterating on row 2
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] adding row Row[rowNumber=2,rowObject=be.kiojeux.bean.BeanJeux@685f1ba8]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting attribute "tabJeux" in pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=3)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doAfterBody called - iterating on row 3
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] adding row Row[rowNumber=3,rowObject=be.kiojeux.bean.BeanJeux@79f7abae]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting attribute "tabJeux" in pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=4)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doAfterBody called - iterating on row 4
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] adding row Row[rowNumber=4,rowObject=be.kiojeux.bean.BeanJeux@628d2280]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] setting attribute "tabJeux" in pageContext
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] first iteration=false (row number=5)
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doAfterBody called - iterating on row 5
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration called
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] adding row Row[rowNumber=5,rowObject=be.kiojeux.bean.BeanJeux@24a51027]
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doIteration() - iterator ended after 5 rows
2011-12-06 09:54:43 DEBUG [TableTag] [tabJeux] doEndTag called
2011-12-06 09:54:43 DEBUG [SmartListHelper] New SmartListHelper instantiated: list.size=[5], page size=[8], full list size=[5].
2011-12-06 09:54:43 DEBUG [SmartListHelper] CurrentPage page is 1 of 1
2011-12-06 09:54:43 DEBUG [SmartListHelper] Returning sublist for page 1
2011-12-06 09:54:43 DEBUG [TableModel] [tabJeux] sorting page list
2011-12-06 09:54:43 DEBUG [BooleanConverter] Setting default value: false
2011-12-06 09:54:43 DEBUG [BooleanConverter] Converting 'Boolean' value 'false' to type 'Boolean'
2011-12-06 09:54:43 DEBUG [BooleanConverter]     No conversion required, value is already a Boolean
2011-12-06 09:54:43 DEBUG [ByteConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [ByteConverter] Converting 'Integer' value '0' to type 'Byte'
2011-12-06 09:54:43 DEBUG [ByteConverter]     Converted to Byte value '0'
2011-12-06 09:54:43 DEBUG [CharacterConverter] Setting default value:  
2011-12-06 09:54:43 DEBUG [CharacterConverter] Converting 'Character' value ' ' to type 'Character'
2011-12-06 09:54:43 DEBUG [CharacterConverter]     No conversion required, value is already a Character
2011-12-06 09:54:43 DEBUG [DoubleConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [DoubleConverter] Converting 'Integer' value '0' to type 'Double'
2011-12-06 09:54:43 DEBUG [DoubleConverter]     Converted to Double value '0.0'
2011-12-06 09:54:43 DEBUG [FloatConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [FloatConverter] Converting 'Integer' value '0' to type 'Float'
2011-12-06 09:54:43 DEBUG [FloatConverter]     Converted to Float value '0.0'
2011-12-06 09:54:43 DEBUG [IntegerConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [IntegerConverter] Converting 'Integer' value '0' to type 'Integer'
2011-12-06 09:54:43 DEBUG [IntegerConverter]     No conversion required, value is already a Integer
2011-12-06 09:54:43 DEBUG [LongConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [LongConverter] Converting 'Integer' value '0' to type 'Long'
2011-12-06 09:54:43 DEBUG [LongConverter]     Converted to Long value '0'
2011-12-06 09:54:43 DEBUG [ShortConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [ShortConverter] Converting 'Integer' value '0' to type 'Short'
2011-12-06 09:54:43 DEBUG [ShortConverter]     Converted to Short value '0'
2011-12-06 09:54:43 DEBUG [BigDecimalConverter] Setting default value: 0.0
2011-12-06 09:54:43 DEBUG [BigDecimalConverter] Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
2011-12-06 09:54:43 DEBUG [BigDecimalConverter]     No conversion required, value is already a BigDecimal
2011-12-06 09:54:43 DEBUG [BigIntegerConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [BigIntegerConverter] Converting 'BigInteger' value '0' to type 'BigInteger'
2011-12-06 09:54:43 DEBUG [BigIntegerConverter]     No conversion required, value is already a BigInteger
2011-12-06 09:54:43 DEBUG [BooleanConverter] Setting default value: false
2011-12-06 09:54:43 DEBUG [BooleanConverter] Converting 'Boolean' value 'false' to type 'Boolean'
2011-12-06 09:54:43 DEBUG [BooleanConverter]     No conversion required, value is already a Boolean
2011-12-06 09:54:43 DEBUG [ByteConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [ByteConverter] Converting 'Integer' value '0' to type 'Byte'
2011-12-06 09:54:43 DEBUG [ByteConverter]     Converted to Byte value '0'
2011-12-06 09:54:43 DEBUG [CharacterConverter] Setting default value:  
2011-12-06 09:54:43 DEBUG [CharacterConverter] Converting 'Character' value ' ' to type 'Character'
2011-12-06 09:54:43 DEBUG [CharacterConverter]     No conversion required, value is already a Character
2011-12-06 09:54:43 DEBUG [DoubleConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [DoubleConverter] Converting 'Integer' value '0' to type 'Double'
2011-12-06 09:54:43 DEBUG [DoubleConverter]     Converted to Double value '0.0'
2011-12-06 09:54:43 DEBUG [FloatConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [FloatConverter] Converting 'Integer' value '0' to type 'Float'
2011-12-06 09:54:43 DEBUG [FloatConverter]     Converted to Float value '0.0'
2011-12-06 09:54:43 DEBUG [IntegerConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [IntegerConverter] Converting 'Integer' value '0' to type 'Integer'
2011-12-06 09:54:43 DEBUG [IntegerConverter]     No conversion required, value is already a Integer
2011-12-06 09:54:43 DEBUG [LongConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [LongConverter] Converting 'Integer' value '0' to type 'Long'
2011-12-06 09:54:43 DEBUG [LongConverter]     Converted to Long value '0'
2011-12-06 09:54:43 DEBUG [ShortConverter] Setting default value: 0
2011-12-06 09:54:43 DEBUG [ShortConverter] Converting 'Integer' value '0' to type 'Short'
2011-12-06 09:54:43 DEBUG [ShortConverter]     Converted to Short value '0'
2011-12-06 09:54:43 DEBUG [StringConverter] Setting default value: 
2011-12-06 09:54:43 DEBUG [StringConverter] Converting 'String' value '' to type 'String'
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Z@1217e615
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'boolean[]' value '[Z@1217e615' to type 'boolean[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a boolean[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [B@5f0275fa
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'byte[]' value '[B@5f0275fa' to type 'byte[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a byte[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [C@1a8fa0d1
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'char[]' value '[C@1a8fa0d1' to type 'char[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a char[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [D@4b8706f6
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'double[]' value '[D@4b8706f6' to type 'double[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a double[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [F@dda2737
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'float[]' value '[F@dda2737' to type 'float[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a float[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [I@6d4492fb
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'int[]' value '[I@6d4492fb' to type 'int[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a int[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [J@310dd4c8
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'long[]' value '[J@310dd4c8' to type 'long[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a long[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [S@30cafa1
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'short[]' value '[S@30cafa1' to type 'short[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a short[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.math.BigDecimal;@35de7497
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@35de7497' to type 'BigDecimal[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a BigDecimal[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.math.BigInteger;@a25ef73
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@a25ef73' to type 'BigInteger[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a BigInteger[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Boolean;@16e334a
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Boolean[]' value '[Ljava.lang.Boolean;@16e334a' to type 'Boolean[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Boolean[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Byte;@506937f9
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Byte[]' value '[Ljava.lang.Byte;@506937f9' to type 'Byte[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Byte[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Character;@6e75d758
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Character[]' value '[Ljava.lang.Character;@6e75d758' to type 'Character[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Character[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Double;@41d144a4
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Double[]' value '[Ljava.lang.Double;@41d144a4' to type 'Double[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Double[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Float;@94f1726
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Float[]' value '[Ljava.lang.Float;@94f1726' to type 'Float[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Float[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Integer;@69b0de2e
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Integer[]' value '[Ljava.lang.Integer;@69b0de2e' to type 'Integer[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Integer[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Long;@3a329572
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Long[]' value '[Ljava.lang.Long;@3a329572' to type 'Long[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Long[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Short;@546e3e5e
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Short[]' value '[Ljava.lang.Short;@546e3e5e' to type 'Short[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Short[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.String;@399197b
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'String[]' value '[Ljava.lang.String;@399197b' to type 'String[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a String[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.lang.Class;@3857dc15
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Class[]' value '[Ljava.lang.Class;@3857dc15' to type 'Class[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Class[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.util.Date;@438a3a1d
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Date[]' value '[Ljava.util.Date;@438a3a1d' to type 'Date[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Date[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.util.Calendar;@536b98c3
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'Calendar[]' value '[Ljava.util.Calendar;@536b98c3' to type 'Calendar[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a Calendar[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.io.File;@56e20ef8
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'java.io.File[]' value '[Ljava.io.File;@56e20ef8' to type 'java.io.File[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a java.io.File[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.sql.Date;@10f1f34a
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@10f1f34a' to type 'java.sql.Date[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a java.sql.Date[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.sql.Time;@46fb6763
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@46fb6763' to type 'java.sql.Time[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a java.sql.Time[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.sql.Timestamp;@6e30fc1f
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@6e30fc1f' to type 'java.sql.Timestamp[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a java.sql.Timestamp[]
2011-12-06 09:54:43 DEBUG [ArrayConverter] Setting default value: [Ljava.net.URL;@15a4eb56
2011-12-06 09:54:43 DEBUG [ArrayConverter] Converting 'java.net.URL[]' value '[Ljava.net.URL;@15a4eb56' to type 'java.net.URL[]'
2011-12-06 09:54:43 DEBUG [ArrayConverter]     No conversion required, value is already a java.net.URL[]
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@79f7abae
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@685f1ba8
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@7846a55e
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@24a51027
2011-12-06 09:54:43 DEBUG [TableWriterTemplate] [tabJeux] writeTable called for table [tabJeux]
2011-12-06 09:54:43 DEBUG [SmartListHelper] Displaying pages from 1 to 1
2011-12-06 09:54:43 DEBUG [SmartListHelper] adding page 1
2011-12-06 09:54:43 DEBUG [Pagination] adding page 1
2011-12-06 09:54:43 DEBUG [HtmlTableWriter] [tabJeux] getTableHeader called
2011-12-06 09:54:43 DEBUG [HtmlTableWriter] [tabJeux] getTableHeader end
2011-12-06 09:54:43 DEBUG [RowIterator] [tabJeux] rowIterator.next() row number=0
2011-12-06 09:54:43 DEBUG [TableWriterTemplate]  creating ColumnIterator on [HeaderCell[columnNumber=0,title=Nom jeux,beanPropertyName=denomination], HeaderCell[columnNumber=1,title=Description,beanPropertyName=description], HeaderCell[columnNumber=2,title=Détail,beanPropertyName=Mylink], HeaderCell[columnNumber=3,title=Age Min,beanPropertyName=ageMin], HeaderCell[columnNumber=4,title=Joueur Min,beanPropertyName=joueursMin], HeaderCell[columnNumber=5,title=Joueur Max,beanPropertyName=joueursMax], HeaderCell[columnNumber=6,title=Durée jeu,beanPropertyName=duree]]
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [denomination] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [description] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [description] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [Mylink] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 DEBUG [LookupUtil] getProperty [Mylink] on bean be.kiojeux.bean.BeanJeux@628d2280
2011-12-06 09:54:43 WARN  [LookupUtil] Exception: [.LookupUtil] Error looking up property "Mylink" in object type "be.kiojeux.bean.BeanJeux". Cause: Unknown property 'Mylink' on class 'class be.kiojeux.bean.BeanJeux'
java.lang.NoSuchMethodException: Unknown property 'Mylink' on class 'class be.kiojeux.bean.BeanJeux'
	at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1322)
	at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:611)
	at org.displaytag.util.LookupUtil.getProperty(LookupUtil.java:271)
	at org.displaytag.util.LookupUtil.getBeanProperty(LookupUtil.java:129)
	at org.displaytag.model.Column.getValue(Column.java:124)
	at org.displaytag.model.Column.createChoppedAndLinkedValue(Column.java:201)
	at org.displaytag.model.Column.initialize(Column.java:178)
	at org.displaytag.render.TableWriterTemplate.writeTableBody(TableWriterTemplate.java:313)
	at org.displaytag.render.TableWriterTemplate.writeTable(TableWriterTemplate.java:138)
	at org.displaytag.render.HtmlTableWriter.writeTable(HtmlTableWriter.java:734)
	at org.displaytag.tags.TableTag.writeHTMLData(TableTag.java:1647)
	at org.displaytag.tags.TableTag.doEndTag(TableTag.java:1300)
	at org.apache.jsp.jsp.listJeux_jsp._jspService(listJeux_jsp.java:186)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
06-déc.-2011 9:54:43 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: Servlet.service() for servlet [jsp] in context with path [/KioJeux] threw exception [javax.servlet.ServletException: javax.servlet.jsp.JspException: Exception: [.LookupUtil] Error looking up property "Mylink" in object type "be.kiojeux.bean.BeanJeux". Cause: Unknown property 'Mylink' on class 'class be.kiojeux.bean.BeanJeux'] with root cause
java.lang.NoSuchMethodException: Unknown property 'Mylink' on class 'class be.kiojeux.bean.BeanJeux'
	at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1322)
	at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:611)
	at org.displaytag.util.LookupUtil.getProperty(LookupUtil.java:271)
	at org.displaytag.util.LookupUtil.getBeanProperty(LookupUtil.java:129)
	at org.displaytag.model.Column.getValue(Column.java:124)
	at org.displaytag.model.Column.createChoppedAndLinkedValue(Column.java:201)
	at org.displaytag.model.Column.initialize(Column.java:178)
	at org.displaytag.render.TableWriterTemplate.writeTableBody(TableWriterTemplate.java:313)
	at org.displaytag.render.TableWriterTemplate.writeTable(TableWriterTemplate.java:138)
	at org.displaytag.render.HtmlTableWriter.writeTable(HtmlTableWriter.java:734)
	at org.displaytag.tags.TableTag.writeHTMLData(TableTag.java:1647)
	at org.displaytag.tags.TableTag.doEndTag(TableTag.java:1300)
	at org.apache.jsp.jsp.listJeux_jsp._jspService(listJeux_jsp.java:186)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source) | 
Partager