components.xml 112.1 KB
Newer Older
F
Frankie Wu 已提交
1 2
<plexus>
	<components>
F
Frankie Wu 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
		<component>
			<role>com.dianping.cat.message.spi.MessageConsumerRegistry</role>
			<implementation>com.dianping.cat.message.spi.internal.DefaultMessageConsumerRegistry</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hints>
						<role-hint>realtime</role-hint>
					</role-hints>
					<field-name>m_consumers</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28
		<component>
			<role>com.dianping.cat.report.graph.ValueTranslater</role>
			<implementation>com.dianping.cat.report.graph.DefaultValueTranslater</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.graph.GraphBuilder</role>
			<implementation>com.dianping.cat.report.graph.DefaultGraphBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.graph.ValueTranslater</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
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
		<component>
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>org.unidal.initialization.Module</role>
			<role-hint>cat-home</role-hint>
			<implementation>com.dianping.cat.CatHomeModule</implementation>
		</component>
		<component>
			<role>org.unidal.initialization.ModuleManager</role>
			<implementation>org.unidal.initialization.DefaultModuleManager</implementation>
			<configuration>
				<topLevelModules>cat-home</topLevelModules>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.report.view.DomainNavManager</role>
			<implementation>com.dianping.cat.report.view.DomainNavManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
122
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
Y
yong.you 已提交
123 124 125 126
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
127 128 129
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
yong.you 已提交
130 131 132 133 134 135
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
136 137 138 139 140 141 142 143 144 145 146 147
		<component>
			<role>com.dianping.cat.system.config.ConfigReloadTask</role>
			<implementation>com.dianping.cat.system.config.ConfigReloadTask</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
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
		<component>
			<role>com.dianping.cat.report.service.HourlyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.HourlyReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.advanced.dal.BusinessReportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.DailyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.DailyReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.WeeklyReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.MonthReportService</role>
			<implementation>com.dianping.cat.report.service.impl.MonthReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportCache</role>
			<implementation>com.dianping.cat.report.service.WeeklyReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.MonthReportCache</role>
			<implementation>com.dianping.cat.report.service.MonthReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.ReportService</role>
			<implementation>com.dianping.cat.report.service.impl.ReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.MonthReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportCache</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.MonthReportCache</role>
				</requirement>
			</requirements>
		</component>
S
task  
sean.wang 已提交
241
		<component>
Y
youyong 已提交
242 243
			<role>com.dianping.cat.report.task.thread.DefaultTaskConsumer</role>
			<implementation>com.dianping.cat.report.task.thread.DefaultTaskConsumer</implementation>
S
task  
sean.wang 已提交
244 245
			<requirements>
				<requirement>
Y
yong.you 已提交
246
					<role>com.dianping.cat.consumer.core.dal.TaskDao</role>
S
task  
sean.wang 已提交
247
				</requirement>
U
unknown 已提交
248
				<requirement>
Y
youyong 已提交
249
					<role>com.dianping.cat.report.task.spi.ReportFacade</role>
U
unknown 已提交
250 251 252
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
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
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
			<implementation>com.dianping.cat.report.task.event.EventGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventMerger</role>
			<implementation>com.dianping.cat.report.task.event.EventMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</implementation>
		</component>
Y
youyong 已提交
285 286 287 288
		<component>
			<role>com.dianping.cat.report.task.cross.CrossMerger</role>
			<implementation>com.dianping.cat.report.task.cross.CrossMerger</implementation>
		</component>
Y
yong.you 已提交
289 290 291 292
		<component>
			<role>com.dianping.cat.report.task.matrix.MatrixMerger</role>
			<implementation>com.dianping.cat.report.task.matrix.MatrixMerger</implementation>
		</component>
Y
youyong 已提交
293 294 295 296
		<component>
			<role>com.dianping.cat.report.task.sql.SqlMerger</role>
			<implementation>com.dianping.cat.report.task.sql.SqlMerger</implementation>
		</component>
Y
youyong 已提交
297 298 299 300
		<component>
			<role>com.dianping.cat.report.task.state.StateMerger</role>
			<implementation>com.dianping.cat.report.task.state.StateMerger</implementation>
		</component>
U
unknown 已提交
301 302 303 304 305
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionReportBuilder</implementation>
			<requirements>
				<requirement>
306
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
307
				</requirement>
Y
youyong 已提交
308 309 310
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
311
				<requirement>
Y
yong.you 已提交
312
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
313 314
				</requirement>
				<requirement>
315
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
316
				</requirement>
Y
youyong 已提交
317 318 319 320 321 322
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
				</requirement>
Y
youyong 已提交
323 324 325 326 327 328
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
329 330 331 332 333 334 335
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
			<implementation>com.dianping.cat.report.task.event.EventReportBuilder</implementation>
			<requirements>
				<requirement>
336
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
337
				</requirement>
Y
youyong 已提交
338 339 340
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
341
				<requirement>
Y
yong.you 已提交
342
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
343 344
				</requirement>
				<requirement>
345
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
346
				</requirement>
Y
youyong 已提交
347 348 349 350 351 352
				<requirement>
					<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventMerger</role>
				</requirement>
Y
youyong 已提交
353 354 355 356 357 358
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
359 360 361 362 363 364 365
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemReportBuilder</implementation>
			<requirements>
				<requirement>
366
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
367
				</requirement>
Y
youyong 已提交
368 369 370
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
371
				<requirement>
Y
yong.you 已提交
372
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
373 374
				</requirement>
				<requirement>
375
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
376
				</requirement>
Y
youyong 已提交
377 378 379
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
				</requirement>
Y
youyong 已提交
380 381 382 383 384 385
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
386 387 388
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
				</requirement>
U
unknown 已提交
389 390 391 392 393 394
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</implementation>
			<requirements>
S
task  
sean.wang 已提交
395
				<requirement>
396
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
S
task  
sean.wang 已提交
397
				</requirement>
Y
youyong 已提交
398 399 400
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
S
task  
sean.wang 已提交
401
				<requirement>
Y
yong.you 已提交
402
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
S
task  
sean.wang 已提交
403 404
				</requirement>
				<requirement>
405
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
406
				</requirement>
Y
youyong 已提交
407 408 409 410 411 412
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</role>
				</requirement>
Y
youyong 已提交
413 414 415 416 417 418
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
419 420
			</requirements>
		</component>
Y
youyong 已提交
421
		<component>
Y
yong.you 已提交
422 423
			<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
			<implementation>com.dianping.cat.report.task.matrix.MatrixReportBuilder</implementation>
Y
youyong 已提交
424 425
			<requirements>
				<requirement>
426
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
427
				</requirement>
Y
youyong 已提交
428 429 430
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
431
				<requirement>
Y
yong.you 已提交
432
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
433 434
				</requirement>
				<requirement>
435
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
436 437
				</requirement>
				<requirement>
Y
yong.you 已提交
438
					<role>com.dianping.cat.report.task.matrix.MatrixMerger</role>
Y
youyong 已提交
439
				</requirement>
Y
youyong 已提交
440 441 442 443 444 445
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
446 447
			</requirements>
		</component>
Y
youyong 已提交
448 449 450 451 452
		<component>
			<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
			<implementation>com.dianping.cat.report.task.sql.SqlReportBuilder</implementation>
			<requirements>
				<requirement>
453
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
454
				</requirement>
Y
youyong 已提交
455 456 457
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
458
				<requirement>
Y
yong.you 已提交
459
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
460 461
				</requirement>
				<requirement>
462
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
463 464 465 466
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlMerger</role>
				</requirement>
Y
youyong 已提交
467 468 469 470 471 472
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
473 474
			</requirements>
		</component>
Y
youyong 已提交
475 476 477 478 479
		<component>
			<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
			<implementation>com.dianping.cat.report.task.cross.CrossReportBuilder</implementation>
			<requirements>
				<requirement>
480
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
481
				</requirement>
Y
youyong 已提交
482 483 484
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
485
				<requirement>
Y
yong.you 已提交
486
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
487 488
				</requirement>
				<requirement>
489
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
490 491 492 493
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossMerger</role>
				</requirement>
Y
youyong 已提交
494 495 496 497 498 499
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
500 501
			</requirements>
		</component>
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
		<component>
			<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
			<implementation>com.dianping.cat.report.task.cross.CrossReportBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossMerger</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
529 530 531 532 533 534 535
		<component>
			<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
			<implementation>com.dianping.cat.report.task.state.StateReportBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
				</requirement>
Y
youyong 已提交
536 537 538
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
539
				<requirement>
Y
yong.you 已提交
540
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
541 542 543 544 545 546 547 548 549 550 551 552 553 554 555
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.state.StateMerger</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
			</requirements>
		</component>
556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
		<component>
			<role>com.dianping.cat.report.task.dependency.DependencyReportBuilder</role>
			<implementation>com.dianping.cat.report.task.dependency.DependencyReportBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
			</requirements>
		</component>
U
unknown 已提交
589
		<component>
Y
youyong 已提交
590 591
			<role>com.dianping.cat.report.task.thread.TaskProducer</role>
			<implementation>com.dianping.cat.report.task.thread.TaskProducer</implementation>
U
unknown 已提交
592 593
			<requirements>
				<requirement>
Y
yong.you 已提交
594
					<role>com.dianping.cat.consumer.core.dal.TaskDao</role>
U
unknown 已提交
595 596
				</requirement>
				<requirement>
Y
yong.you 已提交
597
					<role>com.dianping.cat.report.service.ReportService</role>
S
task  
sean.wang 已提交
598 599 600
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
601 602 603
		<component>
			<role>com.dianping.cat.report.task.spi.ReportFacade</role>
			<implementation>com.dianping.cat.report.task.spi.ReportFacade</implementation>
U
unknown 已提交
604 605 606 607 608 609 610 611 612 613 614 615 616
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
				</requirement>
Y
yanchun.yang 已提交
617 618 619
				<requirement>
					<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
				</requirement>
Y
youyong 已提交
620 621 622
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
				</requirement>
Y
youyong 已提交
623 624 625
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
				</requirement>
Y
youyong 已提交
626 627 628
				<requirement>
					<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
				</requirement>
629 630 631
				<requirement>
					<role>com.dianping.cat.report.task.dependency.DependencyReportBuilder</role>
				</requirement>
U
unknown 已提交
632 633
			</requirements>
		</component>
F
Frankie Wu 已提交
634 635 636
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction-local</role-hint>
F
Frankie Wu 已提交
637
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
F
Frankie Wu 已提交
638
			<requirements>
F
Frankie Wu 已提交
639 640 641
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
642 643 644 645 646 647 648 649
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
650 651
			<role-hint>transaction-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.transaction.HistoricalTransactionService</implementation>
652 653 654 655
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
656
				<requirement>
Y
youyong 已提交
657
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
658
				</requirement>
659
			</requirements>
F
Frankie Wu 已提交
660 661 662 663
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction</role-hint>
F
Frankie Wu 已提交
664
			<implementation>com.dianping.cat.report.page.model.transaction.CompositeTransactionService</implementation>
F
Frankie Wu 已提交
665
			<requirements>
666 667 668
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
669 670 671
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
672
						<role-hint>transaction-historical</role-hint>
F
Frankie Wu 已提交
673 674 675 676 677
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
678 679 680 681 682
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
			<requirements>
F
Frankie Wu 已提交
683 684 685
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
686 687 688 689 690 691 692 693 694 695 696 697 698 699
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.HistoricalEventService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
700
				<requirement>
Y
youyong 已提交
701
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
702
				</requirement>
F
Frankie Wu 已提交
703 704 705 706 707 708 709
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.CompositeEventService</implementation>
			<requirements>
710 711 712
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
713 714 715 716 717 718 719 720 721
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>event-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
722
		<component>
F
Frankie Wu 已提交
723
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
724 725
			<role-hint>problem-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
F
Frankie Wu 已提交
726
			<requirements>
F
Frankie Wu 已提交
727 728 729
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
730 731 732 733 734
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
735
		</component>
F
Frankie Wu 已提交
736 737
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
738 739
			<role-hint>problem-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.HistoricalProblemService</implementation>
F
Frankie Wu 已提交
740 741 742 743
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
744
				<requirement>
Y
youyong 已提交
745
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
746
				</requirement>
F
Frankie Wu 已提交
747 748
			</requirements>
		</component>
F
Frankie Wu 已提交
749
		<component>
F
Frankie Wu 已提交
750
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
751 752
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.CompositeProblemService</implementation>
F
Frankie Wu 已提交
753
			<requirements>
754 755 756
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
757
				<requirement>
F
Frankie Wu 已提交
758 759
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
760
						<role-hint>problem-historical</role-hint>
F
Frankie Wu 已提交
761 762
					</role-hints>
					<field-name>m_services</field-name>
F
Frankie Wu 已提交
763 764 765
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.HistoricalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
789
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
790 791 792 793 794 795 796 797
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.CompositeHeartbeatService</implementation>
			<requirements>
798 799 800
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
You Yong 已提交
801 802 803 804 805 806 807 808 809
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>heartbeat-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.HistoricalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
833
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
834 835 836 837 838 839 840 841
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.CompositeMatrixService</implementation>
			<requirements>
842 843 844
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
You Yong 已提交
845 846 847 848 849 850 851 852 853
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>matrix-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.HistoricalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
877
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.CompositeStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>state-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.HistoricalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
921
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.CompositeCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>cross-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.HistoricalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
965
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.CompositeSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>sql-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
986 987 988 989 990 991 992 993 994 995 996
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018
					<role-hint>local</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.HistoricalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>local</role-hint>
					<field-name>m_localBucketManager</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>hdfs</role-hint>
					<field-name>m_hdfsBucketManager</field-name>
F
Frankie Wu 已提交
1019 1020 1021 1022 1023 1024 1025
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.HistoricalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
1049
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.CompositeTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>top-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.HistoricalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.CompositeDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>dependency-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.HistoricalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.CompositeMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>metric-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1158 1159 1160 1161 1162
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>logview</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.CompositeLogViewService</implementation>
			<requirements>
1163 1164 1165
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
1166 1167 1168
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
F
Frankie Wu 已提交
1169
						<role-hint>message-historical</role-hint>
1170
						<role-hint>logview-historical</role-hint>
F
Frankie Wu 已提交
1171 1172 1173 1174 1175
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
1176
		<component>
Y
youyong 已提交
1177 1178
			<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</implementation>
1179
			<configuration>
1180
				<datasourceFile>/data/appdatas/cat/datasources.xml</datasourceFile>
1181
			</configuration>
1182 1183
		</component>
		<component>
Y
youyong 已提交
1184
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
1185
			<role-hint>cat</role-hint>
Y
youyong 已提交
1186
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
1187
			<configuration>
1188 1189 1190 1191 1192 1193 1194
				<id>cat</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
Y
yong.you 已提交
1195 1196
					<URL>jdbc:mysql://192.168.7.43:3306/cat</URL>
					<user>dpcom_cat</user>
1197
					<password>password</password>
1198 1199 1200 1201 1202
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1203
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
1204 1205 1206 1207
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1208
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1209
			<role-hint>dailygraph</role-hint>
Y
youyong 已提交
1210
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1211 1212
			<configuration>
				<logical-table-name>dailygraph</logical-table-name>
Y
youyong 已提交
1213
				<physical-table-name>dailygraph</physical-table-name>
1214 1215 1216 1217
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1218
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1219
			<role-hint>dailyreport</role-hint>
Y
youyong 已提交
1220
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1221 1222
			<configuration>
				<logical-table-name>dailyreport</logical-table-name>
Y
youyong 已提交
1223
				<physical-table-name>dailyreport</physical-table-name>
1224 1225 1226
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
Y
yong.you 已提交
1227 1228 1229 1230 1231 1232 1233 1234 1235 1236
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>event</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>event</logical-table-name>
				<physical-table-name>event</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1237
		<component>
Y
youyong 已提交
1238
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1239
			<role-hint>graph</role-hint>
Y
youyong 已提交
1240
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1241 1242
			<configuration>
				<logical-table-name>graph</logical-table-name>
Y
youyong 已提交
1243
				<physical-table-name>graph</physical-table-name>
1244 1245 1246
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
Y
youyong 已提交
1247
		<component>
Y
youyong 已提交
1248
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1249
			<role-hint>location</role-hint>
Y
youyong 已提交
1250
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1251
			<configuration>
1252 1253
				<logical-table-name>location</logical-table-name>
				<physical-table-name>location</physical-table-name>
Y
youyong 已提交
1254 1255 1256
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1257
		<component>
Y
youyong 已提交
1258
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1259
			<role-hint>monthreport</role-hint>
Y
youyong 已提交
1260
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1261 1262
			<configuration>
				<logical-table-name>monthreport</logical-table-name>
Y
youyong 已提交
1263
				<physical-table-name>monthreport</physical-table-name>
1264
				<data-source-name>cat</data-source-name>
1265 1266
			</configuration>
		</component>
1267 1268 1269 1270 1271 1272 1273 1274 1275 1276
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>topology-graph</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>topology-graph</logical-table-name>
				<physical-table-name>topologyGraph</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1277
		<component>
Y
youyong 已提交
1278
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1279
			<role-hint>weeklyreport</role-hint>
Y
youyong 已提交
1280
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1281
			<configuration>
1282 1283
				<logical-table-name>weeklyreport</logical-table-name>
				<physical-table-name>weeklyreport</physical-table-name>
1284 1285 1286 1287 1288 1289 1290 1291
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailygraphDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1292
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1293 1294 1295 1296 1297 1298 1299 1300
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailyreportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1301
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1302 1303 1304
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1305 1306 1307 1308 1309 1310 1311 1312 1313
		<component>
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
1314 1315 1316 1317 1318
		<component>
			<role>com.dianping.cat.home.dal.report.GraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.GraphDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1319
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1320 1321 1322
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1323
		<component>
1324 1325
			<role>com.dianping.cat.home.dal.report.LocationDao</role>
			<implementation>com.dianping.cat.home.dal.report.LocationDao</implementation>
Y
youyong 已提交
1326 1327
			<requirements>
				<requirement>
Y
youyong 已提交
1328
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1329 1330 1331
				</requirement>
			</requirements>
		</component>
1332 1333 1334 1335 1336
		<component>
			<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.MonthreportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1337
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1338 1339 1340
				</requirement>
			</requirements>
		</component>
1341 1342 1343 1344 1345 1346 1347 1348 1349
		<component>
			<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.TopologyGraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
1350
		<component>
1351 1352
			<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.WeeklyreportDao</implementation>
1353 1354
			<requirements>
				<requirement>
Y
youyong 已提交
1355
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1356 1357 1358
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1359
		<component>
Y
youyong 已提交
1360
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1361
			<role-hint>alarm-rule</role-hint>
Y
youyong 已提交
1362
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1363
			<configuration>
1364 1365
				<logical-table-name>alarm-rule</logical-table-name>
				<physical-table-name>alarmRule</physical-table-name>
Y
youyong 已提交
1366 1367 1368 1369
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1370
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1371
			<role-hint>alarm-rule-subscription</role-hint>
Y
youyong 已提交
1372
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1373
			<configuration>
1374 1375
				<logical-table-name>alarm-rule-subscription</logical-table-name>
				<physical-table-name>alarmRuleSubscription</physical-table-name>
F
Frankie Wu 已提交
1376 1377 1378 1379
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1380
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1381
			<role-hint>alarm-template</role-hint>
Y
youyong 已提交
1382
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1383
			<configuration>
1384 1385
				<logical-table-name>alarm-template</logical-table-name>
				<physical-table-name>alarmTemplate</physical-table-name>
F
Frankie Wu 已提交
1386 1387 1388 1389
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1390
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1391
			<role-hint>mail-record</role-hint>
Y
youyong 已提交
1392
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1393
			<configuration>
Y
youyong 已提交
1394 1395
				<logical-table-name>mail-record</logical-table-name>
				<physical-table-name>mailRecord</physical-table-name>
F
Frankie Wu 已提交
1396 1397 1398 1399
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1400
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1401
			<role-hint>scheduled-report</role-hint>
Y
youyong 已提交
1402
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1403
			<configuration>
Y
youyong 已提交
1404 1405
				<logical-table-name>scheduled-report</logical-table-name>
				<physical-table-name>scheduledReport</physical-table-name>
Y
youyong 已提交
1406 1407 1408 1409
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1410
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1411
			<role-hint>scheduled-report-subscription</role-hint>
Y
youyong 已提交
1412
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1413
			<configuration>
Y
youyong 已提交
1414 1415
				<logical-table-name>scheduled-report-subscription</logical-table-name>
				<physical-table-name>scheduledReportSubscription</physical-table-name>
Y
youyong 已提交
1416 1417 1418 1419
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
1420 1421
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
F
Frankie Wu 已提交
1422 1423
			<requirements>
				<requirement>
Y
youyong 已提交
1424
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1425 1426 1427 1428
				</requirement>
			</requirements>
		</component>
		<component>
1429 1430
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
F
Frankie Wu 已提交
1431 1432
			<requirements>
				<requirement>
Y
youyong 已提交
1433
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1434 1435 1436 1437
				</requirement>
			</requirements>
		</component>
		<component>
1438 1439
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
F
Frankie Wu 已提交
1440 1441
			<requirements>
				<requirement>
Y
youyong 已提交
1442
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1443 1444 1445 1446
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1447 1448 1449 1450
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1451
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1452 1453
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1454 1455
		</component>
		<component>
Y
youyong 已提交
1456 1457
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
F
Frankie Wu 已提交
1458 1459
			<requirements>
				<requirement>
Y
youyong 已提交
1460
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1461 1462 1463
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1464 1465 1466 1467 1468
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1469
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1470 1471 1472
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>abtest</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>abtest</logical-table-name>
				<physical-table-name>abtest</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>abtest-run</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>abtest-run</logical-table-name>
				<physical-table-name>abtest_run</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>group-strategy</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>group-strategy</logical-table-name>
				<physical-table-name>group_strategy</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestRunDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.GroupStrategyDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1530
		<component>
Y
youyong 已提交
1531
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
F
Frankie Wu 已提交
1532
			<role-hint>user</role-hint>
Y
youyong 已提交
1533
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
F
Frankie Wu 已提交
1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549
			<configuration>
				<id>user</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
					<URL>jdbc:mysql://192.168.8.44:3306/hawk</URL>
					<user>hawk</user>
					<password>hawk</password>
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1550
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
F
Frankie Wu 已提交
1551 1552 1553 1554
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1555
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1556
			<role-hint>dp-admin-login</role-hint>
Y
youyong 已提交
1557
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1558
			<configuration>
Y
youyong 已提交
1559 1560
				<logical-table-name>dp-admin-login</logical-table-name>
				<physical-table-name>DP_AdminLogin</physical-table-name>
F
Frankie Wu 已提交
1561 1562 1563 1564
				<data-source-name>user</data-source-name>
			</configuration>
		</component>
		<component>
Y
yong.you 已提交
1565 1566
			<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dianping.cat.home.dal.user.DpAdminLoginDao</implementation>
F
Frankie Wu 已提交
1567 1568
			<requirements>
				<requirement>
Y
youyong 已提交
1569
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1570 1571 1572
				</requirement>
			</requirements>
		</component>
A
ainilife 已提交
1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584
		<component>
			<role>com.dianping.cat.system.page.abtest.service.ABTestService</role>
			<implementation>com.dianping.cat.system.page.abtest.service.ABTestServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1585
		<component>
Y
youyong 已提交
1586 1587
			<role>org.unidal.web.mvc.model.ModuleRegistry</role>
			<implementation>org.unidal.web.mvc.model.ModuleRegistry</implementation>
F
Frankie Wu 已提交
1588 1589 1590
			<configuration>
				<modules>
					<module default="true">com.dianping.cat.report.ReportModule</module>
F
Frankie Wu 已提交
1591
					<module>com.dianping.cat.system.SystemModule</module>
F
Frankie Wu 已提交
1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605
				</modules>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.report.ReportModule</role>
			<implementation>com.dianping.cat.report.ReportModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.Handler</role>
			<implementation>com.dianping.cat.report.page.home.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.home.JspViewer</role>
				</requirement>
1606 1607 1608 1609 1610
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_realtimeConsumer</field-name>
				</requirement>
F
Frankie Wu 已提交
1611 1612 1613 1614 1615
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.JspViewer</role>
			<implementation>com.dianping.cat.report.page.home.JspViewer</implementation>
F
Frankie Wu 已提交
1616 1617 1618 1619 1620
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1621
		</component>
1622 1623 1624 1625
		<component>
			<role>com.dianping.cat.consumer.RealtimeConsumer</role>
			<implementation>com.dianping.cat.consumer.RealtimeConsumer</implementation>
			<requirements>
F
Frankie Wu 已提交
1626
				<requirement>
F
Frankie Wu 已提交
1627
					<role>com.dianping.cat.consumer.MessageAnalyzerManager</role>
F
Frankie Wu 已提交
1628
				</requirement>
1629
				<requirement>
F
Frankie Wu 已提交
1630
					<role>com.dianping.cat.status.ServerStateManager</role>
1631 1632 1633 1634
				</requirement>
				<requirement>
					<role>long</role>
				</requirement>
Y
youyong 已提交
1635
				<requirement>
1636
					<role>long</role>
Y
youyong 已提交
1637
				</requirement>
F
Frankie Wu 已提交
1638 1639
			</requirements>
		</component>
Y
youyong 已提交
1640 1641 1642 1643
		<component>
			<role>com.dianping.cat.status.ServerStateManager</role>
			<implementation>com.dianping.cat.status.ServerStateManager</implementation>
		</component>
F
Frankie Wu 已提交
1644
		<component>
Y
You Yong 已提交
1645 1646
			<role>com.dianping.cat.report.page.problem.Handler</role>
			<implementation>com.dianping.cat.report.page.problem.Handler</implementation>
F
Frankie Wu 已提交
1647
			<requirements>
Y
You Yong 已提交
1648
				<requirement>
Y
youyong 已提交
1649
					<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
Y
You Yong 已提交
1650
				</requirement>
S
sean.wang 已提交
1651
				<requirement>
Y
youyong 已提交
1652
					<role>com.dianping.cat.report.page.problem.JspViewer</role>
S
sean.wang 已提交
1653
				</requirement>
Y
youyong 已提交
1654
				<requirement>
Y
youyong 已提交
1655
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong 已提交
1656
				</requirement>
Y
You Yong 已提交
1657
				<requirement>
Y
youyong 已提交
1658
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1659 1660 1661 1662 1663
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1664
				</requirement>
Y
yong.you 已提交
1665
				<requirement>
Y
yong.you 已提交
1666
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1667
				</requirement>
1668 1669 1670
				<requirement>
					<role>com.dianping.cat.consumer.core.problem.ProblemReportAggregation</role>
				</requirement>
F
Frankie Wu 已提交
1671 1672
			</requirements>
		</component>
Y
You Yong 已提交
1673
		<component>
F
Frankie Wu 已提交
1674 1675
			<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.problem.HistoryGraphs</implementation>
Y
You Yong 已提交
1676 1677
			<requirements>
				<requirement>
1678
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
You Yong 已提交
1679
				</requirement>
Y
youyong 已提交
1680 1681 1682
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
You Yong 已提交
1683 1684
			</requirements>
		</component>
Y
youyong 已提交
1685
		<component>
1686 1687
			<role>com.dianping.cat.home.dal.report.GraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.GraphDao</implementation>
Y
youyong 已提交
1688 1689
			<requirements>
				<requirement>
Y
youyong 已提交
1690
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1691 1692 1693
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1694 1695 1696 1697 1698 1699 1700 1701 1702
		<component>
			<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailygraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1703 1704 1705
		<component>
			<role>com.dianping.cat.report.page.problem.JspViewer</role>
			<implementation>com.dianping.cat.report.page.problem.JspViewer</implementation>
F
Frankie Wu 已提交
1706 1707 1708 1709 1710
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
1711
		</component>
Y
youyong 已提交
1712 1713 1714 1715
		<component>
			<role>com.dianping.cat.configuration.ServerConfigManager</role>
			<implementation>com.dianping.cat.configuration.ServerConfigManager</implementation>
		</component>
Y
yong.you 已提交
1716
		<component>
Y
yong.you 已提交
1717 1718 1719 1720 1721 1722 1723
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
1724
		</component>
1725 1726 1727 1728 1729
		<component>
			<role>com.dianping.cat.consumer.core.problem.ProblemReportAggregation</role>
			<implementation>com.dianping.cat.consumer.core.problem.ProblemReportAggregation</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
1730
					<role>com.dianping.cat.consumer.core.aggregation.AggregationConfigManager</role>
1731 1732 1733 1734
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
1735 1736
			<role>com.dianping.cat.consumer.core.aggregation.AggregationConfigManager</role>
			<implementation>com.dianping.cat.consumer.core.aggregation.AggregationConfigManager</implementation>
1737 1738
			<requirements>
				<requirement>
Y
yong.you 已提交
1739
					<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
1740 1741 1742 1743 1744 1745 1746
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.core.aggregation.AggregationHandler</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
1747 1748
			<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
			<implementation>com.dianping.cat.consumer.core.config.ConfigDao</implementation>
1749 1750 1751 1752 1753 1754
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1755
		<component>
F
Frankie Wu 已提交
1756 1757 1758 1759
			<role>com.dianping.cat.report.page.transaction.Handler</role>
			<implementation>com.dianping.cat.report.page.transaction.Handler</implementation>
			<requirements>
				<requirement>
F
Frankie Wu 已提交
1760
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
Frankie Wu 已提交
1761
				</requirement>
Y
youyong 已提交
1762 1763 1764 1765 1766 1767
				<requirement>
					<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.transaction.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1768 1769 1770
				<requirement>
					<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
				</requirement>
Y
youyong 已提交
1771
				<requirement>
Y
youyong 已提交
1772
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1773
				</requirement>
Y
You Yong 已提交
1774
				<requirement>
Y
yong.you 已提交
1775
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
Y
You Yong 已提交
1776
				</requirement>
1777
				<requirement>
Y
yong.you 已提交
1778
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
1779
				</requirement>
S
sean.wang 已提交
1780
				<requirement>
Y
youyong 已提交
1781 1782 1783
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
					<field-name>m_service</field-name>
S
sean.wang 已提交
1784
				</requirement>
Y
youyong 已提交
1785 1786 1787 1788 1789 1790
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.transaction.HistoryGraphs</implementation>
			<requirements>
Y
You Yong 已提交
1791
				<requirement>
1792
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
You Yong 已提交
1793
				</requirement>
Y
youyong 已提交
1794 1795 1796 1797 1798
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1799 1800 1801
		<component>
			<role>com.dianping.cat.report.page.transaction.JspViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.JspViewer</implementation>
F
Frankie Wu 已提交
1802 1803 1804 1805 1806
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1807
		</component>
F
Frankie Wu 已提交
1808 1809 1810 1811
		<component>
			<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.XmlViewer</implementation>
		</component>
1812 1813 1814 1815
		<component>
			<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
			<implementation>com.dianping.cat.report.page.transaction.TransactionMergeManager</implementation>
		</component>
F
bug fix  
Frankie Wu 已提交
1816 1817 1818 1819 1820
		<component>
			<role>com.dianping.cat.report.page.event.Handler</role>
			<implementation>com.dianping.cat.report.page.event.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1821
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
bug fix  
Frankie Wu 已提交
1822 1823
				</requirement>
				<requirement>
Y
youyong 已提交
1824 1825 1826 1827
					<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.JspViewer</role>
F
bug fix  
Frankie Wu 已提交
1828
				</requirement>
Y
youyong 已提交
1829
				<requirement>
Y
youyong 已提交
1830
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1831
				</requirement>
1832 1833 1834
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
You Yong 已提交
1835
				<requirement>
Y
youyong 已提交
1836 1837 1838
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1839
				</requirement>
Y
yong.you 已提交
1840
				<requirement>
Y
yong.you 已提交
1841
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1842
				</requirement>
Y
youyong 已提交
1843 1844 1845 1846 1847 1848
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.event.HistoryGraphs</implementation>
			<requirements>
U
unknown 已提交
1849
				<requirement>
1850
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
1851
				</requirement>
Y
youyong 已提交
1852 1853 1854
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
F
bug fix  
Frankie Wu 已提交
1855 1856 1857 1858 1859
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.JspViewer</role>
			<implementation>com.dianping.cat.report.page.event.JspViewer</implementation>
F
Frankie Wu 已提交
1860 1861 1862 1863 1864
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
bug fix  
Frankie Wu 已提交
1865
		</component>
1866 1867 1868 1869
		<component>
			<role>com.dianping.cat.report.page.event.EventMergeManager</role>
			<implementation>com.dianping.cat.report.page.event.EventMergeManager</implementation>
		</component>
Y
You Yong 已提交
1870 1871 1872 1873
		<component>
			<role>com.dianping.cat.report.page.heartbeat.Handler</role>
			<implementation>com.dianping.cat.report.page.heartbeat.Handler</implementation>
			<requirements>
Y
youyong 已提交
1874 1875 1876
				<requirement>
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
				</requirement>
Y
You Yong 已提交
1877
				<requirement>
Y
youyong 已提交
1878
					<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
Y
You Yong 已提交
1879 1880
				</requirement>
				<requirement>
Y
youyong 已提交
1881
					<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
Y
You Yong 已提交
1882
				</requirement>
Y
youyong 已提交
1883 1884 1885
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
You Yong 已提交
1886 1887 1888 1889 1890
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>heartbeat</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
1891
				<requirement>
Y
yong.you 已提交
1892
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1893
				</requirement>
Y
You Yong 已提交
1894 1895
			</requirements>
		</component>
Y
youyong 已提交
1896 1897 1898 1899 1900
		<component>
			<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.heartbeat.HistoryGraphs</implementation>
			<requirements>
				<requirement>
1901
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
1902 1903 1904
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1905 1906 1907
		<component>
			<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
			<implementation>com.dianping.cat.report.page.heartbeat.JspViewer</implementation>
F
Frankie Wu 已提交
1908 1909 1910 1911 1912
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
1913
		</component>
F
Frankie Wu 已提交
1914 1915 1916 1917 1918 1919 1920
		<component>
			<role>com.dianping.cat.report.page.logview.Handler</role>
			<implementation>com.dianping.cat.report.page.logview.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.logview.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1921
				<requirement>
F
Frankie Wu 已提交
1922 1923 1924
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>logview</role-hint>
					<field-name>m_service</field-name>
F
Frankie Wu 已提交
1925
				</requirement>
Y
youyong 已提交
1926 1927 1928
				<requirement>
					<role>com.dianping.cat.message.spi.MessagePathBuilder</role>
				</requirement>
F
Frankie Wu 已提交
1929 1930 1931 1932 1933
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.logview.JspViewer</role>
			<implementation>com.dianping.cat.report.page.logview.JspViewer</implementation>
F
Frankie Wu 已提交
1934 1935 1936 1937 1938
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1939
		</component>
F
Frankie Wu 已提交
1940 1941 1942 1943
		<component>
			<role>com.dianping.cat.report.page.model.Handler</role>
			<implementation>com.dianping.cat.report.page.model.Handler</implementation>
			<requirements>
Y
youyong 已提交
1944 1945 1946
				<requirement>
					<role>com.dianping.cat.report.page.model.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1947
				<requirement>
Y
youyong 已提交
1948 1949 1950
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event-local</role-hint>
					<field-name>m_eventService</field-name>
F
Frankie Wu 已提交
1951 1952 1953
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1954 1955
					<role-hint>heartbeat-local</role-hint>
					<field-name>m_heartbeatService</field-name>
F
Frankie Wu 已提交
1956
				</requirement>
F
Frankie Wu 已提交
1957 1958 1959 1960 1961
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>message-local</role-hint>
					<field-name>m_messageService</field-name>
				</requirement>
Y
You Yong 已提交
1962 1963
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1964 1965
					<role-hint>matrix-local</role-hint>
					<field-name>m_matrixService</field-name>
Y
You Yong 已提交
1966
				</requirement>
Y
You Yong 已提交
1967 1968
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1969 1970
					<role-hint>problem-local</role-hint>
					<field-name>m_problemService</field-name>
Y
You Yong 已提交
1971
				</requirement>
Y
You Yong 已提交
1972 1973
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1974 1975
					<role-hint>transaction-local</role-hint>
					<field-name>m_transactionService</field-name>
Y
You Yong 已提交
1976
				</requirement>
Y
youyong 已提交
1977 1978 1979 1980 1981
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross-local</role-hint>
					<field-name>m_crossService</field-name>
				</requirement>
Y
youyong 已提交
1982 1983 1984 1985 1986
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql-local</role-hint>
					<field-name>m_sqlService</field-name>
				</requirement>
Y
youyong 已提交
1987 1988 1989 1990 1991
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state-local</role-hint>
					<field-name>m_stateService</field-name>
				</requirement>
Y
youyong 已提交
1992 1993 1994 1995 1996
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top-local</role-hint>
					<field-name>m_topService</field-name>
				</requirement>
1997 1998 1999 2000 2001
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric-local</role-hint>
					<field-name>m_metricService</field-name>
				</requirement>
Y
yong.you 已提交
2002 2003 2004 2005 2006
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency-local</role-hint>
					<field-name>m_dependencyService</field-name>
				</requirement>
F
Frankie Wu 已提交
2007 2008
			</requirements>
		</component>
Y
youyong 已提交
2009 2010 2011
		<component>
			<role>com.dianping.cat.report.page.model.JspViewer</role>
			<implementation>com.dianping.cat.report.page.model.JspViewer</implementation>
F
Frankie Wu 已提交
2012 2013 2014 2015 2016
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2017
		</component>
F
Frankie Wu 已提交
2018
		<component>
Y
youyong 已提交
2019 2020
			<role>com.dianping.cat.report.page.model.event.LocalEventService</role>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
F
Frankie Wu 已提交
2021
			<requirements>
F
Frankie Wu 已提交
2022 2023 2024
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
2025 2026 2027 2028 2029 2030 2031
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
merge  
Frankie Wu 已提交
2032
		<component>
Y
youyong 已提交
2033 2034
			<role>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</role>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
F
merge  
Frankie Wu 已提交
2035
			<requirements>
F
Frankie Wu 已提交
2036 2037 2038
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
2039 2040 2041 2042 2043 2044 2045
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2046 2047 2048 2049 2050 2051
		<component>
			<role>com.dianping.cat.report.page.model.logview.LocalMessageService</role>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
2052
					<role-hint>local</role-hint>
F
Frankie Wu 已提交
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2065
		<component>
Y
youyong 已提交
2066 2067
			<role>com.dianping.cat.report.page.model.matrix.LocalMatrixService</role>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
Y
You Yong 已提交
2068 2069 2070 2071 2072 2073 2074 2075 2076 2077
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
Y
You Yong 已提交
2078 2079
		</component>
		<component>
Y
youyong 已提交
2080 2081
			<role>com.dianping.cat.report.page.model.problem.LocalProblemService</role>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
Y
You Yong 已提交
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2092
		</component>
Y
You Yong 已提交
2093
		<component>
Y
youyong 已提交
2094 2095
			<role>com.dianping.cat.report.page.model.transaction.LocalTransactionService</role>
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
Y
You Yong 已提交
2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120
		<component>
			<role>com.dianping.cat.report.page.model.cross.LocalCrossService</role>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2121
		<component>
Y
youyong 已提交
2122 2123
			<role>com.dianping.cat.report.page.model.sql.LocalSqlService</role>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
F
Frankie Wu 已提交
2124 2125
			<requirements>
				<requirement>
Y
youyong 已提交
2126
					<role>com.dianping.cat.storage.BucketManager</role>
F
Frankie Wu 已提交
2127
				</requirement>
Y
You Yong 已提交
2128
				<requirement>
Y
youyong 已提交
2129 2130 2131
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
Y
You Yong 已提交
2132
				</requirement>
F
Frankie Wu 已提交
2133 2134
			</requirements>
		</component>
Y
youyong 已提交
2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148
		<component>
			<role>com.dianping.cat.report.page.model.state.LocalStateService</role>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162
		<component>
			<role>com.dianping.cat.report.page.model.top.LocalTopService</role>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
2163 2164 2165 2166 2167 2168
		<component>
			<role>com.dianping.cat.report.page.model.metric.LocalMetricService</role>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
Y
youyong 已提交
2169 2170 2171 2172 2173 2174 2175 2176
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190
		<component>
			<role>com.dianping.cat.report.page.model.dependency.LocalDependencyService</role>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2191
		<component>
Y
youyong 已提交
2192 2193
			<role>com.dianping.cat.report.page.sql.Handler</role>
			<implementation>com.dianping.cat.report.page.sql.Handler</implementation>
Y
You Yong 已提交
2194 2195
			<requirements>
				<requirement>
Y
youyong 已提交
2196
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2197 2198 2199 2200 2201
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.sql.JspViewer</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
2202
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2203 2204 2205 2206 2207
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
2208 2209
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2210
		</component>
Y
youyong 已提交
2211 2212 2213
		<component>
			<role>com.dianping.cat.report.page.sql.JspViewer</role>
			<implementation>com.dianping.cat.report.page.sql.JspViewer</implementation>
F
Frankie Wu 已提交
2214 2215
			<requirements>
				<requirement>
F
Frankie Wu 已提交
2216
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
F
Frankie Wu 已提交
2217 2218 2219
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2220 2221 2222 2223
		<component>
			<role>com.dianping.cat.report.page.dashboard.Handler</role>
			<implementation>com.dianping.cat.report.page.dashboard.Handler</implementation>
			<requirements>
Y
youyong 已提交
2224 2225 2226
				<requirement>
					<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
				</requirement>
2227 2228 2229 2230 2231 2232
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
youyong 已提交
2233 2234 2235 2236 2237
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
				</requirement>
Y
You Yong 已提交
2238 2239 2240
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
Y
You Yong 已提交
2241 2242
					<field-name>m_transactionService</field-name>
				</requirement>
Y
youyong 已提交
2243 2244 2245 2246 2247
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemService</field-name>
				</requirement>
Y
You Yong 已提交
2248 2249 2250 2251 2252
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dashboard.JspViewer</implementation>
F
Frankie Wu 已提交
2253 2254 2255 2256 2257
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2258
		</component>
Y
You Yong 已提交
2259 2260 2261 2262
		<component>
			<role>com.dianping.cat.report.page.matrix.Handler</role>
			<implementation>com.dianping.cat.report.page.matrix.Handler</implementation>
			<requirements>
Y
yanchun.yang 已提交
2263
				<requirement>
Y
youyong 已提交
2264
					<role>com.dianping.cat.report.service.ReportService</role>
Y
yanchun.yang 已提交
2265
				</requirement>
Y
You Yong 已提交
2266 2267 2268
				<requirement>
					<role>com.dianping.cat.report.page.matrix.JspViewer</role>
				</requirement>
Y
youyong 已提交
2269
				<requirement>
Y
yong.you 已提交
2270
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2271
				</requirement>
Y
You Yong 已提交
2272 2273 2274 2275 2276 2277 2278 2279 2280 2281
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>matrix</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.matrix.JspViewer</role>
			<implementation>com.dianping.cat.report.page.matrix.JspViewer</implementation>
F
Frankie Wu 已提交
2282 2283 2284 2285 2286
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2287
		</component>
Y
youyong 已提交
2288 2289 2290 2291 2292 2293 2294 2295
		<component>
			<role>com.dianping.cat.report.page.cross.Handler</role>
			<implementation>com.dianping.cat.report.page.cross.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.cross.JspViewer</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2296
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2297
				</requirement>
Y
youyong 已提交
2298
				<requirement>
Y
yong.you 已提交
2299
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2300 2301
				</requirement>
				<requirement>
Y
yong.you 已提交
2302
					<role>com.dianping.cat.consumer.DomainManager</role>
Y
youyong 已提交
2303
				</requirement>
Y
youyong 已提交
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cross.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cross.JspViewer</implementation>
F
Frankie Wu 已提交
2314 2315 2316 2317 2318
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2319
		</component>
Y
yong.you 已提交
2320
		<component>
Y
yong.you 已提交
2321 2322
			<role>com.dianping.cat.consumer.DomainManager</role>
			<implementation>com.dianping.cat.consumer.DomainManager</implementation>
Y
yong.you 已提交
2323 2324
			<requirements>
				<requirement>
Y
yong.you 已提交
2325
					<role>com.dianping.cat.consumer.core.dal.HostinfoDao</role>
Y
yong.you 已提交
2326 2327 2328 2329 2330 2331 2332
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2333 2334
			<role>com.dianping.cat.consumer.core.dal.HostinfoDao</role>
			<implementation>com.dianping.cat.consumer.core.dal.HostinfoDao</implementation>
Y
yong.you 已提交
2335 2336 2337 2338 2339 2340
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2341 2342 2343 2344 2345
		<component>
			<role>com.dianping.cat.report.page.cache.Handler</role>
			<implementation>com.dianping.cat.report.page.cache.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2346 2347 2348
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
Y
youyong 已提交
2349 2350
				</requirement>
				<requirement>
Y
youyong 已提交
2351
					<role>com.dianping.cat.report.page.cache.JspViewer</role>
Y
youyong 已提交
2352 2353
				</requirement>
				<requirement>
Y
youyong 已提交
2354
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2355
				</requirement>
2356 2357 2358 2359 2360 2361
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
yong.you 已提交
2362
				<requirement>
Y
yong.you 已提交
2363
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2364
				</requirement>
Y
youyong 已提交
2365 2366
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
2367 2368
					<role-hint>transaction</role-hint>
					<field-name>m_transactionService</field-name>
Y
youyong 已提交
2369 2370 2371 2372 2373 2374
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cache.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cache.JspViewer</implementation>
F
Frankie Wu 已提交
2375 2376 2377 2378 2379
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2380
		</component>
Y
youyong 已提交
2381 2382 2383 2384 2385 2386 2387 2388 2389 2390
		<component>
			<role>com.dianping.cat.report.page.state.Handler</role>
			<implementation>com.dianping.cat.report.page.state.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.state.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
youyong 已提交
2391 2392 2393
				<requirement>
					<role>com.dianping.cat.report.page.state.StateGraphs</role>
				</requirement>
Y
youyong 已提交
2394 2395 2396 2397 2398
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2399
				<requirement>
Y
yong.you 已提交
2400
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2401
				</requirement>
Y
youyong 已提交
2402 2403 2404 2405 2406
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.state.JspViewer</role>
			<implementation>com.dianping.cat.report.page.state.JspViewer</implementation>
F
Frankie Wu 已提交
2407 2408 2409 2410 2411
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2412
		</component>
Y
youyong 已提交
2413 2414 2415 2416 2417 2418 2419 2420 2421
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437
		<component>
			<role>com.dianping.cat.report.page.top.Handler</role>
			<implementation>com.dianping.cat.report.page.top.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.top.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2438
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2439 2440 2441 2442 2443 2444
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.top.JspViewer</role>
			<implementation>com.dianping.cat.report.page.top.JspViewer</implementation>
F
Frankie Wu 已提交
2445 2446 2447 2448 2449
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2450
		</component>
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462
		<component>
			<role>com.dianping.cat.report.page.metric.Handler</role>
			<implementation>com.dianping.cat.report.page.metric.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.metric.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2463
				<requirement>
Y
yong.you 已提交
2464
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2465
				</requirement>
Y
yong.you 已提交
2466
				<requirement>
Y
yong.you 已提交
2467
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
Y
yong.you 已提交
2468
				</requirement>
Y
yong.you 已提交
2469 2470 2471
				<requirement>
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
				</requirement>
Y
yong.you 已提交
2472
				<requirement>
Y
yong.you 已提交
2473
					<role>com.dianping.cat.system.page.abtest.service.ABTestService</role>
Y
yong.you 已提交
2474
				</requirement>
2475 2476 2477 2478 2479
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.metric.JspViewer</role>
			<implementation>com.dianping.cat.report.page.metric.JspViewer</implementation>
Y
yong.you 已提交
2480 2481 2482 2483 2484
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
2485
		</component>
Y
yong.you 已提交
2486
		<component>
Y
yong.you 已提交
2487 2488 2489 2490 2491 2492 2493
			<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
			<implementation>com.dianping.cat.consumer.advanced.MetricConfigManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2494
		</component>
Y
yong.you 已提交
2495 2496 2497 2498 2499 2500 2501 2502 2503
		<component>
			<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
			<implementation>com.dianping.cat.consumer.core.ProductLineConfigManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2504
		<component>
Y
yong.you 已提交
2505 2506
			<role>com.dianping.cat.report.page.jsError.Handler</role>
			<implementation>com.dianping.cat.report.page.jsError.Handler</implementation>
Y
yong.you 已提交
2507 2508
			<requirements>
				<requirement>
Y
yong.you 已提交
2509
					<role>com.dianping.cat.report.page.jsError.JspViewer</role>
Y
yong.you 已提交
2510 2511 2512 2513
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2514 2515
			<role>com.dianping.cat.report.page.jsError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.jsError.JspViewer</implementation>
Y
yong.you 已提交
2516 2517 2518 2519 2520
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2521
		</component>
Y
yong.you 已提交
2522 2523 2524 2525 2526
		<component>
			<role>com.dianping.cat.report.page.dependency.Handler</role>
			<implementation>com.dianping.cat.report.page.dependency.Handler</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2527 2528 2529
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
					<field-name>m_dependencyService</field-name>
Y
yong.you 已提交
2530 2531
				</requirement>
				<requirement>
Y
yong.you 已提交
2532
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
Y
yong.you 已提交
2533
				</requirement>
2534
				<requirement>
Y
yong.you 已提交
2535
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
2536
				</requirement>
2537
				<requirement>
Y
yong.you 已提交
2538
					<role>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</role>
2539
				</requirement>
Y
yong.you 已提交
2540
				<requirement>
Y
yong.you 已提交
2541
					<role>com.dianping.cat.report.page.dependency.JspViewer</role>
Y
yong.you 已提交
2542
				</requirement>
Y
yong.you 已提交
2543
				<requirement>
Y
yong.you 已提交
2544
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2545
				</requirement>
Y
yong.you 已提交
2546 2547
			</requirements>
		</component>
Y
yong.you 已提交
2548
		<component>
Y
yong.you 已提交
2549 2550
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
Y
yong.you 已提交
2551 2552 2553 2554 2555 2556 2557
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2558
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
Y
yong.you 已提交
2559
				</requirement>
Y
yong.you 已提交
2560
				<requirement>
Y
yong.you 已提交
2561
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
Y
yong.you 已提交
2562 2563
				</requirement>
				<requirement>
2564
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
2565
				</requirement>
Y
yong.you 已提交
2566 2567 2568
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
2569 2570 2571
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
yong.you 已提交
2572 2573 2574
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2575 2576
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
Y
yong.you 已提交
2577
		</component>
Y
yong.you 已提交
2578 2579 2580 2581 2582 2583 2584 2585 2586
		<component>
			<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.TopologyGraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605
		<component>
			<role>com.dianping.cat.report.view.DomainNavManager</role>
			<implementation>com.dianping.cat.report.view.DomainNavManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
			<implementation>com.dianping.cat.consumer.core.dal.ProjectDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
Y
yong.you 已提交
2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemservice</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top</role-hint>
					<field-name>m_topService</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
2649 2650
			</requirements>
		</component>
Y
yong.you 已提交
2651 2652 2653 2654 2655 2656 2657 2658
		<component>
			<role>com.dianping.cat.report.page.dependency.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dependency.JspViewer</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2659
		</component>
Y
yong.you 已提交
2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677
		<component>
			<role>com.dianping.cat.report.page.externalError.Handler</role>
			<implementation>com.dianping.cat.report.page.externalError.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.DomainManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.externalError.JspViewer</implementation>
Y
yong.you 已提交
2678 2679 2680 2681 2682 2683
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694
		<component>
			<role>com.dianping.cat.system.SystemModule</role>
			<implementation>com.dianping.cat.system.SystemModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.Handler</role>
			<implementation>com.dianping.cat.system.page.alarm.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.JspViewer</role>
				</requirement>
Y
youyong 已提交
2695 2696 2697 2698 2699 2700 2701
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RecordManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2702
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
Y
youyong 已提交
2703 2704
				</requirement>
				<requirement>
Y
youyong 已提交
2705
					<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
Y
youyong 已提交
2706
				</requirement>
F
Frankie Wu 已提交
2707 2708 2709 2710 2711
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.JspViewer</role>
			<implementation>com.dianping.cat.system.page.alarm.JspViewer</implementation>
F
Frankie Wu 已提交
2712 2713 2714 2715 2716
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2717
		</component>
Y
youyong 已提交
2718 2719 2720 2721 2722 2723 2724 2725
		<component>
			<role>com.dianping.cat.system.page.alarm.RecordManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RecordManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2726
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
Y
youyong 已提交
2727 2728
				</requirement>
				<requirement>
Y
youyong 已提交
2729
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2730 2731 2732 2733 2734 2735 2736 2737
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2738
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2739 2740 2741 2742
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2743 2744
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
Y
youyong 已提交
2745 2746
			<requirements>
				<requirement>
Y
youyong 已提交
2747
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2748 2749 2750 2751
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2752 2753
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
Y
youyong 已提交
2754 2755
			<requirements>
				<requirement>
Y
youyong 已提交
2756
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.RuleManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
Y
youyong 已提交
2773
				<requirement>
Y
yong.you 已提交
2774
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
Y
youyong 已提交
2775
				</requirement>
Y
youyong 已提交
2776 2777 2778 2779 2780 2781 2782
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2783
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2784 2785 2786 2787 2788 2789 2790 2791
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2792
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2793 2794 2795
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2796
		<component>
Y
yong.you 已提交
2797 2798
			<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dianping.cat.home.dal.user.DpAdminLoginDao</implementation>
Y
youyong 已提交
2799 2800
			<requirements>
				<requirement>
Y
youyong 已提交
2801
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2802 2803 2804
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2805 2806 2807 2808 2809
		<component>
			<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
			<implementation>com.dianping.cat.system.page.alarm.ScheduledManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2810
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
Y
youyong 已提交
2811 2812
				</requirement>
				<requirement>
Y
youyong 已提交
2813
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
Y
youyong 已提交
2814
				</requirement>
Y
youyong 已提交
2815
				<requirement>
Y
youyong 已提交
2816
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2817
				</requirement>
Y
youyong 已提交
2818 2819 2820 2821 2822 2823 2824
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2825
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2826 2827 2828
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2829 2830 2831 2832 2833 2834 2835 2836 2837
		<component>
			<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
			<implementation>com.dianping.cat.system.page.alarm.TemplateManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852
		<component>
			<role>com.dianping.cat.system.page.login.Handler</role>
			<implementation>com.dianping.cat.system.page.login.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SigninService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.JspViewer</role>
			<implementation>com.dianping.cat.system.page.login.JspViewer</implementation>
F
Frankie Wu 已提交
2853 2854 2855 2856 2857
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SigninService</role>
			<implementation>com.dianping.cat.system.page.login.service.SigninService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SessionManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenManager</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.CookieManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.CookieManager</role>
			<implementation>com.dianping.cat.system.page.login.service.CookieManager</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenBuilder</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SessionManager</role>
			<implementation>com.dianping.cat.system.page.login.service.SessionManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2896
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
F
Frankie Wu 已提交
2897 2898 2899
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2900
		<component>
Y
yong.you 已提交
2901 2902
			<role>com.dianping.cat.system.page.config.Handler</role>
			<implementation>com.dianping.cat.system.page.config.Handler</implementation>
Y
youyong 已提交
2903 2904
			<requirements>
				<requirement>
Y
yong.you 已提交
2905
					<role>com.dianping.cat.system.page.config.JspViewer</role>
Y
youyong 已提交
2906 2907
				</requirement>
				<requirement>
Y
yong.you 已提交
2908
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
Y
youyong 已提交
2909
				</requirement>
2910
				<requirement>
2911
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
2912
				</requirement>
2913
				<requirement>
Y
yong.you 已提交
2914
					<role>com.dianping.cat.consumer.core.ProductLineConfigManager</role>
2915
				</requirement>
Y
yong.you 已提交
2916
				<requirement>
Y
yong.you 已提交
2917
					<role>com.dianping.cat.consumer.core.aggregation.AggregationConfigManager</role>
Y
yong.you 已提交
2918
				</requirement>
Y
yong.you 已提交
2919 2920 2921
				<requirement>
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
2922 2923 2924
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
youyong 已提交
2925 2926 2927
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2928 2929
			<role>com.dianping.cat.system.page.config.JspViewer</role>
			<implementation>com.dianping.cat.system.page.config.JspViewer</implementation>
F
Frankie Wu 已提交
2930 2931 2932 2933 2934
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2935
		</component>
Y
youyong 已提交
2936
		<component>
Y
yong.you 已提交
2937 2938
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</implementation>
Y
youyong 已提交
2939 2940
			<requirements>
				<requirement>
Y
yong.you 已提交
2941
					<role>com.dianping.cat.consumer.core.config.ConfigDao</role>
Y
youyong 已提交
2942
				</requirement>
Y
youyong 已提交
2943 2944
			</requirements>
		</component>
Y
yong.you 已提交
2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965
		<component>
			<role>com.dianping.cat.system.page.abtest.Handler</role>
			<implementation>com.dianping.cat.system.page.abtest.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.abtest.JspViewer</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2966 2967 2968 2969 2970 2971 2972 2973 2974
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestRunDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.GroupStrategyDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.abtest.JspViewer</role>
			<implementation>com.dianping.cat.system.page.abtest.JspViewer</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
3002 3003 3004 3005
		<component>
			<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
			<implementation>com.dianping.cat.system.alarm.AlarmContentBuilder</implementation>
		</component>
Y
youyong 已提交
3006
		<component>
Y
youyong 已提交
3007 3008
			<role>com.dianping.cat.system.alarm.AlarmRuleCreator</role>
			<implementation>com.dianping.cat.system.alarm.AlarmRuleCreator</implementation>
Y
youyong 已提交
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
3025 3026 3027
		<component>
			<role>com.dianping.cat.system.tool.MailSMS</role>
			<implementation>com.dianping.cat.system.tool.MailSMSImpl</implementation>
Y
youyong 已提交
3028 3029 3030 3031 3032
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
Y
youyong 已提交
3033 3034 3035
		</component>
		<component>
			<role>com.dianping.cat.system.notify.ReportRender</role>
Y
youyong 已提交
3036
			<implementation>com.dianping.cat.system.notify.ReportRenderImpl</implementation>
Y
youyong 已提交
3037 3038
		</component>
		<component>
Y
youyong 已提交
3039 3040
			<role>com.dianping.cat.system.notify.ScheduledMailTask</role>
			<implementation>com.dianping.cat.system.notify.ScheduledMailTask</implementation>
Y
youyong 已提交
3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.notify.ReportRender</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
				</requirement>
Y
youyong 已提交
3054 3055 3056
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
3057 3058
			</requirements>
		</component>
Y
youyong 已提交
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072
		<component>
			<role>com.dianping.cat.system.event.EventListenerRegistry</role>
			<implementation>com.dianping.cat.system.event.DefaultEventListenerRegistry</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.event.EventDispatcher</role>
			<implementation>com.dianping.cat.system.event.DefaultEventDispatcher</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventListenerRegistry</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082
			<role>com.dianping.cat.system.alarm.connector.Connector</role>
			<implementation>com.dianping.cat.system.alarm.connector.impl.ThresholdConnector</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
			<implementation>com.dianping.cat.system.alarm.alert.AlertManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
3083 3084 3085 3086 3087 3088
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong 已提交
3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
			<implementation>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
Y
youyong 已提交
3101 3102 3103
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong 已提交
3104 3105 3106 3107 3108
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</implementation>
Y
youyong 已提交
3109 3110 3111 3112
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3113 3114 3115
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
3116 3117 3118
			</requirements>
		</component>
		<component>
Y
youyong 已提交
3119 3120
			<role>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</implementation>
Y
youyong 已提交
3121 3122 3123 3124
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
Y
yong.you 已提交
3140 3141 3142
				<requirement>
					<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
				</requirement>
Y
youyong 已提交
3143 3144 3145
			</requirements>
		</component>
		<component>
Y
youyong 已提交
3146 3147
			<role>com.dianping.cat.system.alarm.AlarmTask</role>
			<implementation>com.dianping.cat.system.alarm.AlarmTask</implementation>
Y
youyong 已提交
3148 3149 3150 3151
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3152 3153 3154 3155 3156 3157
				<requirement>
					<role>com.dianping.cat.system.alarm.connector.Connector</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
3158 3159
			</requirements>
		</component>
F
Frankie Wu 已提交
3160 3161
	</components>
</plexus>