Re: Service Discovery for SCA

2007-12-19 Thread Jean-Sebastien Delfino
Novak, Miroslav wrote: Hi, Thanks for your reply. I'm glad that you like the idea of "Service Discovery for SCA". Actually, I think that the best (and probably simplest) interface for the discovery would be REST. I'm nor SCA neither Tuscany expert so maybe that my view is too simplistic but

Re: NPE when calling webservice component

2007-12-19 Thread Andrej Koelewijn
Done: https://issues.apache.org/jira/browse/TUSCANY-1941 Regards, Andrej On Dec 19, 2007 12:19 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Dec 19, 2007 11:00 AM, Andrej Koelewijn <[EMAIL PROTECTED]> wrote: > > > Hi Simon, > > I included everything, including the manifest jar. Removing it doesn

Re: Service Discovery for SCA

2007-12-19 Thread Novak, Miroslav
Hi, Thanks for your reply. I'm glad that you like the idea of "Service Discovery for SCA". Actually, I think that the best (and probably simplest) interface for the discovery would be REST. I'm nor SCA neither Tuscany expert so maybe that my view is too simplistic but I would like to use e.g.

Re: NPE when calling webservice component

2007-12-19 Thread Simon Laws
On Dec 19, 2007 11:00 AM, Andrej Koelewijn <[EMAIL PROTECTED]> wrote: > Hi Simon, > I included everything, including the manifest jar. Removing it doesn't > help. > Removing all the jars from the modules directory does: it works as > expected > when i put only the jars from the libs directory (exc

Re: NPE when calling webservice component

2007-12-19 Thread Andrej Koelewijn
Hi Simon, I included everything, including the manifest jar. Removing it doesn't help. Removing all the jars from the modules directory does: it works as expected when i put only the jars from the libs directory (excluding the manifest jar) on the classpath. Regards, Andrej On Dec 19, 2007 11:54 A

Re: NPE when calling webservice component

2007-12-19 Thread Simon Laws
On Dec 19, 2007 9:58 AM, Andrej Koelewijn <[EMAIL PROTECTED]> wrote: > Fixed it. It was a classpath issue, although i'm yet sure what. I had put > all jar from the libs and modules directories on my classpath. After i > changed it to only include lib\tuscany-sca-manifest.jar it works as > expected

Re: NPE when calling webservice component

2007-12-19 Thread Andrej Koelewijn
Fixed it. It was a classpath issue, although i'm yet sure what. I had put all jar from the libs and modules directories on my classpath. After i changed it to only include lib\tuscany-sca-manifest.jar it works as expected. Regards, Andrej

NPE when calling webservice component

2007-12-19 Thread Andrej Koelewijn
Hi, Hope someone can help me with this. I've created a simple echo service and exposed it as a web service component as follows: http://www.osoa.org/xmlns/sca/1.0"; targetNamespace="http://patient"; xmlns:pws="http://patient"; name="patient">