root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-cache-client/src/main/resources/OSGI-INF/platform-cacheable-server-contrib.xml

Revision 28990, 500 bytes (checked in by sfermigier, 3 years ago)

Loads of forgotten trivial forward ports.

Line 
1 <?xml version="1.0"?>
2
3 <component name="org.nuxeo.ecm.platform.cache.CacheServerBinding" version="1.0">
4   <documentation>
5     A cache manager binding.
6
7     @author
8     <a href="mailto:dm@nuxeo.com">Dragos Mihalache</a>
9   </documentation>
10
11   <extension target="org.nuxeo.ecm.platform.api.PlatformService"
12     point="servers">
13
14     <server name="default">
15       <service class="org.nuxeo.ecm.core.api.CoreSession" jndiName="%CacheableDocumentManagerBean" />
16     </server>
17
18   </extension>
19
20 </component>
Note: See TracBrowser for help on using the browser.