Hi All, I am new to OJB. While studying the tutorial code, I noticed that all queries were excuted inside transaction. For example, the org.apache.ojb.tutorial2.UCListAllProducts excute a query that retrieve all the products. Why is transaction necessary for read only operations? I tried to remove the transaction and the code still worked. But I'd like to find out if there is anything I miss by taking the query out of the transaction.
Many thanks for your help, Jane -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>