|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
3 |
| - license agreements. See the NOTICE file distributed with this work for additional |
4 |
| - information regarding copyright ownership. The ASF licenses this file to |
5 |
| - you under the Apache License, Version 2.0 (the "License"); you may not use |
6 |
| - this file except in compliance with the License. You may obtain a copy of |
7 |
| - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
8 |
| - by applicable law or agreed to in writing, software distributed under the |
9 |
| - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
10 |
| - OF ANY KIND, either express or implied. See the License for the specific |
| 2 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 3 | + license agreements. See the NOTICE file distributed with this work for additional |
| 4 | + information regarding copyright ownership. The ASF licenses this file to |
| 5 | + you under the Apache License, Version 2.0 (the "License"); you may not use |
| 6 | + this file except in compliance with the License. You may obtain a copy of |
| 7 | + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 8 | + by applicable law or agreed to in writing, software distributed under the |
| 9 | + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 10 | + OF ANY KIND, either express or implied. See the License for the specific |
11 | 11 | language governing permissions and limitations under the License. -->
|
12 | 12 | <beans xmlns="http://www.springframework.org/schema/beans"
|
13 | 13 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
|
14 | 14 | xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop"
|
15 | 15 | xsi:schemaLocation="http://www.springframework.org/schema/beans
|
16 | 16 | http://www.springframework.org/schema/beans/spring-beans.xsd
|
17 |
| - http://www.springframework.org/schema/tx |
| 17 | + http://www.springframework.org/schema/tx |
18 | 18 | http://www.springframework.org/schema/tx/spring-tx.xsd
|
19 | 19 | http://www.springframework.org/schema/aop
|
20 | 20 | http://www.springframework.org/schema/aop/spring-aop.xsd
|
21 | 21 | http://www.springframework.org/schema/context
|
22 | 22 | http://www.springframework.org/schema/context/spring-context.xsd">
|
23 | 23 | <context:annotation-config />
|
24 |
| - |
| 24 | + |
25 | 25 | <bean id="componentContext" class="com.cloud.utils.component.ComponentContext" />
|
26 | 26 | <bean id="transactionContextBuilder" class="com.cloud.utils.db.TransactionContextBuilder" />
|
27 | 27 | <bean id="actionEventInterceptor" class="com.cloud.event.ActionEventInterceptor" />
|
|
36 | 36 | </bean>
|
37 | 37 |
|
38 | 38 | <bean id="imageStoreDaoImpl" class="org.apache.cloudstack.storage.datastore.db.ImageStoreDaoImpl" />
|
39 |
| - <bean id="imageStoreDetailsDaoImpl" class="org.apache.cloudstack.storage.datastore.db.ImageStoreDetailsDaoImpl" /> |
40 |
| - <bean id="snapshotDataStoreDaoImpl" class="org.apache.cloudstack.storage.datastore.db.SnapshotDataStoreDaoImpl" /> |
41 |
| - <bean id="templateDataStoreDaoImpl" class="org.apache.cloudstack.storage.image.db.TemplateDataStoreDaoImpl" /> |
42 |
| - <bean id="volumeDataStoreDaoImpl" class="org.apache.cloudstack.storage.image.db.VolumeDataStoreDaoImpl" /> |
| 39 | + <bean id="imageStoreDetailsDaoImpl" class="org.apache.cloudstack.storage.datastore.db.ImageStoreDetailsDaoImpl" /> |
| 40 | + <bean id="snapshotDataStoreDaoImpl" class="org.apache.cloudstack.storage.datastore.db.SnapshotDataStoreDaoImpl" /> |
| 41 | + <bean id="templateDataStoreDaoImpl" class="org.apache.cloudstack.storage.image.db.TemplateDataStoreDaoImpl" /> |
| 42 | + <bean id="volumeDataStoreDaoImpl" class="org.apache.cloudstack.storage.image.db.VolumeDataStoreDaoImpl" /> |
43 | 43 | <bean id="objectInDataStoreDaoImpl" class="org.apache.cloudstack.storage.db.ObjectInDataStoreDaoImpl" />
|
44 | 44 | <bean id="primaryDataStoreDaoImpl" class="org.apache.cloudstack.storage.datastore.db.PrimaryDataStoreDaoImpl" />
|
45 | 45 | <bean id="primaryDataStoreDetailsDaoImpl" class="org.apache.cloudstack.storage.volume.db.PrimaryDataStoreDetailsDaoImpl" />
|
|
56 | 56 | <bean id="dataObjectManagerImpl" class="org.apache.cloudstack.storage.datastore.DataObjectManagerImpl" />
|
57 | 57 | <bean id="dataStoreManagerImpl" class="org.apache.cloudstack.storage.datastore.DataStoreManagerImpl" />
|
58 | 58 | <bean id="primaryDataStoreProviderManagerImpl" class="org.apache.cloudstack.storage.datastore.manager.PrimaryDataStoreProviderManagerImpl" />
|
59 |
| - <bean id="imageStoreProviderManagerImpl" class="org.apache.cloudstack.storage.image.manager.ImageStoreProviderManagerImpl" /> |
| 59 | + <bean id="imageStoreProviderManagerImpl" class="org.apache.cloudstack.storage.image.manager.ImageStoreProviderManagerImpl" /> |
60 | 60 | <bean id="iSCSI" class="org.apache.cloudstack.storage.datastore.type.ISCSI" />
|
61 | 61 | <bean id="ISO" class="org.apache.cloudstack.storage.image.format.ISO" />
|
62 | 62 | <bean id="templateDataFactoryImpl" class="org.apache.cloudstack.storage.image.TemplateDataFactoryImpl" />
|
|
0 commit comments