<?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>Wed, 10 Mar 2010 23:03:27 +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-94</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 15 May 2009 19:20:24 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-94</guid>
		<description>Victor,

There is no way to deploy and use it with Tomcat.</description>
		<content:encoded><![CDATA[<p>Victor,</p>
<p>There is no way to deploy and use it with Tomcat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-92</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 08 May 2009 07:35:31 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-92</guid>
		<description>Hi,

I can get this to work with Jboss and other app servers. But how can I get it to work with Tomcat. I tried every possible way but could not get it to work. The 6.5 dev notes says it can be deployable in any app server instance. Is this not supported under tomcat?

Thanks,

Victor</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I can get this to work with Jboss and other app servers. But how can I get it to work with Tomcat. I tried every possible way but could not get it to work. The 6.5 dev notes says it can be deployable in any app server instance. Is this not supported under tomcat?</p>
<p>Thanks,</p>
<p>Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecmanil</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-84</link>
		<dc:creator>ecmanil</dc:creator>
		<pubDate>Tue, 16 Dec 2008 07:03:23 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-84</guid>
		<description>I compiled the ear file using jdk1.6 and deployed it on the weblogic server that came along with CS D6 SP1, but I am getting an java.lang.UnsupportedClassVersionError: Bad version number in .class file 

have anyone ran into this issue?

Thanks!</description>
		<content:encoded><![CDATA[<p>I compiled the ear file using jdk1.6 and deployed it on the weblogic server that came along with CS D6 SP1, but I am getting an java.lang.UnsupportedClassVersionError: Bad version number in .class file </p>
<p>have anyone ran into this issue?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gangai</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-83</link>
		<dc:creator>Gangai</dc:creator>
		<pubDate>Mon, 15 Dec 2008 06:26:55 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-83</guid>
		<description>hi Admin

i follwed the steps in given above, when i artifacts both helloworld and AcmeCustomService sample code  i am getting the following error. can anybody help me on this ?

D:\Copy of dfs\sdk\samples\AcmeCustomService&#62;ant  -v artifacts
Apache Ant version 1.7.0 compiled on December 13 2006
Buildfile: build.xml
Detected Java version: 1.5 in: C:\Program Files\Java\jdk1.5.0\jre
Detected OS: Windows XP
parsing buildfile D:\Copy of dfs\sdk\samples\AcmeCustomService\build.xml with URI = file:/D:/Copy%20of%20dfs/sdk/samples/AcmeCustomSe
Project base dir set to: D:\Copy of dfs\sdk\samples\AcmeCustomService
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading D:\Copy of dfs\sdk\samples\AcmeCustomService\build.properties
 [property] Loading D:\Copy of dfs\sdk\samples\AcmeCustomService\autodeploy.properties
     [echo] EMC DFS SDK 6.0 home is '../..'
     [echo] This project home is 'D:\Copy of dfs\sdk\samples\AcmeCustomService'--beware spaces in this path (JDK issues).
Build sequence for target(s) `artifacts' is [artifacts]
Complete build sequence is [artifacts, info, compile, run.client, run, deploy, clean, package, ]

artifacts:
    [mkdir] Skipping D:\Copy of dfs\sdk\samples\AcmeCustomService\generated\src because it already exists.
[generateModel]
[generateModel] &#124;&#124; Task execution failed. Please add "-verbose" to your Ant command line for additional details
[generateModel] &#124;&#124; Message: java.lang.NoSuchMethodError

BUILD FAILED
D:\Copy of dfs\sdk\samples\AcmeCustomService\build.xml:138: java.lang.ClassCastException: java.lang.NoSuchMethodError
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:115)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.Main.runBuild(Main.java:698)
        at org.apache.tools.ant.Main.startAnt(Main.java:199)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: java.lang.ClassCastException: java.lang.NoSuchMethodError
        at com.emc.documentum.fs.tools.GenerateModelTask.executeTask(GenerateModelTask.java:93)
        at com.emc.documentum.fs.tools.impl.ChainedExceptionReportingTask.execute(ChainedExceptionReportingTask.java:17)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        ... 11 more
--- Nested Exception ---
java.lang.ClassCastException: java.lang.NoSuchMethodError
        at com.emc.documentum.fs.tools.GenerateModelTask.executeTask(GenerateModelTask.java:93)
        at com.emc.documentum.fs.tools.impl.ChainedExceptionReportingTask.execute(ChainedExceptionReportingTask.java:17)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.Main.runBuild(Main.java:698)
        at org.apache.tools.ant.Main.startAnt(Main.java:199)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)</description>
		<content:encoded><![CDATA[<p>hi Admin</p>
<p>i follwed the steps in given above, when i artifacts both helloworld and AcmeCustomService sample code  i am getting the following error. can anybody help me on this ?</p>
<p>D:\Copy of dfs\sdk\samples\AcmeCustomService&gt;ant  -v artifacts<br />
Apache Ant version 1.7.0 compiled on December 13 2006<br />
Buildfile: build.xml<br />
Detected Java version: 1.5 in: C:\Program Files\Java\jdk1.5.0\jre<br />
Detected OS: Windows XP<br />
parsing buildfile D:\Copy of dfs\sdk\samples\AcmeCustomService\build.xml with URI = file:/D:/Copy%20of%20dfs/sdk/samples/AcmeCustomSe<br />
Project base dir set to: D:\Copy of dfs\sdk\samples\AcmeCustomService<br />
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.<br />
 [property] Loading D:\Copy of dfs\sdk\samples\AcmeCustomService\build.properties<br />
 [property] Loading D:\Copy of dfs\sdk\samples\AcmeCustomService\autodeploy.properties<br />
     [echo] EMC DFS SDK 6.0 home is &#8216;../..&#8217;<br />
     [echo] This project home is &#8216;D:\Copy of dfs\sdk\samples\AcmeCustomService&#8217;&#8211;beware spaces in this path (JDK issues).<br />
Build sequence for target(s) `artifacts&#8217; is [artifacts]<br />
Complete build sequence is [artifacts, info, compile, run.client, run, deploy, clean, package, ]</p>
<p>artifacts:<br />
    [mkdir] Skipping D:\Copy of dfs\sdk\samples\AcmeCustomService\generated\src because it already exists.<br />
[generateModel]<br />
[generateModel] || Task execution failed. Please add &#8220;-verbose&#8221; to your Ant command line for additional details<br />
[generateModel] || Message: java.lang.NoSuchMethodError</p>
<p>BUILD FAILED<br />
D:\Copy of dfs\sdk\samples\AcmeCustomService\build.xml:138: java.lang.ClassCastException: java.lang.NoSuchMethodError<br />
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:115)<br />
        at org.apache.tools.ant.Task.perform(Task.java:348)<br />
        at org.apache.tools.ant.Target.execute(Target.java:357)<br />
        at org.apache.tools.ant.Target.performTasks(Target.java:385)<br />
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)<br />
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)<br />
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)<br />
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)<br />
        at org.apache.tools.ant.Main.runBuild(Main.java:698)<br />
        at org.apache.tools.ant.Main.startAnt(Main.java:199)<br />
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)<br />
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)<br />
Caused by: java.lang.ClassCastException: java.lang.NoSuchMethodError<br />
        at com.emc.documentum.fs.tools.GenerateModelTask.executeTask(GenerateModelTask.java:93)<br />
        at com.emc.documentum.fs.tools.impl.ChainedExceptionReportingTask.execute(ChainedExceptionReportingTask.java:17)<br />
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)<br />
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)<br />
        &#8230; 11 more<br />
&#8212; Nested Exception &#8212;<br />
java.lang.ClassCastException: java.lang.NoSuchMethodError<br />
        at com.emc.documentum.fs.tools.GenerateModelTask.executeTask(GenerateModelTask.java:93)<br />
        at com.emc.documentum.fs.tools.impl.ChainedExceptionReportingTask.execute(ChainedExceptionReportingTask.java:17)<br />
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)<br />
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)<br />
        at org.apache.tools.ant.Task.perform(Task.java:348)<br />
        at org.apache.tools.ant.Target.execute(Target.java:357)<br />
        at org.apache.tools.ant.Target.performTasks(Target.java:385)<br />
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)<br />
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)<br />
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)<br />
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)<br />
        at org.apache.tools.ant.Main.runBuild(Main.java:698)<br />
        at org.apache.tools.ant.Main.startAnt(Main.java:199)<br />
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)<br />
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tummalapk</title>
		<link>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-72</link>
		<dc:creator>tummalapk</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:10:27 +0000</pubDate>
		<guid>http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/#comment-72</guid>
		<description>Hi all,

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…..


I included "${dfs.sdk.libs}/commons/commons-lang-2.1.jar" in classpath of taskdef of generateArtifacts and now i am getting different error

#############################


C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService
&#62;ant artifacts
Buildfile: build.xml
     [echo] EMC DFS SDK 6.0 home is '../..'
     [echo] This project home is 'C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs
-sdk-6.0\samples\HelloWorldService'--beware spaces in this path (JDK issues).

artifacts:
[generateModel] Creating 'services-example-service-model.xml'
     [echo] Pavannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
    [javac] Compiling 1 source file to C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk
-1744-sag-client-src
[generateArtifacts] Compiled: C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk
-6.0\samples\HelloWorldService\src\service
[generateArtifacts] Generating DFS artifacts
[generateArtifacts] Running wsgen
    [javac] Compiling 3 source files to C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sd
k-1745-sag-generated-src
[generateArtifacts] Compiled: C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk-1743-sag
-output
[generateArtifacts] Compiled: C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk-1743-sag
-output
[generateArtifacts]
[generateArtifacts] &#124;&#124; The following EXCEPTION occurred while executing the task
:
[generateArtifacts] &#124;&#124; Message: Generation of service artifacts failed.
[generateArtifacts] &#124;&#124; Caused by: Failed to generate server JAXWS artifacts.
[generateArtifacts] &#124;&#124; Caused by: null
[generateArtifacts] &#124;&#124; Caused by: javax.xml.soap.MessageFactory.newInstance(Ljav
a/lang/String;)Ljavax/xml/soap/MessageFactory;

BUILD FAILED
C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService
\build.xml:171: Generation of service artifacts failed.

Total time: 5 seconds
C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService
&#62;</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>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…..</p>
<p>I included &#8220;${dfs.sdk.libs}/commons/commons-lang-2.1.jar&#8221; in classpath of taskdef of generateArtifacts and now i am getting different error</p>
<p>#############################</p>
<p>C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService<br />
&gt;ant artifacts<br />
Buildfile: build.xml<br />
     [echo] EMC DFS SDK 6.0 home is &#8216;../..&#8217;<br />
     [echo] This project home is &#8216;C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs<br />
-sdk-6.0\samples\HelloWorldService&#8217;&#8211;beware spaces in this path (JDK issues).</p>
<p>artifacts:<br />
[generateModel] Creating &#8217;services-example-service-model.xml&#8217;<br />
     [echo] Pavannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn<br />
    [javac] Compiling 1 source file to C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk<br />
-1744-sag-client-src<br />
[generateArtifacts] Compiled: C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk<br />
-6.0\samples\HelloWorldService\src\service<br />
[generateArtifacts] Generating DFS artifacts<br />
[generateArtifacts] Running wsgen<br />
    [javac] Compiling 3 source files to C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sd<br />
k-1745-sag-generated-src<br />
[generateArtifacts] Compiled: C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk-1743-sag<br />
-output<br />
[generateArtifacts] Compiled: C:\DOCUME~1\x042553\LOCALS~1\Temp\dfs-sdk-1743-sag<br />
-output<br />
[generateArtifacts]<br />
[generateArtifacts] || The following EXCEPTION occurred while executing the task<br />
:<br />
[generateArtifacts] || Message: Generation of service artifacts failed.<br />
[generateArtifacts] || Caused by: Failed to generate server JAXWS artifacts.<br />
[generateArtifacts] || Caused by: null<br />
[generateArtifacts] || Caused by: javax.xml.soap.MessageFactory.newInstance(Ljav<br />
a/lang/String;)Ljavax/xml/soap/MessageFactory;</p>
<p>BUILD FAILED<br />
C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService<br />
\build.xml:171: Generation of service artifacts failed.</p>
<p>Total time: 5 seconds<br />
C:\download\documentum\emc-dfs-sdk-6.0\emc-dfs-sdk-6.0\samples\HelloWorldService<br />
&gt;</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-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>
</channel>
</rss>
