LDEV-4293 Prevent deadlock exceptions on logoutIt seems that a server-side logout not only causes invalidationexception (which will be dealt with soon), but also puts session fetchtransaction in deadlock. This commit fixed the deadlock.
LDEV-4293, LDEV-4400 Update domain configuration for WF10WildFly 10 configuration files are slightly changed compared to WildFly8 and LAMS custom stuff had to be adjusted too.
LDEV-4402 Get rid of LAMS customised session filterThis filter was implemented in 2005 and seems more like a workaroundthan a feature we need. Especially that many of LAMS tools already usethe standard filter and they work OK.
LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.