Questions tagged [tridion-deploy-extension]

6 questions
2
votes
1 answer

Components details are not getting logged in my database when unpublishing the page using Tridion Deployer extension

I am trying to add the unpublished components entry in my custom storage extension. We know that we don't have any base class in Tridion for ComponentUndeploy as we have for deploy "ComponentDeploy", so I am trying to use…
1
vote
3 answers

Getting Unable to persist data entity, Error while commiting the transaction

I successfully managed to write deployer extension as well as storage extension. And below are the logs which I took from core logs, which shows everything is loaded perfectly!! 2013-01-08 11:30:19,759 INFO BundleConfigurationLoader - Added…
0
votes
1 answer

Deployer extension to fetch component fields in tridion

I am writing the deployer extension to read the component fields in Tridion using java code. I am able to get the component presentation content, but it is in compressed format as i am using dd4t templates in CMS. Below is the string i am…
Gopal
  • 1
  • 2
0
votes
2 answers

How to write Component Undeploy and Binary Undeploy functionality of deployer extension in tridion 2011

I was just trying to write small deployer extension where if user publish/unpublish page/component/binary from the tridion, its records will go into specific table using storage extension. Storage extension part is already done!! Well I can easily…
0
votes
1 answer

How to get primary key ID from table using Hibernate to update the table while unpublishing the Tridion page

I have succesfully able to populate the my storage extension table using my custom deployer, now I can see my records are going perfectly if user publish any page. Now I want to handle the Unpublishing part, so I have written the Custom page…
0
votes
1 answer

How can we override the existing deployer customization in Tridion 2009?

While in process of customizing Deployer, I noticed that we have already customized PageDeploy and PageUndeploy modules, please see the below config sections taken from cd_deployer_conf.xml. PageDeploy: