Changeset 268
- Timestamp:
- 11/29/10 17:00:14 (2 years ago)
- Location:
- ICA/trunk/src/main
- Files:
-
- 3 edited
-
java/main/uk/ac/cf/engine/CaptureEngine.java (modified) (1 diff)
-
webapp/WEB-INF/beans.xml (modified) (1 diff)
-
webapp/WEB-INF/data-access.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ICA/trunk/src/main/java/main/uk/ac/cf/engine/CaptureEngine.java
r255 r268 66 66 for (Object auth : authentications)allAuths.add(auth); 67 67 } 68 retrieveTransactionFinished();68 // retrieveTransactionFinished(); 69 69 return allAuths; 70 70 } -
ICA/trunk/src/main/webapp/WEB-INF/beans.xml
r264 r268 83 83 <ref local="ICAProcessJobDetail" /> 84 84 </property> 85 <property name="repeatInterval" value=" 7000" />85 <property name="repeatInterval" value="15000" /> 86 86 <!-- <property name="repeatCount" value="0" />--> 87 87 </bean> -
ICA/trunk/src/main/webapp/WEB-INF/data-access.xml
r264 r268 48 48 <!--<property name="parsingSupport"><ref bean="persistentParserConfig"></ref></property>--> 49 49 <property name="logfile"> 50 <value>file:///Users/philsmart/Documents/DataSets/Logs/idp-audit- test.txt50 <value>file:///Users/philsmart/Documents/DataSets/Logs/idp-audit-2010-10-20.idp1.log 51 51 </value> 52 52 </property>
Note: See TracChangeset
for help on using the changeset viewer.
