Latest SpringSurf fixes - support for JBoss VFS in ClassPathStore.

- Related updates to RemoteAPI and Share app-context files
 - Removal of obsolete stores
 - Removal of JBossEnabled* classes and references - no longer required since upgrade to Spring3.0.0
 - Corrected web.xml as per DTD for strict JBoss checks

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18064 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2010-01-15 15:00:11 +00:00
parent e2fbd4a8de
commit 0399805772
2 changed files with 2 additions and 15 deletions

View File

@@ -29,17 +29,17 @@ import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import org.alfresco.config.JBossEnabledResourcePatternResolver;
import org.springframework.core.io.DefaultResourceLoader;
import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;
import org.springframework.web.context.support.ServletContextResourcePatternResolver;
/**
* Can be used in Spring configuration to search for all resources matching an array of patterns.
*
* @author dward
*/
public class ResourceFinder extends JBossEnabledResourcePatternResolver
public class ResourceFinder extends ServletContextResourcePatternResolver
{
public ResourceFinder()
{