[infinispan-dev] Running CDI test suite

2012-09-05 Thread Vladimir Blagojevic
Guys, As I prepared pull request for ISPN-2181 and I rebased to current master, my cdi test suite started to fail with: -- T E S T S --- Running TestSuite Configuring TestNG with:

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Vladimir Blagojevic
Ok looks like someone updated UnitTestTestNGListener.java from core project to use 5.14.10 testng version where ITestContext testng class has method getClasses but in 5.14.6 that method does not exist and it seems like we need to use 5.14.6 in cdi project. Investigating On 12-09-05 11:50

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Vladimir Blagojevic
Confirmed. We can fix this issue by using XmlTest#getXmlClasses instead of XmlTest#getClasses in UnitTestTestNGListener. I'll issue a pull for this simple fix. On 12-09-05 12:24 PM, Vladimir Blagojevic wrote: Ok looks like someone updated UnitTestTestNGListener.java from core project to use

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Dan Berindei
Vladimir, is there any reason why the CDI test suite doesn't use the same TestNG version as the core test suite? BTW, the latest TestNG version is 6.7, we might want to consider an upgrade for all the projects. On Wed, Sep 5, 2012 at 2:29 PM, Vladimir Blagojevic vblag...@redhat.comwrote:

[infinispan-dev] Infinispan Arquillian Container 1.0.0.CR1 released

2012-09-05 Thread Martin Gencur
Hello all, I released the Infinispan Arquillian extension yesterday - only as libraries in JBoss Maven repo. More information at http://infinispan.blogspot.com/ Cheers -- Martin Gencur -- QE Lead, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Dan Berindei
Replying to myself, after looking in the history of cdi/extension/pom.xml, it seems it was upgraded to 5.14.6 back when the core was still on 5.11. Actually Kevin upgraded everything to 5.14.6 and then switched everything but cdi back to 5.11 for some unknown reason (

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Vladimir Blagojevic
Dan, look at the comments for getClasses in testng, it was introduced for YAML, getXMLClasses is the original method. I could not get cdi testsuite working with any other version of testng because of weld problems. It seems weld likes 5.14.6 and nothing else. For example, I used testng version

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Tristan Tarrant
Oh dear, JUnit where art thou ? Tristan On 09/05/2012 02:46 PM, Vladimir Blagojevic wrote: Dan, look at the comments for getClasses in testng, it was introduced for YAML, getXMLClasses is the original method. I could not get cdi testsuite working with any other version of testng because of

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Manik Surtani
On 5 Sep 2012, at 13:48, Tristan Tarrant ttarr...@redhat.com wrote: Oh dear, JUnit where art thou ? Waiting for someone to migrate the entire test suite to it, that's where. :) -- Manik Surtani ma...@jboss.org twitter.com/maniksurtani Platform Architect, JBoss Data Grid

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Sanne Grinovero
On 5 September 2012 14:48, Tristan Tarrant ttarr...@redhat.com wrote: Oh dear, JUnit where art thou ? +1 Tristan On 09/05/2012 02:46 PM, Vladimir Blagojevic wrote: Dan, look at the comments for getClasses in testng, it was introduced for YAML, getXMLClasses is the original method. I

Re: [infinispan-dev] HotRod C# client Beta1 is out!

2012-09-05 Thread Manik Surtani
Nice! Do we have any community feedback on the client? I notice it isn't mentioned here: https://community.jboss.org/en/infinispan On 31 Aug 2012, at 13:03, Mircea Markus mircea.mar...@jboss.com wrote: Hi, Besides stabilising and polishing the API, the client was upgraded to 2nd level of

Re: [infinispan-dev] drafts, sketches and pull requests

2012-09-05 Thread Manik Surtani
On 31 Aug 2012, at 19:56, Sanne Grinovero sa...@infinispan.org wrote: I wish I had a single tool integrating it all, including personal life related tasks; please someone steal my idea and implement it :) A whiteboard? :) -- Manik Surtani ma...@jboss.org twitter.com/maniksurtani Platform

Re: [infinispan-dev] drafts, sketches and pull requests

2012-09-05 Thread Adrian Nistor
Something like this? https://trello.com/tour On 09/05/2012 05:41 PM, Manik Surtani wrote: On 31 Aug 2012, at 19:56, Sanne Grinovero sa...@infinispan.org mailto:sa...@infinispan.org wrote: I wish I had a single tool integrating it all, including personal life related tasks; please someone

Re: [infinispan-dev] Running CDI test suite

2012-09-05 Thread Mircea Markus
On 5 Sep 2012, at 15:00, Sanne Grinovero wrote: On 5 September 2012 14:48, Tristan Tarrant ttarr...@redhat.com wrote: Oh dear, JUnit where art thou ? +1 Rado started looking into this a while ago. Rado if you get some spare CPU cycles to look at this you'll get even more popular :-) --

Re: [infinispan-dev] Infinispan Arquillian Container 1.0.0.CR1 released

2012-09-05 Thread Mircea Markus
Nice stuff + blog! On 5 Sep 2012, at 13:32, Martin Gencur wrote: Hello all, I released the Infinispan Arquillian extension yesterday - only as libraries in JBoss Maven repo. More information at http://infinispan.blogspot.com/ Cheers -- Martin Gencur -- QE Lead, JBoss Data Grid