new factory method for TextData
[cdmlib.git] / src / site / fml / troubleshooting.fml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <faqs xmlns="http://maven.apache.org/FML/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd" title="Troubleshooting" toplink="false">
3
4 <part id="log4j">
5 <title>Log4J</title>
6 <faq id="proxyWarnLog_breaks">
7 <question>My logfile is full with "ProxyWarnLog ... breaks ...".</question>
8 <answer>
9 <p>Please add <code>log4j.logger.org.hibernate.engine.internal.StatefulPersistenceContext = error</code> to your log4j.properties file.</p>
10 </answer>
11 </faq>
12 </part>
13 </faqs>