That is quite strange. Either it is a bug with TortoiseSVN or my misuse
of it. All those files (e.g. OrderService.java, orderservice.wsdl)
appear in my file system under
tuscany/java/sca/samples/holder-ws-service/..., and that is the
directory they were committed from. It is intended as a new sample
holder-ws-service and has nothing to do with helloworld-ws-service other
than they are both web service based services. I will look into it and
fix it up.
Luciano Resende wrote:
Looks like you have added a holder-ws-service to pom.xml, but I don't
see a sample app with that name.
Is the sample suposed to be the helloworld-ws-service, instead of
holder-ws-service ?
For now I'm commenting out the entry for the pom.
On Wed, Jan 21, 2009 at 9:14 AM, <[email protected]> wrote:
Author: beckerdo
Date: Wed Jan 21 09:14:42 2009
New Revision: 736344
URL: http://svn.apache.org/viewvc?rev=736344&view=rev
Log:
Tuscany 2768 - sample showing web services Holder support (input/output
parameters)
Added:
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/Order.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/OrderService.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/OrderServiceImpl.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/Status.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/java/org/example/orderservice/package-info.java
(with props)
tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/META-INF/sca-deployables/orderws.composite
tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/orderservice.wsdl
tuscany/java/sca/samples/helloworld-ws-service/src/test/java/org/
tuscany/java/sca/samples/helloworld-ws-service/src/test/java/org/example/
Modified:
tuscany/branches/sca-java-1.x/samples/pom.xml
tuscany/java/sca/samples/helloworld-ws-service/README
tuscany/java/sca/samples/helloworld-ws-service/build.xml
tuscany/java/sca/samples/helloworld-ws-service/pom.xml
--
Thanks, Dan Becker