Hi,
Actually the FileSystem.wsdl seems to be outdated.
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
location="../spec/wsrf/WS-ResourceProperties-1_2.wsdl"/>
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
location="../spec/wsrf/WS-ResourceLifetime-1_2.wsdl"/>
Should be replaced with:
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
location="../spec/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl"/>
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
location="../spec/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl"/>
When I did that, it helped...
Bart
Campana Jr., Salvatore J wrote:
It seems as though the webapp which was built did not contain the spec dir with the subdir wsrf containing that wsdl....We had made an update to that recently to pull the wsdls from a jar...I will look into this..
------------------------------------------------------------------------ *From:* Kumar, Pankaj *Sent:* Thursday, April 14, 2005 8:11 PM *To:* [email protected] *Subject:* Problems working with hermes
Hi,
I am running into some issues while running the hermes tutorial example. Was wondering if anyone has been able to run it successfully.
In any case, here is what I did:
1. SVN checkout. No problem.
2. maven dist. No problem. Unzipped the distribution file for work.
3. Copied webapps\hermes to %TOMCAT_HOME%\webapps
4. ant generate in docs/tutotial dir. This threw the following
exception:
C:\review\hermes-1.0-a-SNAPSHOT\docs\tutorial\build.xml:51: WSDLException: fault
Code=OTHER_ERROR: Unable to resolve imported document at '../spec/wsrf/WS-Resour
ceProperties-1_2-Draft-01.wsdl'.: This file was not found: file:/C:/apache/jakar
ta-tomcat-5.5.3/webapps/hermes/spec/wsrf/WS-ResourceProperties-1_2.wsdl
: java.io.FileNotFoundException: This file was not found: file:/C:/apache/jakart
a- tomcat-5.5.3/webapps/hermes/spec/wsrf/WS-ResourceProperties-1_2.wsdl
I was able to get rid of this exception by editing FileSystem.wsdl so that value of location matches what is there on the disk. Though this mismatch makes me feel that no one has actually tried to run the tutorial.
5. Supplied code to generated skeleton file. But ant compile in
docs\tutorial\generated\filesystem fails saying that variable
m_propSet not found. Also, I noticed that the code generated for
Apollo seems to have the declaration for m_propSet.
Are these known problems?
Also, I see a lot of duplication among Apollo, hermes and muse. Wonder how these are going to be in sync once each of the projects starts evolving independently.
/Pankaj.
This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
