Tools to test SCA applications

2008-06-09 Thread Vincent Zurczak - EBM WebSourcing
Hello. I am a contributor to the SCA tooling within the Eclipse STP project [0], and I'm trying to evaluate the testing tools for SCA. The STP project already provides a graphical designer to build composites, and SCA annotations for Java implementations. It will also soon propose editors (a

Re: Can't generate a Java interface from a WSDL portType

2008-06-09 Thread Jean-Sebastien Delfino
Simon Nash wrote: Jean-Sebastien Delfino wrote: Scott Kurz wrote: Sebastien, I'm surprised the package names would be different. What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... My app is an order processing app with the following:

RE: Error seen when deploying a web service using tuscany

2008-06-09 Thread Mohan, Mithun
Hi , Thanks for updating the tutorial I am able to access the page http://localhost:8080/HelloWorld?wsdl and retrieve the WSDL of the webservice . But how do I access the webservice ? I tried giving http://localhost:8080/HelloWorld but it gave me the below exception org.apache.axis

Re: Can't generate a Java interface from a WSDL portType

2008-06-09 Thread Scott Kurz
Simon, The question is do we look at the of the WSDL document defining the imported portType or the of the document defining a WSDL service in terms of the imported portType (since the TNS of each are different). I haven't read all of JAX-WS either but agree that the CXF behavior makes more se

Re: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Simon Laws
Hi Crhis snip... > > > I can see how the samples are working, as Tuscany has automatic access > to the files required as they are included within the same jars, but > assume I have a DAO component which implements a service > HibernateProductDAO which provides a Hibernate specific implementation

Tools to test SCA applications

2008-06-09 Thread Vincent Zurczak - EBM WebSourcing
Hello. I am a contributor to the SCA tooling within the Eclipse STP project [0], and I'm trying to evaluate the testing tools for SCA. The STP project already provides a graphical designer to build composites, and SCA annotations for Java implementations. It will also soon propose editors (a

RE: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Miles, Chris
Hi, Thanks again for the reply. I think we are nearly reaching a point of agreement on this; however I am still unsure of how some of the intricacies will work. I can see how the samples are working, as Tuscany has automatic access to the files required as they are included within the same jars,

Re: Can't generate a Java interface from a WSDL portType

2008-06-09 Thread Simon Nash
Jean-Sebastien Delfino wrote: Scott Kurz wrote: Sebastien, I'm surprised the package names would be different.What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... My app is an order processing app with the following: WSDL service namespa

Re: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Simon Laws
Hi Chris Some more thoughts and some comments in line.. A service is defined by a contract/interface and collects together a set of related operations. A service may provide an endpoint through which remote clients can access it over the network A component provides the implementation for one or

[ANNOUNCE] Apache Tuscany SCA Java 1.2.1 released

2008-06-09 Thread ant elder
The Apache Tuscany team are pleased to announce the 1.2.1 release of the Java SCA project. Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are bein