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

Dan Berindei dan.berindei at gmail.com
Wed May 23 15:31:52 EDT 2012


On Wed, May 23, 2012 at 9:06 PM, Sanne Grinovero <sanne at 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 transaction, but that won't
work because it's too late (we only write to the cache store during
commit). Martin alluded to that problem, but he wasn't very specific -
he just pointed at https://issues.jboss.org/browse/ISPN-604

Martin, I think it would have been best if you listed the error
message as well so any users having the same problem can find your
post.


> On 23 May 2012 18:56, Prabhat Jha <pjha at redhat.com> wrote:
>> 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 at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev


More information about the infinispan-dev mailing list