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.xmlfile. - Content Deployer configuration
-
An additional Processor
com.tridion.archiving.processors.TransactionalProcessorhas been is introduced for Archive Manager modules during deployment and undeployment time. APhaseattribute has also been added to the Processor element. The settingPhase="post-transaction"ensures that the processor is executed after data has been committed to the Content Data Store (and so is available for archiving). - 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.xmlfile.