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