<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Verbose JPA Configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145154#M101445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.apache.ibatis.level=INFO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 01:14:29 GMT</pubDate>
    <dc:creator>gokceng1</dc:creator>
    <dc:date>2013-03-26T01:14:29Z</dc:date>
    <item>
      <title>Verbose JPA Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145153#M101444</link>
      <description>Newbie question: We recently switched to utilizing JPA for data access within Activiti,&amp;nbsp; and our output console started getting very verbose when executing Activiti SQL.&amp;nbsp; We are using slf4j and log4j. I have tried limiting the logging level for both Activiti and Hibernate JPA and have not been able</description>
      <pubDate>Mon, 25 Mar 2013 19:37:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145153#M101444</guid>
      <dc:creator>jenniferritz</dc:creator>
      <dc:date>2013-03-25T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Verbose JPA Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145154#M101445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.apache.ibatis.level=INFO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 01:14:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145154#M101445</guid>
      <dc:creator>gokceng1</dc:creator>
      <dc:date>2013-03-26T01:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Verbose JPA Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145155#M101446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed, check the log4j.properties logging file and set to the appropriate level (eg WARN if you really want to limit the logging)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 09:53:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145155#M101446</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-26T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Verbose JPA Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145156#M101447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick responses.&amp;nbsp; Both of which I had tried,&amp;nbsp; but we did find the culprit.&amp;nbsp; ShowSQL was set to TRUE on the Hibernate configuration. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setting it to false solved our issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!– Configure the JPA Vendor –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="hibernateJpaVendorAdapter" class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="databasePlatform" value="org.hibernate.dialect.Oracle10gDialect" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="showSql" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="generateDdl" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 11:41:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145156#M101447</guid>
      <dc:creator>jenniferritz</dc:creator>
      <dc:date>2013-03-26T11:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Verbose JPA Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145157#M101448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice to see your issue got solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 12:02:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/verbose-jpa-configuration/m-p/145157#M101448</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-27T12:02:54Z</dc:date>
    </item>
  </channel>
</rss>

