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 6134f273ba
commit e356f22ac1

View File

@@ -66,9 +66,8 @@
<ref bean="webscripts.store.repo" /> <ref bean="webscripts.store.repo" />
<ref bean="webscripts.store.client.extension" /> <ref bean="webscripts.store.client.extension" />
<ref bean="webscripts.store.client" /> <ref bean="webscripts.store.client" />
<ref bean="webscripts.store" />
<ref bean="webscripts.store.alfresco" /> <ref bean="webscripts.store.alfresco" />
<ref bean="webscripts.systemstore" /> <ref bean="webscripts.store" />
</list> </list>
</property> </property>
</bean> </bean>