Add GroupDefinition service. Update subscriptions to not have a group name when their group is deleted. Amend: Rebase to HEAD of 13.2.1. Change-Id: I817ca1912f76ccf347907ddb12e3f6fd8de7e5aa Former-commit-id:3ec05a5a9c
[formerly557de162b0
] [formerly15c2c55ff9
[formerly 464b46dd4f4af60dbeb917f65c18c876d712e4ad]] Former-commit-id:15c2c55ff9
Former-commit-id:a3c99f86bb
10 lines
No EOL
582 B
XML
10 lines
No EOL
582 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
http://www.springframework.org/schema/util
|
|
http://www.springframework.org/schema/util/spring-util-2.5.xsd">
|
|
|
|
<bean id="subscriptionNotificationService"
|
|
class="com.raytheon.uf.common.datadelivery.service.SendToServerSubscriptionNotificationService" />
|
|
|
|
</beans> |