[EMAIL PROTECTED] wrote:

> Greetings,
> 
> It appears to me from looking at JBoss source code and in particularly the minerva 
>code that it is not currently possible to set the isolation level for a pool of SQL 
>connections. At least not at the ejb-jar.xml descriptor level nor when setting a 
>datasource pool in the jboss.jcml file.
> 
> Is that correct?


Isolation level can't be set declaritively in the descriptors. You can 
set it programatically on connections you retrieve from the pool.

It will be possible to set this in the future, although the current 
thinking is that this will be a JAWS (CMP) only feature.


> 
> Also, what is the default isolation level used when a connection is created by 
>JBoss? Is it the default database vendor isolation level?


Yes, the driver vendor's default is used.

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to