You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fg...@apache.org on 2010/04/14 16:30:50 UTC

svn commit: r933968 [10/15] - in /incubator/chemistry/opencmis/trunk: ./ chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/ chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemis...

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ObjectService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ObjectService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ObjectService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ObjectService.java Wed Apr 14 14:30:32 2010
@@ -16,16 +16,16 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CONTENT;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_ENTRY;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getEnumParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CONTENT;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_ENTRY;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getEnumParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
 
 import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
@@ -38,31 +38,31 @@ import java.util.Map;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.apache.opencmis.commons.PropertyIds;
-import org.apache.opencmis.commons.enums.IncludeRelationships;
-import org.apache.opencmis.commons.enums.UnfileObjects;
-import org.apache.opencmis.commons.enums.VersioningState;
-import org.apache.opencmis.commons.exceptions.CmisRuntimeException;
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.ReturnVersion;
-import org.apache.opencmis.commons.impl.UrlBuilder;
-import org.apache.opencmis.commons.impl.dataobjects.ContentStreamDataImpl;
-import org.apache.opencmis.commons.provider.AllowableActionsData;
-import org.apache.opencmis.commons.provider.ContentStreamData;
-import org.apache.opencmis.commons.provider.FailedToDeleteData;
-import org.apache.opencmis.commons.provider.Holder;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.commons.provider.PropertiesData;
-import org.apache.opencmis.commons.provider.PropertyData;
-import org.apache.opencmis.commons.provider.PropertyStringData;
-import org.apache.opencmis.server.impl.ObjectInfoHolderImpl;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisMultiFilingService;
-import org.apache.opencmis.server.spi.CmisObjectService;
-import org.apache.opencmis.server.spi.CmisVersioningService;
-import org.apache.opencmis.server.spi.ObjectInfo;
-import org.apache.opencmis.server.spi.ObjectInfoHolder;
+import org.apache.chemistry.opencmis.commons.PropertyIds;
+import org.apache.chemistry.opencmis.commons.enums.IncludeRelationships;
+import org.apache.chemistry.opencmis.commons.enums.UnfileObjects;
+import org.apache.chemistry.opencmis.commons.enums.VersioningState;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.ReturnVersion;
+import org.apache.chemistry.opencmis.commons.impl.UrlBuilder;
+import org.apache.chemistry.opencmis.commons.impl.dataobjects.ContentStreamDataImpl;
+import org.apache.chemistry.opencmis.commons.provider.AllowableActionsData;
+import org.apache.chemistry.opencmis.commons.provider.ContentStreamData;
+import org.apache.chemistry.opencmis.commons.provider.FailedToDeleteData;
+import org.apache.chemistry.opencmis.commons.provider.Holder;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.commons.provider.PropertiesData;
+import org.apache.chemistry.opencmis.commons.provider.PropertyData;
+import org.apache.chemistry.opencmis.commons.provider.PropertyStringData;
+import org.apache.chemistry.opencmis.server.impl.ObjectInfoHolderImpl;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisMultiFilingService;
+import org.apache.chemistry.opencmis.server.spi.CmisObjectService;
+import org.apache.chemistry.opencmis.server.spi.CmisVersioningService;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfo;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfoHolder;
 
 /**
  * Object Service operations.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/PolicyService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/PolicyService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/PolicyService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/PolicyService.java Wed Apr 14 14:30:32 2010
@@ -16,31 +16,31 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_POLICIES;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_POLICIES;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
 
 import java.util.List;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.apache.opencmis.commons.exceptions.CmisRuntimeException;
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.UrlBuilder;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectType;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.server.impl.ObjectInfoHolderImpl;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisPolicyService;
-import org.apache.opencmis.server.spi.ObjectInfo;
-import org.apache.opencmis.server.spi.ObjectInfoHolder;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.UrlBuilder;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.server.impl.ObjectInfoHolderImpl;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisPolicyService;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfo;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfoHolder;
 
 /**
  * Policy Service operations.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RelationshipService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RelationshipService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RelationshipService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RelationshipService.java Wed Apr 14 14:30:32 2010
@@ -16,35 +16,35 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_RELATIONSHIPS;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBigIntegerParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getEnumParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_RELATIONSHIPS;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBigIntegerParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getEnumParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
 
 import java.math.BigInteger;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.apache.opencmis.commons.enums.RelationshipDirection;
-import org.apache.opencmis.commons.exceptions.CmisRuntimeException;
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.UrlBuilder;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.commons.provider.ObjectList;
-import org.apache.opencmis.server.impl.ObjectInfoHolderImpl;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisRelationshipService;
-import org.apache.opencmis.server.spi.ObjectInfo;
-import org.apache.opencmis.server.spi.ObjectInfoHolder;
+import org.apache.chemistry.opencmis.commons.enums.RelationshipDirection;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.UrlBuilder;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.commons.provider.ObjectList;
+import org.apache.chemistry.opencmis.server.impl.ObjectInfoHolderImpl;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisRelationshipService;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfo;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfoHolder;
 
 /**
  * Relationship Service operations.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RepositoryService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RepositoryService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RepositoryService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/RepositoryService.java Wed Apr 14 14:30:32 2010
@@ -16,29 +16,29 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.PAGE_SIZE;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHANGES;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHECKEDOUT;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHILDREN;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_DESCENDANTS;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_FOLDERTREE;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_OBJECTBYID;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_OBJECTBYPATH;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_QUERY;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPE;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPES;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPESDESC;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_UNFILED;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.TYPE_AUTHOR;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBigIntegerParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.writeTypeEntry;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.PAGE_SIZE;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHANGES;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHECKEDOUT;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_CHILDREN;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_DESCENDANTS;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_FOLDERTREE;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_OBJECTBYID;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_OBJECTBYPATH;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_QUERY;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPE;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPES;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_TYPESDESC;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_UNFILED;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.TYPE_AUTHOR;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrlBuilder;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBigIntegerParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.writeTypeEntry;
 
 import java.math.BigInteger;
 import java.util.Collections;
@@ -48,18 +48,18 @@ import java.util.List;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.apache.opencmis.commons.api.TypeDefinition;
-import org.apache.opencmis.commons.api.TypeDefinitionContainer;
-import org.apache.opencmis.commons.api.TypeDefinitionList;
-import org.apache.opencmis.commons.enums.CapabilityChanges;
-import org.apache.opencmis.commons.enums.CapabilityQuery;
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.UrlBuilder;
-import org.apache.opencmis.commons.provider.RepositoryCapabilitiesData;
-import org.apache.opencmis.commons.provider.RepositoryInfoData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisRepositoryService;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinition;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinitionContainer;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinitionList;
+import org.apache.chemistry.opencmis.commons.enums.CapabilityChanges;
+import org.apache.chemistry.opencmis.commons.enums.CapabilityQuery;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.UrlBuilder;
+import org.apache.chemistry.opencmis.commons.provider.RepositoryCapabilitiesData;
+import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisRepositoryService;
 
 /**
  * Repository Service operations.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ServiceDocument.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ServiceDocument.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ServiceDocument.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/ServiceDocument.java Wed Apr 14 14:30:32 2010
@@ -16,18 +16,18 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
 
 import javax.xml.bind.JAXBException;
 import javax.xml.stream.XMLStreamException;
 import javax.xml.stream.XMLStreamWriter;
 
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.JaxBHelper;
-import org.apache.opencmis.commons.impl.jaxb.CmisRepositoryInfoType;
-import org.apache.opencmis.commons.provider.RepositoryInfoData;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.JaxBHelper;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRepositoryInfoType;
+import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData;
 
 /**
  * Service document class.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/VersioningService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/VersioningService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/VersioningService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/VersioningService.java Wed Apr 14 14:30:32 2010
@@ -16,33 +16,33 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_ENTRY;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_VERSIONS;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
-import static org.apache.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_ENTRY;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.RESOURCE_VERSIONS;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileBaseUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.compileUrl;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getBooleanParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.getStringParameter;
+import static org.apache.chemistry.opencmis.server.impl.atompub.AtomPubUtils.writeObjectEntry;
 
 import java.util.List;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import org.apache.opencmis.commons.exceptions.CmisRuntimeException;
-import org.apache.opencmis.commons.impl.Constants;
-import org.apache.opencmis.commons.impl.UrlBuilder;
-import org.apache.opencmis.commons.provider.Holder;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.server.impl.ObjectInfoHolderImpl;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisObjectService;
-import org.apache.opencmis.server.spi.CmisVersioningService;
-import org.apache.opencmis.server.spi.ObjectInfo;
-import org.apache.opencmis.server.spi.ObjectInfoHolder;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.UrlBuilder;
+import org.apache.chemistry.opencmis.commons.provider.Holder;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.server.impl.ObjectInfoHolderImpl;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisObjectService;
+import org.apache.chemistry.opencmis.server.spi.CmisVersioningService;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfo;
+import org.apache.chemistry.opencmis.server.spi.ObjectInfoHolder;
 
 /**
  * Versioning Service operations.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/XMLDocumentBase.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/XMLDocumentBase.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/XMLDocumentBase.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/atompub/XMLDocumentBase.java Wed Apr 14 14:30:32 2010
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.atompub;
+package org.apache.chemistry.opencmis.server.impl.atompub;
 
 import java.io.OutputStream;
 
@@ -24,7 +24,7 @@ import javax.xml.stream.XMLOutputFactory
 import javax.xml.stream.XMLStreamException;
 import javax.xml.stream.XMLStreamWriter;
 
-import org.apache.opencmis.commons.impl.Constants;
+import org.apache.chemistry.opencmis.commons.impl.Constants;
 
 /**
  * Base class for XML documents.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyRepositoryService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyRepositoryService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyRepositoryService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyRepositoryService.java Wed Apr 14 14:30:32 2010
@@ -16,22 +16,22 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.dummy;
+package org.apache.chemistry.opencmis.server.impl.dummy;
 
 import java.math.BigInteger;
 import java.util.Collections;
 import java.util.List;
 
-import org.apache.opencmis.commons.api.ExtensionsData;
-import org.apache.opencmis.commons.api.TypeDefinition;
-import org.apache.opencmis.commons.api.TypeDefinitionContainer;
-import org.apache.opencmis.commons.api.TypeDefinitionList;
-import org.apache.opencmis.commons.exceptions.CmisNotSupportedException;
-import org.apache.opencmis.commons.exceptions.CmisObjectNotFoundException;
-import org.apache.opencmis.commons.impl.dataobjects.RepositoryInfoDataImpl;
-import org.apache.opencmis.commons.provider.RepositoryInfoData;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisRepositoryService;
+import org.apache.chemistry.opencmis.commons.api.ExtensionsData;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinition;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinitionContainer;
+import org.apache.chemistry.opencmis.commons.api.TypeDefinitionList;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException;
+import org.apache.chemistry.opencmis.commons.impl.dataobjects.RepositoryInfoDataImpl;
+import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisRepositoryService;
 
 /**
  * Simplest Repository Service implementation.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyServicesFactory.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyServicesFactory.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyServicesFactory.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/dummy/DummyServicesFactory.java Wed Apr 14 14:30:32 2010
@@ -16,14 +16,14 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.dummy;
+package org.apache.chemistry.opencmis.server.impl.dummy;
 
 import java.util.Map;
 
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CmisRepositoryService;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CmisRepositoryService;
 
 /**
  * Implementation of a repository factory without back-end for test purposes.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AbstractService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AbstractService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AbstractService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AbstractService.java Wed Apr 14 14:30:32 2010
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
 import java.math.BigInteger;
 import java.util.Map;
@@ -25,26 +25,26 @@ import javax.servlet.ServletContext;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
 
-import org.apache.opencmis.commons.exceptions.CmisBaseException;
-import org.apache.opencmis.commons.exceptions.CmisConstraintException;
-import org.apache.opencmis.commons.exceptions.CmisContentAlreadyExistsException;
-import org.apache.opencmis.commons.exceptions.CmisFilterNotValidException;
-import org.apache.opencmis.commons.exceptions.CmisInvalidArgumentException;
-import org.apache.opencmis.commons.exceptions.CmisNameConstraintViolationException;
-import org.apache.opencmis.commons.exceptions.CmisNotSupportedException;
-import org.apache.opencmis.commons.exceptions.CmisObjectNotFoundException;
-import org.apache.opencmis.commons.exceptions.CmisPermissionDeniedException;
-import org.apache.opencmis.commons.exceptions.CmisStorageException;
-import org.apache.opencmis.commons.exceptions.CmisStreamNotSupportedException;
-import org.apache.opencmis.commons.exceptions.CmisUpdateConflictException;
-import org.apache.opencmis.commons.exceptions.CmisVersioningException;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisFaultType;
-import org.apache.opencmis.commons.impl.jaxb.EnumServiceException;
-import org.apache.opencmis.server.impl.CallContextImpl;
-import org.apache.opencmis.server.impl.CmisRepositoryContextListener;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisContentAlreadyExistsException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisFilterNotValidException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisNameConstraintViolationException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisStreamNotSupportedException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException;
+import org.apache.chemistry.opencmis.commons.exceptions.CmisVersioningException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisFaultType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumServiceException;
+import org.apache.chemistry.opencmis.server.impl.CallContextImpl;
+import org.apache.chemistry.opencmis.server.impl.CmisRepositoryContextListener;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
 
 /**
  * This class contains operations used by all services.
@@ -54,7 +54,7 @@ import org.apache.opencmis.server.spi.Ca
  */
 public abstract class AbstractService {
 
-  public static final String CALL_CONTEXT_MAP = "org.apache.opencmis.callcontext";
+  public static final String CALL_CONTEXT_MAP = "org.apache.chemistry.opencmis.callcontext";
 
   /**
    * Returns the services factory.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AclService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AclService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AclService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AclService.java Wed Apr 14 14:30:32 2010
@@ -16,25 +16,25 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
 
 import javax.annotation.Resource;
 import javax.jws.WebService;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.enums.AclPropagation;
-import org.apache.opencmis.commons.impl.jaxb.ACLServicePort;
-import org.apache.opencmis.commons.impl.jaxb.CmisACLType;
-import org.apache.opencmis.commons.impl.jaxb.CmisAccessControlListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.EnumACLPropagation;
-import org.apache.opencmis.commons.provider.AccessControlList;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisAclService;
+import org.apache.chemistry.opencmis.commons.enums.AclPropagation;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.ACLServicePort;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisACLType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAccessControlListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumACLPropagation;
+import org.apache.chemistry.opencmis.commons.provider.AccessControlList;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisAclService;
 
 /**
  * CMIS ACL Service.
@@ -42,7 +42,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.ACLServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.ACLServicePort")
 public class AclService extends AbstractService implements ACLServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AuthHandler.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AuthHandler.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AuthHandler.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/AuthHandler.java Wed Apr 14 14:30:32 2010
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
 import java.util.HashMap;
 import java.util.HashSet;
@@ -32,7 +32,7 @@ import javax.xml.ws.handler.MessageConte
 import javax.xml.ws.handler.soap.SOAPHandler;
 import javax.xml.ws.handler.soap.SOAPMessageContext;
 
-import org.apache.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
 
 /**
  * This class tries to extract a user name and a password from a UsernameToken.

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/DiscoveryService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/DiscoveryService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/DiscoveryService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/DiscoveryService.java Wed Apr 14 14:30:32 2010
@@ -16,11 +16,11 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.commons.impl.Converter.convertHolder;
-import static org.apache.opencmis.commons.impl.Converter.setHolderValue;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setHolderValue;
 
 import java.math.BigInteger;
 
@@ -29,16 +29,16 @@ import javax.jws.WebService;
 import javax.xml.ws.Holder;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.enums.IncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectListType;
-import org.apache.opencmis.commons.impl.jaxb.DiscoveryServicePort;
-import org.apache.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
-import org.apache.opencmis.commons.provider.ObjectList;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisDiscoveryService;
+import org.apache.chemistry.opencmis.commons.enums.IncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.DiscoveryServicePort;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
+import org.apache.chemistry.opencmis.commons.provider.ObjectList;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisDiscoveryService;
 
 /**
  * CMIS Discovery Service.
@@ -46,7 +46,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.DiscoveryServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.DiscoveryServicePort")
 public class DiscoveryService extends AbstractService implements DiscoveryServicePort {
   @Resource
   WebServiceContext fContext;
@@ -60,7 +60,7 @@ public class DiscoveryService extends Ab
       CmisDiscoveryService service = factory.getDiscoveryService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> changeLogTokenHolder = convertHolder(changeLogToken);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> changeLogTokenHolder = convertHolder(changeLogToken);
 
       ObjectList changesList = service.getContentChanges(context, repositoryId,
           changeLogTokenHolder, includeProperties, filter, includePolicyIds, includeAcl, maxItems,

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/MultiFilingService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/MultiFilingService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/MultiFilingService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/MultiFilingService.java Wed Apr 14 14:30:32 2010
@@ -16,23 +16,23 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convertExtensionHolder;
-import static org.apache.opencmis.commons.impl.Converter.setExtensionValues;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertExtensionHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setExtensionValues;
 
 import javax.annotation.Resource;
 import javax.jws.WebService;
 import javax.xml.ws.Holder;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.api.ExtensionsData;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.MultiFilingServicePort;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisMultiFilingService;
+import org.apache.chemistry.opencmis.commons.api.ExtensionsData;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.MultiFilingServicePort;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisMultiFilingService;
 
 /**
  * CMIS MultiFiling Service.
@@ -40,7 +40,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.MultiFilingServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.MultiFilingServicePort")
 public class MultiFilingService extends AbstractService implements MultiFilingServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/NavigationService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/NavigationService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/NavigationService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/NavigationService.java Wed Apr 14 14:30:32 2010
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
 
 import java.math.BigInteger;
 import java.util.ArrayList;
@@ -28,21 +28,21 @@ import javax.annotation.Resource;
 import javax.jws.WebService;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.enums.IncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectInFolderListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectParentsType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectType;
-import org.apache.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.NavigationServicePort;
-import org.apache.opencmis.commons.provider.ObjectInFolderContainer;
-import org.apache.opencmis.commons.provider.ObjectParentData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisNavigationService;
+import org.apache.chemistry.opencmis.commons.enums.IncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderContainerType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectParentsType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePort;
+import org.apache.chemistry.opencmis.commons.provider.ObjectInFolderContainer;
+import org.apache.chemistry.opencmis.commons.provider.ObjectParentData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisNavigationService;
 
 /**
  * CMIS Navigation Service.
@@ -50,7 +50,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.NavigationServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePort")
 public class NavigationService extends AbstractService implements NavigationServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/ObjectService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/ObjectService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/ObjectService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/ObjectService.java Wed Apr 14 14:30:32 2010
@@ -16,13 +16,13 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.commons.impl.Converter.convertExtensionHolder;
-import static org.apache.opencmis.commons.impl.Converter.convertHolder;
-import static org.apache.opencmis.commons.impl.Converter.setExtensionValues;
-import static org.apache.opencmis.commons.impl.Converter.setHolderValue;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertExtensionHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setExtensionValues;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setHolderValue;
 
 import java.math.BigInteger;
 import java.util.ArrayList;
@@ -33,27 +33,27 @@ import javax.jws.WebService;
 import javax.xml.ws.Holder;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.api.ExtensionsData;
-import org.apache.opencmis.commons.enums.IncludeRelationships;
-import org.apache.opencmis.commons.enums.UnfileObjects;
-import org.apache.opencmis.commons.enums.VersioningState;
-import org.apache.opencmis.commons.impl.jaxb.CmisAccessControlListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisAllowableActionsType;
-import org.apache.opencmis.commons.impl.jaxb.CmisContentStreamType;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectType;
-import org.apache.opencmis.commons.impl.jaxb.CmisPropertiesType;
-import org.apache.opencmis.commons.impl.jaxb.CmisRenditionType;
-import org.apache.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.EnumUnfileObject;
-import org.apache.opencmis.commons.impl.jaxb.EnumVersioningState;
-import org.apache.opencmis.commons.impl.jaxb.ObjectServicePort;
-import org.apache.opencmis.commons.impl.jaxb.DeleteTreeResponse.FailedToDelete;
-import org.apache.opencmis.commons.provider.RenditionData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisObjectService;
+import org.apache.chemistry.opencmis.commons.api.ExtensionsData;
+import org.apache.chemistry.opencmis.commons.enums.IncludeRelationships;
+import org.apache.chemistry.opencmis.commons.enums.UnfileObjects;
+import org.apache.chemistry.opencmis.commons.enums.VersioningState;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAccessControlListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAllowableActionsType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisContentStreamType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertiesType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRenditionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumUnfileObject;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumVersioningState;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectServicePort;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.DeleteTreeResponse.FailedToDelete;
+import org.apache.chemistry.opencmis.commons.provider.RenditionData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisObjectService;
 
 import com.sun.xml.ws.developer.StreamingAttachment;
 
@@ -64,7 +64,7 @@ import com.sun.xml.ws.developer.Streamin
  * 
  */
 @StreamingAttachment(parseEagerly = true, memoryThreshold = 4 * 1024 * 1204)
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.ObjectServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectServicePort")
 public class ObjectService extends AbstractService implements ObjectServicePort {
   @Resource
   WebServiceContext fContext;
@@ -205,8 +205,8 @@ public class ObjectService extends Abstr
       CmisObjectService service = factory.getObjectService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
-      org.apache.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service
@@ -370,7 +370,7 @@ public class ObjectService extends Abstr
       CmisObjectService service = factory.getObjectService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service.moveObject(context, repositoryId, objectIdHolder, targetFolderId, sourceFolderId,
@@ -392,8 +392,8 @@ public class ObjectService extends Abstr
       CmisObjectService service = factory.getObjectService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
-      org.apache.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service.setContentStream(context, repositoryId, objectIdHolder, overwriteFlag,
@@ -416,8 +416,8 @@ public class ObjectService extends Abstr
       CmisObjectService service = factory.getObjectService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
-      org.apache.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> changeTokenHolder = convertHolder(changeToken);
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service.updateProperties(context, repositoryId, objectIdHolder, changeTokenHolder,

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/PolicyService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/PolicyService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/PolicyService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/PolicyService.java Wed Apr 14 14:30:32 2010
@@ -16,11 +16,11 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.commons.impl.Converter.convertExtensionHolder;
-import static org.apache.opencmis.commons.impl.Converter.setExtensionValues;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertExtensionHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setExtensionValues;
 
 import java.util.ArrayList;
 import java.util.List;
@@ -30,15 +30,15 @@ import javax.jws.WebService;
 import javax.xml.ws.Holder;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.api.ExtensionsData;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectType;
-import org.apache.opencmis.commons.impl.jaxb.PolicyServicePort;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisPolicyService;
+import org.apache.chemistry.opencmis.commons.api.ExtensionsData;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.PolicyServicePort;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisPolicyService;
 
 /**
  * CMIS Policy Service.
@@ -46,7 +46,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.PolicyServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.PolicyServicePort")
 public class PolicyService extends AbstractService implements PolicyServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RelationshipService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RelationshipService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RelationshipService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RelationshipService.java Wed Apr 14 14:30:32 2010
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
 
 import java.math.BigInteger;
 
@@ -26,15 +26,15 @@ import javax.annotation.Resource;
 import javax.jws.WebService;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.enums.RelationshipDirection;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectListType;
-import org.apache.opencmis.commons.impl.jaxb.EnumRelationshipDirection;
-import org.apache.opencmis.commons.impl.jaxb.RelationshipServicePort;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisRelationshipService;
+import org.apache.chemistry.opencmis.commons.enums.RelationshipDirection;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumRelationshipDirection;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.RelationshipServicePort;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisRelationshipService;
 
 /**
  * CMIS Relationship Service.
@@ -42,7 +42,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.RelationshipServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.RelationshipServicePort")
 public class RelationshipService extends AbstractService implements RelationshipServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RepositoryService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RepositoryService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RepositoryService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/RepositoryService.java Wed Apr 14 14:30:32 2010
@@ -16,10 +16,10 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.commons.impl.Converter.convertTypeContainerList;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertTypeContainerList;
 
 import java.math.BigInteger;
 import java.util.ArrayList;
@@ -29,18 +29,18 @@ import javax.annotation.Resource;
 import javax.jws.WebService;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisRepositoryEntryType;
-import org.apache.opencmis.commons.impl.jaxb.CmisRepositoryInfoType;
-import org.apache.opencmis.commons.impl.jaxb.CmisTypeContainer;
-import org.apache.opencmis.commons.impl.jaxb.CmisTypeDefinitionListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisTypeDefinitionType;
-import org.apache.opencmis.commons.impl.jaxb.RepositoryServicePort;
-import org.apache.opencmis.commons.provider.RepositoryInfoData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisRepositoryService;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRepositoryEntryType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRepositoryInfoType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeContainer;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.RepositoryServicePort;
+import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisRepositoryService;
 
 /**
  * CMIS Repository Service.
@@ -48,7 +48,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.RepositoryServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.RepositoryServicePort")
 public class RepositoryService extends AbstractService implements RepositoryServicePort {
   @Resource
   WebServiceContext fContext;

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/VersioningService.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/VersioningService.java?rev=933968&r1=933950&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/VersioningService.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/webservices/VersioningService.java Wed Apr 14 14:30:32 2010
@@ -16,13 +16,13 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.opencmis.server.impl.webservices;
+package org.apache.chemistry.opencmis.server.impl.webservices;
 
-import static org.apache.opencmis.commons.impl.Converter.convert;
-import static org.apache.opencmis.commons.impl.Converter.convertExtensionHolder;
-import static org.apache.opencmis.commons.impl.Converter.convertHolder;
-import static org.apache.opencmis.commons.impl.Converter.setExtensionValues;
-import static org.apache.opencmis.commons.impl.Converter.setHolderValue;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convert;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertExtensionHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.convertHolder;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setExtensionValues;
+import static org.apache.chemistry.opencmis.commons.impl.Converter.setHolderValue;
 
 import java.util.ArrayList;
 import java.util.List;
@@ -32,20 +32,20 @@ import javax.jws.WebService;
 import javax.xml.ws.Holder;
 import javax.xml.ws.WebServiceContext;
 
-import org.apache.opencmis.commons.api.ExtensionsData;
-import org.apache.opencmis.commons.enums.IncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.CmisAccessControlListType;
-import org.apache.opencmis.commons.impl.jaxb.CmisContentStreamType;
-import org.apache.opencmis.commons.impl.jaxb.CmisException;
-import org.apache.opencmis.commons.impl.jaxb.CmisExtensionType;
-import org.apache.opencmis.commons.impl.jaxb.CmisObjectType;
-import org.apache.opencmis.commons.impl.jaxb.CmisPropertiesType;
-import org.apache.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
-import org.apache.opencmis.commons.impl.jaxb.VersioningServicePort;
-import org.apache.opencmis.commons.provider.ObjectData;
-import org.apache.opencmis.server.spi.AbstractServicesFactory;
-import org.apache.opencmis.server.spi.CallContext;
-import org.apache.opencmis.server.spi.CmisVersioningService;
+import org.apache.chemistry.opencmis.commons.api.ExtensionsData;
+import org.apache.chemistry.opencmis.commons.enums.IncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisAccessControlListType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisContentStreamType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisException;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisExtensionType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.CmisPropertiesType;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships;
+import org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningServicePort;
+import org.apache.chemistry.opencmis.commons.provider.ObjectData;
+import org.apache.chemistry.opencmis.server.spi.AbstractServicesFactory;
+import org.apache.chemistry.opencmis.server.spi.CallContext;
+import org.apache.chemistry.opencmis.server.spi.CmisVersioningService;
 
 /**
  * CMIS Versioning Service.
@@ -53,7 +53,7 @@ import org.apache.opencmis.server.spi.Cm
  * @author <a href="mailto:fmueller@opentext.com">Florian M&uuml;ller</a>
  * 
  */
-@WebService(endpointInterface = "org.apache.opencmis.commons.impl.jaxb.VersioningServicePort")
+@WebService(endpointInterface = "org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningServicePort")
 public class VersioningService extends AbstractService implements VersioningServicePort {
   @Resource
   WebServiceContext fContext;
@@ -86,7 +86,7 @@ public class VersioningService extends A
       CmisVersioningService service = factory.getVersioningService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service.checkIn(context, repositoryId, objectIdHolder, major, convert(properties),
@@ -108,8 +108,8 @@ public class VersioningService extends A
       CmisVersioningService service = factory.getVersioningService();
       CallContext context = createContext(fContext);
 
-      org.apache.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
-      org.apache.opencmis.commons.provider.Holder<Boolean> contentCopiedHolder = new org.apache.opencmis.commons.provider.Holder<Boolean>();
+      org.apache.chemistry.opencmis.commons.provider.Holder<String> objectIdHolder = convertHolder(objectId);
+      org.apache.chemistry.opencmis.commons.provider.Holder<Boolean> contentCopiedHolder = new org.apache.chemistry.opencmis.commons.provider.Holder<Boolean>();
       ExtensionsData extData = convertExtensionHolder(extension);
 
       service.checkOut(context, repositoryId, objectIdHolder, extData, contentCopiedHolder, null);

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/classes/repository.properties
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/classes/repository.properties?rev=933968&r1=933967&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/classes/repository.properties (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/classes/repository.properties Wed Apr 14 14:30:32 2010
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-class=org.apache.opencmis.server.impl.dummy.DummyServicesFactory
+class=org.apache.chemistry.opencmis.server.impl.dummy.DummyServicesFactory
 
 repository.id=dummy-rep
 repository.name=Dummy Repository

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml?rev=933968&r1=933967&r2=933968&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml Wed Apr 14 14:30:32 2010
@@ -20,129 +20,129 @@
 <endpoints xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0">
 
 	<endpoint name="RepositoryService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.RepositoryService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.RepositoryService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}RepositoryService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}RepositoryServicePort"
 		url-pattern="/services/RepositoryService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="NavigationService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.NavigationService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.NavigationService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}NavigationService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}NavigationServicePort"
 		url-pattern="/services/NavigationService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="ObjectService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.ObjectService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.ObjectService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}ObjectService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}ObjectServicePort"
 		url-pattern="/services/ObjectService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="VersioningService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.VersioningService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.VersioningService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}VersioningService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}VersioningServicePort"
 		url-pattern="/services/VersioningService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="RelationshipService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.RelationshipService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.RelationshipService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}RelationshipService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}RelationshipServicePort"		
 		url-pattern="/services/RelationshipService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 	
 	<endpoint name="DiscoveryService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.DiscoveryService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.DiscoveryService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}DiscoveryService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}DiscoveryServicePort"
 		url-pattern="/services/DiscoveryService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="MultiFilingService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.MultiFilingService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.MultiFilingService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}MultiFilingService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}MultiFilingServicePort"
 		url-pattern="/services/MultiFilingService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="ACLService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.AclService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.AclService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}ACLService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}ACLServicePort"
 		url-pattern="/services/ACLService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 
 	<endpoint name="PolicyService" wsdl="WEB-INF/wsdl/CMISWS-Service.wsdl"
-		implementation="org.apache.opencmis.server.impl.webservices.PolicyService"
+		implementation="org.apache.chemistry.opencmis.server.impl.webservices.PolicyService"
 		service="{http://docs.oasis-open.org/ns/cmis/ws/200908/}PolicyService"
 		port="{http://docs.oasis-open.org/ns/cmis/ws/200908/}PolicyServicePort"
 		url-pattern="/services/PolicyService" enable-mtom="true">
 		<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
 			<handler-chain>
 				<handler>
-					<handler-class>org.apache.opencmis.server.impl.webservices.AuthHandler</handler-class>
+					<handler-class>org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler</handler-class>
 				</handler>
 			</handler-chain>
 		</handler-chains>
 	</endpoint>
 	
-</endpoints>
\ No newline at end of file
+</endpoints>