Revision 57006
Added by Ioannis Diplas over 3 years ago
springContext-validator-blackboard.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<beans xmlns="http://www.springframework.org/schema/beans" |
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" |
|
4 |
xmlns:cxf="http://cxf.apache.org/core" xmlns:jaxws="http://cxf.apache.org/jaxws" |
|
5 |
xmlns:p="http://http://www.springframework.org/schema/p" |
|
6 |
xmlns:template="http://dnetlib.eu/springbeans/template" xmlns:t="http://dnetlib.eu/springbeans/t" |
|
7 |
xmlns:tx="http://www.springframework.org/schema/tx" |
|
8 |
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
9 | 4 |
xsi:schemaLocation=" |
10 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd |
|
11 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd |
|
12 |
http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd |
|
13 |
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd |
|
14 |
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd |
|
15 |
http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd" |
|
5 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd" |
|
16 | 6 |
default-autowire="no"> |
17 | 7 |
|
18 | 8 |
<bean id="blackboardHandler" |
... | ... | |
26 | 16 |
</property> |
27 | 17 |
</bean> |
28 | 18 |
|
29 |
<bean id="notificationListener" class="eu.dnetlib.validator.service.impl.NotificationListener" |
|
30 |
scope="singleton"> |
|
19 |
<bean id="notificationListener" class="eu.dnetlib.validator.service.impl.NotificationListener"> |
|
31 | 20 |
<property name="valManager" ref="validatorManager" /> |
32 | 21 |
<property name="blackboardHandler" ref="blackboardHandler" /> |
33 | 22 |
</bean> |
Also available in: Unified diff
Cleaning up and adding the OR clause (job.isRegistration || job.isUpdate)