
Application.XML

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd"
             version="6">

	<display-name>UH CXM</display-name>
    <application-name>CXM2_Live</application-name>
	<module id="HousingFacade.iml">
        <ejb>HousingFacade.jar</ejb>
    </module>
	<module id="HibernateUH.iml">
		<ejb>HibernateUH.har</ejb>
	</module>

</application>


Standalone.xml

<?xml version='1.0' encoding='UTF-8'?>

<server xmlns="urn:jboss:domain:4.1">

    <extensions>
        <extension module="org.jboss.as.clustering.infinispan"/>
        <extension module="org.jboss.as.connector"/>
        <extension module="org.jboss.as.deployment-scanner"/>
        <extension module="org.jboss.as.ee"/>
        <extension module="org.jboss.as.ejb3"/>
        <extension module="org.jboss.as.jaxrs"/>
        <extension module="org.jboss.as.jdr"/>
        <extension module="org.jboss.as.jmx"/>
        <extension module="org.jboss.as.jpa"/>
        <extension module="org.jboss.as.jsf"/>
        <extension module="org.jboss.as.logging"/>
        <extension module="org.jboss.as.mail"/>
        <extension module="org.jboss.as.naming"/>
        <extension module="org.jboss.as.pojo"/>
        <extension module="org.jboss.as.remoting"/>
        <extension module="org.jboss.as.sar"/>
        <extension module="org.jboss.as.security"/>
        <extension module="org.jboss.as.transactions"/>
        <extension module="org.jboss.as.webservices"/>
        <extension module="org.jboss.as.weld"/>
        <extension module="org.wildfly.extension.batch.jberet"/>
        <extension module="org.wildfly.extension.bean-validation"/>
        <extension module="org.wildfly.extension.io"/>
        <extension module="org.wildfly.extension.request-controller"/>
        <extension module="org.wildfly.extension.security.manager"/>
        <extension module="org.wildfly.extension.undertow"/>
    </extensions>


    <management>
        <security-realms>
            <security-realm name="ManagementRealm">
                <authentication>
                    <local default-user="andy" skip-group-loading="true"/>
                    <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/>
                </authentication>
                <authorization map-groups-to-roles="false">
                    <properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/>
                </authorization>
            </security-realm>
            <security-realm name="ApplicationRealm">
                <authentication>
                    <local default-user="$local" allowed-users="*" skip-group-loading="true"/>
                    <properties path="application-users.properties" relative-to="jboss.server.config.dir"/>
                </authentication>
                <authorization>
                    <properties path="application-roles.properties" relative-to="jboss.server.config.dir"/>
                </authorization>
            </security-realm>
        </security-realms>
        <audit-log>
            <formatters>
                <json-formatter name="json-formatter"/>
            </formatters>
            <handlers>
                <file-handler name="file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/>
            </handlers>
            <logger log-boot="true" log-read-only="false" enabled="false">
                <handlers>
                    <handler name="file"/>
                </handlers>
            </logger>
        </audit-log>
        <management-interfaces>
            <http-interface http-upgrade-enabled="true">
                <socket-binding http="management-http"/>
            </http-interface>
        </management-interfaces>
        <access-control provider="simple">
            <role-mapping>
                <role name="SuperUser">
                    <include>
                        <user name="$local"/>
                    </include>
                </role>
            </role-mapping>
        </access-control>
    </management>

    <profile>
        <subsystem xmlns="urn:jboss:domain:logging:3.0">
            <console-handler name="CONSOLE">
                <level name="INFO"/>
                <formatter>
                    <named-formatter name="COLOR-PATTERN"/>
                </formatter>
            </console-handler>
            <periodic-rotating-file-handler name="FILE" autoflush="true">
                <formatter>
                    <named-formatter name="PATTERN"/>
                </formatter>
                <file relative-to="jboss.server.log.dir" path="server.log"/>
                <suffix value=".yyyy-MM-dd"/>
                <append value="true"/>
            </periodic-rotating-file-handler>
            <logger category="com.arjuna">
                <level name="WARN"/>
            </logger>
            <logger category="org.jboss.as.config">
                <level name="DEBUG"/>
            </logger>
            <logger category="sun.rmi">
                <level name="WARN"/>
            </logger>
            <logger category="org.jboss.ejb.client">
                <level name="TRACE"/>
            </logger>
 
            <root-logger>
                <level name="INFO"/>
                <handlers>
                    <handler name="CONSOLE"/>
                    <handler name="FILE"/>
                </handlers>
            </root-logger>
            <formatter name="PATTERN">
                <pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
            </formatter>
            <formatter name="COLOR-PATTERN">
                <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
            </formatter>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:batch-jberet:1.0">
            <default-job-repository name="in-memory"/>
            <default-thread-pool name="batch"/>
            <job-repository name="in-memory">
                <in-memory/>
            </job-repository>
            <thread-pool name="batch">
                <max-threads count="10"/>
                <keepalive-time time="30" unit="seconds"/>
            </thread-pool>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/>
        <subsystem xmlns="urn:jboss:domain:datasources:4.0">
            <datasources>
                <datasource jta="true" jndi-name="java:jboss/datasources/uhdev" pool-name="uhdev" enabled="true" use-java-context="true" use-ccm="true">
                    <connection-url>jdbc:jtds:sqlserver://xxxxxxxxx/xxxxxxxxx;instance=SQL2005;tds=8.0;sendStringParametersAsUnicode=false;lastupdatecount=true</connection-url>
                    <driver>jtds</driver>
                    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
                    <pool>
                        <min-pool-size>100</min-pool-size>
                        <initial-pool-size>1</initial-pool-size>
                        <max-pool-size>100</max-pool-size>
                        <prefill>false</prefill>
                        <use-strict-min>false</use-strict-min>
                        <flush-strategy>FailingConnectionOnly</flush-strategy>
                    </pool>
                    <security>
                        <user-name>xxxxx</user-name>
                        <password>xxxxxxx</password>
                    </security>
                    <validation>
                        <check-valid-connection-sql>SELECT 1</check-valid-connection-sql>
                        <use-fast-fail>false</use-fast-fail>
                    </validation>
                    <timeout>
                        <blocking-timeout-millis>30000</blocking-timeout-millis>
                        <idle-timeout-minutes>60</idle-timeout-minutes>
                    </timeout>
                    <statement>
                        <track-statements>false</track-statements>
                    </statement>
                </datasource>
                <datasource jta="true" jndi-name="java:jboss/datasources/uhdevcm" pool-name="uhdevcm" enabled="true" use-java-context="true" use-ccm="true">
                    <connection-url>jdbc:jtds:sqlserver://xxxxxxxxx/xxxxxxxx;instance=SQL2005;tds=8.0;sendStringParametersAsUnicode=false;lastupdatecount=true</connection-url>
                    <driver>jtds</driver>
                    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
                    <pool>
                        <min-pool-size>100</min-pool-size>
                        <initial-pool-size>1</initial-pool-size>
                        <max-pool-size>100</max-pool-size>
                        <prefill>false</prefill>
                        <use-strict-min>false</use-strict-min>
                        <flush-strategy>FailingConnectionOnly</flush-strategy>
                    </pool>
                    <security>
                        <user-name>xxxxxxx</user-name>
                        <password>xxxxxxx</password>
                    </security>
                    <validation>
                        <check-valid-connection-sql>SELECT 1</check-valid-connection-sql>
                        <use-fast-fail>false</use-fast-fail>
                    </validation>
                    <timeout>
                        <blocking-timeout-millis>30000</blocking-timeout-millis>
                        <idle-timeout-minutes>60</idle-timeout-minutes>
                    </timeout>
                    <statement>
                        <track-statements>false</track-statements>
                    </statement>
                </datasource>
                <drivers>
                    <driver name="jtds" module="net.sourceforge.jtds">
                        <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
                    </driver>
                </drivers>
            </datasources>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">
            <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:ee:4.0">
            <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
            <concurrent>
                <context-services>
                    <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/>
                </context-services>
                <managed-thread-factories>
                    <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/>
                </managed-thread-factories>
                <managed-executor-services>
                    <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/>
                </managed-executor-services>
                <managed-scheduled-executor-services>
                    <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/>
                </managed-scheduled-executor-services>
            </concurrent>
            <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/uhdev" jms-connection-factory="java:jboss/DefaultJMSConnectionFactory" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:ejb3:4.0">
            <session-bean>
                <stateless>
                    <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
                </stateless>
                <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
                <singleton default-access-timeout="5000"/>
            </session-bean>
            <pools>
                <bean-instance-pools>
                    <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                    <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                </bean-instance-pools>
            </pools>
            <caches>
                <cache name="simple"/>
                <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/>
            </caches>
            <passivation-stores>
                <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/>
            </passivation-stores>
            <async thread-pool-name="default"/>
            <timer-service thread-pool-name="default" default-data-store="default-file-store">
                <data-stores>
                    <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
                </data-stores>
            </timer-service>
            <remote connector-ref="http-remoting-connector" thread-pool-name="default"/>
            <thread-pools>
                <thread-pool name="default">
                    <max-threads count="10"/>
                    <keepalive-time time="100" unit="milliseconds"/>
                </thread-pool>
            </thread-pools>
            <default-security-domain value="other"/>
            <default-missing-method-permissions-deny-access value="true"/>
            <log-system-exceptions value="true"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:io:1.1">
            <worker name="default"/>
            <buffer-pool name="default"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:infinispan:4.0">
            <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server">
                <local-cache name="default">
                    <transaction mode="BATCH"/>
                </local-cache>
            </cache-container>
            <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan">
                <local-cache name="passivation">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="true" purge="false"/>
                </local-cache>
                <local-cache name="persistent">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="false" purge="false"/>
                </local-cache>
            </cache-container>
            <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan">
                <local-cache name="passivation">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="true" purge="false"/>
                </local-cache>
                <local-cache name="persistent">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="BATCH"/>
                    <file-store passivation="false" purge="false"/>
                </local-cache>
            </cache-container>
            <cache-container name="hibernate" default-cache="local-query" module="org.hibernate.infinispan">
                <local-cache name="entity">
                    <transaction mode="NON_XA"/>
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="local-query">
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="timestamps"/>
            </cache-container>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
        <subsystem xmlns="urn:jboss:domain:jca:4.0">
            <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/>
            <bean-validation enabled="true"/>
            <default-workmanager>
                <short-running-threads>
                    <core-threads count="50"/>
                    <queue-length count="50"/>
                    <max-threads count="50"/>
                    <keepalive-time time="10" unit="seconds"/>
                </short-running-threads>
                <long-running-threads>
                    <core-threads count="50"/>
                    <queue-length count="50"/>
                    <max-threads count="50"/>
                    <keepalive-time time="10" unit="seconds"/>
                </long-running-threads>
            </default-workmanager>
            <cached-connection-manager/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
        <subsystem xmlns="urn:jboss:domain:jmx:1.3">
            <expose-resolved-model/>
            <expose-expression-model/>
            <remoting-connector/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jpa:1.1">
            <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:jsf:1.0"/>
        <subsystem xmlns="urn:jboss:domain:mail:2.0">
            <mail-session name="default" jndi-name="java:jboss/mail/Default">
                <smtp-server outbound-socket-binding-ref="mail-smtp"/>
            </mail-session>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:naming:2.0">
            <remote-naming/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
        <subsystem xmlns="urn:jboss:domain:remoting:3.0">
            <endpoint/>
            <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
            <outbound-connections>
                <remote-outbound-connection name="remote-ejb-connection" outbound-socket-binding-ref="remote-ejb" protocol="http-remoting">
                    <properties>
                        <property name="SASL_POLICY_NOANONYMOUS" value="false"/>
                        <property name="SSL_ENABLED" value="false"/>
                    </properties>
                </remote-outbound-connection>
            </outbound-connections>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:resource-adapters:4.0"/>
        <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/>
        <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
        <subsystem xmlns="urn:jboss:domain:security-manager:1.0">
            <deployment-permissions>
                <maximum-set>
                    <permission class="java.security.AllPermission"/>
                </maximum-set>
            </deployment-permissions>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:security:1.2">
            <security-domains>
                <security-domain name="other" cache-type="default">
                    <authentication>
                        <login-module code="Remoting" flag="optional">
                            <module-option name="password-stacking" value="useFirstPass"/>
                        </login-module>
                        <login-module code="RealmDirect" flag="required">
                            <module-option name="password-stacking" value="useFirstPass"/>
                        </login-module>
                    </authentication>
                </security-domain>
                <security-domain name="jboss-web-policy" cache-type="default">
                    <authorization>
                        <policy-module code="Delegating" flag="required"/>
                    </authorization>
                </security-domain>
                <security-domain name="jboss-ejb-policy" cache-type="default">
                    <authorization>
                        <policy-module code="Delegating" flag="required"/>
                    </authorization>
                </security-domain>
                <security-domain name="jaspitest" cache-type="default">
                    <authentication-jaspi>
                        <login-module-stack name="dummy">
                            <login-module code="Dummy" flag="optional"/>
                        </login-module-stack>
                        <auth-module code="Dummy"/>
                    </authentication-jaspi>
                </security-domain>
            </security-domains>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:transactions:3.0">
            <core-environment>
                <process-id>
                    <uuid/>
                </process-id>
            </core-environment>
            <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:undertow:3.1">
            <buffer-cache name="default"/>
            <server name="default-server">
                <http-listener name="default" socket-binding="http" redirect-socket="https"/>
                <host name="default-host" alias="localhost">
                    <location name="/CXM2_Live" handler="CXM2_Live-Handler"/>
                    <location name="/directory-listing-uri" handler="directory-listing-handler"/>
                    <location name="/" handler="welcome-content"/>
                    <access-log pattern="%h %l %u %t &quot;%r&quot; %s %b &quot;%{i,Referer}&quot; &quot;%{i,User-Agent}&quot; &quot;%{i,COOKIE}&quot; &quot;%{o,SET-COOKIE}&quot; %S &quot;%I&quot; %T"/>
                    <filter-ref name="request-dumper"/>
                    <filter-ref name="server-header"/>
                    <filter-ref name="x-powered-by-header"/>
                </host>
            </server>
            <servlet-container name="default">
                <jsp-config/>
                <websockets/>
            </servlet-container>
            <handlers>
                <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
                <file name="directory-listing-handler" directory-listing="true" path="c:/andydata"/>
                <file name="CXM2_Live-Handler" directory-listing="true" path="${jboss.home.dir}/standalone/deployments/CXM2_Live.ear"/>
            </handlers>
            <filters>
                <response-header name="server-header" header-name="Server" header-value="JBoss-EAP/7"/>
                <response-header name="x-powered-by-header" header-name="X-Powered-By" header-value="Undertow/1"/>
                <filter name="request-dumper" module="io.undertow.core" class-name="io.undertow.server.handlers.RequestDumpingHandler"/>
            </filters>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:webservices:2.0">
            <wsdl-host>${jboss.bind.address:0.0.0.0}</wsdl-host>
            <endpoint-config name="Standard-Endpoint-Config"/>
            <endpoint-config name="Recording-Endpoint-Config">
                <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
                    <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
                </pre-handler-chain>
            </endpoint-config>
            <client-config name="Standard-Client-Config"/>
        </subsystem>
        <subsystem xmlns="urn:jboss:domain:weld:3.0"/>
    </profile>

    <interfaces>
        <interface name="management">
            <inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
        </interface>
        <interface name="public">
            <inet-address value="${jboss.bind.address:0.0.0.0}"/>
        </interface>
    </interfaces>

    <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
        <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
        <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/>
        <socket-binding name="ajp" port="${jboss.ajp.port:8009}"/>
        <socket-binding name="http" port="${jboss.http.port:8080}"/>
        <socket-binding name="https" port="${jboss.https.port:8443}"/>
        <socket-binding name="txn-recovery-environment" port="4712"/>
        <socket-binding name="txn-status-manager" port="4713"/>
        <outbound-socket-binding name="mail-smtp">
            <remote-destination host="localhost" port="25"/>
        </outbound-socket-binding>
        <outbound-socket-binding name="remote-ejb">
            <remote-destination host="localhost" port="8080"/>
        </outbound-socket-binding>
    </socket-binding-group>
</server>




JBOSS-Deployment-structure.xml

<?xml version="1.0" encoding="UTF-8"?>

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<ear-subdeployments-isolated>true</ear-subdeployments-isolated>
    <deployment>
		<exclude-subsystems>
			<subsystem name="org.hibernate"/>

		</exclude-subsystems>
	
        <exclusions>

	        <module name="org.hibernate"/>	
            <module name="org.hibernate:main"/>
			<module name="org.hibernate:jipijapa-hibernate4-3"/>
			<module name="org.hibernate:jipijapa-hibernate5"/>

        </exclusions>

        <dependencies>
            <module name="org.hibernate.hibernate-bundle" export="true"/>
			<module name="externals.spring" export="true"/>
			<module name="externals.legacyjars" export="true"/>
			<module name="externals.loggings" export="true"/>
			<module name="org.dom4j" export="true"/>
        </dependencies>

	</deployment>

	<sub-deployment name="HibernateUH.har"> 
		<exclusions>
	        <module name="org.hibernate"/>	
            <module name="org.hibernate:main"/>
			<module name="org.hibernate:jipijapa-hibernate4-3"/>
			<module name="org.hibernate:jipijapa-hibernate5"/>

		<!--	<module name="javax.persistence.api"/>        -->
        </exclusions>
        <dependencies>
            <module name="org.hibernate.hibernate-bundle" export="true"/>
			<module name="externals.spring" export="true"/>
			<module name="externals.legacyjars" export="true"/>
			<module name="externals.loggings" export="true"/>
			<module name="org.dom4j" export="true"/>
        </dependencies>
	</sub-deployment> 
	
  	<sub-deployment name="HousingFacade.jar"> 
		<exclusions>
	        <module name="org.hibernate"/>	
            <module name="org.hibernate:main"/>
			<module name="org.hibernate:jipijapa-hibernate4-3"/>
			<module name="org.hibernate:jipijapa-hibernate5"/>

		<!--	<module name="javax.persistence.api"/>   -->
        </exclusions>
        <dependencies>
            <module name="org.hibernate.hibernate-bundle" export="true"/>
			<module name="externals.spring" export="true"/>
			<module name="externals.legacyjars" export="true"/>
			<module name="externals.loggings" export="true"/>
			<module name="org.dom4j" export="true"/>
        </dependencies>
	</sub-deployment> 

  
</jboss-deployment-structure>


EJB-JAR.XML

<?xml version="1.1" encoding="UTF-8"?>

<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
               xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
               version="3.1">

  <enterprise-beans>
	  <session>

		<ejb-name>HousingFacadeEJB2_Live</ejb-name>
		<ejb-class>com.comino.cxm.housingfacade.HousingFacadeBean</ejb-class>
		<session-type>Stateless</session-type>
		 <home>com.comino.cxm.housingfacade.HousingFacadeHome</home>
		 <remote>com.comino.cxm.housingfacade.HousingFacade</remote>
		 <local-home>com.comino.cxm.housingfacade.LocalHousingFacadeHome</local-home>
		 <local>com.comino.cxm.housingfacade.LocalHousingFacade</local>
		 <ejb-class>com.comino.cxm.housingfacade.HousingFacadeBean</ejb-class>
		 <transaction-type>Container</transaction-type>

		</session>
  </enterprise-beans>
</jboss:ejb-jar>


JBOSS-EJB3.XML
<?xml version="1.1" encoding="UTF-8"?>
<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
			   xmlns:c="urn:clustering:1.0"
               xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
               version="3.1"
               impl-version="2.0">
			   
   <assembly-descriptor>
        <container-transaction>
            <method>
                <ejb-name>HousingFacadeEJB2_Live</ejb-name>
                <method-name>*</method-name>
                <method-intf>Local</method-intf>
            </method>
        </container-transaction>
    </assembly-descriptor>
	
    <enterprise-beans>
        <session>
            <ejb-name>HousingFacadeEJB2_Live</ejb-name>
			<session-type>Stateless</session-type>
			<ejb-class>com.comino.cxm.housingfacade.HousingFacadeBean</ejb-class>		
			<resource-ref>
				<res-ref-name>HousingFacadeEJB2_Live</res-ref-name>
				<res-url>HousingFacade2_Live/LocalHousingFacadeEJB2_Live</res-url>
				<jndi-name>HousingFacadeEJB2_Live</jndi-name>
			</resource-ref>
        </session>
		
    </enterprise-beans>
 </jboss:ejb-jar>


<jboss-ejb-client xmlns="urn:jboss:ejb-client:1.0">

# Set this to true for SSL
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
# Uncomment this for SSL
# remote.connection.default.connect.options.org.xnio.Options.SSL_STARTTLS=true

#endpoint.name=client-endpoint
endpoint.name=HousingFacade2_Live/HousingFacadeEJB2_Live
remote.connection.default.host=localhost
remote.connection.default.port=8080
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false

remote.connection.default.username=andy
remote.connection.default.password=letmein

# Add other SASL options if required
#
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAIN
TEXT=false
#
remote.connection.default.connect.options.org.xnio.Options.SASL_DISALLOWED_MEC
HANISMS=JBOSS-LOCAL-USER



Log File - No errors except the 404 error when trying to access.

The URL I am using is 

lt8492:8080/HousingFacade2_Live/LocalHousingFacadeEJB2_Live


2017-04-11 08:50:12,111 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final-redhat-1
2017-04-11 08:50:12,298 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1
2017-04-11 08:50:12,394 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1) starting
2017-04-11 08:50:12,394 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties:
	awt.toolkit = sun.awt.windows.WToolkit
	file.encoding = Cp1252
	file.encoding.pkg = sun.io
	file.separator = \
	java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
	java.awt.printerjob = sun.awt.windows.WPrinterJob
	java.class.path = C:\jboss-eap-7.0\jboss-modules.jar
	java.class.version = 52.0
	java.endorsed.dirs = C:\JAVA8\jre\lib\endorsed
	java.ext.dirs = C:\JAVA8\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
	java.home = C:\JAVA8\jre
	java.io.tmpdir = C:\Users\ANDREW~1.GOW\AppData\Local\Temp\
	java.library.path = C:\JAVA8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files (x86)\TortoiseSVN\bin;C:\Program Files\TortoiseSVN\bin;C:\JAVA\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Informix\Client-SDK\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Java7\jdk1.7.0_45\bin;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;.
	java.net.preferIPv4Stack = true
	java.runtime.name = Java(TM) SE Runtime Environment
	java.runtime.version = 1.8.0_112-b15
	java.specification.name = Java Platform API Specification
	java.specification.vendor = Oracle Corporation
	java.specification.version = 1.8
	java.util.logging.manager = org.jboss.logmanager.LogManager
	java.vendor = Oracle Corporation
	java.vendor.url = http://java.oracle.com/
	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
	java.version = 1.8.0_112
	java.vm.info = mixed mode
	java.vm.name = Java HotSpot(TM) Client VM
	java.vm.specification.name = Java Virtual Machine Specification
	java.vm.specification.vendor = Oracle Corporation
	java.vm.specification.version = 1.8
	java.vm.vendor = Oracle Corporation
	java.vm.version = 25.112-b15
	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
	jboss.bind.address = 0.0.0.0
	jboss.home.dir = C:\jboss-eap-7.0
	jboss.host.name = lt8492
	jboss.modules.dir = C:\jboss-eap-7.0\modules
	jboss.modules.system.pkgs = org.jboss.byteman
	jboss.node.name = lt8492
	jboss.qualified.host.name = lt8492
	jboss.server.base.dir = C:\jboss-eap-7.0\standalone
	jboss.server.config.dir = C:\jboss-eap-7.0\standalone\configuration
	jboss.server.data.dir = C:\jboss-eap-7.0\standalone\data
	jboss.server.deploy.dir = C:\jboss-eap-7.0\standalone\data\content
	jboss.server.log.dir = C:\jboss-eap-7.0\standalone\log
	jboss.server.name = lt8492
	jboss.server.persist.config = true
	jboss.server.temp.dir = C:\jboss-eap-7.0\standalone\tmp
	line.separator = 

	logging.configuration = file:C:\jboss-eap-7.0\standalone\configuration/logging.properties
	module.path = C:\jboss-eap-7.0\modules
	org.jboss.boot.log.file = C:\jboss-eap-7.0\standalone\log\server.log
	org.jboss.resolver.warning = true
	org.xml.sax.driver = __redirected.__XMLReaderFactory
	os.arch = x86
	os.name = Windows 7
	os.version = 6.1
	path.separator = ;
	program.name = standalone.bat
	sun.arch.data.model = 32
	sun.boot.class.path = C:\JAVA8\jre\lib\resources.jar;C:\JAVA8\jre\lib\rt.jar;C:\JAVA8\jre\lib\sunrsasign.jar;C:\JAVA8\jre\lib\jsse.jar;C:\JAVA8\jre\lib\jce.jar;C:\JAVA8\jre\lib\charsets.jar;C:\JAVA8\jre\lib\jfr.jar;C:\JAVA8\jre\classes
	sun.boot.library.path = C:\JAVA8\jre\bin
	sun.cpu.endian = little
	sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
	sun.desktop = windows
	sun.io.unicode.encoding = UnicodeLittle
	sun.java.command = C:\jboss-eap-7.0\jboss-modules.jar -mp C:\jboss-eap-7.0\modules org.jboss.as.standalone -Djboss.home.dir=C:\jboss-eap-7.0 -b=0.0.0.0 -c standalone.xml
	sun.java.launcher = SUN_STANDARD
	sun.jnu.encoding = Cp1252
	sun.management.compiler = HotSpot Client Compiler
	sun.os.patch.level = Service Pack 1
	sun.stderr.encoding = cp850
	sun.stdout.encoding = cp850
	user.country = GB
	user.dir = C:\jboss-eap-7.0\bin
	user.home = C:\Users\andrew.gowdy
	user.language = en
	user.name = andrew.gowdy
	user.script = 
	user.timezone = Europe/London
	user.variant = 
2017-04-11 08:50:12,394 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -Xloggc:C:\jboss-eap-7.0\standalone\log\gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -Dprogram.name=standalone.bat -Xms1G -Xmx1G -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\jboss-eap-7.0\standalone\log\server.log -Dlogging.configuration=file:C:\jboss-eap-7.0\standalone\configuration/logging.properties 
2017-04-11 08:50:13,518 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment CXM2_Live.ear
2017-04-11 08:50:14,079 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found CXM2_Live.ear in deployment directory. To trigger deployment create a file called CXM2_Live.ear.dodeploy
2017-04-11 08:50:14,110 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2017-04-11 08:50:14,110 WARN  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0035: No security realm defined for http management service; all access will be unrestricted.
2017-04-11 08:50:14,126 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.6.Final-redhat-1
2017-04-11 08:50:14,126 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.6.Final-redhat-1
2017-04-11 08:50:14,157 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
2017-04-11 08:50:14,173 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
2017-04-11 08:50:14,173 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
2017-04-11 08:50:14,188 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
2017-04-11 08:50:14,204 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
2017-04-11 08:50:14,204 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
2017-04-11 08:50:14,204 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
2017-04-11 08:50:14,204 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final-redhat-1
2017-04-11 08:50:14,298 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.3.Final-redhat-1)
2017-04-11 08:50:14,329 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
2017-04-11 08:50:14,329 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2017-04-11 08:50:14,329 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class net.sourceforge.jtds.jdbc.Driver (version 1.2)
2017-04-11 08:50:14,329 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = jtds
2017-04-11 08:50:14,329 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 1.3.21.Final-redhat-1 starting
2017-04-11 08:50:14,329 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.3.21.Final-redhat-1 starting
2017-04-11 08:50:14,407 DEBUG [org.jboss.ejb.client.EJBClientPropertiesLoader] (ServerService Thread Pool -- 36) Looking for jboss-ejb-client.properties using classloader ModuleClassLoader for Module "org.jboss.as.controller:main" from local module loader @f30e0a (finder: local module finder @273305 (roots: C:\jboss-eap-7.0\modules,C:\jboss-eap-7.0\modules\system\layers\base))
2017-04-11 08:50:14,438 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\jboss-eap-7.0/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2017-04-11 08:50:14,454 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'c:/andydata' with options [directory-listing: 'true', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2017-04-11 08:50:14,454 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\jboss-eap-7.0/standalone/deployments/CXM2_Live.ear' with options [directory-listing: 'true', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2017-04-11 08:50:14,485 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
2017-04-11 08:50:14,485 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
2017-04-11 08:50:14,734 INFO  [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032010: JBossTS Recovery Service (tag: 0bac6) - JBoss Inc.
2017-04-11 08:50:14,781 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.
2017-04-11 08:50:14,797 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.18.Final-redhat-1
2017-04-11 08:50:14,812 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
2017-04-11 08:50:14,812 INFO  [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032013: Starting transaction recovery manager
2017-04-11 08:50:14,875 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
2017-04-11 08:50:14,906 INFO  [com.arjuna.ats.jbossatx] (MSC service thread 1-8) ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 0bac6) - JBoss Inc.
2017-04-11 08:50:14,953 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "CXM2_Live.ear" (runtime-name: "CXM2_Live.ear")
2017-04-11 08:50:14,968 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory C:\jboss-eap-7.0\standalone\deployments
2017-04-11 08:50:15,093 INFO  [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-3) IJ020018: Enabling <validate-on-match> for java:jboss/datasources/uhdevcm
2017-04-11 08:50:15,093 INFO  [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-4) IJ020018: Enabling <validate-on-match> for java:jboss/datasources/uhdev
2017-04-11 08:50:15,171 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.2.Final-redhat-1
2017-04-11 08:50:15,171 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/uhdev]
2017-04-11 08:50:15,171 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/uhdevcm]
2017-04-11 08:50:15,234 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.3.SP1-redhat-1 (Apache CXF 3.1.4.redhat-1) 
2017-04-11 08:50:15,702 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "HousingFacade.jar")
2017-04-11 08:50:15,702 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "HibernateUH.har")
2017-04-11 08:50:15,904 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0014: /C:/jboss-eap-7.0/standalone/deployments/CXM2_Live.ear/HousingFacade.jar/META-INF/jboss-ejb-client.xml in subdeployment ignored. jboss-ejb-client.xml is only parsed for top level deployments.
2017-04-11 08:50:15,998 INFO  [org.jboss.as.jpa] (MSC service thread 1-5) WFLYJPA0002: Read persistence.xml for sessionfactoryuhdev
2017-04-11 08:50:15,998 INFO  [org.jboss.as.jpa] (MSC service thread 1-5) WFLYJPA0002: Read persistence.xml for sessionfactoryuhdevcm
2017-04-11 08:50:16,076 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for sessionfactoryuhdev
2017-04-11 08:50:16,076 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for sessionfactoryuhdevcm
2017-04-11 08:50:16,232 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-1) WFLYSRV0019: Deployment "deployment.CXM2_Live.ear.HousingFacade.jar" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice.
2017-04-11 08:50:16,232 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-2) WFLYSRV0019: Deployment "deployment.CXM2_Live.ear" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice.
2017-04-11 08:50:16,263 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'CXM2_Live.ear/HousingFacade.jar#sessionfactoryuhdev'
2017-04-11 08:50:16,263 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 59) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'CXM2_Live.ear/HousingFacade.jar#sessionfactoryuhdevcm'
2017-04-11 08:50:16,294 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
	name: sessionfactoryuhdev
	...]
2017-04-11 08:50:16,294 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 59) HHH000204: Processing PersistenceUnitInfo [
	name: sessionfactoryuhdevcm
	...]
2017-04-11 08:50:16,357 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-3) WFLYSRV0019: Deployment "deployment.CXM2_Live.ear.HibernateUH.har" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice.
2017-04-11 08:50:16,388 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment CXM2_Live.ear
2017-04-11 08:50:16,388 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 60) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev'
2017-04-11 08:50:16,404 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm'
2017-04-11 08:50:16,404 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 60) HHH000204: Processing PersistenceUnitInfo [
	name: sessionfactoryuhdev
	...]
2017-04-11 08:50:16,404 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 61) HHH000204: Processing PersistenceUnitInfo [
	name: sessionfactoryuhdevcm
	...]
2017-04-11 08:50:16,450 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.0.9.Final-redhat-1}
2017-04-11 08:50:16,450 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
2017-04-11 08:50:16,451 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
2017-04-11 08:50:16,520 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 5.2.4.Final-redhat-1
2017-04-11 08:50:16,530 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
2017-04-11 08:50:16,540 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
2017-04-11 08:50:16,540 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 58) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
2017-04-11 08:50:16,540 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 59) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
2017-04-11 08:50:16,541 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 61) HCANN000001: Hibernate Commons Annotations {5.0.1.Final-redhat-2}
2017-04-11 08:50:16,914 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment HousingFacade.jar
2017-04-11 08:50:16,914 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment HibernateUH.har
2017-04-11 08:50:16,927 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'HousingFacadeEJB2_Live' in deployment unit 'subdeployment "HousingFacade.jar" of deployment "CXM2_Live.ear"' are as follows:

	java:global/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacadeHome
	java:app/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacadeHome
	java:module/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacadeHome
	java:global/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacade
	java:app/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacade
	java:module/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacade
	java:jboss/exported/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacade
	java:global/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacadeHome
	java:app/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacadeHome
	java:module/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacadeHome
	java:jboss/exported/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.HousingFacadeHome
	java:global/CXM2_Live/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacade
	java:app/HousingFacade/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacade
	java:module/HousingFacadeEJB2_Live!com.comino.cxm.housingfacade.LocalHousingFacade

2017-04-11 08:50:16,996 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0006: Starting Services for CDI deployment: CXM2_Live.ear
2017-04-11 08:50:17,095 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.3 (redhat)
2017-04-11 08:50:17,188 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0009: Starting weld service for deployment CXM2_Live.ear
2017-04-11 08:50:17,516 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-04-11 08:50:17,518 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-04-11 08:50:17,520 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-04-11 08:50:17,521 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2017-04-11 08:50:18,274 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started client-mappings cache from ejb container
2017-04-11 08:50:18,289 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'CXM2_Live.ear/HousingFacade.jar#sessionfactoryuhdev'
2017-04-11 08:50:18,336 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 62) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'CXM2_Live.ear/HousingFacade.jar#sessionfactoryuhdevcm'
2017-04-11 08:50:18,399 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.SQLServer2005Dialect
2017-04-11 08:50:18,399 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.SQLServer2005Dialect
2017-04-11 08:50:18,461 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 62) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2017-04-11 08:50:18,461 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 58) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2017-04-11 08:50:18,477 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 58) Envers integration enabled? : true
2017-04-11 08:50:18,492 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 62) Envers integration enabled? : true
2017-04-11 08:50:22,299 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 60) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev'
2017-04-11 08:50:22,299 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 60) HHH000400: Using dialect: org.hibernate.dialect.SQLServer2005Dialect
2017-04-11 08:50:22,314 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 60) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2017-04-11 08:50:22,314 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 60) Envers integration enabled? : true
2017-04-11 08:50:22,330 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm'
2017-04-11 08:50:22,330 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 61) HHH000400: Using dialect: org.hibernate.dialect.SQLServer2005Dialect
2017-04-11 08:50:22,330 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 61) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2017-04-11 08:50:22,345 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 61) Envers integration enabled? : true
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,377 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,392 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,408 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,408 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,423 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,439 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,455 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,470 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,486 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,501 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,517 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,517 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,517 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,517 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,517 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,533 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,548 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,564 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,579 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,595 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,611 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 61) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,626 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 60) HHH90000003: Use of DOM4J entity-mode is considered deprecated
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TenCommOpt
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TenCommOpt
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TenCommOpt
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TenCommOpt
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBActivity
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBActivity
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBActivity
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBActivity
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ReasonCancelled
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ReasonCancelled
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ReasonCancelled
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ReasonCancelled
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.entities.TenantMember
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.entities.TenantMember
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.entities.TenantMember
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.entities.TenantMember
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.EventQTypes
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.EventQTypes
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.EventQTypes
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.EventQTypes
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.DayWorkMix
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.DayWorkMix
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.DayWorkMix
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.DayWorkMix
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Def_Type
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Def_Type
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Def_Type
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Def_Type
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ArrearsActionCancelReason
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ArrearsActionCancelReason
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ArrearsActionCancelReason
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ArrearsActionCancelReason
2017-04-11 08:50:22,829 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbRating
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbRating
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CostOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CostOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CostOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CostOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbRating
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbRating
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBTypeScore
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBTypeScore
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBTypeScore
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Def_Class
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBTypeScore
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Def_Class
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Def_Class
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRReasonChanged
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Def_Class
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRReasonChanged
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRReasonChanged
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODAmount
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRReasonChanged
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODAmount
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODAmount
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODAmount
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.RepairAnalysisType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.RepairAnalysisType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.RepairAnalysisType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.RepairAnalysisType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CompPostPar
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CompPostPar
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CompPostPar
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CompPostPar
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPAverageTime
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPAverageTime
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPAverageTime
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPAverageTime
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBMaintenanceType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBMaintenanceType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBMaintenanceType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBMaintenanceType
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.NarrativeOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.NarrativeOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.NarrativeOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.NarrativeOverride
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbAction
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbAction
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbAction
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbAction
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.DeferredMatch
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.DeferredMatch
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.DeferredMatch
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.DeferredMatch
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPFrequency
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPFrequency
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPFrequency
2017-04-11 08:50:22,845 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TargetDate
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TargetDate
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TargetDate
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TargetDate
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDelay
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDelay
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDelay
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDelay
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CostType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CostType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CostType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CostType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBMaintenanceFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBMaintenanceFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBMaintenanceFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBMaintenanceFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbScore
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.AsbScore
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbScore
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.AsbScore
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODLocation
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODLocation
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODLocation
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODLocation
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CustAckPer
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CustAckPer
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CustAckPer
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CustAckPer
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CommsType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CommsType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CommsType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CommsType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBRecommendedAction
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBRecommendedAction
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBRecommendedAction
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBRecommendedAction
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRDeferReason
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRDeferReason
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRDeferReason
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRDeferReason
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBProductType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBProductType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBProductType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBProductType
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDeferrals
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDeferrals
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDeferrals
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDeferrals
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.JRFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.JRFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.JRFrequency
2017-04-11 08:50:22,860 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.JRFrequency
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Location
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Location
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Location
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Location
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.LateCompletionType
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.LateCompletionType
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.LateCompletionType
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.LateCompletionType
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPOccupants
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBHEPOccupants
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPOccupants
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBHEPOccupants
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ContractorAccreditation
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ContractorAccreditation
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ContractorAccreditation
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ContractorAccreditation
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.entities.JobCost
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.entities.JobCost
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.entities.JobCost
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.entities.JobCost
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBStatus
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBStatus
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBStatus
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBStatus
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODAccessibility
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBLODAccessibility
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODAccessibility
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBLODAccessibility
2017-04-11 08:50:22,876 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRFrequency
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRFrequency
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRFrequency
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRFrequency
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.RequestType
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.RequestType
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBTreatmentScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBTreatmentScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.RequestType
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.InspectionReason
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.RequestType
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.InspectionReason
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBTreatmentScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBTreatmentScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.InspectionReason
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.InspectionReason
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBDamageScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBDamageScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TimeMandatory
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TimeMandatory
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.PostInspReason
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBDamageScore
2017-04-11 08:50:22,985 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.PostInspReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBDamageScore
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRBalanceType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRBalanceType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.TimeMandatory
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.PostInspResult
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.TimeMandatory
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.PostInspResult
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.PostInspReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Caller
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.PostInspReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Caller
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ARRBalanceType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ChargeType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ARRBalanceType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ChargeType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.PostInspResult
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.PostInspResult
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDeferPeriods
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDeferPeriods
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.Caller
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.Caller
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ChargeType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ChargeType
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.OrderBatching
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.OrderBatching
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.MaxDeferPeriods
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.MaxDeferPeriods
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.JRReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.JRReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.OrderBatching
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.OrderBatching
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBReleaseRating
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.JRReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBReleaseRating
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.JRReason
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CanAuthorise
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 60) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CanAuthorise
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.ASBReleaseRating
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.ASBReleaseRating
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000038: Composite-id class does not override equals(): com.comino.cxm.hibernateuh.CanAuthorise
2017-04-11 08:50:23,001 WARN  [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 61) HHH000039: Composite-id class does not override hashCode(): com.comino.cxm.hibernateuh.CanAuthorise
2017-04-11 08:50:23,188 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBActivity cache from hibernate container
2017-04-11 08:50:23,188 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBActivity cache from hibernate container
2017-04-11 08:50:23,203 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBActivity-pending-puts cache from hibernate container
2017-04-11 08:50:23,203 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBActivity-pending-puts cache from hibernate container
2017-04-11 08:50:23,219 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ReasonCancelled cache from hibernate container
2017-04-11 08:50:23,219 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ReasonCancelled cache from hibernate container
2017-04-11 08:50:23,219 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ReasonCancelled-pending-puts cache from hibernate container
2017-04-11 08:50:23,219 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ReasonCancelled-pending-puts cache from hibernate container
2017-04-11 08:50:23,297 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.EventQTypes cache from hibernate container
2017-04-11 08:50:23,297 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.EventQTypes cache from hibernate container
2017-04-11 08:50:23,297 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.EventQTypes-pending-puts cache from hibernate container
2017-04-11 08:50:23,313 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.EventQTypes-pending-puts cache from hibernate container
2017-04-11 08:50:23,328 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Def_Type cache from hibernate container
2017-04-11 08:50:23,328 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Def_Type cache from hibernate container
2017-04-11 08:50:23,344 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Def_Type-pending-puts cache from hibernate container
2017-04-11 08:50:23,344 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Def_Type-pending-puts cache from hibernate container
2017-04-11 08:50:23,422 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.Holiday cache from hibernate container
2017-04-11 08:50:23,422 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.Holiday cache from hibernate container
2017-04-11 08:50:23,422 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.Holiday-pending-puts cache from hibernate container
2017-04-11 08:50:23,422 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.Holiday-pending-puts cache from hibernate container
2017-04-11 08:50:23,437 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ArrearsActionCancelReason cache from hibernate container
2017-04-11 08:50:23,437 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ArrearsActionCancelReason cache from hibernate container
2017-04-11 08:50:23,437 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ArrearsActionCancelReason-pending-puts cache from hibernate container
2017-04-11 08:50:23,437 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ArrearsActionCancelReason-pending-puts cache from hibernate container
2017-04-11 08:50:23,453 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbRating cache from hibernate container
2017-04-11 08:50:23,453 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbRating-pending-puts cache from hibernate container
2017-04-11 08:50:23,453 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbRating cache from hibernate container
2017-04-11 08:50:23,469 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbRating-pending-puts cache from hibernate container
2017-04-11 08:50:23,469 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBTypeScore cache from hibernate container
2017-04-11 08:50:23,469 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBTypeScore cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBTypeScore-pending-puts cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBTypeScore-pending-puts cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Def_Class cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Def_Class cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Def_Class-pending-puts cache from hibernate container
2017-04-11 08:50:23,484 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Def_Class-pending-puts cache from hibernate container
2017-04-11 08:50:23,500 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRReasonChanged cache from hibernate container
2017-04-11 08:50:23,500 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRReasonChanged cache from hibernate container
2017-04-11 08:50:23,500 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRReasonChanged-pending-puts cache from hibernate container
2017-04-11 08:50:23,515 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRReasonChanged-pending-puts cache from hibernate container
2017-04-11 08:50:23,515 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODAmount cache from hibernate container
2017-04-11 08:50:23,515 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODAmount cache from hibernate container
2017-04-11 08:50:23,515 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODAmount-pending-puts cache from hibernate container
2017-04-11 08:50:23,515 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODAmount-pending-puts cache from hibernate container
2017-04-11 08:50:23,547 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.RepairAnalysisType cache from hibernate container
2017-04-11 08:50:23,547 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.RepairAnalysisType-pending-puts cache from hibernate container
2017-04-11 08:50:23,547 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.RepairAnalysisType cache from hibernate container
2017-04-11 08:50:23,562 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.RepairAnalysisType-pending-puts cache from hibernate container
2017-04-11 08:50:23,578 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPAverageTime cache from hibernate container
2017-04-11 08:50:23,578 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPAverageTime cache from hibernate container
2017-04-11 08:50:23,578 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPAverageTime-pending-puts cache from hibernate container
2017-04-11 08:50:23,578 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPAverageTime-pending-puts cache from hibernate container
2017-04-11 08:50:23,593 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBMaintenanceType cache from hibernate container
2017-04-11 08:50:23,593 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBMaintenanceType cache from hibernate container
2017-04-11 08:50:23,593 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBMaintenanceType-pending-puts cache from hibernate container
2017-04-11 08:50:23,593 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBMaintenanceType-pending-puts cache from hibernate container
2017-04-11 08:50:23,609 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.System cache from hibernate container
2017-04-11 08:50:23,609 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.System cache from hibernate container
2017-04-11 08:50:23,609 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.System-pending-puts cache from hibernate container
2017-04-11 08:50:23,609 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.System-pending-puts cache from hibernate container
2017-04-11 08:50:23,625 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbAction cache from hibernate container
2017-04-11 08:50:23,625 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbAction cache from hibernate container
2017-04-11 08:50:23,625 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbAction-pending-puts cache from hibernate container
2017-04-11 08:50:23,625 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbAction-pending-puts cache from hibernate container
2017-04-11 08:50:23,640 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPFrequency cache from hibernate container
2017-04-11 08:50:23,640 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPFrequency cache from hibernate container
2017-04-11 08:50:23,640 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:23,640 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:23,734 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.TradeType cache from hibernate container
2017-04-11 08:50:23,734 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.TradeType cache from hibernate container
2017-04-11 08:50:23,749 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.TradeType-pending-puts cache from hibernate container
2017-04-11 08:50:23,749 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.TradeType-pending-puts cache from hibernate container
2017-04-11 08:50:23,765 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.User cache from hibernate container
2017-04-11 08:50:23,765 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.User cache from hibernate container
2017-04-11 08:50:23,765 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.User-pending-puts cache from hibernate container
2017-04-11 08:50:23,765 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.User-pending-puts cache from hibernate container
2017-04-11 08:50:23,765 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.CostType cache from hibernate container
2017-04-11 08:50:23,781 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.CostType cache from hibernate container
2017-04-11 08:50:23,781 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.CostType-pending-puts cache from hibernate container
2017-04-11 08:50:23,781 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.CostType-pending-puts cache from hibernate container
2017-04-11 08:50:23,812 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBMaintenanceFrequency cache from hibernate container
2017-04-11 08:50:23,812 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBMaintenanceFrequency cache from hibernate container
2017-04-11 08:50:23,812 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBMaintenanceFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:23,812 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBMaintenanceFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbScore cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbScore cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.AsbScore-pending-puts cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.AsbScore-pending-puts cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Urgency cache from hibernate container
2017-04-11 08:50:23,827 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Urgency cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Urgency-pending-puts cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Urgency-pending-puts cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODLocation cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODLocation cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODLocation-pending-puts cache from hibernate container
2017-04-11 08:50:23,843 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODLocation-pending-puts cache from hibernate container
2017-04-11 08:50:23,859 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.CommsType cache from hibernate container
2017-04-11 08:50:23,859 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.CommsType cache from hibernate container
2017-04-11 08:50:23,859 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.CommsType-pending-puts cache from hibernate container
2017-04-11 08:50:23,859 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.CommsType-pending-puts cache from hibernate container
2017-04-11 08:50:23,874 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBRecommendedAction cache from hibernate container
2017-04-11 08:50:23,874 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBRecommendedAction cache from hibernate container
2017-04-11 08:50:23,874 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBRecommendedAction-pending-puts cache from hibernate container
2017-04-11 08:50:23,874 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBRecommendedAction-pending-puts cache from hibernate container
2017-04-11 08:50:23,890 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRDeferReason cache from hibernate container
2017-04-11 08:50:23,890 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRDeferReason cache from hibernate container
2017-04-11 08:50:23,890 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRDeferReason-pending-puts cache from hibernate container
2017-04-11 08:50:23,890 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRDeferReason-pending-puts cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBProductType cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBProductType cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBProductType-pending-puts cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBProductType-pending-puts cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.InspectionType cache from hibernate container
2017-04-11 08:50:23,921 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.InspectionType cache from hibernate container
2017-04-11 08:50:23,921 WARN  [org.hibernate.cache.infinispan.impl.BaseRegion] (ServerService Thread Pool -- 60) Requesting TRANSACTIONAL cache concurrency strategy but the cache is not configured as transactional.
2017-04-11 08:50:23,921 WARN  [org.hibernate.cache.infinispan.impl.BaseRegion] (ServerService Thread Pool -- 61) Requesting TRANSACTIONAL cache concurrency strategy but the cache is not configured as transactional.
2017-04-11 08:50:23,937 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.InspectionType-pending-puts cache from hibernate container
2017-04-11 08:50:23,937 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.InspectionType-pending-puts cache from hibernate container
2017-04-11 08:50:23,983 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.JRFrequency cache from hibernate container
2017-04-11 08:50:23,983 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.JRFrequency cache from hibernate container
2017-04-11 08:50:23,999 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.JRFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:23,999 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.JRFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:24,015 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Location cache from hibernate container
2017-04-11 08:50:24,015 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Location cache from hibernate container
2017-04-11 08:50:24,015 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Location-pending-puts cache from hibernate container
2017-04-11 08:50:24,015 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Location-pending-puts cache from hibernate container
2017-04-11 08:50:24,030 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.LateCompletionType cache from hibernate container
2017-04-11 08:50:24,030 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.LateCompletionType cache from hibernate container
2017-04-11 08:50:24,030 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.LateCompletionType-pending-puts cache from hibernate container
2017-04-11 08:50:24,030 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.LateCompletionType-pending-puts cache from hibernate container
2017-04-11 08:50:24,046 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPOccupants cache from hibernate container
2017-04-11 08:50:24,046 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPOccupants cache from hibernate container
2017-04-11 08:50:24,046 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBHEPOccupants-pending-puts cache from hibernate container
2017-04-11 08:50:24,046 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBHEPOccupants-pending-puts cache from hibernate container
2017-04-11 08:50:24,093 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBStatus cache from hibernate container
2017-04-11 08:50:24,093 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBStatus cache from hibernate container
2017-04-11 08:50:24,093 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBStatus-pending-puts cache from hibernate container
2017-04-11 08:50:24,093 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBStatus-pending-puts cache from hibernate container
2017-04-11 08:50:24,108 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODAccessibility cache from hibernate container
2017-04-11 08:50:24,108 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODAccessibility cache from hibernate container
2017-04-11 08:50:24,108 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBLODAccessibility-pending-puts cache from hibernate container
2017-04-11 08:50:24,108 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBLODAccessibility-pending-puts cache from hibernate container
2017-04-11 08:50:24,139 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRFrequency cache from hibernate container
2017-04-11 08:50:24,139 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRFrequency cache from hibernate container
2017-04-11 08:50:24,139 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:24,139 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRFrequency-pending-puts cache from hibernate container
2017-04-11 08:50:24,155 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.RequestType cache from hibernate container
2017-04-11 08:50:24,155 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.RequestType cache from hibernate container
2017-04-11 08:50:24,155 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.RequestType-pending-puts cache from hibernate container
2017-04-11 08:50:24,155 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.RequestType-pending-puts cache from hibernate container
2017-04-11 08:50:24,171 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBTreatmentScore cache from hibernate container
2017-04-11 08:50:24,171 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBTreatmentScore cache from hibernate container
2017-04-11 08:50:24,171 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBTreatmentScore-pending-puts cache from hibernate container
2017-04-11 08:50:24,171 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBTreatmentScore-pending-puts cache from hibernate container
2017-04-11 08:50:24,186 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.InspectionReason cache from hibernate container
2017-04-11 08:50:24,186 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.InspectionReason cache from hibernate container
2017-04-11 08:50:24,186 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.InspectionReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,186 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.InspectionReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,202 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBDamageScore cache from hibernate container
2017-04-11 08:50:24,202 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBDamageScore cache from hibernate container
2017-04-11 08:50:24,202 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBDamageScore-pending-puts cache from hibernate container
2017-04-11 08:50:24,202 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBDamageScore-pending-puts cache from hibernate container
2017-04-11 08:50:24,389 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.PostInspReason cache from hibernate container
2017-04-11 08:50:24,389 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.PostInspReason cache from hibernate container
2017-04-11 08:50:24,389 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.PostInspReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,389 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.PostInspReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,405 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRBalanceType cache from hibernate container
2017-04-11 08:50:24,405 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRBalanceType cache from hibernate container
2017-04-11 08:50:24,405 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ARRBalanceType-pending-puts cache from hibernate container
2017-04-11 08:50:24,405 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ARRBalanceType-pending-puts cache from hibernate container
2017-04-11 08:50:24,420 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.AttributeHazard cache from hibernate container
2017-04-11 08:50:24,420 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.AttributeHazard cache from hibernate container
2017-04-11 08:50:24,420 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.AttributeHazard-pending-puts cache from hibernate container
2017-04-11 08:50:24,420 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.AttributeHazard-pending-puts cache from hibernate container
2017-04-11 08:50:24,436 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.PostInspResult cache from hibernate container
2017-04-11 08:50:24,436 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.PostInspResult cache from hibernate container
2017-04-11 08:50:24,436 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.PostInspResult-pending-puts cache from hibernate container
2017-04-11 08:50:24,436 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.PostInspResult-pending-puts cache from hibernate container
2017-04-11 08:50:24,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Caller cache from hibernate container
2017-04-11 08:50:24,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Caller cache from hibernate container
2017-04-11 08:50:24,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Caller-pending-puts cache from hibernate container
2017-04-11 08:50:24,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Caller-pending-puts cache from hibernate container
2017-04-11 08:50:24,467 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ChargeType cache from hibernate container
2017-04-11 08:50:24,467 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ChargeType cache from hibernate container
2017-04-11 08:50:24,467 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ChargeType-pending-puts cache from hibernate container
2017-04-11 08:50:24,467 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ChargeType-pending-puts cache from hibernate container
2017-04-11 08:50:24,514 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Priority cache from hibernate container
2017-04-11 08:50:24,514 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Priority cache from hibernate container
2017-04-11 08:50:24,514 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Priority-pending-puts cache from hibernate container
2017-04-11 08:50:24,514 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Priority-pending-puts cache from hibernate container
2017-04-11 08:50:24,529 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.MaxDeferPeriods cache from hibernate container
2017-04-11 08:50:24,529 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.MaxDeferPeriods cache from hibernate container
2017-04-11 08:50:24,529 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.MaxDeferPeriods-pending-puts cache from hibernate container
2017-04-11 08:50:24,529 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.MaxDeferPeriods-pending-puts cache from hibernate container
2017-04-11 08:50:24,670 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.JRReason cache from hibernate container
2017-04-11 08:50:24,670 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.JRReason cache from hibernate container
2017-04-11 08:50:24,670 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.JRReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,670 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.JRReason-pending-puts cache from hibernate container
2017-04-11 08:50:24,685 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Trade cache from hibernate container
2017-04-11 08:50:24,685 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Trade cache from hibernate container
2017-04-11 08:50:24,685 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.Trade-pending-puts cache from hibernate container
2017-04-11 08:50:24,685 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.Trade-pending-puts cache from hibernate container
2017-04-11 08:50:24,873 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.RepairPriority cache from hibernate container
2017-04-11 08:50:24,873 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.RepairPriority cache from hibernate container
2017-04-11 08:50:24,888 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.entities.RepairPriority-pending-puts cache from hibernate container
2017-04-11 08:50:24,888 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.entities.RepairPriority-pending-puts cache from hibernate container
2017-04-11 08:50:24,888 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBReleaseRating cache from hibernate container
2017-04-11 08:50:24,904 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdevcm.com.comino.cxm.hibernateuh.ASBReleaseRating-pending-puts cache from hibernate container
2017-04-11 08:50:24,904 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBReleaseRating cache from hibernate container
2017-04-11 08:50:24,904 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started CXM2_Live.ear/HibernateUH.har#sessionfactoryuhdev.com.comino.cxm.hibernateuh.ASBReleaseRating-pending-puts cache from hibernate container
2017-04-11 08:50:25,434 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 60) HHH000397: Using ASTQueryTranslatorFactory
2017-04-11 08:50:25,434 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 61) HHH000397: Using ASTQueryTranslatorFactory
2017-04-11 08:50:26,074 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "CXM2_Live.ear" (runtime-name : "CXM2_Live.ear")
2017-04-11 08:50:26,511 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management
2017-04-11 08:50:26,511 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990
2017-04-11 08:50:26,511 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.0.0.GA (WildFly Core 2.1.2.Final-redhat-1) started in 14743ms - Started 467 of 748 services (400 services are lazy, passive or on-demand)
2017-04-11 08:52:24,864 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name lt8492
2017-04-11 08:52:34,880 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name lt8492
2017-04-11 08:54:34,888 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name lt8492
2017-04-11 08:54:44,892 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name lt8492
2017-04-11 08:55:11,657 INFO  [io.undertow.request.dump] (default task-1) 
----------------------------REQUEST---------------------------
               URI=/HousingFacade2_Live/HousingFacadeEJB2_Live
 characterEncoding=null
     contentLength=1281
       contentType=[text/xml; charset=utf-8]
            header=Connection=Keep-Alive
            header=SOAPAction=""
            header=Cache-Control=no-cache
            header=Content-Type=text/xml; charset=utf-8
            header=Content-Length=1281
            header=User-Agent=W2
            header=Host=LT8492:8080
            locale=[]
            method=POST
          protocol=HTTP/1.1
       queryString=
        remoteAddr=/10.44.103.34:61679
        remoteHost=LT8492.civica.root.local
            scheme=http
              host=LT8492:8080
        serverPort=8080
--------------------------RESPONSE--------------------------
     contentLength=74
       contentType=text/html
            header=Connection=keep-alive
            header=X-Powered-By=Undertow/1
            header=Server=JBoss-EAP/7
            header=Content-Length=74
            header=Content-Type=text/html
            header=Date=Tue, 11 Apr 2017 07:55:11 GMT
            status=404
==============================================================


