Show
Ignore:
Timestamp:
06/28/07 14:33:54 (3 years ago)
Author:
btatar
Message:

fixing bug NXGED-701(404 Error on Archive tab)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/PlatformBindings.xml

    r16027 r21547  
    11<?xml version="1.0"?> 
    22 
    3 <component name="org.nuxeo.ecm.platform.archive.facade.PlatformBindings" version="1.0"> 
     3<component name="org.nuxeo.ecm.platform.archive.facade" version="1.0"> 
    44        <documentation> 
    55                Defines the archive manager service binding 
     
    77        </documentation> 
    88 
    9   <extension target="org.nuxeo.ecm.platform.api.PlatformService
    10                 point="servers"> 
     9  <extension target="org.nuxeo.runtime.api.ServiceManagement
     10                point="services"> 
    1111        <documentation>Defines the archive manager service binding</documentation> 
    1212 
    1313                <server name="default"> 
    14                         <service class="org.nuxeo.ecm.platform.archive.api.ArchiveManager" jndiName="%ArchiveManagerBean"/> 
     14                        <service class="org.nuxeo.ecm.platform.archive.api.ArchiveManager" group="platform" > 
     15                                <locator>%ArchiveManagerBean</locator> 
     16                        </service> 
    1517                </server> 
    1618