Re: [VOTE] Release Tuscany SCA 2.0 Beta2

2011-01-26 Thread Luciano Resende
On Sun, Jan 23, 2011 at 3:56 PM, ant elder wrote: > Please review and vote on RC1 of the Java SCA 2.0 Beta2 release. > > The artifacts are at: > > http://people.apache.org/~antelder/tuscany/2.0-beta2-RC1/ > > The release tag is at: > > http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/tags/2.0-

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread Florian MOGA
Besides static analysis tools, what do you think about starting to use a code review tool? I've noticed https://reviews.apache.org/ but there was no tuscany group. Is there something else available inside the ASF? Have you used something else in the past? For me at least it would be really useful t

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-26 Thread Florian MOGA
Regarding Maven, I did a complete build of Tuscany 2.0-beta2 RC1 with Maven 3 and I've been surprised to see the performance improvement. Beside that, you can use it with something like "-T 5C" (5 threads per core) and it does parallel builds where possible. All I had to do is to remove the legacy

Re: DISCUSS: Ramifications of OASIS CAA spec statements about SOAP intent

2011-01-26 Thread Simon Nash
Simon Laws wrote: On Tue, Jan 25, 2011 at 9:10 PM, Bryan Aupperle wrote: JSR 181 requires the service implementation bean to have an @WebService annotation. The SCA CAA spec says that @WebService annotation makes the interface remotable. The SCA POJO spec discusses the relationship between @B

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread dsh
Didn't know that you were not aware of the fact that there are Eclipse plug-ins available for FindBugs, PMD etc. :) At IBM I am additionally using Rational Software Analyzer which can be used inside in Eclipse and it as well integrates into the CI system of Rational Team Concert. Cheers Daniel O

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread Mike Edwards
On 26/01/2011 10:23, Mike Edwards wrote: On 24/01/2011 18:13, César Couto wrote: Dear developers, I am a PhD student at UFMG, Brazil and as part of my research I am making a study about the relevance of the warnings reported by the FindBugs bug finding tool. Since I am planning to use Tuscany

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread Simon Laws
On Wed, Jan 26, 2011 at 10:23 AM, Mike Edwards wrote: > On 24/01/2011 18:13, César Couto wrote: >> >> Dear developers, >> >> I am a PhD student at UFMG, Brazil and as part of my research I am >> making a study  about the relevance of the warnings reported by the >> FindBugs bug finding tool. >> >>

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread Mike Edwards
On 24/01/2011 18:13, César Couto wrote: Dear developers, I am a PhD student at UFMG, Brazil and as part of my research I am making a study about the relevance of the warnings reported by the FindBugs bug finding tool. Since I am planning to use Tuscany as a subject system in my research, I wou

Re: Do Tuscany developers use FindBugs?

2011-01-26 Thread Simon Laws
On Tue, Jan 25, 2011 at 9:50 PM, Luciano Resende wrote: > On Tue, Jan 25, 2011 at 12:13 PM, dsh wrote: >> Out of curiosity - Don't we have a hosted version of Sonar at the ASF? >> That would make things easier... >> >> Cheers >> Daniel >> > > AFAIK, it's still in progress, Gav had created the VM

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-26 Thread ant elder
On Sat, Jan 22, 2011 at 2:25 PM, ant elder wrote: > The problem with doing that is that now the OASIS repo is also checked > for every artifact when building online which could add significantly > to the total build time. > > Looking at the current repository definitions i think most of those > a

Re: DISCUSS: Ramifications of OASIS CAA spec statements about SOAP intent

2011-01-26 Thread Simon Laws
On Tue, Jan 25, 2011 at 9:10 PM, Bryan Aupperle wrote: > JSR 181 requires the service implementation bean to have an @WebService > annotation.  The SCA CAA spec says that @WebService annotation makes the > interface remotable.  The SCA POJO spec discusses the relationship between > @BindingType (w