Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-27 Thread ant elder
On Wed, Jan 26, 2011 at 2:41 PM, Florian MOGA wrote: > 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 b

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: 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: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-23 Thread ant elder
On Sun, Jan 23, 2011 at 4:49 PM, Mike Edwards wrote: > On 22/01/2011 14:25, 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 curren

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-23 Thread Mike Edwards
On 22/01/2011 14:25, 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 are old historical ones

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-22 Thread ant elder
On Fri, Jan 21, 2011 at 2:39 PM, Mike Edwards wrote: > On 21/01/2011 14:13, Scott Kurz wrote: >> >> I saw that too and manually installed it after finding an earlier >> thread on this ML (too lazy to link). >> >> Got the JAR here: >> >> >> http://tools.oasis-open.org/version-control/svn/sca-j/Rele

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Mike Edwards
On 21/01/2011 14:13, Scott Kurz wrote: I saw that too and manually installed it after finding an earlier thread on this ML (too lazy to link). Got the JAR here: http://tools.oasis-open.org/version-control/svn/sca-j/Release/org/oasis-open/sca/j/sca-caa-apis/1.1-CD04/sca-caa-apis-1.1-CD04.jar Th

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Scott Kurz
I saw that too and manually installed it after finding an earlier thread on this ML (too lazy to link). Got the JAR here: http://tools.oasis-open.org/version-control/svn/sca-j/Release/org/oasis-open/sca/j/sca-caa-apis/1.1-CD04/sca-caa-apis-1.1-CD04.jar The earlier thread discussed things like if

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Simon Laws
On Fri, Jan 21, 2011 at 12:07 PM, Mike Edwards wrote: > On 21/01/2011 11:07, Mike Edwards wrote: >> >> On 20/01/2011 23:29, ant elder wrote: >>> >>> On Thu, Jan 20, 2011 at 9:36 PM, Scott Kurz wrote: I just committed what I hope is a fix in r1061531. It made the copyInput Index

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Mike Edwards
On 21/01/2011 11:07, Mike Edwards wrote: On 20/01/2011 23:29, ant elder wrote: On Thu, Jan 20, 2011 at 9:36 PM, Scott Kurz wrote: I just committed what I hope is a fix in r1061531. It made the copyInput IndexOutOfBoundsException in sample-implementation-extension go away... (will give some mor

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Simon Laws
On Fri, Jan 21, 2011 at 11:07 AM, Mike Edwards wrote: > On 20/01/2011 23:29, ant elder wrote: >> >> On Thu, Jan 20, 2011 at 9:36 PM, Scott Kurz  wrote: >>> >>> I just committed what I hope is a fix in r1061531. >>> >>> It made the copyInput IndexOutOfBoundsException in >>> sample-implementation-ex

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Mike Edwards
On 20/01/2011 23:29, ant elder wrote: On Thu, Jan 20, 2011 at 9:36 PM, Scott Kurz wrote: I just committed what I hope is a fix in r1061531. It made the copyInput IndexOutOfBoundsException in sample-implementation-extension go away... (will give some more thought to whether this fix to interfac

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-21 Thread Mike Edwards
On 20/01/2011 21:17, ant elder wrote: On Thu, Jan 20, 2011 at 9:10 PM, Scott Kurz wrote: I recreated that MediatorImpl.copyInput failure now... Maybe the problem was that earlier I ran "offline" and had something stale in my mvn repo??? Anyway..looking into both problems now.. What was a modu

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread ant elder
On Thu, Jan 20, 2011 at 9:36 PM, Scott Kurz wrote: > I just committed what I hope is a fix in r1061531. > > It made the copyInput IndexOutOfBoundsException in > sample-implementation-extension go away... (will give some more > thought to whether this fix to interface-wsdl is the best solution). >

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread Scott Kurz
I just committed what I hope is a fix in r1061531. It made the copyInput IndexOutOfBoundsException in sample-implementation-extension go away... (will give some more thought to whether this fix to interface-wsdl is the best solution). I can't run that async-services test yet.. I need to update my

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread Mike Edwards
On 20/01/2011 21:05, Scott Kurz wrote: I see the problem in JavaInterfaceImpl.isAsyncServerOperation. The output type will be an empty list in this case, so I can tweak the check. The issue with MediatorImpl concerns me more since I ran the same tests and didn't notice that problem. One thing

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread ant elder
On Thu, Jan 20, 2011 at 9:10 PM, Scott Kurz wrote: > I recreated that MediatorImpl.copyInput failure now... Maybe the > problem was that earlier I ran "offline" and had something stale in my > mvn repo??? > > Anyway..looking into both problems now.. > > What was a module you used to notice the 2nd

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread Scott Kurz
I recreated that MediatorImpl.copyInput failure now... Maybe the problem was that earlier I ran "offline" and had something stale in my mvn repo??? Anyway..looking into both problems now.. What was a module you used to notice the 2nd problem with JavaInterfaceImpl.isAsyncServerOperation?

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread Scott Kurz
I see the problem in JavaInterfaceImpl.isAsyncServerOperation. The output type will be an empty list in this case, so I can tweak the check. The issue with MediatorImpl concerns me more since I ran the same tests and didn't notice that problem. One thing I noticed during various tests I ran was

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread ant elder
On Thu, Jan 20, 2011 at 8:38 PM, Scott Kurz wrote: > That's probably my change for TUSCANY-3819. > > What are you seeing ? > > I should say that there are 10 tests in > itest/ws/holder-ws-service-multiple-outputs that I still expect to > fail (am hoping to address that shortly). > > Scott > I thi

Re: IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread Scott Kurz
That's probably my change for TUSCANY-3819. What are you seeing ? I should say that there are 10 tests in itest/ws/holder-ws-service-multiple-outputs that I still expect to fail (am hoping to address that shortly). Scott

IndexOutOfBoundsException in MediatorImpl.copyInput and JavaInterfaceImpl.isAsyncServerOperation

2011-01-20 Thread ant elder
I'm seeing some test fails in the latest svn code with an IndexOutOfBoundsException in either JavaInterfaceImpl.isAsyncServerOperation or MediatorImpl.copyInput. Does anyone have some changes not completely checked in or know anything that might be related? ...ant