Hi Su, I believe the query is not printed even in the Verbose, But if you have a capability to debug, the query is constructed in the org.ofbiz.entity.datasource.GenericDAO class; there are multiple select methods in there where the query is constructed. You could modify the code to add a print statement or do a debug using tools like eclipse, Hope this helps
- YOKEPOWER On 9/23/09, su2 <[email protected]> wrote: > > Hello All, > > Is it possible to see underlying queries for view-entity? I tried checking > checkbox for verbose in Adjust Debugging Level. And tried to see in > runtime/log but was not able to see any SQL query there. > > Am I looking at the right file? Is there any other way? > > I really appreciate all your help. > > Thank you. > Su- > -- > View this message in context: > http://www.nabble.com/Underlying-Query-for-View-entity-tp25531126p25531126.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
