Dear Simon,

I have checked if I am available to run the samples that come with Tuscany
and it runs without any problem. I am going to review "mynewsample"
directory again. I will let you know my progress! Thanks
 
Best regards,

Ana Belen


-----Mensaje original-----
De: Simon Laws [mailto:[EMAIL PROTECTED] 
Enviado el: lunes, 15 de octubre de 2007 15:17
Para: tuscany-user@ws.apache.org
Asunto: Re: ServiceUnavailableException: No service invoker is available for
reference default

> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Hi Ana Belen

1) This looks like the same error as you were reporting before. Let's
concentrate on the second one first as maybe that will highlight the
underlying problem.

2). Tuscany is saying it can't find
eu.services.information.rh.InformationServiceImpl. Can you check that the
class is in that package and is available on the classpath that the Tuscany
runtime (isClient) is being run with.

Can you tell me if you are able to run the samples that come with Tuscany
SCA V1.0. For example, the Calculator sample? It's good to run the sample
and confirm that there is nothing fundamentally wrong with the installation.
When I tried the example files from this thread I downloaded Tuscany SCA
V1.0 and created a new sample directory for them.  So under
sca1.0installdir/samples/mynewsample
I have.

4    ./build.xml
4    ./pom.xml
4    ./src/main/java/Client/isClient.java
4    ./src/main/java/Client
1
./src/main/java/eu/services/information/exceptions/ISNotFoundException.java
1    ./src/main/java/eu/services/information/exceptions
1    ./src/main/java/eu/services/information/io/InformationObject.java
1    ./src/main/java/eu/services/information/io
1    ./src/main/java/eu/services/information/is/InformationService.java
1    ./src/main/java/eu/services/information/is
1    ./src/main/java/eu/services/information/rh/InformationObjectImpl.java
4    ./src/main/java/eu/services/information/rh/InformationServiceImpl.java
5    ./src/main/java/eu/services/information/rh
8    ./src/main/java/eu/services/information
8    ./src/main/java/eu/services
8    ./src/main/java/eu
76    ./src/main/java
1    ./src/main/resources/Information.composite
1    ./src/main/resources
77    ./src/main
81    ./src

And I run it with the ant target I included in my previous mail that is in
the build.xml file.

Regards

Simon



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to