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