Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-08-04 Thread Simon Laws
On Thu, Jul 28, 2011 at 3:59 PM, Scott Kurz wrote: > Ant, > > What you're saying rings as a bell, as I remember not too long ago > noticing a wsdl gen in a place I hadn't been familiar with. > > In trying to find it, I think it may have been in, e.g., > ComponentBuilderImpl.configureServices > > I

Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-07-28 Thread Scott Kurz
Ant, What you're saying rings as a bell, as I remember not too long ago noticing a wsdl gen in a place I hadn't been familiar with. In trying to find it, I think it may have been in, e.g., ComponentBuilderImpl.configureServices In this case, if we have a component service with interface.wsdl and

Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-07-28 Thread ant elder
I've not look at this code yet but i do remember Simon saying he'd changed the build phase so that it always generated wsdl for remote endpoints now. So is it really possible to avoid wsdl gen overhead on a remote endpoint invocation? ...ant On Thu, Jul 28, 2011 at 7:27 AM, Raymond Feng wrote

Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-07-27 Thread Luciano Resende
On Wed, Jul 27, 2011 at 7:20 PM, Raymond Feng wrote: > Hi, > I have some concerns about the WSDL generation for all remotable interfaces. > It's pretty expensive to generate the WSDL from a Java interface. As more > and more web APIs move toward REST/JSON these days, I'm not sure why we need > to

Re: svn commit: r1151632 - in /tuscany/sca-java-2.x/trunk/modules/binding-sca-runtime: ./ META-INF/ src/main/java/org/apache/tuscany/sca/binding/local/ src/main/java/org/apache/tuscany/sca/binding/sca

2011-07-27 Thread Scott Kurz
Hi Raymond, Good point. I refactored a bit and now in r1151710, we only build the WSDL if we need it.Haven't run all the itests yet but I think I got it right so committed it. Scott On Wed, Jul 27, 2011 at 10:20 PM, Raymond Feng wrote: > Hi, > I have some concerns about the WSDL generation