Re: ConcurrentModificationException in aether code

2011-09-02 Thread Andreas Pieber
1.11 -> 1.12 Well, I couldn't find a changelog, but maybe worth a try. @Sahoo can you give it a shot? If it fixes the problem I can release today/tomorrow 1.3.6. Kind regards, Andreas On Fri, Sep 2, 2011 at 09:24, Toni Menzel wrote: > Maybe we need to upgrade the aether dependency Version? > O

Re: ConcurrentModificationException in aether code

2011-09-02 Thread Toni Menzel
Maybe we need to upgrade the aether dependency Version? On Sep 2, 2011 8:10 AM, "Andreas Pieber" wrote: > Hey Sahoo, > > I've just taken a look at the pax-url code... The indicated line is: > > LocalRepository localRepo = new LocalRepository( local ); > * > * > I'm afraid we cant do anything here

Re: ConcurrentModificationException in aether code

2011-09-01 Thread Andreas Pieber
Hey Sahoo, I've just taken a look at the pax-url code... The indicated line is: LocalRepository localRepo = new LocalRepository( local ); * * I'm afraid we cant do anything here at ops4j and you've to write to the aether team instead :-( Kind regards, Andreas On Fri, Sep 2, 2011 at 06:54, Sanje

Re: ConcurrentModificationException in aether code

2011-09-01 Thread Sanjeeb Sahoo
I didn't hear from anyone. I keep seeing this occasionally, so I can help in getting some debug output if someone wants me to. Sahoo On Wed, Jul 27, 2011 at 3:47 PM, Sanjeeb Sahoo wrote: > I have come across the following exception which indicates there is a bug > somewhere in aether code. I ca

ConcurrentModificationException in aether code

2011-07-27 Thread Sanjeeb Sahoo
I have come across the following exception which indicates there is a bug somewhere in aether code. I can't reproduce it. The stack may be of interest to aether developers. AFAIK, multiple threads are NOT trying to install bundles. The test method, which is executed by the main thread, is trying to