You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2010/11/10 20:15:06 UTC

svn commit: r1033649 - in /incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs: config-library.properties ibm-filenet-p8-atompub.properties ibm-filenet-p8-webservices.properties

Author: fmui
Date: Wed Nov 10 19:15:06 2010
New Revision: 1033649

URL: http://svn.apache.org/viewvc?rev=1033649&view=rev
Log:
- added IBM FileNet P8 configuration to CMIS Workbench

Added:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties   (with props)
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties   (with props)
Modified:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties?rev=1033649&r1=1033648&r2=1033649&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/config-library.properties Wed Nov 10 19:15:06 2010
@@ -37,3 +37,6 @@ opentext-els-10.2.0-webservices.properti
 
 nuxeo-5.4-atompub.properties=Nuxeo 5.4 AtomPub
 nuxeo-5.4-webservices.properties=Nuxeo 5.4 Web Services
+
+ibm-filenet-p8-atompub.properties=IBM FileNet P8 AtomPub
+ibm-filenet-p8-webservices.properties=IBM FileNet P8 Web Services

Added: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties?rev=1033649&view=auto
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties (added)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties Wed Nov 10 19:15:06 2010
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+# IBM P8 CMIS AtomPub - note the /p8cmis/ root portion of the url may vary in some installations
+
+org.apache.chemistry.opencmis.binding.spi.type=atompub
+org.apache.chemistry.opencmis.binding.atompub.url=http://<host>/p8cmis/resources/Service
+org.apache.chemistry.opencmis.user=<user>
+org.apache.chemistry.opencmis.password=<password>

Propchange: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-atompub.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties?rev=1033649&view=auto
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties (added)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties Wed Nov 10 19:15:06 2010
@@ -0,0 +1,35 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+# IBM P8 Web Services - note the /p8cmis/ root portion of the url may vary in some installations
+
+org.apache.chemistry.opencmis.binding.spi.type=webservices
+org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.ACLService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://<host>/p8cmis/wsdl
+org.apache.chemistry.opencmis.user=<user>
+org.apache.chemistry.opencmis.password=<password>

Propchange: incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/src/main/resources/configs/ibm-filenet-p8-webservices.properties
------------------------------------------------------------------------------
    svn:eol-style = native