[infinispan-dev] Buildhive

2012-05-23 Thread Galder Zamarreño
I've just registered Infinispan upstream repo to Cloudbees' Buildhive: https://buildhive.cloudbees.com/job/infinispan/job/infinispan/ What this means now is that it'll listen for pull reqs sent to Infinispan upstream and will build them automatically, posting the results back in the pull

Re: [infinispan-dev] Buildhive

2012-05-23 Thread Manik Surtani
Great - I expect this will help with overall quality! :) On 23 May 2012, at 09:12, Galder Zamarreño wrote: I've just registered Infinispan upstream repo to Cloudbees' Buildhive: https://buildhive.cloudbees.com/job/infinispan/job/infinispan/ What this means now is that it'll listen for pull

[infinispan-dev] infinispan-tree, NodeImpl.getParent() seems to be buggy

2012-05-23 Thread Adrian Nistor
Hi, I spotted a potential problem in infinispan-tree. Noticed that the javadoc of org.infinispan.tree.Node.getParent() (Returns the parent node. If this is the root node, this method returns codenull/code) does not actually match the implementation. It seems rootNode.getParent() == rootNode

Re: [infinispan-dev] infinispan-tree, NodeImpl.getParent() seems to be buggy

2012-05-23 Thread Manik Surtani
Hmm, I think the Javadocs may be incorrect. The tree module was primarily written as a compatibility API with JBoss Cache and in JBoss Cache, rootNode.getParent() returns rootNode. So the correct thing would be to correct the Javadocs. On 23 May 2012, at 14:35, Adrian Nistor wrote: Hi, I

Re: [infinispan-dev] Buildhive

2012-05-23 Thread Galder Zamarreño
As said, I'm following this up with Cloudbees... On May 23, 2012, at 2:54 PM, Sanne Grinovero wrote: That's sad news. Maybe let's start having it compile only? At least we'll avoid the broken pull requests. On 23 May 2012 13:51, Galder Zamarreño gal...@redhat.com wrote: Guys, this is not

Re: [infinispan-dev] infinispan-tree, NodeImpl.getParent() seems to be buggy

2012-05-23 Thread Adrian Nistor
Hi Manik, Ok, then the root of this seems to be in jboss cache ... The javadoc of org.jboss.cache.Node.getParent() says: Returns the parent node. If this is the root node, this method returns null||. But the implementation actually returns 'this' if it is the root node :-) We'll fix the

[infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Martin Gencur
Read and share :) http://martingencur.blogspot.com/ Cheers -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

Re: [infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Prabhat Jha
Tweeted. On 05/23/2012 12:39 PM, Martin Gencur wrote: Read and share :) http://martingencur.blogspot.com/ Cheers ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Prabhat Jha
Congrats on your first blog Martin. I hope to see many more of these now. On 05/23/2012 12:56 PM, Prabhat Jha wrote: Tweeted. On 05/23/2012 12:39 PM, Martin Gencur wrote: Read and share :) http://martingencur.blogspot.com/ Cheers ___

Re: [infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Sanne Grinovero
Nice work Martin! Just one doubt, especially since it's a rather long post.. why would someone want to use c3p0 on AS7 ? Isn't the included datasource pool far superior? On 23 May 2012 18:56, Prabhat Jha p...@redhat.com wrote: Tweeted. On 05/23/2012 12:39 PM, Martin Gencur wrote: Read and

Re: [infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Dan Berindei
On Wed, May 23, 2012 at 9:06 PM, Sanne Grinovero sa...@infinispan.org wrote: Nice work Martin! Just one doubt, especially since it's a rather long post.. why would someone want to use c3p0 on AS7 ? Isn't the included datasource pool far superior? The AS7 datasource tries to join the cache