-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvelocity.log
More file actions
567 lines (567 loc) · 99.3 KB
/
velocity.log
File metadata and controls
567 lines (567 loc) · 99.3 KB
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
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
Mon May 12 09:00:52 GMT-03:00 2008 [debug] AvalonLogSystem initialized using logfile 'velocity.log'
Mon May 12 09:00:52 GMT-03:00 2008 [info] **************************************************************
Mon May 12 09:00:52 GMT-03:00 2008 [info] Starting Jakarta Velocity v1.3.1
Mon May 12 09:00:52 GMT-03:00 2008 [info] RuntimeInstance initializing.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
Mon May 12 09:00:52 GMT-03:00 2008 [info] Trying to use logger class org.apache.velocity.runtime.log.AvalonLogSystem
Mon May 12 09:00:52 GMT-03:00 2008 [info] Using logger class org.apache.velocity.runtime.log.AvalonLogSystem
Mon May 12 09:00:52 GMT-03:00 2008 [info] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
Mon May 12 09:00:52 GMT-03:00 2008 [info] Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] FileResourceLoader : initialization starting.
Mon May 12 09:00:52 GMT-03:00 2008 [info] FileResourceLoader : adding path '.'
Mon May 12 09:00:52 GMT-03:00 2008 [info] FileResourceLoader : adding path 'src/templates/velocity/includes'
Mon May 12 09:00:52 GMT-03:00 2008 [info] FileResourceLoader : initialization complete.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
Mon May 12 09:00:52 GMT-03:00 2008 [info] Default ResourceManager initialization complete.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
Mon May 12 09:00:52 GMT-03:00 2008 [info] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
Mon May 12 09:00:52 GMT-03:00 2008 [info] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
Mon May 12 09:00:52 GMT-03:00 2008 [info] Loaded System Directive: org.apache.velocity.runtime.directive.Include
Mon May 12 09:00:52 GMT-03:00 2008 [info] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
Mon May 12 09:00:52 GMT-03:00 2008 [info] Created: 20 parsers.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : initialization starting.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : adding VMs from VM library template : macros.include.vm
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found macros.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : VM library template macro registration complete.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : allowInline = true : VMs can be defined inline in templates
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : messages on : VM system will output logging messages
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : autoload off : VM system will not automatically reload global library macros
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocimacro : initialization complete.
Mon May 12 09:00:52 GMT-03:00 2008 [info] Velocity successfully started.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.list.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.list.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.overview.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.overview.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.txt.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/database.documentation.txt.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 11,column 26] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 16,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 17,column 32] : ${src} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 17,column 70] : ${src} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 19,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 20,column 32] : ${src} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 20,column 74] : ${src} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 24,column 27] : ${graphviz} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//db/perschema/graphviz/ant.graphviz.xml.vm [line 25,column 32] : ${tableName} is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/full.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/full.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/overview.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/graphviz/overview.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/sql2java.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/perschema/sql2java.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/database.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/database.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/dao.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/dao.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/data.access.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/data.access.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/data.retrieval.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/data.retrieval.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/object.retrieval.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/object.retrieval.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/optimistic.locking.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/exception/optimistic.locking.exception.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/generated.bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/generated.bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//java/perschema/generated.bean.java.vm [line 11,column 13] : $Revision is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/perschema/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//java/perschema/manager.java.vm [line 36,column 13] : $Revision is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/perschema/dao.db.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/perschema/dao.db.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//spdao/perschema/dao.db.factory.java.vm [line 65,column 21] : $db.getCatalog() is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = src/templates/velocity//spdao/perschema/dao.db.factory.java.vm [line 66,column 21] : $db.getSchema() is not a valid reference.
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/perschema/dao.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/perschema/dao.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/index.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/index.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/servlet/renderer.servlet.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/servlet/renderer.servlet.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/WEB-INF/web.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/WEB-INF/web.xml.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/ajax.decorator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/ajax.decorator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/base.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/base.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/boolean.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/boolean.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/date.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/date.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/input.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/input.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/multiselect.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/multiselect.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/numeric.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/numeric.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/select.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/select.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/textarea.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:52 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/textarea.widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/widget.decorator.base.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/widget.decorator.base.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/widget.interface.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/perschema/widget/widget.interface.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] Velocimacro : added new VM : #sqlAppend( somestr ) : source = src/templates/velocity//java/pertable/manager.java.vm
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:53 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.db.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//spdao/pertable/dao.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:54 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/renderer.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//web/pertable/widget.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//cache/pertable/cache.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/database.documentation.table.html.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//db/pertable/graphviz/table.graphviz.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/factory.properties.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//factory/pertable/http.factory.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/bean.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/comparator.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/listener.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [warn] Velocimacro : VM addition rejected : sqlAppend : inline not allowed to replace existing VM
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found src/templates/velocity//java/pertable/manager.java.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found table.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found schema.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [info] ResourceManager : found header.include.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Mon May 12 09:00:55 GMT-03:00 2008 [error] Method getJavaType threw exception for reference $column in template src/templates/velocity//java/pertable/manager.java.vm at [1000,134]