You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by "Kumar, Pankaj" <pa...@hp.com> on 2005/04/15 02:10:33 UTC

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.