|
1 | | -<?xml version="1.0" encoding="UTF-8" ?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | Copyright Contributors to the OpenCue Project |
4 | 4 |
|
|
14 | 14 | See the License for the specific language governing permissions and |
15 | 15 | limitations under the License. |
16 | 16 | --> |
17 | | -<beans |
18 | | - xmlns="http://www.springframework.org/schema/beans" |
19 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | | - xsi:schemaLocation=" |
21 | | - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" |
22 | | -> |
| 17 | + |
| 18 | + |
| 19 | +<beans xmlns="http://www.springframework.org/schema/beans" |
| 20 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation=" |
| 22 | + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> |
23 | 23 |
|
24 | 24 | <bean id="cueStaticServant" class="com.imageworks.spcue.servant.CueStatic"> |
25 | 25 | <property name="whiteboard" ref="whiteboard" /> |
|
35 | 35 | <property name="whiteboard" ref="whiteboard" /> |
36 | 36 | </bean> |
37 | 37 |
|
38 | | - <bean |
39 | | - scope="prototype" |
40 | | - id="manageAllocation" |
41 | | - class="com.imageworks.spcue.servant.ManageAllocation" |
42 | | - > |
| 38 | + <bean scope="prototype" id="manageAllocation" class="com.imageworks.spcue.servant.ManageAllocation"> |
43 | 39 | <property name="allocationDao" ref="allocationDao" /> |
44 | 40 | <property name="adminManager" ref="adminManager" /> |
45 | 41 | <property name="hostManager" ref="hostManager" /> |
|
57 | 53 | <property name="whiteboard" ref="whiteboard" /> |
58 | 54 | </bean> |
59 | 55 |
|
60 | | - <bean |
61 | | - scope="prototype" |
62 | | - id="manageDepartment" |
63 | | - class="com.imageworks.spcue.servant.ManageDepartment" |
64 | | - > |
| 56 | + <bean scope="prototype" id="manageDepartment" class="com.imageworks.spcue.servant.ManageDepartment"> |
65 | 57 | <property name="adminManager" ref="adminManager" /> |
66 | 58 | <property name="departmentManager" ref="departmentManager" /> |
67 | 59 | <property name="whiteboard" ref="whiteboard" /> |
|
168 | 160 | <property name="procSearchFactory" ref="procSearchFactory" /> |
169 | 161 | </bean> |
170 | 162 |
|
171 | | - <bean |
172 | | - scope="prototype" |
173 | | - id="manageRenderPartition" |
174 | | - class="com.imageworks.spcue.servant.ManageRenderPartition" |
175 | | - > |
| 163 | + <bean scope="prototype" id="manageRenderPartition" class="com.imageworks.spcue.servant.ManageRenderPartition"> |
176 | 164 | <property name="bookingManager" ref="bookingManager" /> |
177 | 165 | </bean> |
178 | 166 |
|
|
181 | 169 | <property name="whiteboard" ref="whiteboard" /> |
182 | 170 | </bean> |
183 | 171 |
|
184 | | - <bean |
185 | | - scope="prototype" |
186 | | - id="manageServiceOverride" |
187 | | - class="com.imageworks.spcue.servant.ManageServiceOverride" |
188 | | - > |
| 172 | + <bean scope="prototype" id="manageServiceOverride" class="com.imageworks.spcue.servant.ManageServiceOverride"> |
189 | 173 | <property name="serviceManager" ref="serviceManager" /> |
190 | 174 | </bean> |
191 | 175 |
|
|
200 | 184 | <property name="jobSearchFactory" ref="jobSearchFactory" /> |
201 | 185 | </bean> |
202 | 186 |
|
203 | | - <bean |
204 | | - scope="prototype" |
205 | | - id="manageSubscription" |
206 | | - class="com.imageworks.spcue.servant.ManageSubscription" |
207 | | - > |
| 187 | + <bean scope="prototype" id="manageSubscription" class="com.imageworks.spcue.servant.ManageSubscription"> |
208 | 188 | <property name="adminManager" ref="adminManager" /> |
209 | 189 | <property name="whiteboard" ref="whiteboard" /> |
210 | 190 | </bean> |
|
213 | 193 | <property name="departmentManager" ref="departmentManager" /> |
214 | 194 | </bean> |
215 | 195 |
|
216 | | - <bean |
217 | | - scope="prototype" |
218 | | - id="rqdReportStatic" |
219 | | - class="com.imageworks.spcue.servant.RqdReportStatic" |
220 | | - > |
| 196 | + <bean scope="prototype" id="rqdReportStatic" class="com.imageworks.spcue.servant.RqdReportStatic"> |
221 | 197 | <property name="frameCompleteHandler" ref="frameCompleteHandler" /> |
222 | 198 | <property name="hostReportHandler" ref="hostReportHandler" /> |
223 | 199 | <property name="hostManager" ref="hostManager" /> |
224 | 200 | </bean> |
225 | 201 |
|
226 | | - <bean |
227 | | - scope="prototype" |
228 | | - id="manageMonitoring" |
229 | | - class="com.imageworks.spcue.servant.ManageMonitoring" |
230 | | - > |
| 202 | + <bean scope="prototype" id="manageMonitoring" class="com.imageworks.spcue.servant.ManageMonitoring"> |
231 | 203 | </bean> |
232 | 204 |
|
233 | 205 | </beans> |
0 commit comments