 
					
				
		
08-17-2011 09:47 AM
<root-node>workspace://SpacesStore/3af1e9e2-a934-4d08-9707-1a99008b171f</root-node> 
					
				
			
			
				
			
			
			
			
			
			
			
		 
					
				
		
08-18-2011 04:52 AM
 
					
				
		
08-18-2011 06:09 AM
 
					
				
			
			
				
			
			
			
			
			
			
			
		 
					
				
		
08-22-2011 08:34 AM
 
					
				
		
08-22-2011 10:14 AM

<alfresco-config>
  <!– Document Library config section –>
   <config evaluator="string-compare" condition="DocumentLibrary" replace="true">
      <!–
         File upload configuration
      –>
      <file-upload>
         <!–
            Adobe Flash™
            In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
            See: http://bugs.adobe.com/jira/browse/FP-4830
            For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
         –>
         <adobe-flash-enabled>true</adobe-flash-enabled>
      </file-upload>
   </config>
  <!– Repository Library config section –>
  <config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
      <!–
         Root nodeRef or xpath expression for top-level folder.
         e.g. alfresco://user/home, /app:company_home/st:sites/cm:site1
         If using an xpath expression, ensure it is properly ISO9075 encoded here.
      –>
    <root-node>workspace://SpacesStore/3af1e9e2-a934-4d08-9707-1a99008b171f</root-node>
    <tree>
       <!–
          Whether the folder Tree component should enumerate child folders or not.
          This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
       –>
       <evaluate-child-folders>false</evaluate-child-folders>
       <!–
          Optionally limit the number of folders shown in treeview throughout Share.
       –>
       <maximum-folder-count>-1</maximum-folder-count>
    </tree>
  </config>
    
  <config evaluator="string-compare" condition="Remote">
    <remote>
      <endpoint>
        <id>alfresco-noauth</id>
        <name>Alfresco - unauthenticated access</name>
        <description>Access to Alfresco Repository WebScripts that do not require authentication</description>
        <connector-id>alfresco</connector-id>
        <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
        <identity>none</identity>
      </endpoint>
      <endpoint>
        <id>alfresco-feed</id>
        <name>Alfresco Feed</name>
        <description>Alfresco Feed - supports basic HTTP authentication</description>
        <connector-id>http</connector-id>
        <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
        <basic-auth>true</basic-auth>
        <identity>user</identity>
      </endpoint>
      <connector>
        <id>alfrescoCookie</id>
        <name>Alfresco Connector</name>
        <description>Connects to an Alfresco instance using cookie-based authentication</description>
        <class>org.springframework.extensions.webscripts.connector.AlfrescoConnector</class>
      </connector>
      <endpoint>
        <id>alfresco</id>
        <name>Alfresco - user access</name>
        <description>Access to Alfresco Repository WebScripts that require user authentication</description>
        <connector-id>alfrescoCookie</connector-id>
        <endpoint-url>http://localhost:8080/alfresco/wcs</endpoint-url>
        <identity>user</identity>
        <external-auth>true</external-auth>
      </endpoint>
    </remote>
  </config>
</alfresco-config>
 
					
				
			
			
				
			
			
			
			
			
			
			
		 
					
				
		
08-29-2011 09:13 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.