Revision 45128
Added by Claudio Atzori about 6 years ago
modules/cnr-enabling-hcm-service/trunk/src/main/resources/eu/dnetlib/enabling/hcm/applicationContext-hcm.xml | ||
---|---|---|
37 | 37 |
<property name="triggers"> |
38 | 38 |
<list> |
39 | 39 |
<bean id="hcmSubscriptionTrigger" |
40 |
class="org.springframework.scheduling.quartz.SimpleTriggerBean" |
|
40 |
class="org.springframework.scheduling.quartz.SimpleTriggerFactoryBean"
|
|
41 | 41 |
p:startDelay="6000" p:repeatCount="0"> |
42 | 42 |
<property name="jobDetail"> |
43 | 43 |
<bean id="hcmSubscriptionJobDetails" |
modules/cnr-enabling-hcm-service/trunk/pom.xml | ||
---|---|---|
2 | 2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 |
<artifactId>dnet-parent</artifactId> |
|
6 |
<version>1.0.0</version> |
|
5 |
<artifactId>dnet45-parent</artifactId>
|
|
6 |
<version>1.0.0-SNAPSHOT</version>
|
|
7 | 7 |
<relativePath /> |
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
... | ... | |
12 | 12 |
<packaging>jar</packaging> |
13 | 13 |
<version>2.0.1-SNAPSHOT</version> |
14 | 14 |
<scm> |
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-enabling-hcm-service/trunk</developerConnection>
|
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-enabling-hcm-service/trunk</developerConnection>
|
|
16 | 16 |
</scm> |
17 | 17 |
<dependencies> |
18 | 18 |
<dependency> |
Also available in: Unified diff
migrated to dnet45, using updated quartz version