What is the difference between txdatasource and datasource?
Answer / Girish Singh Gobari
A DataSource is a Java interface that provides a means for obtaining database connections. A TXDataSource extends DataSource to include support for transactions.nnIn other words, a DataSource can handle simple database operations, while a TXDataSource can manage more complex transactions, such as those involving multiple resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
What steps it pass on when manage start
How can the admin console be disable before it is re-enable by WLST?
Explain The Term Clustering ?
Difference between Weblogic server and websphere server?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What are the different weblogic installation types?
What is a messaging bridge?
Difference between weblogic development and production mode?
What are workload managers for?
What is error ora-6502? : BEA Weblogic
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file