Merge "Issue #2191 Fixed spring error" into development

Former-commit-id: 45d84cf09f [formerly 4bd8184d8a] [formerly 45d84cf09f [formerly 4bd8184d8a] [formerly 8b908afc8f [formerly 8794f7763a3cb982c5c282b40cfc82b466f49e5f]]]
Former-commit-id: 8b908afc8f
Former-commit-id: 952dfd04f1 [formerly c79352ae95]
Former-commit-id: 433e683dc6
This commit is contained in:
Dustin Johnson 2013-07-18 13:21:00 -05:00 committed by Gerrit Code Review
commit b7c8e82d1a

View file

@ -26,23 +26,23 @@
<bean id="QueryServiceWrapper"
class="com.raytheon.uf.edex.registry.ebxml.services.query.QueryManagerImplWrapper">
<constructor-arg name="queryManager" ref="queryServiceImpl" />
<constructor-arg ref="queryServiceImpl" />
</bean>
<bean id="NotificationListenerServiceWrapper"
class="com.raytheon.uf.edex.registry.ebxml.services.notification.NotificationListenerImplWrapper">
<constructor-arg name="notificationListener" ref="notificationServiceImpl" />
<constructor-arg ref="notificationServiceImpl" />
</bean>
<bean id="LifecycleManagerServiceWrapper"
class="com.raytheon.uf.edex.registry.ebxml.services.lifecycle.LifecycleManagerImplWrapper">
<constructor-arg name="lifecycleManager" ref="lcmServiceImpl" />
<constructor-arg ref="lcmServiceImpl" />
</bean>
<bean id="ValidatorServiceWrapper"
class="com.raytheon.uf.edex.registry.ebxml.services.validator.ValidatorImplWrapper">
<constructor-arg name="validator" ref="validatorServiceImpl" />
<constructor-arg ref="validatorServiceImpl" />
</bean>
<bean id="CatalogerServiceWrapper"
class="com.raytheon.uf.edex.registry.ebxml.services.cataloger.CatalogerImplWrapper">
<constructor-arg name="cataloger" ref="catalogerServiceImpl" />
<constructor-arg ref="catalogerServiceImpl" />
</bean>
<jaxws:server id="RegistryRequest"