<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Custom DFS service development. Service Creation. Part 1.</title>
	<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/</link>
	<description>Documentum Foundation Services</description>
	<pubDate>Fri, 21 Nov 2008 17:28:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-64</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Apr 2008 21:59:04 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-64</guid>
		<description>jollyca,

In what language do you need an example ?</description>
		<content:encoded><![CDATA[<p>jollyca,</p>
<p>In what language do you need an example ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jollyca</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-63</link>
		<dc:creator>jollyca</dc:creator>
		<pubDate>Wed, 02 Apr 2008 12:45:12 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-63</guid>
		<description>Do you have some non-SDK client development example ? In 80% of the cases we need to integrate with our customer's environment, and their developers are not happy with learning yet_another_SDK just to invoke some web-services.</description>
		<content:encoded><![CDATA[<p>Do you have some non-SDK client development example ? In 80% of the cases we need to integrate with our customer&#8217;s environment, and their developers are not happy with learning yet_another_SDK just to invoke some web-services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garg</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-62</link>
		<dc:creator>garg</dc:creator>
		<pubDate>Mon, 17 Mar 2008 14:00:38 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-62</guid>
		<description>hi sylvia,
        i am also getting the same errors as you got and i also copy the acmecustomservice build.xml file to HelloWorldService, made changes to ${dfs.sdk.lib}...but still get this error when try.....can anyone help me how to handle this error...and how to run HelloworldService sample.....


C:\emc-dfs-sdk-6.0\samples\HelloWorldService&#62;ant artifacts package
Buildfile: build.xml
     [echo] EMC DFS SDK 6.0 home is '../..'
     [echo] Emc DFS SDK 6.0 lib is '../../lib'
     [echo] This project home is 'C:\emc-dfs-sdk-6.0\samples\HelloWorldService'--beware spaces in th
is path (JDK issues).

artifacts:

BUILD FAILED
C:\emc-dfs-sdk-6.0\samples\HelloWorldService\build.xml:120: java.lang.UnsupportedClassVersionError:
com/emc/documentum/fs/tools/GenerateModelTask (Unsupported major.minor version 49.0)

Total time: 0 seconds</description>
		<content:encoded><![CDATA[<p>hi sylvia,<br />
        i am also getting the same errors as you got and i also copy the acmecustomservice build.xml file to HelloWorldService, made changes to ${dfs.sdk.lib}&#8230;but still get this error when try&#8230;..can anyone help me how to handle this error&#8230;and how to run HelloworldService sample&#8230;..</p>
<p>C:\emc-dfs-sdk-6.0\samples\HelloWorldService&gt;ant artifacts package<br />
Buildfile: build.xml<br />
     [echo] EMC DFS SDK 6.0 home is &#8216;../..&#8217;<br />
     [echo] Emc DFS SDK 6.0 lib is &#8216;../../lib&#8217;<br />
     [echo] This project home is &#8216;C:\emc-dfs-sdk-6.0\samples\HelloWorldService&#8217;&#8211;beware spaces in th<br />
is path (JDK issues).</p>
<p>artifacts:</p>
<p>BUILD FAILED<br />
C:\emc-dfs-sdk-6.0\samples\HelloWorldService\build.xml:120: java.lang.UnsupportedClassVersionError:<br />
com/emc/documentum/fs/tools/GenerateModelTask (Unsupported major.minor version 49.0)</p>
<p>Total time: 0 seconds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chauhan.sachinkr</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-59</link>
		<dc:creator>chauhan.sachinkr</dc:creator>
		<pubDate>Fri, 22 Feb 2008 14:50:44 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-59</guid>
		<description>If anyone has used @DfsBofService please share the steps to access the SBo from the DFS ..</description>
		<content:encoded><![CDATA[<p>If anyone has used @DfsBofService please share the steps to access the SBo from the DFS ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-32</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:39:30 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-32</guid>
		<description>Hi

I'm a veteran DFC developer but I'm new to SOA and DFS.  I want to create a simple application in eclipse that consumes the out-of-the-box DFS web services that I already have installed with D6 content server.  Does anyone know how to get something like that up and running in eclipse?  I need to know what (if any) jar files are needed in my classpath, etc.  I was able to generate stubs from the WSDLs that are on the BEA method server, but I'm not sure if that's the correct path either.  Can someone offer some insight?

Thanks!

Tony</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m a veteran DFC developer but I&#8217;m new to SOA and DFS.  I want to create a simple application in eclipse that consumes the out-of-the-box DFS web services that I already have installed with D6 content server.  Does anyone know how to get something like that up and running in eclipse?  I need to know what (if any) jar files are needed in my classpath, etc.  I was able to generate stubs from the WSDLs that are on the BEA method server, but I&#8217;m not sure if that&#8217;s the correct path either.  Can someone offer some insight?</p>
<p>Thanks!</p>
<p>Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingbabic</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-31</link>
		<dc:creator>ingbabic</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:50:11 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-31</guid>
		<description>Hi Sergey, Sylvia
I tried to deploy with weblogic console and it works. Thanx. If I'm not asking too much, qould you please explain following:
1) Although deployment works, EAR file does not get exploded. Is it ok? Why dfs.ear is exploded?
2) When I want to upload my EAR it gets uploaded to adminServer upload directory. How can I tell to put it in MethodServer's upload directory?
3) What type to choose for my EAR (Application or Library)? I choosed Application (default) and it works.</description>
		<content:encoded><![CDATA[<p>Hi Sergey, Sylvia<br />
I tried to deploy with weblogic console and it works. Thanx. If I&#8217;m not asking too much, qould you please explain following:<br />
1) Although deployment works, EAR file does not get exploded. Is it ok? Why dfs.ear is exploded?<br />
2) When I want to upload my EAR it gets uploaded to adminServer upload directory. How can I tell to put it in MethodServer&#8217;s upload directory?<br />
3) What type to choose for my EAR (Application or Library)? I choosed Application (default) and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sylvia</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-29</link>
		<dc:creator>sylvia</dc:creator>
		<pubDate>Wed, 23 Jan 2008 17:27:29 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-29</guid>
		<description>hi inbabic,
I had the same issue with autodeploy.. so I deployed it from admin console. just FYI.</description>
		<content:encoded><![CDATA[<p>hi inbabic,<br />
I had the same issue with autodeploy.. so I deployed it from admin console. just FYI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-27</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:40:18 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-27</guid>
		<description>Hi ingbabic,

What happens if you try to open http://content_server_url:7001/console ?
In case if weblogic admin panel auth page was opened, you can try to deploy your ear file from this admin panel.</description>
		<content:encoded><![CDATA[<p>Hi ingbabic,</p>
<p>What happens if you try to open <a href="http://content_server_url:7001/console" rel="nofollow">http://content_server_url:7001/console</a> ?<br />
In case if weblogic admin panel auth page was opened, you can try to deploy your ear file from this admin panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingbabic</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-26</link>
		<dc:creator>ingbabic</dc:creator>
		<pubDate>Wed, 23 Jan 2008 11:57:35 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-26</guid>
		<description>hi
If I put EAR file in autodeploy directory nothing happens. I read in readme.txt in this dir that BEA must be started in "development" mode for autodeploying. But it seems that BEA on the content server is allways starting in "production" mode and I can't start it in development mode...</description>
		<content:encoded><![CDATA[<p>hi<br />
If I put EAR file in autodeploy directory nothing happens. I read in readme.txt in this dir that BEA must be started in &#8220;development&#8221; mode for autodeploying. But it seems that BEA on the content server is allways starting in &#8220;production&#8221; mode and I can&#8217;t start it in development mode&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sylvia</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-24</link>
		<dc:creator>sylvia</dc:creator>
		<pubDate>Mon, 21 Jan 2008 04:39:01 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-24</guid>
		<description>ok.. looks like I finally got it working.
I copied build.xml from AcmeCustomService over, and fixed "dfs.sdk.libs", and I was able to get "build successul"...</description>
		<content:encoded><![CDATA[<p>ok.. looks like I finally got it working.<br />
I copied build.xml from AcmeCustomService over, and fixed &#8220;dfs.sdk.libs&#8221;, and I was able to get &#8220;build successul&#8221;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
