Issue (View Online)

Key: NXP-699
Issue Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Thierry Delprat
Reporter: Damien Metzler
Environment: Windows 2000
JBoss 4.0.4.GA

Operations

View all
View comments
View history
Crash when there is no repository named 'demo' 
Updated: 30/04/07 00:30   Created: 02/03/07 14:20  

The following comment has been added to this issue: [ Permlink ]

Author: Thierry Delprat
Date: 30/04/07 00:30
Comment:
You also have to configure it via platform service.

for example :
<extension target="org.nuxeo.ecm.platform.api.PlatformService"
    point="servers">
    <documentation>My Server Layout </documentation>

    <server name="default" host="localhost" port="1099">

      <repository name="MyRepo" class="org.nuxeo.ecm.core.api.CoreSession"
        description="My Repository" />

    </server>

  </extension>

For now, this configuration is redondant with <extension target="org.nuxeo.ecm.platform.util.LocationManagerService" point="location">.
This will be merged in the future.

Project: Nuxeo Enterprise Platform 5
Components: JCRConnector
Affects Versions: 5.1 M1
Fix Versions: 5.1 M3

 Description   
When putting another repository with another name and deleting the demo one, there is stacktrace with the error :

Failed to get repository "demo"

The "demo" must be hardcoded somewhere so we have to name the first repository "demo"

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to