Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #47750 Back to Issue ]
Summary 0047750: Warning attempts to update an immutable entity M_Transaction when running hibernate with warn log
Revision 2021-10-13 14:26 by cberner
Steps To Reproduce 1. Modify log4j2-web.xml and set this property to warn, which previously was error:
<Logger name="org.hibernate" level="warn"/>
2. Run tomcat and check logs after a minute or so. That warning should appear in the log.

Alternatively:
1. Modify log4j2-web.xml and set this property to warn, which previously was error:
<Logger name="org.hibernate" level="warn"/>
2. Open backoffice and login.
3. Go to Process Request
4. Add a new row with process "Costing Background process" and Timing: "Run immediatly"
5. Save it and schedule it, you should be able to see the logged warning.
Revision 2021-10-08 12:30 by cberner
Steps To Reproduce 1. Modify log4j2-web.xml and set this property to warn, which previously was error:
<Logger name="org.hibernate" level="warn"/>
2. Run tomcat and check logs after a minute or so. That warning should appear in the log.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker