OPEN - issue INT-768: Add LockingFileListFilter to allow multiple processes to watch the same directory

http://jira.springframework.org/browse/INT-768

Added instanceof check to make locking filter work with namespace.
This commit is contained in:
Iwein Fuld
2009-10-02 17:52:33 +00:00
parent 9feb267c2f
commit 873ff42ea2
7 changed files with 261 additions and 249 deletions

View File

@@ -22,7 +22,6 @@
<dependencies>
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="test->runtime"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->runtime"/>
<dependency org="org.easymock" name="com.springsource.org.easymock.classextension" rev="2.3.0" conf="test->runtime"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="${spring.version}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>