On Tue, 2006-03-07 at 12:11 -0600, Scott M Stark wrote:
> Related to this user forum question:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78545
> 
> how does ConnectionPoolDataSource fit into the jca layer? Is a separate
> pool implementation that wraps this needed or what?
> 

It doesn't. This FAQ is in the WIKI, which is why I ignored his post.
If he wants to write his own resource adapter that is fine,
but it is still a factory not a pool.

We do use thirdparty XADataSources (which are pools)
in the XA JDBC rar but we use them as factories.
We never return the connection to their internal pool. :-)
We use our own pool which understands J2EE semantics.

> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> VP Architecture & Technology
> JBoss Inc.
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx 
>  
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> _______________________________________________
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxx



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to