Return-Path: Delivered-To: apmail-incubator-chemistry-commits-archive@minotaur.apache.org Received: (qmail 12720 invoked from network); 21 Feb 2011 15:47:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2011 15:47:52 -0000 Received: (qmail 19608 invoked by uid 500); 21 Feb 2011 15:47:52 -0000 Delivered-To: apmail-incubator-chemistry-commits-archive@incubator.apache.org Received: (qmail 19546 invoked by uid 500); 21 Feb 2011 15:47:51 -0000 Mailing-List: contact chemistry-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-commits@incubator.apache.org Received: (qmail 19538 invoked by uid 99); 21 Feb 2011 15:47:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 15:47:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 15:47:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0E18238899C; Mon, 21 Feb 2011 15:47:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r785883 - /websites/staging/chemistry/trunk/content/java/opencmis-inmemory-repository.html Date: Mon, 21 Feb 2011 15:47:26 -0000 To: chemistry-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110221154726.C0E18238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Feb 21 15:47:26 2011 New Revision: 785883 Log: Staging update by buildbot Modified: websites/staging/chemistry/trunk/content/java/opencmis-inmemory-repository.html Modified: websites/staging/chemistry/trunk/content/java/opencmis-inmemory-repository.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/opencmis-inmemory-repository.html (original) +++ websites/staging/chemistry/trunk/content/java/opencmis-inmemory-repository.html Mon Feb 21 15:47:26 2011 @@ -213,8 +213,10 @@ The following features are implemented:<

Build and Deploy the Repository

+
+
    -
  1. How to build OpenCMIS
  2. +
  3. Follow this guide: How to build OpenCMIS
  4. A ready-to-use WAR file should now exist in /chemistry-opencmis-server/chemistry-opencmis-server-inmemory/target.
  5. Deploy the WAR file to your favorite servlet engine.
  6. AtomPub endpoint: http://<host>:<port>/<context>/atom,
    @@ -245,36 +247,36 @@ that are created. Those configuration pa RepositoryFiller.

    Bootstrap settings are set in the repository.properties file (/WEB-INF/classes/repository.properties).

    -
    # In Memory Settings
    -  # The class that enables the in-memory repository as server implementation
    -class=org.apache.chemistry.opencmis.inmemory.server.InMemoryServiceFactoryImpl
    -
    -# A repository that is created on start-up
    -InMemoryServer.RepositoryId=A1
    -
    -# The class that used to initialize the type system (creates all types that are available)
    -InMemoryServer.TypesCreatorClass=org.apache.chemistry.opencmis.inmemory.types.DefaultTypeSystemCreator
    -
    -# settings to initialize a repository with data on start-up
    -  # enable or disable
    -RepositoryFiller.Enable=true
    -  # Type id of documents that are created
    -RepositoryFiller.DocumentTypeId=ComplexType
    -  # Type id of folders that are created
    -RepositoryFiller.FolderTypeId=cmis:folder
    -  # Number of documents created per folder
    -RepositoryFiller.DocsPerFolder=3
    -  # Number of folders created per folder
    -RepositoryFiller.FolderPerFolder=2
    -  # number of folder levels created (depth of hierarchy)
    -RepositoryFiller.Depth=3
    -  # Size of content for documents (0=do not create content), default=0
    -RepositoryFiller.ContentSizeInKB=32
    -  # properties to set for a document
    -RepositoryFiller.DocumentProperty.0=StringProp
    -#RepositoryFiller.DocumentProperty.1=StringPropMV
    -  # properties to set for a folder
    -#RepositoryFiller.FolderProperty.0=StringFolderProp
    +
    # In Memory Settings
    +  # The class that enables the in-memory repository as server implementation
    +class=org.apache.chemistry.opencmis.inmemory.server.InMemoryServiceFactoryImpl
    +
    +# A repository that is created on start-up
    +InMemoryServer.RepositoryId=A1
    +
    +# The class that used to initialize the type system (creates all types that are available)
    +InMemoryServer.TypesCreatorClass=org.apache.chemistry.opencmis.inmemory.types.DefaultTypeSystemCreator
    +
    +# settings to initialize a repository with data on start-up
    +  # enable or disable
    +RepositoryFiller.Enable=true
    +  # Type id of documents that are created
    +RepositoryFiller.DocumentTypeId=ComplexType
    +  # Type id of folders that are created
    +RepositoryFiller.FolderTypeId=cmis:folder
    +  # Number of documents created per folder
    +RepositoryFiller.DocsPerFolder=3
    +  # Number of folders created per folder
    +RepositoryFiller.FolderPerFolder=2
    +  # number of folder levels created (depth of hierarchy)
    +RepositoryFiller.Depth=3
    +  # Size of content for documents (0=do not create content), default=0
    +RepositoryFiller.ContentSizeInKB=32
    +  # properties to set for a document
    +RepositoryFiller.DocumentProperty.0=StringProp
    +#RepositoryFiller.DocumentProperty.1=StringPropMV
    +  # properties to set for a folder
    +#RepositoryFiller.FolderProperty.0=StringFolderProp