[snip]
Venkata Krishnan wrote:
1) The web-resource sample console does not have a message that indicates
how to stop the server - which is by pressing the <ENTER> key.  But the
README has this documented - so I am ok with this.
  - Running the sample using the java command specified in the README ends
me with...
F:\TuscanyWorkshop\Rel_0.99\bin\tuscany-
sca-0.99-incubating\samples\web-resource>java -cp
..\..\lib\tuscany-sca-manif
est.jar;target\sample-web-resource.jar web.resource.SampleServer
Aug 25, 2007 5:29:54 PM
org.apache.tuscany.sca.assembly.builder.impl.CompositeBuilderImpl$1 problem
WARNING: [WARNING] Component implementation not found: myWeb : myContent
null

Aug 25, 2007 5:29:54 PM
org.apache.tuscany.sca.assembly.builder.impl.CompositeBuilderImpl$1 problem
WARNING: [WARNING] Service not found for component service: myWeb/Resource
null

Exception in thread "main" org.osoa.sca.ServiceRuntimeException:

This is just a small mistake in the README, which should say:

First build the sample with ant compile. Then to run it do:
java -cp ../../lib/tuscany-sca-manifest.jar:target/classes web.resource.SampleServer

The sample must be run off the classes directory instead of the JAR, as documented in JIRA https://issues.apache.org/jira/browse/TUSCANY-1605.

This alone doesn't require creating a new RC to exclude the sample IMO as it works with ant run. If a new release candidate is needed for another reason, we could just delete the README statement about running without ant.

--
Jean-Sebastien


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

Reply via email to