log « Oracle « JPA Q&A





1. Logging JPA SQL with Weblogic 10.3    stackoverflow.com

By looking into the Open JPA website i've found that i can log the generated SQL by using the following:

<property name="openjpa.Log" value="DefaultLevel=WARN, Runtime=INFO, Tool=INFO"/>
If i try to add the above property ...