Howdy,

--- Bill Burke <[EMAIL PROTECTED]> wrote:
> Databases are freakin' designed for concurrent
> access.  Why not leverage
> them?  I remember reading someplace that WebLogic
> 6.x was starting to move
> more of its synching to the database layer. 

I agree with Bill.  I think we should rely on the
database's resource manager to handle isolation levels
and XA.  If there is no such resource manager, then
let's create it.

Trying to make jboss (jaws, minerva or whatever)
compensate for a faulty of missing resource manager(s)
will just make us go in circles when problems arise
and problems will be recurring in time, I am sure.

Now, maybe JCA is better solution than JTA's resource
managers I don't really know, what I want to say is
let's keep the division of work among modules and
let's make jboss code as simple as possible.
   
For what it's worth, thanks, CC

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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

Reply via email to