Re: [infinispan-dev] infinispan 5.2.0.Beta3

2012-10-29 Thread Galder Zamarreño
I think we need to get Sanne's POV on that. I had a brief look into it and the fix looks good, but not sure if there are better ways to fix it. On Oct 26, 2012, at 7:42 PM, Ales Justin ales.jus...@gmail.com wrote: What about today's ISPN-2448? On Oct 26, 2012, at 7:38 PM, Mircea Markus

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Anna Manukyan
Hi Sanne, sorry for my interfering in - I was lately working on CDI testsuite - evaluating the coverage, etc. and actually on my local environment as well as on Jenkins, the CDI integration tests are passing properly. I've run the tests several times, but I hadn't got the test hangouts as you

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Galder Zamarreño
On Oct 29, 2012, at 8:59 AM, Anna Manukyan amanu...@redhat.com wrote: Hi Sanne, sorry for my interfering in - I was lately working on CDI testsuite - evaluating the coverage, etc. and actually on my local environment as well as on Jenkins, the CDI integration tests are passing properly.

[infinispan-dev] iOS client lib

2012-10-29 Thread Matthias Wessendorf
HEllo, For a WebSocket demo, I created the following iOS lib (basically a port of the infinispan-ws.js file) https://github.com/matzew/infinispan-ios. I was wondering if there is interest in moving that project over to the umbrella infinispan repo at github. Thx, Matthias -- Matthias

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Anna Manukyan
Yes, I have encountered the same failures as well, but this was before I've updated the TestNG jar version from 5.14.6 to 5.14.10 in pom.xml for cdi/extension module. In pom.xml for cdi/extension module there is separate TestNG dependency declared with it's own version which is non-inherited

Re: [infinispan-dev] broken lazy query iteration

2012-10-29 Thread Emmanuel Bernard
Correct, the DocumentExtractor contract expects the absolute index. It looks like a bug in how ISPN's Query module use it. Emmanuel On Fri 2012-10-26 16:09, Ales Justin wrote: After searching for the needed in haystack, I finally found the problem. (not to mention complete lack of tests for

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Mircea Markus
On 29 Oct 2012, at 09:10, Galder Zamarreño wrote: On Oct 29, 2012, at 8:59 AM, Anna Manukyan amanu...@redhat.com wrote: Hi Sanne, sorry for my interfering in - I was lately working on CDI testsuite - evaluating the coverage, etc. and actually on my local environment as well as on

Re: [infinispan-dev] broken lazy query iteration

2012-10-29 Thread Ales Justin
What's the design decision behind this? As DE has all the info, it could easily hide the offset (and max) into impl details. -Ales On Oct 29, 2012, at 11:14 AM, Emmanuel Bernard emman...@hibernate.org wrote: Correct, the DocumentExtractor contract expects the absolute index. It looks like a

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Sanne Grinovero
On 29 October 2012 08:59, Anna Manukyan amanu...@redhat.com wrote: Hi Sanne, sorry for my interfering in - I was lately working on CDI testsuite - evaluating the coverage, etc. and actually on my local environment as well as on Jenkins, the CDI integration tests are passing properly. Hi

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Manik Surtani
For what it's worth, I just created a branch with: * TestNG 6.7 as a dependency in parent/pom.xml (so all modules use this) * Updated cdi/extension/pom.xml to use ${version.testng} rather than ${version.testng.arquillian} - so it too now uses TestNG 6.7. Ran tests. Results from tests in

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Tristan Tarrant
I have further changes to the CDI pom, so please issue your PR first :) Tristan On 10/29/2012 04:25 PM, Manik Surtani wrote: For what it's worth, I just created a branch with: * TestNG 6.7 as a dependency in parent/pom.xml (so all modules use this) * Updated cdi/extension/pom.xml to use

Re: [infinispan-dev] broken lazy query iteration

2012-10-29 Thread Emmanuel Bernard
Made sense to me at the time. Still does for what it's worth. Plus the code using DocumentExtractor sill has to compute and deal with first and max anyways. Emmanuel On Mon 2012-10-29 14:09, Ales Justin wrote: What's the design decision behind this? As DE has all the info, it could easily

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Mircea Markus
On 29 Oct 2012, at 15:25, Manik Surtani wrote: For what it's worth, I just created a branch with: * TestNG 6.7 as a dependency in parent/pom.xml (so all modules use this) * Updated cdi/extension/pom.xml to use ${version.testng} rather than ${version.testng.arquillian} - so it too now uses

[infinispan-dev] cce on invocation context

2012-10-29 Thread Ales Justin
I'm constantly seeing this CCE while running CapeDwarf cluster tests: (running 5.2.Beta2 with my iterator offset patch) 17:43:10,175 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (OOB-18,null) ISPN000136: Execution error: java.lang.ClassCastException:

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Manik Surtani
Ok, I've hijacked http://issues.jboss.org/browse/ISPN-2450 and have issued https://github.com/infinispan/infinispan/pull/1434 The pull request is for master. I think it should be applied to branch 5.1.x as well, but I'll let one of you guys test it on 5.1.x first - I have a flight to catch.

Re: [infinispan-dev] cce on invocation context

2012-10-29 Thread Dan Berindei
Ales, I think you're seeing https://issues.jboss.org/browse/ISPN-2408 On Mon, Oct 29, 2012 at 6:44 PM, Ales Justin ales.jus...@gmail.com wrote: I'm constantly seeing this CCE while running CapeDwarf cluster tests: (running 5.2.Beta2 with my iterator offset patch) 17:43:10,175 ERROR

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Dan Berindei
On Mon, Oct 29, 2012 at 5:06 PM, Sanne Grinovero sa...@infinispan.orgwrote: On 29 October 2012 08:59, Anna Manukyan amanu...@redhat.com wrote: Hi Sanne, sorry for my interfering in - I was lately working on CDI testsuite - evaluating the coverage, etc. and actually on my local environment

Re: [infinispan-dev] Testsuite: hanging TestNG, CDI proken

2012-10-29 Thread Mircea Markus
On 29 Oct 2012, at 17:12, Manik Surtani wrote: Ok, I've hijacked http://issues.jboss.org/browse/ISPN-2450 and have issued https://github.com/infinispan/infinispan/pull/1434 The pull request is for master. I think it should be applied to branch 5.1.x as well, but I'll let one of you guys

Re: [infinispan-dev] Transaction table cleanup

2012-10-29 Thread Manik Surtani
On 19 Oct 2012, at 17:40, Mircea Markus mircea.mar...@jboss.com wrote: On 19 Oct 2012, at 07:41, Vladimir Blagojevic wrote: On 12-10-19 4:15 AM, Manik Surtani wrote: You're right actually, the temporary cache created is transactional. it is built in the CreateCacheCommand and relies