Hi list, When fetching task instances for the dashboard (for instance) the JPBM engine triggers a Hibernate WARN level log which is not interesting for Nuxeo EP administrators. To get rid of it, just add the following line in your $JBOSS_DIR/server/default/conf/log4j.xml configuration:
<category name="org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog"><priority value="ERROR"/></category> -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
