This topic lists changes to various CMS connectors.
In CAS 2.2.1, the FileNet P8 Connector has a new Workplace URL configuration property. The property is optional. For details, see the FileNet P8 Connector Guide.
In CAS 2.2.1, the Microsoft SharePoint connector has been renamed to the Microsoft SharePoint Web Services connector.
To update the crawlConfig, change the moduleId from Microsoft SharePoint to Microsoft SharePoint Web Services.
<configurations xmlns="http://endeca.com/itl/cas/2010-03">
<crawlConfig>
<crawlId>
<id>MyCrawl</id>
</crawlId>
<crawlThreads>3</crawlThreads>
<sourceConfig>
<moduleId>
<id>Microsoft SharePoint</id>
</moduleId>
...
<configurations xmlns="http://endeca.com/itl/cas/2010-03">
<crawlConfig>
<crawlId>
<id>MyCrawl</id>
</crawlId>
<crawlThreads>3</crawlThreads>
<sourceConfig>
<moduleId>
<id>Microsoft SharePoint Web Services</id>
</moduleId>
...
In CAS 2.2.1, the Open Text Livelink Connector has a new Search Broker [All Versions] configuration property. For details, see the Open Text Livelink Connector Guide.
Also, the Display URI configuration property, as it displays in CAS Console, has been renamed to Display URL. However the configuration property is still named displayURI.
In CAS 2.2.1, the Documentum Content Server Connector has a new Webtop URL configuration property. The property is optional. For details, see the Documentum Content Server Connector Guide.
Also, the docbase configuration property, as it displays in CAS Console, has been renamed to Docbase Name. However the configuration property is still named docbase.
In previous releases, you set up the CAS Server by copying JAR files from your TeamSite installation into <install path>\CAS\version\lib\cas-server-plugins\entropysoft. In CAS 2.2.1, that set up is no longer required.
In CAS 2.2.1, the syntax of the serviceBaseURL configuration property has changed.
In CAS 2.2.0 and earlier, the syntax of this property is http://server name:port.
In CAS 2.2.1, the syntax of this property is http://server name:port/iw/services/cm/2.0.
For details about these properties, see the FileNet P8 Connector Guide or the CAS Console Help.
In CAS 3.0.0, there are no longer any tasks necessary to set up or configure the CAS Server for FileNet P8. You now simply enable the connector and specify configuration properties as necessary.
In CAS 3.0.0, there is a new optional Check SSL Certificate configuration property. For details, see the Documentum eRoom Connector Guide or the CAS Console Help.
In CAS 3.0.0, there is a new optional Check SSL Certificate configuration property. For details, see the Microsoft SharePoint Connector Guide or the CAS Console Help.
In CAS 3.0.0, the JNDI Name configuration property has been modified to become the JNDI name or RMI address configuration property.
There is also a new JCR Repository retrieval method configuration property that determines how the JNDI Name property is interpreted. The default value is JNDI.
For details, see the JSR-170 Compliant Repositories Connector Guide or the CAS Console Help.