mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user