<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating DFS Services using Documentum Composer</title>
	<atom:link href="http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/</link>
	<description>&#60;?ecm version='2.0'?&#62;</description>
	<lastBuildDate>Sun, 25 Oct 2009 17:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paulcwarren</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-169</link>
		<dc:creator>paulcwarren</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-169</guid>
		<description>Hi Lena,

If you are using Composer to export a Service Archive then it is typical to set your app server up with a hot deploy directory.  This is a directory that the app server polls and upon finding a new version of a ear (or war) redeploys it over the top of the enterprise app (or webapp).

Of course there are other ways of doing it but with this approach you simply need to copy each new version of your ear to the app server&#039;s hot deploy directory to have it re-deployed.

Let me know if you need more details.

HTH
_Paul</description>
		<content:encoded><![CDATA[<p>Hi Lena,</p>
<p>If you are using Composer to export a Service Archive then it is typical to set your app server up with a hot deploy directory.  This is a directory that the app server polls and upon finding a new version of a ear (or war) redeploys it over the top of the enterprise app (or webapp).</p>
<p>Of course there are other ways of doing it but with this approach you simply need to copy each new version of your ear to the app server&#8217;s hot deploy directory to have it re-deployed.</p>
<p>Let me know if you need more details.</p>
<p>HTH<br />
_Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lena</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-166</link>
		<dc:creator>Lena</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-166</guid>
		<description>Hi Paul. Thank you for this great article.  
I am new to Development services. Can you please provide more description on how to deploy the ear to app server.

Thank  you.</description>
		<content:encoded><![CDATA[<p>Hi Paul. Thank you for this great article.<br />
I am new to Development services. Can you please provide more description on how to deploy the ear to app server.</p>
<p>Thank  you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulcwarren</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-153</link>
		<dc:creator>paulcwarren</dc:creator>
		<pubDate>Wed, 19 Aug 2009 10:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-153</guid>
		<description>To add the dfc.properties is pretty simple.  

You add a copy of dfc.properties to your project and place it under source control along with all your other engineering artifacts.  Then when you export the service archive, you must select the dfc.properties file as a runtime resource.  This will tell the dfs package builder to include it in the ear.

HTH
_Paul</description>
		<content:encoded><![CDATA[<p>To add the dfc.properties is pretty simple.  </p>
<p>You add a copy of dfc.properties to your project and place it under source control along with all your other engineering artifacts.  Then when you export the service archive, you must select the dfc.properties file as a runtime resource.  This will tell the dfs package builder to include it in the ear.</p>
<p>HTH<br />
_Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulcwarren</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-152</link>
		<dc:creator>paulcwarren</dc:creator>
		<pubDate>Wed, 19 Aug 2009 10:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-152</guid>
		<description>You have to manually invoke the project&#039;s builders.  Make sure you have the project open and a resource within the project selected, as one naturally would be if you are actively working on it.  Then choose Project-&gt;Build Project.  Or Project-&gt;Build All if you want to build all projects in your worksapce.</description>
		<content:encoded><![CDATA[<p>You have to manually invoke the project&#8217;s builders.  Make sure you have the project open and a resource within the project selected, as one naturally would be if you are actively working on it.  Then choose Project-&gt;Build Project.  Or Project-&gt;Build All if you want to build all projects in your worksapce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjali Sharma</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-147</link>
		<dc:creator>Anjali Sharma</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-147</guid>
		<description>Also, when the project is build through Composer (using DFS builder) it does not package the dfc.properties into the ear. As a result when I call this service it gives me an authentication error.</description>
		<content:encoded><![CDATA[<p>Also, when the project is build through Composer (using DFS builder) it does not package the dfc.properties into the ear. As a result when I call this service it gives me an authentication error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjali Sharma</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-146</link>
		<dc:creator>Anjali Sharma</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-146</guid>
		<description>Thanks for the useful tutorial
You have mentioned that when source code is copied into the &quot;src&quot; folder (assuming &quot;Build Automatically&quot; is turned on) the artifacts are generated automatically. In case the &quot;Build Automatically&quot; is not turned on, how do I start the DFS Builder so that it can create the artifacts and package the service.

Thank you</description>
		<content:encoded><![CDATA[<p>Thanks for the useful tutorial<br />
You have mentioned that when source code is copied into the &#8220;src&#8221; folder (assuming &#8220;Build Automatically&#8221; is turned on) the artifacts are generated automatically. In case the &#8220;Build Automatically&#8221; is not turned on, how do I start the DFS Builder so that it can create the artifacts and package the service.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-143</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-143</guid>
		<description>Hi Paul,

Many Thanks.....Appreciate the quick post.....

I am just getting started with created DFS and WS, so if you have any pointers I would appreciate it....

I have Documentum developers installed on my laptop and also the composer....</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Many Thanks&#8230;..Appreciate the quick post&#8230;..</p>
<p>I am just getting started with created DFS and WS, so if you have any pointers I would appreciate it&#8230;.</p>
<p>I have Documentum developers installed on my laptop and also the composer&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulcwarren</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-142</link>
		<dc:creator>paulcwarren</dc:creator>
		<pubDate>Fri, 03 Jul 2009 16:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-142</guid>
		<description>Hi Deepak,

My bad.  I should not have ended the post quite so abruptly like that.  

Try my new post:-
http://paulcwarren.wordpress.com/2009/07/03/creating-a-dfs-services-client-using-documentum-composer/

See if that answers your questions.  If not, then as always, let me know by return comment.

Many thanks
_Paul</description>
		<content:encoded><![CDATA[<p>Hi Deepak,</p>
<p>My bad.  I should not have ended the post quite so abruptly like that.  </p>
<p>Try my new post:-<br />
<a href="http://paulcwarren.wordpress.com/2009/07/03/creating-a-dfs-services-client-using-documentum-composer/" rel="nofollow">http://paulcwarren.wordpress.com/2009/07/03/creating-a-dfs-services-client-using-documentum-composer/</a></p>
<p>See if that answers your questions.  If not, then as always, let me know by return comment.</p>
<p>Many thanks<br />
_Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-141</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Fri, 03 Jul 2009 01:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-141</guid>
		<description>Hi,

It took me little while since I am new but your article left me hanging....

Do you have the steps for setting up the test project also?  I got the service deployed finally....But not sure how to test it.....

Next you will need to create yourself another test project.  But this time configure it with one of the two available Remote Client library options, depending on your content transfer requirements.  Again, creating Junit test cases I find is the ......</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It took me little while since I am new but your article left me hanging&#8230;.</p>
<p>Do you have the steps for setting up the test project also?  I got the service deployed finally&#8230;.But not sure how to test it&#8230;..</p>
<p>Next you will need to create yourself another test project.  But this time configure it with one of the two available Remote Client library options, depending on your content transfer requirements.  Again, creating Junit test cases I find is the &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulcwarren</title>
		<link>http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-102</link>
		<dc:creator>paulcwarren</dc:creator>
		<pubDate>Tue, 05 May 2009 10:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulcwarren.wordpress.com/2008/08/11/creating-dfs-services-using-documentum-composer/#comment-102</guid>
		<description>Hi Mohit,

This is a generated classpath problem.

I&#039;ve seen something like this before when a user had created or imported his projects through a subst r: drive.   Composer was therefore using r: rooted file paths but ant was still trying to use c: rooted file paths.

Perhaps you have somehting similar.  

I have emailed you at your yahoo address with more detail.  Le&#039;s resolve over that channel and then I will follow up here with a post so others can benefit.

Thanks
_Paul</description>
		<content:encoded><![CDATA[<p>Hi Mohit,</p>
<p>This is a generated classpath problem.</p>
<p>I&#8217;ve seen something like this before when a user had created or imported his projects through a subst r: drive.   Composer was therefore using r: rooted file paths but ant was still trying to use c: rooted file paths.</p>
<p>Perhaps you have somehting similar.  </p>
<p>I have emailed you at your yahoo address with more detail.  Le&#8217;s resolve over that channel and then I will follow up here with a post so others can benefit.</p>
<p>Thanks<br />
_Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
