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.

 

  1. 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.

 

 

Reply via email to