<?xml version='1.0' encoding='utf-8'?>
|
|
<quartz xmlns="http://www.opensymphony.com/quartz/JobSchedulingData"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://www.opensymphony.com/quartz/JobSchedulingData
|
http://www.opensymphony.com/quartz/xml/job_scheduling_data_1_5.xsd"
|
version="1.5">
|
|
<job>
|
<job-detail>
|
<name>ConvertDgn2ShpIntoDirectory</name>
|
<group>DEFAULT</group>
|
<description>A job that convert dgn to shapefiles</description>
|
<job-class>com.ximple.eofms.jobs.OracleConvertDgn2ShpJob</job-class>
|
<volatility>false</volatility>
|
<durability>false</durability>
|
<recover>false</recover>
|
<job-data-map allows-transient-data="true">
|
<entry>
|
<key>SHPDATA_DIR</key>
|
<value>g:\temp\data</value>
|
</entry>
|
<!--
|
<entry>
|
<key>SHPFILTER_CONF</key>
|
<value></value>
|
</entry>
|
-->
|
<entry>
|
<key>ORAHOST</key>
|
<value>192.168.11.200</value>
|
</entry>
|
<entry>
|
<key>ORAINST</key>
|
<value>nntpc</value>
|
</entry>
|
<entry>
|
<key>ORAPORT</key>
|
<value>1521</value>
|
</entry>
|
<entry>
|
<key>ORAUSER</key>
|
<value>spatialdb</value>
|
</entry>
|
<entry>
|
<key>ORAPASS</key>
|
<value>spatialdb000</value>
|
</entry>
|
<entry>
|
<key>ORGSCHEMA</key>
|
<value>SPATIALDB, CMMS_SPATIALDB</value>
|
</entry>
|
<entry>
|
<key>CONVERTDB</key>
|
<value>false</value>
|
</entry>
|
<entry>
|
<key>CONVERTFILE</key>
|
<value>true</value>
|
</entry>
|
<entry>
|
<key>CONVERTELEMIN</key>
|
<value>false</value>
|
</entry>
|
<entry>
|
<key>ELEMLOG</key>
|
<value>true</value>
|
</entry>
|
<entry>
|
<key>TESTMODE</key>
|
<value>FALSE</value>
|
</entry>
|
<entry>
|
<key>TESTCOUNT</key>
|
<value>2</value>
|
</entry>
|
</job-data-map>
|
</job-detail>
|
|
<trigger>
|
<simple>
|
<name>convertTrigger</name>
|
<group>DEFAULT</group>
|
<job-name>ConvertDgn2ShpIntoDirectory</job-name>
|
<job-group>DEFAULT</job-group>
|
<start-time>2008-03-01T18:10:00</start-time>
|
<!-- repeat indefinitely every 10 seconds -->
|
<repeat-count>0</repeat-count>
|
<repeat-interval>500</repeat-interval>
|
<!-- <repeat-interval>72000000</repeat-interval> -->
|
</simple>
|
</trigger>
|
|
</job>
|
</quartz>
|