What's new in Archive Manager 1.0 SP1

This section describes what was new and changed in the 1.0 SP1 release of Archive Manager.

Database configuration
Content Delivery in SDL Tridion 2011, and therefore also Archive Manager 1.0 SP1, uses the Storage Layer to configure the Content Data Store where content published from the Content Manager is stored. You configure database connections in your cd_storage_conf.xml file.
In Archive Manager 1.0, you configured your Archiver database in the Content Deployer cd_deployer_conf.xml and cd_archivemanager_conf.xml configuration files.
Content Deployer configuration
An additional Processor com.tridion.archiving.processors.TransactionalProcessor has been is introduced for Archive Manager modules during deployment and undeployment time. A Phase attribute has also been added to the Processor element. The setting Phase="post-transaction" ensures that the processor is executed after data has been committed to the Content Data Store (and so is available for archiving).
You configure processors in the Content Deployer cd_deployer_conf.xml configuration file.
Logging configuration
Content Delivery in SDL Tridion 2011, and therefore also Archive Manager 1.0 SP1, uses the logback logging framework. You configure logging in your logback.xml file.