Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 230.56 KB | None | 0 0
  1. java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
  2.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
  3.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1501)
  4.     at com.amazonaws.AmazonWebServiceClient.<clinit>(AmazonWebServiceClient.java:70)
  5.     at com.nabenik.nabee.util.S3Service.uploadToS3(S3Service.java:104)
  6.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:58)
  7.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:46)
  8.     at com.nabenik.nabee.util.S3Service$Proxy$_$$_WeldClientProxy.persistImage(Unknown Source)
  9.     at com.nabenik.nabee.rest.HelloEndpoint.persistImage(HelloEndpoint.java:41)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13.     at java.lang.reflect.Method.invoke(Method.java:498)
  14.     at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
  15.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
  16.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
  17.     at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
  18.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
  19.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
  20.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
  21.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
  22.     at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
  23.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
  24.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
  25.     at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
  26.     at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
  27.     at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
  28.     at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
  29.     at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
  30.     at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
  31.     at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
  32.     at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
  33.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
  34.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
  35.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
  36.     at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1606)
  37.     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:258)
  38.     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)
  39.     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:654)
  40.     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:593)
  41.     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)
  42.     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
  43.     at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:371)
  44.     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:238)
  45.     at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:466)
  46.     at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:169)
  47.     at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  48.     at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  49.     at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  50.     at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  51.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)
  52.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)
  53.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)
  54.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
  55.     at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  56.     at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:539)
  57.     at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  58.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  59.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  60.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  61.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
  62.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
  63.     at java.lang.Thread.run(Thread.java:748)
  64.  
  65. 2017-11-16T01:52:49.637+0000|Config: disconnect
  66. 2017-11-16T01:52:49.637+0000|Info: /file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/_nabee-core-pu logout successful
  67. 2017-11-16T01:52:51.186+0000|Fine: Configured server platform: org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
  68. 2017-11-16T01:52:51.229+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmParameter] is set to [FIELD].
  69. 2017-11-16T01:52:51.229+0000|Config: The target entity (reference) class for the many to one mapping element [field parameterType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  70. 2017-11-16T01:52:51.230+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUp] is set to [FIELD].
  71. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  72. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  73. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the one to many mapping element [field trkCloseUpProducts] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProduct.
  74. 2017-11-16T01:52:51.230+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmRolePermission] is set to [FIELD].
  75. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  76. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field admRole] is being defaulted to: class com.nabenik.nabee.model.AdmRole.
  77. 2017-11-16T01:52:51.230+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationAddress] is set to [FIELD].
  78. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationAddressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  79. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  80. 2017-11-16T01:52:51.230+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEvent] is set to [FIELD].
  81. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  82. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventNotes] is being defaulted to: class com.nabenik.nabee.model.TrkEventNote.
  83. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  84. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventProductOps] is being defaulted to: class com.nabenik.nabee.model.TrkEventProductOp.
  85. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  86. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEventType] is being defaulted to: class com.nabenik.nabee.model.TrkEventType.
  87. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the many to one mapping element [field addressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  88. 2017-11-16T01:52:51.230+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventCheckIns] is being defaulted to: class com.nabenik.nabee.model.TrkEventCheckIn.
  89. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  90. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  91. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRoute] is set to [FIELD].
  92. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field routeClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  93. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationWorkDay] is set to [FIELD].
  94. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field fromDay] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  95. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field toDay] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  96. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationWorkTimes] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkTime.
  97. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  98. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmLogType] is set to [FIELD].
  99. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field admLogs] is being defaulted to: class com.nabenik.nabee.model.AdmLog.
  100. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLine] is set to [FIELD].
  101. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProducts] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  102. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRouteCustomer] is set to [FIELD].
  103. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  104. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  105. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmCurrency] is set to [FIELD].
  106. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  107. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  108. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationClassification] is set to [FIELD].
  109. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  110. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  111. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventNote] is set to [FIELD].
  112. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  113. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventNoteAttachments] is being defaulted to: class com.nabenik.nabee.model.TrkEventNoteAttachment.
  114. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  115. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  116. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationImage] is set to [FIELD].
  117. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationImageType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  118. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  119. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerCategory] is set to [FIELD].
  120. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  121. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field customerCategory] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  122. 2017-11-16T01:52:51.231+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUser] is set to [FIELD].
  123. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field admUserIdentities] is being defaulted to: class com.nabenik.nabee.model.AdmUserIdentity.
  124. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field timezone] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  125. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the one to many mapping element [field admUserRoles] is being defaulted to: class com.nabenik.nabee.model.AdmUserRole.
  126. 2017-11-16T01:52:51.231+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  127. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  128. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  129. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field timeUnit] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  130. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationWorkTime] is set to [FIELD].
  131. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganizationWorkDay] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkDay.
  132. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProduct] is set to [FIELD].
  133. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLine] is being defaulted to: class com.nabenik.nabee.model.PrdProductLine.
  134. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductPrices] is being defaulted to: class com.nabenik.nabee.model.PrdProductPrice.
  135. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admCurrency] is being defaulted to: class com.nabenik.nabee.model.AdmCurrency.
  136. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  137. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLineEmployee] is set to [FIELD].
  138. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  139. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLine] is being defaulted to: class com.nabenik.nabee.model.PrdProductLine.
  140. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUpProductDetail] is set to [FIELD].
  141. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field trkCloseUpProduct] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProduct.
  142. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationResponsible] is set to [FIELD].
  143. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  144. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  145. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventNoteAttachment] is set to [FIELD].
  146. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEventNote] is being defaulted to: class com.nabenik.nabee.model.TrkEventNote.
  147. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationContact] is set to [FIELD].
  148. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationContactPurpose] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  149. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationContactType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  150. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  151. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmTypology] is set to [FIELD].
  152. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the one to many mapping element [field admTypologies] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  153. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admTypology] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  154. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductPrice] is set to [FIELD].
  155. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field priceType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  156. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admCurrency] is being defaulted to: class com.nabenik.nabee.model.AdmCurrency.
  157. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  158. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmRole] is set to [FIELD].
  159. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the one to many mapping element [field admRolePermissions] is being defaulted to: class com.nabenik.nabee.model.AdmRolePermission.
  160. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  161. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerClassification] is set to [FIELD].
  162. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  163. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field customerClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  164. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventCheckIn] is set to [FIELD].
  165. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  166. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field eventCheckInType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  167. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  168. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationPublication] is set to [FIELD].
  169. 2017-11-16T01:52:51.232+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  170. 2017-11-16T01:52:51.232+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationRollup] is set to [FIELD].
  171. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admChildOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  172. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admParentOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  173. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPerson] is set to [FIELD].
  174. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personTitle] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  175. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  176. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonDocuments] is being defaulted to: class com.nabenik.nabee.model.AdmPersonDocument.
  177. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field bloodType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  178. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field genre] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  179. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonCharacteristics] is being defaulted to: class com.nabenik.nabee.model.AdmPersonCharacteristic.
  180. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field religion] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  181. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonContacts] is being defaulted to: class com.nabenik.nabee.model.AdmPersonContact.
  182. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonImages] is being defaulted to: class com.nabenik.nabee.model.AdmPersonImage.
  183. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonAddresses] is being defaulted to: class com.nabenik.nabee.model.AdmPersonAddress.
  184. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field maritalStatus] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  185. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  186. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonContact] is set to [FIELD].
  187. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personContactType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  188. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personContactPurpose] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  189. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  190. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonCharacteristic] is set to [FIELD].
  191. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personCharacteristicType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  192. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  193. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUserIdentity] is set to [FIELD].
  194. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  195. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUpProduct] is set to [FIELD].
  196. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field trkCloseUpProductDetails] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProductDetail.
  197. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field trkCloseUp] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUp.
  198. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPermission] is set to [FIELD].
  199. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field permissionType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  200. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  201. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field admPermissions] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  202. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  203. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerTransaction] is set to [FIELD].
  204. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  205. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  206. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admTypology] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  207. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonDocument] is set to [FIELD].
  208. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personDocumentType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  209. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  210. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkAgent] is set to [FIELD].
  211. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEvents] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  212. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductLineEmployees] is being defaulted to: class com.nabenik.nabee.model.PrdProductLineEmployee.
  213. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  214. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field trkRouteEmployees] is being defaulted to: class com.nabenik.nabee.model.TrkRouteEmployee.
  215. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  216. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLineOp] is set to [FIELD].
  217. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductOps] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  218. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonAddress] is set to [FIELD].
  219. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field personAddressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  220. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  221. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerRollup] is set to [FIELD].
  222. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field crmParentCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  223. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field crmChildCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  224. 2017-11-16T01:52:51.233+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventType] is set to [FIELD].
  225. 2017-11-16T01:52:51.233+0000|Config: The target entity (reference) class for the many to one mapping element [field eventTypeClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  226. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventProductOp] is set to [FIELD].
  227. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  228. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  229. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRouteEmployee] is set to [FIELD].
  230. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  231. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  232. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganization] is set to [FIELD].
  233. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationPublications] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationPublication.
  234. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationRollups] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationRollup.
  235. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationResponsibles] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationResponsible.
  236. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationImages] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationImage.
  237. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationContacts] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationContact.
  238. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationClassifications] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationClassification.
  239. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganizationType] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationType.
  240. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationAddresses] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationAddress.
  241. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationWorkDays] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkDay.
  242. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  243. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationType] is set to [FIELD].
  244. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  245. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductOp] is set to [FIELD].
  246. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductPriceOps] is being defaulted to: class com.nabenik.nabee.model.PrdProductPriceOp.
  247. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  248. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLineOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductLineOp.
  249. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonImage] is set to [FIELD].
  250. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field personImageType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  251. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  252. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmNotification] is set to [FIELD].
  253. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field entityType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  254. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field targetUserId] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  255. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field originUserId] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  256. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomer] is set to [FIELD].
  257. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerProducts] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerProduct.
  258. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEvents] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  259. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  260. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerRollups] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerRollup.
  261. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field trkRouteCustomers] is being defaulted to: class com.nabenik.nabee.model.TrkRouteCustomer.
  262. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field customerType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  263. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerClassifications] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerClassification.
  264. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerCategories] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerCategory.
  265. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  266. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  267. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductPriceOp] is set to [FIELD].
  268. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field priceType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  269. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  270. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmLog] is set to [FIELD].
  271. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admLogType] is being defaulted to: class com.nabenik.nabee.model.AdmLogType.
  272. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  273. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  274. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  275. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerProduct] is set to [FIELD].
  276. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  277. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  278. 2017-11-16T01:52:51.234+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUserRole] is set to [FIELD].
  279. 2017-11-16T01:52:51.234+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationId] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  280. 2017-11-16T01:52:51.235+0000|Config: The target entity (reference) class for the many to one mapping element [field admRole] is being defaulted to: class com.nabenik.nabee.model.AdmRole.
  281. 2017-11-16T01:52:51.235+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  282. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmParameter] is being defaulted to: AdmParameter.
  283. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUp] is being defaulted to: TrkCloseUp.
  284. 2017-11-16T01:52:51.235+0000|Config: The column name for element [value] is being defaulted to: VALUE.
  285. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmRolePermission] is being defaulted to: AdmRolePermission.
  286. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationAddress] is being defaulted to: AdmOrganizationAddress.
  287. 2017-11-16T01:52:51.235+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  288. 2017-11-16T01:52:51.235+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  289. 2017-11-16T01:52:51.235+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  290. 2017-11-16T01:52:51.235+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  291. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEvent] is being defaulted to: TrkEvent.
  292. 2017-11-16T01:52:51.235+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  293. 2017-11-16T01:52:51.235+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  294. 2017-11-16T01:52:51.235+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  295. 2017-11-16T01:52:51.235+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  296. 2017-11-16T01:52:51.235+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  297. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRoute] is being defaulted to: TrkRoute.
  298. 2017-11-16T01:52:51.235+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  299. 2017-11-16T01:52:51.235+0000|Config: The column name for element [name] is being defaulted to: NAME.
  300. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationWorkDay] is being defaulted to: AdmOrganizationWorkDay.
  301. 2017-11-16T01:52:51.235+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  302. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmLogType] is being defaulted to: AdmLogType.
  303. 2017-11-16T01:52:51.235+0000|Config: The column name for element [name] is being defaulted to: NAME.
  304. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLine] is being defaulted to: PrdProductLine.
  305. 2017-11-16T01:52:51.235+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  306. 2017-11-16T01:52:51.235+0000|Config: The column name for element [name] is being defaulted to: NAME.
  307. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRouteCustomer] is being defaulted to: TrkRouteCustomer.
  308. 2017-11-16T01:52:51.235+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmCurrency] is being defaulted to: AdmCurrency.
  309. 2017-11-16T01:52:51.236+0000|Config: The column name for element [symbol] is being defaulted to: SYMBOL.
  310. 2017-11-16T01:52:51.236+0000|Config: The column name for element [code] is being defaulted to: CODE.
  311. 2017-11-16T01:52:51.236+0000|Config: The column name for element [name] is being defaulted to: NAME.
  312. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationClassification] is being defaulted to: AdmOrganizationClassification.
  313. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventNote] is being defaulted to: TrkEventNote.
  314. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  315. 2017-11-16T01:52:51.236+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  316. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationImage] is being defaulted to: AdmOrganizationImage.
  317. 2017-11-16T01:52:51.236+0000|Config: The column name for element [url] is being defaulted to: URL.
  318. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerCategory] is being defaulted to: CrmCustomerCategory.
  319. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUser] is being defaulted to: AdmUser.
  320. 2017-11-16T01:52:51.236+0000|Config: The column name for element [password] is being defaulted to: PASSWORD.
  321. 2017-11-16T01:52:51.236+0000|Config: The column name for element [nickname] is being defaulted to: NICKNAME.
  322. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationWorkTime] is being defaulted to: AdmOrganizationWorkTime.
  323. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  324. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProduct] is being defaulted to: PrdProduct.
  325. 2017-11-16T01:52:51.236+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  326. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  327. 2017-11-16T01:52:51.236+0000|Config: The column name for element [name] is being defaulted to: NAME.
  328. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLineEmployee] is being defaulted to: PrdProductLineEmployee.
  329. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUpProductDetail] is being defaulted to: TrkCloseUpProductDetail.
  330. 2017-11-16T01:52:51.236+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  331. 2017-11-16T01:52:51.236+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  332. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationResponsible] is being defaulted to: AdmOrganizationResponsible.
  333. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventNoteAttachment] is being defaulted to: TrkEventNoteAttachment.
  334. 2017-11-16T01:52:51.236+0000|Config: The column name for element [url] is being defaulted to: URL.
  335. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationContact] is being defaulted to: AdmOrganizationContact.
  336. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  337. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmTypology] is being defaulted to: AdmTypology.
  338. 2017-11-16T01:52:51.236+0000|Config: The column name for element [translatable] is being defaulted to: TRANSLATABLE.
  339. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  340. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductPrice] is being defaulted to: PrdProductPrice.
  341. 2017-11-16T01:52:51.236+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  342. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmRole] is being defaulted to: AdmRole.
  343. 2017-11-16T01:52:51.236+0000|Config: The column name for element [name] is being defaulted to: NAME.
  344. 2017-11-16T01:52:51.236+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  345. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerClassification] is being defaulted to: CrmCustomerClassification.
  346. 2017-11-16T01:52:51.236+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventCheckIn] is being defaulted to: TrkEventCheckIn.
  347. 2017-11-16T01:52:51.236+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  348. 2017-11-16T01:52:51.237+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  349. 2017-11-16T01:52:51.237+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  350. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationPublication] is being defaulted to: AdmOrganizationPublication.
  351. 2017-11-16T01:52:51.237+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  352. 2017-11-16T01:52:51.237+0000|Config: The column name for element [url] is being defaulted to: URL.
  353. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationRollup] is being defaulted to: AdmOrganizationRollup.
  354. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPerson] is being defaulted to: AdmPerson.
  355. 2017-11-16T01:52:51.237+0000|Config: The column name for element [birthday] is being defaulted to: BIRTHDAY.
  356. 2017-11-16T01:52:51.237+0000|Config: The column name for element [profession] is being defaulted to: PROFESSION.
  357. 2017-11-16T01:52:51.237+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  358. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonContact] is being defaulted to: AdmPersonContact.
  359. 2017-11-16T01:52:51.237+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  360. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonCharacteristic] is being defaulted to: AdmPersonCharacteristic.
  361. 2017-11-16T01:52:51.237+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  362. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUserIdentity] is being defaulted to: AdmUserIdentity.
  363. 2017-11-16T01:52:51.237+0000|Config: The column name for element [fingerprint] is being defaulted to: FINGERPRINT.
  364. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUpProduct] is being defaulted to: TrkCloseUpProduct.
  365. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPermission] is being defaulted to: AdmPermission.
  366. 2017-11-16T01:52:51.237+0000|Config: The column name for element [sref] is being defaulted to: SREF.
  367. 2017-11-16T01:52:51.237+0000|Config: The column name for element [icon] is being defaulted to: ICON.
  368. 2017-11-16T01:52:51.237+0000|Config: The column name for element [name] is being defaulted to: NAME.
  369. 2017-11-16T01:52:51.237+0000|Config: The column name for element [priority] is being defaulted to: PRIORITY.
  370. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerTransaction] is being defaulted to: CrmCustomerTransaction.
  371. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonDocument] is being defaulted to: AdmPersonDocument.
  372. 2017-11-16T01:52:51.237+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  373. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkAgent] is being defaulted to: TrkAgent.
  374. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLineOp] is being defaulted to: PrdProductLineOp.
  375. 2017-11-16T01:52:51.237+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  376. 2017-11-16T01:52:51.237+0000|Config: The column name for element [name] is being defaulted to: NAME.
  377. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonAddress] is being defaulted to: AdmPersonAddress.
  378. 2017-11-16T01:52:51.237+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  379. 2017-11-16T01:52:51.237+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  380. 2017-11-16T01:52:51.237+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  381. 2017-11-16T01:52:51.237+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  382. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerRollup] is being defaulted to: CrmCustomerRollup.
  383. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventType] is being defaulted to: TrkEventType.
  384. 2017-11-16T01:52:51.237+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  385. 2017-11-16T01:52:51.237+0000|Config: The column name for element [name] is being defaulted to: NAME.
  386. 2017-11-16T01:52:51.237+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventProductOp] is being defaulted to: TrkEventProductOp.
  387. 2017-11-16T01:52:51.237+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  388. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRouteEmployee] is being defaulted to: TrkRouteEmployee.
  389. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganization] is being defaulted to: AdmOrganization.
  390. 2017-11-16T01:52:51.238+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  391. 2017-11-16T01:52:51.238+0000|Config: The column name for element [name] is being defaulted to: NAME.
  392. 2017-11-16T01:52:51.238+0000|Config: The column name for element [anniversary] is being defaulted to: ANNIVERSARY.
  393. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationType] is being defaulted to: AdmOrganizationType.
  394. 2017-11-16T01:52:51.238+0000|Config: The column name for element [name] is being defaulted to: NAME.
  395. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductOp] is being defaulted to: PrdProductOp.
  396. 2017-11-16T01:52:51.238+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  397. 2017-11-16T01:52:51.238+0000|Config: The column name for element [name] is being defaulted to: NAME.
  398. 2017-11-16T01:52:51.238+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  399. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonImage] is being defaulted to: AdmPersonImage.
  400. 2017-11-16T01:52:51.238+0000|Config: The column name for element [url] is being defaulted to: URL.
  401. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmNotification] is being defaulted to: AdmNotification.
  402. 2017-11-16T01:52:51.238+0000|Config: The column name for element [icon] is being defaulted to: ICON.
  403. 2017-11-16T01:52:51.238+0000|Config: The column name for element [message] is being defaulted to: MESSAGE.
  404. 2017-11-16T01:52:51.238+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  405. 2017-11-16T01:52:51.238+0000|Config: The column name for element [sent] is being defaulted to: SENT.
  406. 2017-11-16T01:52:51.238+0000|Config: The column name for element [url] is being defaulted to: URL.
  407. 2017-11-16T01:52:51.238+0000|Config: The column name for element [readed] is being defaulted to: READED.
  408. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomer] is being defaulted to: CrmCustomer.
  409. 2017-11-16T01:52:51.238+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  410. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductPriceOp] is being defaulted to: PrdProductPriceOp.
  411. 2017-11-16T01:52:51.238+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  412. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmLog] is being defaulted to: AdmLog.
  413. 2017-11-16T01:52:51.238+0000|Config: The column name for element [namespace] is being defaulted to: NAMESPACE.
  414. 2017-11-16T01:52:51.238+0000|Config: The column name for element [message] is being defaulted to: MESSAGE.
  415. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerProduct] is being defaulted to: CrmCustomerProduct.
  416. 2017-11-16T01:52:51.238+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  417. 2017-11-16T01:52:51.238+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUserRole] is being defaulted to: AdmUserRole.
  418. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field parameterType] is being defaulted to: typology_id.
  419. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  420. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  421. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  422. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field admRole] is being defaulted to: role_id.
  423. 2017-11-16T01:52:51.238+0000|Config: The primary key column name for the mapping element [field organizationAddressType] is being defaulted to: typology_id.
  424. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  425. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  426. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field addressType] is being defaulted to: typology_id.
  427. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  428. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  429. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  430. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkEventType] is being defaulted to: event_type_id.
  431. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  432. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field routeClassification] is being defaulted to: typology_id.
  433. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field fromDay] is being defaulted to: typology_id.
  434. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field toDay] is being defaulted to: typology_id.
  435. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  436. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  437. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  438. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field country] is being defaulted to: typology_id.
  439. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  440. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field organizationClassification] is being defaulted to: typology_id.
  441. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  442. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  443. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  444. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  445. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field organizationImageType] is being defaulted to: typology_id.
  446. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  447. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  448. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field customerCategory] is being defaulted to: typology_id.
  449. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field timezone] is being defaulted to: typology_id.
  450. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  451. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  452. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  453. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field timeUnit] is being defaulted to: typology_id.
  454. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganizationWorkDay] is being defaulted to: work_day_id.
  455. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field prdProductLine] is being defaulted to: product_line_id.
  456. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admCurrency] is being defaulted to: currency_id.
  457. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  458. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  459. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field prdProductLine] is being defaulted to: product_line_id.
  460. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkCloseUpProduct] is being defaulted to: cu_product_id.
  461. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  462. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  463. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field trkEventNote] is being defaulted to: event_note_id.
  464. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field organizationContactPurpose] is being defaulted to: typology_id.
  465. 2017-11-16T01:52:51.239+0000|Config: The primary key column name for the mapping element [field organizationContactType] is being defaulted to: typology_id.
  466. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  467. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admTypology] is being defaulted to: typology_id.
  468. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field priceType] is being defaulted to: typology_id.
  469. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admCurrency] is being defaulted to: currency_id.
  470. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  471. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  472. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  473. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field customerClassification] is being defaulted to: typology_id.
  474. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  475. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field eventCheckInType] is being defaulted to: typology_id.
  476. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  477. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  478. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admChildOrganization] is being defaulted to: organization_id.
  479. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admParentOrganization] is being defaulted to: organization_id.
  480. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personTitle] is being defaulted to: typology_id.
  481. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field country] is being defaulted to: typology_id.
  482. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field bloodType] is being defaulted to: typology_id.
  483. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field religion] is being defaulted to: typology_id.
  484. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field genre] is being defaulted to: typology_id.
  485. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field maritalStatus] is being defaulted to: typology_id.
  486. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  487. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personContactType] is being defaulted to: typology_id.
  488. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personContactPurpose] is being defaulted to: typology_id.
  489. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  490. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personCharacteristicType] is being defaulted to: typology_id.
  491. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  492. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  493. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field trkCloseUp] is being defaulted to: close_up_id.
  494. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field permissionType] is being defaulted to: typology_id.
  495. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  496. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  497. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  498. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  499. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admTypology] is being defaulted to: typology_id.
  500. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personDocumentType] is being defaulted to: typology_id.
  501. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  502. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  503. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  504. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field personAddressType] is being defaulted to: typology_id.
  505. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  506. 2017-11-16T01:52:51.240+0000|Config: The primary key column name for the mapping element [field crmParentCustomer] is being defaulted to: customer_id.
  507. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field crmChildCustomer] is being defaulted to: customer_id.
  508. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field eventTypeClassification] is being defaulted to: typology_id.
  509. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  510. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field prdProductOp] is being defaulted to: product_op_id.
  511. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  512. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  513. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admOrganizationType] is being defaulted to: organization_type_id.
  514. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  515. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field organizationType] is being defaulted to: typology_id.
  516. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  517. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field prdProductLineOp] is being defaulted to: product_op_line_id.
  518. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field personImageType] is being defaulted to: typology_id.
  519. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  520. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field entityType] is being defaulted to: typology_id.
  521. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field targetUserId] is being defaulted to: user_id.
  522. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field originUserId] is being defaulted to: user_id.
  523. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  524. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field customerType] is being defaulted to: typology_id.
  525. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  526. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  527. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field priceType] is being defaulted to: typology_id.
  528. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field prdProductOp] is being defaulted to: product_op_id.
  529. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admLogType] is being defaulted to: log_type_id.
  530. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  531. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  532. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  533. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  534. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  535. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field organizationId] is being defaulted to: organization_id.
  536. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admRole] is being defaulted to: role_id.
  537. 2017-11-16T01:52:51.241+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  538. 2017-11-16T01:52:51.342+0000|Info: EclipseLink, version: Eclipse Persistence Services - 2.6.4.qualifier
  539. 2017-11-16T01:52:51.360+0000|Fine: Detected database platform: org.eclipse.persistence.platform.database.PostgreSQLPlatform
  540. 2017-11-16T01:52:51.360+0000|Config: connecting(DatabaseLogin(
  541.     platform=>DatabasePlatform
  542.     user name=> ""
  543.     connector=>JNDIConnector datasource name=>null
  544. ))
  545. 2017-11-16T01:52:51.360+0000|Config: Connected: jdbc:postgresql://localhost:5432/nabcoredb?prepareThreshold=5&preparedStatementCacheQueries=256&preparedStatementCacheSizeMiB=5&databaseMetadataCacheFields=65536&databaseMetadataCacheFieldsMiB=5&defaultRowFetchSize=0&binaryTransfer=true&readOnly=false&binaryTransferEnable=&binaryTransferDisable=&unknownLength=2147483647&logUnclosedConnections=false&disableColumnSanitiser=false&tcpKeepAlive=false&loginTimeout=0&connectTimeout=10&socketTimeout=0&cancelSignalTimeout=10&receiveBufferSize=-1&sendBufferSize=-1&ApplicationName=PostgreSQL JDBC Driver&useSpnego=false&gsslib=auto&sspiServiceClass=POSTGRES&allowEncodingChanges=false&targetServerType=any&loadBalanceHosts=false&hostRecheckSeconds=10&preferQueryMode=extended&autosave=never&reWriteBatchedInserts=false
  546.     User: postgres
  547.     Database: PostgreSQL  Version: 9.5.8
  548.     Driver: PostgreSQL JDBC Driver  Version: 42.1.1
  549. 2017-11-16T01:52:51.360+0000|Config: connecting(DatabaseLogin(
  550.     platform=>PostgreSQLPlatform
  551.     user name=> ""
  552.     connector=>JNDIConnector datasource name=>null
  553. ))
  554. 2017-11-16T01:52:51.360+0000|Config: Connected: jdbc:postgresql://localhost:5432/nabcoredb?prepareThreshold=5&preparedStatementCacheQueries=256&preparedStatementCacheSizeMiB=5&databaseMetadataCacheFields=65536&databaseMetadataCacheFieldsMiB=5&defaultRowFetchSize=0&binaryTransfer=true&readOnly=false&binaryTransferEnable=&binaryTransferDisable=&unknownLength=2147483647&logUnclosedConnections=false&disableColumnSanitiser=false&tcpKeepAlive=false&loginTimeout=0&connectTimeout=10&socketTimeout=0&cancelSignalTimeout=10&receiveBufferSize=-1&sendBufferSize=-1&ApplicationName=PostgreSQL JDBC Driver&useSpnego=false&gsslib=auto&sspiServiceClass=POSTGRES&allowEncodingChanges=false&targetServerType=any&loadBalanceHosts=false&hostRecheckSeconds=10&preferQueryMode=extended&autosave=never&reWriteBatchedInserts=false
  555.     User: postgres
  556.     Database: PostgreSQL  Version: 9.5.8
  557.     Driver: PostgreSQL JDBC Driver  Version: 42.1.1
  558. 2017-11-16T01:52:51.370+0000|Info: /file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/_nabee-core-pu login successful
  559. 2017-11-16T01:52:51.393+0000|Info: Portable JNDI names for EJB FlywayBootstraper: [java:global/nabee-core/FlywayBootstraper!com.nabenik.nabee.util.FlywayBootstraper, java:global/nabee-core/FlywayBootstraper]
  560. 2017-11-16T01:52:51.397+0000|Info: Portable JNDI names for EJB AdmOrganizationTypeDao: [java:global/nabee-core/AdmOrganizationTypeDao, java:global/nabee-core/AdmOrganizationTypeDao!com.nabenik.nabee.controller.AdmOrganizationTypeDao]
  561. 2017-11-16T01:52:51.402+0000|Info: Portable JNDI names for EJB TimeBootstraper: [java:global/nabee-core/TimeBootstraper!com.nabenik.nabee.util.TimeBootstraper, java:global/nabee-core/TimeBootstraper]
  562. 2017-11-16T01:52:52.278+0000|Info: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/META-INF/apache-deltaspike.properties'
  563. 2017-11-16T01:52:52.279+0000|Info: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/deltaspike-jpa-module-impl-1.8.0.jar!/META-INF/apache-deltaspike.properties'
  564. 2017-11-16T01:52:52.281+0000|Info: Computed the following DeltaSpike ProjectStage: Production
  565. 2017-11-16T01:52:52.368+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  566. 2017-11-16T01:52:52.370+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  567. 2017-11-16T01:52:52.372+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  568. 2017-11-16T01:52:52.374+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  569. 2017-11-16T01:52:52.374+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  570. 2017-11-16T01:52:52.375+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  571. 2017-11-16T01:52:52.375+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  572. 2017-11-16T01:52:52.376+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  573. 2017-11-16T01:52:52.376+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  574. 2017-11-16T01:52:52.376+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  575. 2017-11-16T01:52:52.377+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  576. 2017-11-16T01:52:52.378+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  577. 2017-11-16T01:52:52.378+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  578. 2017-11-16T01:52:52.379+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  579. 2017-11-16T01:52:52.379+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  580. 2017-11-16T01:52:52.379+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  581. 2017-11-16T01:52:52.380+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  582. 2017-11-16T01:52:52.380+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  583. 2017-11-16T01:52:52.381+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  584. 2017-11-16T01:52:52.381+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  585. 2017-11-16T01:52:52.381+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  586. 2017-11-16T01:52:52.383+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  587. 2017-11-16T01:52:52.383+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  588. 2017-11-16T01:52:52.383+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  589. 2017-11-16T01:52:52.384+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  590. 2017-11-16T01:52:54.061+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends java.io.Serializable> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setIdClass(java.lang.Class<? extends java.io.Serializable>) is not resolvable to a concrete type.
  591. WARNING: Parameter 1 of type java.lang.Class<?> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setEntityClass(java.lang.Class<?>) is not resolvable to a concrete type.
  592.  
  593. 2017-11-16T01:52:54.063+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends java.io.Serializable> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setIdClass(java.lang.Class<? extends java.io.Serializable>) is not resolvable to a concrete type.
  594. WARNING: Parameter 1 of type java.lang.Class<?> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setEntityClass(java.lang.Class<?>) is not resolvable to a concrete type.
  595.  
  596. 2017-11-16T01:52:54.128+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends org.apache.deltaspike.data.api.EntityManagerResolver> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerResolverClass(java.lang.Class<? extends org.apache.deltaspike.data.api.EntityManagerResolver>) is not resolvable to a concrete type.
  597. WARNING: Parameter 1 of type org.apache.deltaspike.core.api.provider.DependentProvider<? extends org.apache.deltaspike.data.api.EntityManagerResolver> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerResolverDependentProvider(org.apache.deltaspike.core.api.provider.DependentProvider<? extends org.apache.deltaspike.data.api.EntityManagerResolver>) is not resolvable to a concrete type.
  598. WARNING: Parameter 1 of type org.apache.deltaspike.core.api.provider.DependentProvider<? extends javax.persistence.EntityManager> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerDependentProvider(org.apache.deltaspike.core.api.provider.DependentProvider<? extends javax.persistence.EntityManager>) is not resolvable to a concrete type.
  599.  
  600. 2017-11-16T01:52:54.168+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type T from public void org.apache.deltaspike.core.util.context.ContextualInstanceInfo.setContextualInstance(T) is not resolvable to a concrete type.
  601. WARNING: Parameter 1 of type javax.enterprise.context.spi.CreationalContext<T> from public void org.apache.deltaspike.core.util.context.ContextualInstanceInfo.setCreationalContext(javax.enterprise.context.spi.CreationalContext<T>) is not resolvable to a concrete type.
  602.  
  603. 2017-11-16T01:52:55.632+0000|Severe: SLF4J: Class path contains multiple SLF4J bindings.
  604. 2017-11-16T01:52:55.632+0000|Severe: SLF4J: Found binding in [jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  605. 2017-11-16T01:52:55.633+0000|Severe: SLF4J: Found binding in [jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/slf4j-jdk14-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  606. 2017-11-16T01:52:55.633+0000|Severe: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  607. 2017-11-16T01:52:55.649+0000|Severe: SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  608. 2017-11-16T01:52:55.726+0000|Severe: log4j:WARN No appenders could be found for logger (org.flywaydb.core.internal.util.VersionPrinter).
  609. 2017-11-16T01:52:55.726+0000|Severe: log4j:WARN Please initialize the log4j system properly.
  610. 2017-11-16T01:52:55.726+0000|Severe: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  611. 2017-11-16T01:52:55.972+0000|Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for context '/nabee-core'
  612. 2017-11-16T01:52:56.204+0000|Info: Loading application [nabee-core] at [/nabee-core]
  613. 2017-11-16T01:52:56.216+0000|Info: nabee-core was successfully deployed in 6,619 milliseconds.
  614. 2017-11-16T01:54:08.999+0000|Warning: StandardWrapperValve[com.nabenik.nabee.rest.RestApplication]: Servlet.service() for servlet com.nabenik.nabee.rest.RestApplication threw exception
  615. java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
  616.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
  617.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1501)
  618.     at com.amazonaws.AmazonWebServiceClient.<clinit>(AmazonWebServiceClient.java:56)
  619.     at com.nabenik.nabee.util.S3Service.uploadToS3(S3Service.java:104)
  620.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:58)
  621.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:46)
  622.     at com.nabenik.nabee.util.S3Service$Proxy$_$$_WeldClientProxy.persistImage(Unknown Source)
  623.     at com.nabenik.nabee.rest.HelloEndpoint.persistImage(HelloEndpoint.java:41)
  624.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  625.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  626.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  627.     at java.lang.reflect.Method.invoke(Method.java:498)
  628.     at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
  629.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
  630.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
  631.     at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
  632.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
  633.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
  634.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
  635.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
  636.     at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
  637.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
  638.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
  639.     at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
  640.     at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
  641.     at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
  642.     at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
  643.     at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
  644.     at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
  645.     at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
  646.     at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
  647.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
  648.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
  649.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
  650.     at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1606)
  651.     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:258)
  652.     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)
  653.     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:654)
  654.     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:593)
  655.     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)
  656.     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
  657.     at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:371)
  658.     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:238)
  659.     at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:466)
  660.     at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:169)
  661.     at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  662.     at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  663.     at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  664.     at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  665.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)
  666.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)
  667.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)
  668.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
  669.     at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  670.     at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:539)
  671.     at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  672.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  673.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  674.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  675.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
  676.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
  677.     at java.lang.Thread.run(Thread.java:748)
  678.  
  679. 2017-11-16T01:54:18.308+0000|Config: disconnect
  680. 2017-11-16T01:54:18.308+0000|Info: /file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/_nabee-core-pu logout successful
  681. 2017-11-16T01:54:19.666+0000|Fine: Configured server platform: org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
  682. 2017-11-16T01:54:19.729+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmParameter] is set to [FIELD].
  683. 2017-11-16T01:54:19.729+0000|Config: The target entity (reference) class for the many to one mapping element [field parameterType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  684. 2017-11-16T01:54:19.729+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUp] is set to [FIELD].
  685. 2017-11-16T01:54:19.729+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  686. 2017-11-16T01:54:19.729+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  687. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field trkCloseUpProducts] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProduct.
  688. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmRolePermission] is set to [FIELD].
  689. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  690. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field admRole] is being defaulted to: class com.nabenik.nabee.model.AdmRole.
  691. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationAddress] is set to [FIELD].
  692. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationAddressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  693. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  694. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEvent] is set to [FIELD].
  695. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  696. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventNotes] is being defaulted to: class com.nabenik.nabee.model.TrkEventNote.
  697. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  698. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventProductOps] is being defaulted to: class com.nabenik.nabee.model.TrkEventProductOp.
  699. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  700. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEventType] is being defaulted to: class com.nabenik.nabee.model.TrkEventType.
  701. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field addressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  702. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventCheckIns] is being defaulted to: class com.nabenik.nabee.model.TrkEventCheckIn.
  703. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  704. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  705. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRoute] is set to [FIELD].
  706. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field routeClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  707. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationWorkDay] is set to [FIELD].
  708. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field fromDay] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  709. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field toDay] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  710. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationWorkTimes] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkTime.
  711. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  712. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmLogType] is set to [FIELD].
  713. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field admLogs] is being defaulted to: class com.nabenik.nabee.model.AdmLog.
  714. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLine] is set to [FIELD].
  715. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProducts] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  716. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRouteCustomer] is set to [FIELD].
  717. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  718. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  719. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmCurrency] is set to [FIELD].
  720. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  721. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  722. 2017-11-16T01:54:19.730+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationClassification] is set to [FIELD].
  723. 2017-11-16T01:54:19.730+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  724. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  725. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventNote] is set to [FIELD].
  726. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  727. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEventNoteAttachments] is being defaulted to: class com.nabenik.nabee.model.TrkEventNoteAttachment.
  728. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  729. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  730. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationImage] is set to [FIELD].
  731. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationImageType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  732. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  733. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerCategory] is set to [FIELD].
  734. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  735. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field customerCategory] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  736. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUser] is set to [FIELD].
  737. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field admUserIdentities] is being defaulted to: class com.nabenik.nabee.model.AdmUserIdentity.
  738. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field timezone] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  739. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field admUserRoles] is being defaulted to: class com.nabenik.nabee.model.AdmUserRole.
  740. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  741. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  742. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  743. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field timeUnit] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  744. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationWorkTime] is set to [FIELD].
  745. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganizationWorkDay] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkDay.
  746. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProduct] is set to [FIELD].
  747. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLine] is being defaulted to: class com.nabenik.nabee.model.PrdProductLine.
  748. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductPrices] is being defaulted to: class com.nabenik.nabee.model.PrdProductPrice.
  749. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admCurrency] is being defaulted to: class com.nabenik.nabee.model.AdmCurrency.
  750. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  751. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLineEmployee] is set to [FIELD].
  752. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  753. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLine] is being defaulted to: class com.nabenik.nabee.model.PrdProductLine.
  754. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUpProductDetail] is set to [FIELD].
  755. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field trkCloseUpProduct] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProduct.
  756. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationResponsible] is set to [FIELD].
  757. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  758. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  759. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventNoteAttachment] is set to [FIELD].
  760. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEventNote] is being defaulted to: class com.nabenik.nabee.model.TrkEventNote.
  761. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationContact] is set to [FIELD].
  762. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationContactPurpose] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  763. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationContactType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  764. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  765. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmTypology] is set to [FIELD].
  766. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field admTypologies] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  767. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admTypology] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  768. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductPrice] is set to [FIELD].
  769. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field priceType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  770. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field admCurrency] is being defaulted to: class com.nabenik.nabee.model.AdmCurrency.
  771. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  772. 2017-11-16T01:54:19.731+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmRole] is set to [FIELD].
  773. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the one to many mapping element [field admRolePermissions] is being defaulted to: class com.nabenik.nabee.model.AdmRolePermission.
  774. 2017-11-16T01:54:19.731+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  775. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerClassification] is set to [FIELD].
  776. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  777. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field customerClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  778. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventCheckIn] is set to [FIELD].
  779. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  780. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field eventCheckInType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  781. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  782. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationPublication] is set to [FIELD].
  783. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  784. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationRollup] is set to [FIELD].
  785. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admChildOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  786. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admParentOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  787. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPerson] is set to [FIELD].
  788. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field personTitle] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  789. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  790. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonDocuments] is being defaulted to: class com.nabenik.nabee.model.AdmPersonDocument.
  791. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field bloodType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  792. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field genre] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  793. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonCharacteristics] is being defaulted to: class com.nabenik.nabee.model.AdmPersonCharacteristic.
  794. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field religion] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  795. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonContacts] is being defaulted to: class com.nabenik.nabee.model.AdmPersonContact.
  796. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonImages] is being defaulted to: class com.nabenik.nabee.model.AdmPersonImage.
  797. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPersonAddresses] is being defaulted to: class com.nabenik.nabee.model.AdmPersonAddress.
  798. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field maritalStatus] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  799. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  800. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonContact] is set to [FIELD].
  801. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field personContactType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  802. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field personContactPurpose] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  803. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  804. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonCharacteristic] is set to [FIELD].
  805. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field personCharacteristicType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  806. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  807. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUserIdentity] is set to [FIELD].
  808. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  809. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkCloseUpProduct] is set to [FIELD].
  810. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field trkCloseUpProductDetails] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUpProductDetail.
  811. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field trkCloseUp] is being defaulted to: class com.nabenik.nabee.model.TrkCloseUp.
  812. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPermission] is set to [FIELD].
  813. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field permissionType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  814. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  815. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field admPermissions] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  816. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  817. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerTransaction] is set to [FIELD].
  818. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  819. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  820. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admTypology] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  821. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonDocument] is set to [FIELD].
  822. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field personDocumentType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  823. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  824. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkAgent] is set to [FIELD].
  825. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEvents] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  826. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductLineEmployees] is being defaulted to: class com.nabenik.nabee.model.PrdProductLineEmployee.
  827. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  828. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the one to many mapping element [field trkRouteEmployees] is being defaulted to: class com.nabenik.nabee.model.TrkRouteEmployee.
  829. 2017-11-16T01:54:19.732+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  830. 2017-11-16T01:54:19.732+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductLineOp] is set to [FIELD].
  831. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductOps] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  832. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonAddress] is set to [FIELD].
  833. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field personAddressType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  834. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  835. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerRollup] is set to [FIELD].
  836. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field crmParentCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  837. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field crmChildCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  838. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventType] is set to [FIELD].
  839. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field eventTypeClassification] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  840. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkEventProductOp] is set to [FIELD].
  841. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field trkEvent] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  842. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  843. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.TrkRouteEmployee] is set to [FIELD].
  844. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field trkAgent] is being defaulted to: class com.nabenik.nabee.model.TrkAgent.
  845. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field trkRoute] is being defaulted to: class com.nabenik.nabee.model.TrkRoute.
  846. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganization] is set to [FIELD].
  847. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationPublications] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationPublication.
  848. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationRollups] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationRollup.
  849. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationResponsibles] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationResponsible.
  850. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationImages] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationImage.
  851. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationContacts] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationContact.
  852. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationClassifications] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationClassification.
  853. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganizationType] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationType.
  854. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationAddresses] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationAddress.
  855. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field admOrganizationWorkDays] is being defaulted to: class com.nabenik.nabee.model.AdmOrganizationWorkDay.
  856. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  857. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmOrganizationType] is set to [FIELD].
  858. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  859. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductOp] is set to [FIELD].
  860. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field prdProductPriceOps] is being defaulted to: class com.nabenik.nabee.model.PrdProductPriceOp.
  861. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  862. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductLineOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductLineOp.
  863. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmPersonImage] is set to [FIELD].
  864. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field personImageType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  865. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  866. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmNotification] is set to [FIELD].
  867. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field entityType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  868. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field targetUserId] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  869. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field originUserId] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  870. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomer] is set to [FIELD].
  871. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerProducts] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerProduct.
  872. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field trkEvents] is being defaulted to: class com.nabenik.nabee.model.TrkEvent.
  873. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field admPerson] is being defaulted to: class com.nabenik.nabee.model.AdmPerson.
  874. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerRollups] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerRollup.
  875. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field trkRouteCustomers] is being defaulted to: class com.nabenik.nabee.model.TrkRouteCustomer.
  876. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field customerType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  877. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerClassifications] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerClassification.
  878. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the one to many mapping element [field crmCustomerCategories] is being defaulted to: class com.nabenik.nabee.model.CrmCustomerCategory.
  879. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  880. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  881. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.PrdProductPriceOp] is set to [FIELD].
  882. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field priceType] is being defaulted to: class com.nabenik.nabee.model.AdmTypology.
  883. 2017-11-16T01:54:19.733+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProductOp] is being defaulted to: class com.nabenik.nabee.model.PrdProductOp.
  884. 2017-11-16T01:54:19.733+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmLog] is set to [FIELD].
  885. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admLogType] is being defaulted to: class com.nabenik.nabee.model.AdmLogType.
  886. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admPermission] is being defaulted to: class com.nabenik.nabee.model.AdmPermission.
  887. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  888. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admOrganization] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  889. 2017-11-16T01:54:19.734+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.CrmCustomerProduct] is set to [FIELD].
  890. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field crmCustomer] is being defaulted to: class com.nabenik.nabee.model.CrmCustomer.
  891. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field prdProduct] is being defaulted to: class com.nabenik.nabee.model.PrdProduct.
  892. 2017-11-16T01:54:19.734+0000|Config: The access type for the persistent class [class com.nabenik.nabee.model.AdmUserRole] is set to [FIELD].
  893. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field organizationId] is being defaulted to: class com.nabenik.nabee.model.AdmOrganization.
  894. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admRole] is being defaulted to: class com.nabenik.nabee.model.AdmRole.
  895. 2017-11-16T01:54:19.734+0000|Config: The target entity (reference) class for the many to one mapping element [field admUser] is being defaulted to: class com.nabenik.nabee.model.AdmUser.
  896. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmParameter] is being defaulted to: AdmParameter.
  897. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUp] is being defaulted to: TrkCloseUp.
  898. 2017-11-16T01:54:19.734+0000|Config: The column name for element [value] is being defaulted to: VALUE.
  899. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmRolePermission] is being defaulted to: AdmRolePermission.
  900. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationAddress] is being defaulted to: AdmOrganizationAddress.
  901. 2017-11-16T01:54:19.734+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  902. 2017-11-16T01:54:19.734+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  903. 2017-11-16T01:54:19.734+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  904. 2017-11-16T01:54:19.734+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  905. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEvent] is being defaulted to: TrkEvent.
  906. 2017-11-16T01:54:19.734+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  907. 2017-11-16T01:54:19.734+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  908. 2017-11-16T01:54:19.734+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  909. 2017-11-16T01:54:19.734+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  910. 2017-11-16T01:54:19.734+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  911. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRoute] is being defaulted to: TrkRoute.
  912. 2017-11-16T01:54:19.734+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  913. 2017-11-16T01:54:19.734+0000|Config: The column name for element [name] is being defaulted to: NAME.
  914. 2017-11-16T01:54:19.734+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationWorkDay] is being defaulted to: AdmOrganizationWorkDay.
  915. 2017-11-16T01:54:19.734+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  916. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmLogType] is being defaulted to: AdmLogType.
  917. 2017-11-16T01:54:19.735+0000|Config: The column name for element [name] is being defaulted to: NAME.
  918. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLine] is being defaulted to: PrdProductLine.
  919. 2017-11-16T01:54:19.735+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  920. 2017-11-16T01:54:19.735+0000|Config: The column name for element [name] is being defaulted to: NAME.
  921. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRouteCustomer] is being defaulted to: TrkRouteCustomer.
  922. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmCurrency] is being defaulted to: AdmCurrency.
  923. 2017-11-16T01:54:19.735+0000|Config: The column name for element [symbol] is being defaulted to: SYMBOL.
  924. 2017-11-16T01:54:19.735+0000|Config: The column name for element [code] is being defaulted to: CODE.
  925. 2017-11-16T01:54:19.735+0000|Config: The column name for element [name] is being defaulted to: NAME.
  926. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationClassification] is being defaulted to: AdmOrganizationClassification.
  927. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventNote] is being defaulted to: TrkEventNote.
  928. 2017-11-16T01:54:19.735+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  929. 2017-11-16T01:54:19.735+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  930. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationImage] is being defaulted to: AdmOrganizationImage.
  931. 2017-11-16T01:54:19.735+0000|Config: The column name for element [url] is being defaulted to: URL.
  932. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerCategory] is being defaulted to: CrmCustomerCategory.
  933. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUser] is being defaulted to: AdmUser.
  934. 2017-11-16T01:54:19.735+0000|Config: The column name for element [password] is being defaulted to: PASSWORD.
  935. 2017-11-16T01:54:19.735+0000|Config: The column name for element [nickname] is being defaulted to: NICKNAME.
  936. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationWorkTime] is being defaulted to: AdmOrganizationWorkTime.
  937. 2017-11-16T01:54:19.735+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  938. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProduct] is being defaulted to: PrdProduct.
  939. 2017-11-16T01:54:19.735+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  940. 2017-11-16T01:54:19.735+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  941. 2017-11-16T01:54:19.735+0000|Config: The column name for element [name] is being defaulted to: NAME.
  942. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLineEmployee] is being defaulted to: PrdProductLineEmployee.
  943. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUpProductDetail] is being defaulted to: TrkCloseUpProductDetail.
  944. 2017-11-16T01:54:19.735+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  945. 2017-11-16T01:54:19.735+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  946. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationResponsible] is being defaulted to: AdmOrganizationResponsible.
  947. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventNoteAttachment] is being defaulted to: TrkEventNoteAttachment.
  948. 2017-11-16T01:54:19.735+0000|Config: The column name for element [url] is being defaulted to: URL.
  949. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationContact] is being defaulted to: AdmOrganizationContact.
  950. 2017-11-16T01:54:19.735+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  951. 2017-11-16T01:54:19.735+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmTypology] is being defaulted to: AdmTypology.
  952. 2017-11-16T01:54:19.735+0000|Config: The column name for element [translatable] is being defaulted to: TRANSLATABLE.
  953. 2017-11-16T01:54:19.735+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  954. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductPrice] is being defaulted to: PrdProductPrice.
  955. 2017-11-16T01:54:19.736+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  956. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmRole] is being defaulted to: AdmRole.
  957. 2017-11-16T01:54:19.736+0000|Config: The column name for element [name] is being defaulted to: NAME.
  958. 2017-11-16T01:54:19.736+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  959. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerClassification] is being defaulted to: CrmCustomerClassification.
  960. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventCheckIn] is being defaulted to: TrkEventCheckIn.
  961. 2017-11-16T01:54:19.736+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  962. 2017-11-16T01:54:19.736+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  963. 2017-11-16T01:54:19.736+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  964. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationPublication] is being defaulted to: AdmOrganizationPublication.
  965. 2017-11-16T01:54:19.736+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  966. 2017-11-16T01:54:19.736+0000|Config: The column name for element [url] is being defaulted to: URL.
  967. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationRollup] is being defaulted to: AdmOrganizationRollup.
  968. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPerson] is being defaulted to: AdmPerson.
  969. 2017-11-16T01:54:19.736+0000|Config: The column name for element [birthday] is being defaulted to: BIRTHDAY.
  970. 2017-11-16T01:54:19.736+0000|Config: The column name for element [profession] is being defaulted to: PROFESSION.
  971. 2017-11-16T01:54:19.736+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  972. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonContact] is being defaulted to: AdmPersonContact.
  973. 2017-11-16T01:54:19.736+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  974. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonCharacteristic] is being defaulted to: AdmPersonCharacteristic.
  975. 2017-11-16T01:54:19.736+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  976. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUserIdentity] is being defaulted to: AdmUserIdentity.
  977. 2017-11-16T01:54:19.736+0000|Config: The column name for element [fingerprint] is being defaulted to: FINGERPRINT.
  978. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkCloseUpProduct] is being defaulted to: TrkCloseUpProduct.
  979. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPermission] is being defaulted to: AdmPermission.
  980. 2017-11-16T01:54:19.736+0000|Config: The column name for element [sref] is being defaulted to: SREF.
  981. 2017-11-16T01:54:19.736+0000|Config: The column name for element [icon] is being defaulted to: ICON.
  982. 2017-11-16T01:54:19.736+0000|Config: The column name for element [name] is being defaulted to: NAME.
  983. 2017-11-16T01:54:19.736+0000|Config: The column name for element [priority] is being defaulted to: PRIORITY.
  984. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerTransaction] is being defaulted to: CrmCustomerTransaction.
  985. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonDocument] is being defaulted to: AdmPersonDocument.
  986. 2017-11-16T01:54:19.736+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  987. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkAgent] is being defaulted to: TrkAgent.
  988. 2017-11-16T01:54:19.736+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductLineOp] is being defaulted to: PrdProductLineOp.
  989. 2017-11-16T01:54:19.737+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  990. 2017-11-16T01:54:19.737+0000|Config: The column name for element [name] is being defaulted to: NAME.
  991. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonAddress] is being defaulted to: AdmPersonAddress.
  992. 2017-11-16T01:54:19.737+0000|Config: The column name for element [altitude] is being defaulted to: ALTITUDE.
  993. 2017-11-16T01:54:19.737+0000|Config: The column name for element [latitude] is being defaulted to: LATITUDE.
  994. 2017-11-16T01:54:19.737+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  995. 2017-11-16T01:54:19.737+0000|Config: The column name for element [longitude] is being defaulted to: LONGITUDE.
  996. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerRollup] is being defaulted to: CrmCustomerRollup.
  997. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventType] is being defaulted to: TrkEventType.
  998. 2017-11-16T01:54:19.737+0000|Config: The column name for element [colour] is being defaulted to: COLOUR.
  999. 2017-11-16T01:54:19.737+0000|Config: The column name for element [name] is being defaulted to: NAME.
  1000. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkEventProductOp] is being defaulted to: TrkEventProductOp.
  1001. 2017-11-16T01:54:19.737+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  1002. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.TrkRouteEmployee] is being defaulted to: TrkRouteEmployee.
  1003. 2017-11-16T01:54:19.737+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganization] is being defaulted to: AdmOrganization.
  1004. 2017-11-16T01:54:19.737+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  1005. 2017-11-16T01:54:19.737+0000|Config: The column name for element [name] is being defaulted to: NAME.
  1006. 2017-11-16T01:54:19.737+0000|Config: The column name for element [anniversary] is being defaulted to: ANNIVERSARY.
  1007. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmOrganizationType] is being defaulted to: AdmOrganizationType.
  1008. 2017-11-16T01:54:19.738+0000|Config: The column name for element [name] is being defaulted to: NAME.
  1009. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductOp] is being defaulted to: PrdProductOp.
  1010. 2017-11-16T01:54:19.738+0000|Config: The column name for element [annotation] is being defaulted to: ANNOTATION.
  1011. 2017-11-16T01:54:19.738+0000|Config: The column name for element [name] is being defaulted to: NAME.
  1012. 2017-11-16T01:54:19.738+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  1013. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmPersonImage] is being defaulted to: AdmPersonImage.
  1014. 2017-11-16T01:54:19.738+0000|Config: The column name for element [url] is being defaulted to: URL.
  1015. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmNotification] is being defaulted to: AdmNotification.
  1016. 2017-11-16T01:54:19.738+0000|Config: The column name for element [icon] is being defaulted to: ICON.
  1017. 2017-11-16T01:54:19.738+0000|Config: The column name for element [message] is being defaulted to: MESSAGE.
  1018. 2017-11-16T01:54:19.738+0000|Config: The column name for element [title] is being defaulted to: TITLE.
  1019. 2017-11-16T01:54:19.738+0000|Config: The column name for element [sent] is being defaulted to: SENT.
  1020. 2017-11-16T01:54:19.738+0000|Config: The column name for element [url] is being defaulted to: URL.
  1021. 2017-11-16T01:54:19.738+0000|Config: The column name for element [readed] is being defaulted to: READED.
  1022. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomer] is being defaulted to: CrmCustomer.
  1023. 2017-11-16T01:54:19.738+0000|Config: The column name for element [description] is being defaulted to: DESCRIPTION.
  1024. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.PrdProductPriceOp] is being defaulted to: PrdProductPriceOp.
  1025. 2017-11-16T01:54:19.738+0000|Config: The column name for element [price] is being defaulted to: PRICE.
  1026. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmLog] is being defaulted to: AdmLog.
  1027. 2017-11-16T01:54:19.738+0000|Config: The column name for element [namespace] is being defaulted to: NAMESPACE.
  1028. 2017-11-16T01:54:19.738+0000|Config: The column name for element [message] is being defaulted to: MESSAGE.
  1029. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.CrmCustomerProduct] is being defaulted to: CrmCustomerProduct.
  1030. 2017-11-16T01:54:19.738+0000|Config: The column name for element [quantity] is being defaulted to: QUANTITY.
  1031. 2017-11-16T01:54:19.738+0000|Config: The alias name for the entity class [class com.nabenik.nabee.model.AdmUserRole] is being defaulted to: AdmUserRole.
  1032. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field parameterType] is being defaulted to: typology_id.
  1033. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1034. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1035. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  1036. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admRole] is being defaulted to: role_id.
  1037. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field organizationAddressType] is being defaulted to: typology_id.
  1038. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1039. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  1040. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field addressType] is being defaulted to: typology_id.
  1041. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  1042. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1043. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1044. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkEventType] is being defaulted to: event_type_id.
  1045. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1046. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field routeClassification] is being defaulted to: typology_id.
  1047. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field fromDay] is being defaulted to: typology_id.
  1048. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field toDay] is being defaulted to: typology_id.
  1049. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1050. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  1051. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1052. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field country] is being defaulted to: typology_id.
  1053. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1054. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field organizationClassification] is being defaulted to: typology_id.
  1055. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1056. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  1057. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1058. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1059. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field organizationImageType] is being defaulted to: typology_id.
  1060. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1061. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1062. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field customerCategory] is being defaulted to: typology_id.
  1063. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field timezone] is being defaulted to: typology_id.
  1064. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1065. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1066. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1067. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field timeUnit] is being defaulted to: typology_id.
  1068. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admOrganizationWorkDay] is being defaulted to: work_day_id.
  1069. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field prdProductLine] is being defaulted to: product_line_id.
  1070. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field admCurrency] is being defaulted to: currency_id.
  1071. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1072. 2017-11-16T01:54:19.739+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  1073. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field prdProductLine] is being defaulted to: product_line_id.
  1074. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkCloseUpProduct] is being defaulted to: cu_product_id.
  1075. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1076. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1077. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkEventNote] is being defaulted to: event_note_id.
  1078. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field organizationContactPurpose] is being defaulted to: typology_id.
  1079. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field organizationContactType] is being defaulted to: typology_id.
  1080. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1081. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admTypology] is being defaulted to: typology_id.
  1082. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field priceType] is being defaulted to: typology_id.
  1083. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admCurrency] is being defaulted to: currency_id.
  1084. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  1085. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1086. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1087. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field customerClassification] is being defaulted to: typology_id.
  1088. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  1089. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field eventCheckInType] is being defaulted to: typology_id.
  1090. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1091. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1092. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admChildOrganization] is being defaulted to: organization_id.
  1093. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admParentOrganization] is being defaulted to: organization_id.
  1094. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personTitle] is being defaulted to: typology_id.
  1095. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field country] is being defaulted to: typology_id.
  1096. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field bloodType] is being defaulted to: typology_id.
  1097. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field religion] is being defaulted to: typology_id.
  1098. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field genre] is being defaulted to: typology_id.
  1099. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field maritalStatus] is being defaulted to: typology_id.
  1100. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1101. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personContactType] is being defaulted to: typology_id.
  1102. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personContactPurpose] is being defaulted to: typology_id.
  1103. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1104. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personCharacteristicType] is being defaulted to: typology_id.
  1105. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1106. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1107. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkCloseUp] is being defaulted to: close_up_id.
  1108. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field permissionType] is being defaulted to: typology_id.
  1109. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  1110. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1111. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1112. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1113. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admTypology] is being defaulted to: typology_id.
  1114. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personDocumentType] is being defaulted to: typology_id.
  1115. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1116. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1117. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1118. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field personAddressType] is being defaulted to: typology_id.
  1119. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1120. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field crmParentCustomer] is being defaulted to: customer_id.
  1121. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field crmChildCustomer] is being defaulted to: customer_id.
  1122. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field eventTypeClassification] is being defaulted to: typology_id.
  1123. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkEvent] is being defaulted to: event_id.
  1124. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field prdProductOp] is being defaulted to: product_op_id.
  1125. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkAgent] is being defaulted to: agent_id.
  1126. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field trkRoute] is being defaulted to: route_id.
  1127. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field admOrganizationType] is being defaulted to: organization_type_id.
  1128. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1129. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field organizationType] is being defaulted to: typology_id.
  1130. 2017-11-16T01:54:19.740+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  1131. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field prdProductLineOp] is being defaulted to: product_op_line_id.
  1132. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field personImageType] is being defaulted to: typology_id.
  1133. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1134. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field entityType] is being defaulted to: typology_id.
  1135. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field targetUserId] is being defaulted to: user_id.
  1136. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field originUserId] is being defaulted to: user_id.
  1137. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admPerson] is being defaulted to: person_id.
  1138. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field customerType] is being defaulted to: typology_id.
  1139. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1140. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field status] is being defaulted to: typology_id.
  1141. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field priceType] is being defaulted to: typology_id.
  1142. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field prdProductOp] is being defaulted to: product_op_id.
  1143. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admLogType] is being defaulted to: log_type_id.
  1144. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admPermission] is being defaulted to: permission_id.
  1145. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1146. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admOrganization] is being defaulted to: organization_id.
  1147. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field crmCustomer] is being defaulted to: customer_id.
  1148. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field prdProduct] is being defaulted to: product_id.
  1149. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field organizationId] is being defaulted to: organization_id.
  1150. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admRole] is being defaulted to: role_id.
  1151. 2017-11-16T01:54:19.741+0000|Config: The primary key column name for the mapping element [field admUser] is being defaulted to: user_id.
  1152. 2017-11-16T01:54:19.831+0000|Info: EclipseLink, version: Eclipse Persistence Services - 2.6.4.qualifier
  1153. 2017-11-16T01:54:19.850+0000|Fine: Detected database platform: org.eclipse.persistence.platform.database.PostgreSQLPlatform
  1154. 2017-11-16T01:54:19.850+0000|Config: connecting(DatabaseLogin(
  1155.     platform=>DatabasePlatform
  1156.     user name=> ""
  1157.     connector=>JNDIConnector datasource name=>null
  1158. ))
  1159. 2017-11-16T01:54:19.850+0000|Config: Connected: jdbc:postgresql://localhost:5432/nabcoredb?prepareThreshold=5&preparedStatementCacheQueries=256&preparedStatementCacheSizeMiB=5&databaseMetadataCacheFields=65536&databaseMetadataCacheFieldsMiB=5&defaultRowFetchSize=0&binaryTransfer=true&readOnly=false&binaryTransferEnable=&binaryTransferDisable=&unknownLength=2147483647&logUnclosedConnections=false&disableColumnSanitiser=false&tcpKeepAlive=false&loginTimeout=0&connectTimeout=10&socketTimeout=0&cancelSignalTimeout=10&receiveBufferSize=-1&sendBufferSize=-1&ApplicationName=PostgreSQL JDBC Driver&useSpnego=false&gsslib=auto&sspiServiceClass=POSTGRES&allowEncodingChanges=false&targetServerType=any&loadBalanceHosts=false&hostRecheckSeconds=10&preferQueryMode=extended&autosave=never&reWriteBatchedInserts=false
  1160.     User: postgres
  1161.     Database: PostgreSQL  Version: 9.5.8
  1162.     Driver: PostgreSQL JDBC Driver  Version: 42.1.1
  1163. 2017-11-16T01:54:19.850+0000|Config: connecting(DatabaseLogin(
  1164.     platform=>PostgreSQLPlatform
  1165.     user name=> ""
  1166.     connector=>JNDIConnector datasource name=>null
  1167. ))
  1168. 2017-11-16T01:54:19.850+0000|Config: Connected: jdbc:postgresql://localhost:5432/nabcoredb?prepareThreshold=5&preparedStatementCacheQueries=256&preparedStatementCacheSizeMiB=5&databaseMetadataCacheFields=65536&databaseMetadataCacheFieldsMiB=5&defaultRowFetchSize=0&binaryTransfer=true&readOnly=false&binaryTransferEnable=&binaryTransferDisable=&unknownLength=2147483647&logUnclosedConnections=false&disableColumnSanitiser=false&tcpKeepAlive=false&loginTimeout=0&connectTimeout=10&socketTimeout=0&cancelSignalTimeout=10&receiveBufferSize=-1&sendBufferSize=-1&ApplicationName=PostgreSQL JDBC Driver&useSpnego=false&gsslib=auto&sspiServiceClass=POSTGRES&allowEncodingChanges=false&targetServerType=any&loadBalanceHosts=false&hostRecheckSeconds=10&preferQueryMode=extended&autosave=never&reWriteBatchedInserts=false
  1169.     User: postgres
  1170.     Database: PostgreSQL  Version: 9.5.8
  1171.     Driver: PostgreSQL JDBC Driver  Version: 42.1.1
  1172. 2017-11-16T01:54:19.859+0000|Info: /file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/_nabee-core-pu login successful
  1173. 2017-11-16T01:54:19.890+0000|Info: Portable JNDI names for EJB AdmOrganizationTypeDao: [java:global/nabee-core/AdmOrganizationTypeDao, java:global/nabee-core/AdmOrganizationTypeDao!com.nabenik.nabee.controller.AdmOrganizationTypeDao]
  1174. 2017-11-16T01:54:19.896+0000|Info: Portable JNDI names for EJB FlywayBootstraper: [java:global/nabee-core/FlywayBootstraper!com.nabenik.nabee.util.FlywayBootstraper, java:global/nabee-core/FlywayBootstraper]
  1175. 2017-11-16T01:54:19.899+0000|Info: Portable JNDI names for EJB TimeBootstraper: [java:global/nabee-core/TimeBootstraper!com.nabenik.nabee.util.TimeBootstraper, java:global/nabee-core/TimeBootstraper]
  1176. 2017-11-16T01:54:20.687+0000|Info: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/classes/META-INF/apache-deltaspike.properties'
  1177. 2017-11-16T01:54:20.687+0000|Info: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/deltaspike-jpa-module-impl-1.8.0.jar!/META-INF/apache-deltaspike.properties'
  1178. 2017-11-16T01:54:20.690+0000|Info: Computed the following DeltaSpike ProjectStage: Production
  1179. 2017-11-16T01:54:20.751+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1180. 2017-11-16T01:54:20.752+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1181. 2017-11-16T01:54:20.752+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1182. 2017-11-16T01:54:20.752+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1183. 2017-11-16T01:54:20.752+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1184. 2017-11-16T01:54:20.754+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1185. 2017-11-16T01:54:20.755+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1186. 2017-11-16T01:54:20.755+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1187. 2017-11-16T01:54:20.756+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1188. 2017-11-16T01:54:20.757+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1189. 2017-11-16T01:54:20.757+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1190. 2017-11-16T01:54:20.758+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1191. 2017-11-16T01:54:20.759+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1192. 2017-11-16T01:54:20.759+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1193. 2017-11-16T01:54:20.760+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1194. 2017-11-16T01:54:20.760+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1195. 2017-11-16T01:54:20.760+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1196. 2017-11-16T01:54:20.761+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1197. 2017-11-16T01:54:20.761+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1198. 2017-11-16T01:54:20.761+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1199. 2017-11-16T01:54:20.762+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1200. 2017-11-16T01:54:20.763+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1201. 2017-11-16T01:54:20.763+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1202. 2017-11-16T01:54:20.764+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1203. 2017-11-16T01:54:20.765+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1204. 2017-11-16T01:54:20.766+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1205. 2017-11-16T01:54:20.766+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1206. 2017-11-16T01:54:20.766+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1207. 2017-11-16T01:54:20.766+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1208. 2017-11-16T01:54:20.767+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1209. 2017-11-16T01:54:20.767+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1210. 2017-11-16T01:54:20.767+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1211. 2017-11-16T01:54:20.767+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1212. 2017-11-16T01:54:20.768+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1213. 2017-11-16T01:54:20.768+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1214. 2017-11-16T01:54:20.768+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1215. 2017-11-16T01:54:20.768+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1216. 2017-11-16T01:54:20.768+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1217. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1218. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1219. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1220. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1221. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1222. 2017-11-16T01:54:20.769+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1223. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1224. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1225. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1226. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1227. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1228. 2017-11-16T01:54:20.770+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1229. 2017-11-16T01:54:20.771+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1230. 2017-11-16T01:54:20.771+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1231. 2017-11-16T01:54:20.772+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1232. 2017-11-16T01:54:20.772+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1233. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1234. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1235. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1236. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1237. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1238. 2017-11-16T01:54:20.773+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1239. 2017-11-16T01:54:20.774+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1240. 2017-11-16T01:54:20.774+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1241. 2017-11-16T01:54:20.774+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1242. 2017-11-16T01:54:20.774+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1243. 2017-11-16T01:54:20.774+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1244. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1245. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1246. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1247. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1248. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1249. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1250. 2017-11-16T01:54:20.775+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1251. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1252. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1253. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1254. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1255. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1256. 2017-11-16T01:54:20.776+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1257. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1258. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1259. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1260. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1261. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1262. 2017-11-16T01:54:20.777+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1263. 2017-11-16T01:54:20.778+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1264. 2017-11-16T01:54:20.778+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1265. 2017-11-16T01:54:20.778+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1266. 2017-11-16T01:54:20.778+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1267. 2017-11-16T01:54:20.778+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1268. 2017-11-16T01:54:20.779+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1269. 2017-11-16T01:54:20.779+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1270. 2017-11-16T01:54:20.779+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1271. 2017-11-16T01:54:20.779+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1272. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1273. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1274. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1275. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1276. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1277. 2017-11-16T01:54:20.780+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1278. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1279. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1280. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1281. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1282. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1283. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1284. 2017-11-16T01:54:20.781+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1285. 2017-11-16T01:54:20.782+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1286. 2017-11-16T01:54:20.782+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1287. 2017-11-16T01:54:20.782+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.core.impl.config.ConfigurationExtension.findDynamicConfigurationBeans(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1288. 2017-11-16T01:54:20.783+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1289. 2017-11-16T01:54:20.783+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1290. 2017-11-16T01:54:20.783+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1291. 2017-11-16T01:54:20.783+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1292. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1293. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1294. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1295. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1296. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1297. 2017-11-16T01:54:20.784+0000|Info: WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  1298. 2017-11-16T01:54:22.016+0000|Info: org.apache.deltaspike.jpa.impl.transaction.BeanManagedUserTransactionStrategy is configured as global-alternative
  1299. 2017-11-16T01:54:22.052+0000|WARN: WELD-001478: Interceptor class org.apache.deltaspike.core.impl.throttling.ThrottledInterceptor is enabled for the application and for the bean archive nabee-core.war/WEB-INF/lib/deltaspike-core-impl. It will only be invoked in the @Priority part of the chain.
  1300. 2017-11-16T01:54:22.052+0000|WARN: WELD-001478: Interceptor class org.apache.deltaspike.core.impl.lock.LockedInterceptor is enabled for the application and for the bean archive nabee-core.war/WEB-INF/lib/deltaspike-core-impl. It will only be invoked in the @Priority part of the chain.
  1301. 2017-11-16T01:54:22.052+0000|WARN: WELD-001478: Interceptor class org.apache.deltaspike.core.impl.future.FutureableInterceptor is enabled for the application and for the bean archive nabee-core.war/WEB-INF/lib/deltaspike-core-impl. It will only be invoked in the @Priority part of the chain.
  1302. 2017-11-16T01:54:22.055+0000|WARN: WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive nabee-core.war/WEB-INF/lib/deltaspike-jpa-module-impl. It will only be invoked in the @Priority part of the chain.
  1303. 2017-11-16T01:54:22.058+0000|WARN: WELD-001478: Interceptor class org.apache.deltaspike.proxy.util.EnableInterceptorsInterceptor is enabled for the application and for the bean archive nabee-core.war/WEB-INF/lib/deltaspike-proxy-module-api. It will only be invoked in the @Priority part of the chain.
  1304. 2017-11-16T01:54:22.285+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends java.io.Serializable> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setIdClass(java.lang.Class<? extends java.io.Serializable>) is not resolvable to a concrete type.
  1305. WARNING: Parameter 1 of type java.lang.Class<?> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setEntityClass(java.lang.Class<?>) is not resolvable to a concrete type.
  1306.  
  1307. 2017-11-16T01:54:22.288+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends java.io.Serializable> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setIdClass(java.lang.Class<? extends java.io.Serializable>) is not resolvable to a concrete type.
  1308. WARNING: Parameter 1 of type java.lang.Class<?> from public void org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor.setEntityClass(java.lang.Class<?>) is not resolvable to a concrete type.
  1309.  
  1310. 2017-11-16T01:54:22.331+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type java.lang.Class<? extends org.apache.deltaspike.data.api.EntityManagerResolver> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerResolverClass(java.lang.Class<? extends org.apache.deltaspike.data.api.EntityManagerResolver>) is not resolvable to a concrete type.
  1311. WARNING: Parameter 1 of type org.apache.deltaspike.core.api.provider.DependentProvider<? extends org.apache.deltaspike.data.api.EntityManagerResolver> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerResolverDependentProvider(org.apache.deltaspike.core.api.provider.DependentProvider<? extends org.apache.deltaspike.data.api.EntityManagerResolver>) is not resolvable to a concrete type.
  1312. WARNING: Parameter 1 of type org.apache.deltaspike.core.api.provider.DependentProvider<? extends javax.persistence.EntityManager> from public void org.apache.deltaspike.data.impl.handler.EntityManagerRef.setEntityManagerDependentProvider(org.apache.deltaspike.core.api.provider.DependentProvider<? extends javax.persistence.EntityManager>) is not resolvable to a concrete type.
  1313.  
  1314. 2017-11-16T01:54:22.392+0000|Warning: The following warnings have been detected: WARNING: Parameter 1 of type T from public void org.apache.deltaspike.core.util.context.ContextualInstanceInfo.setContextualInstance(T) is not resolvable to a concrete type.
  1315. WARNING: Parameter 1 of type javax.enterprise.context.spi.CreationalContext<T> from public void org.apache.deltaspike.core.util.context.ContextualInstanceInfo.setCreationalContext(javax.enterprise.context.spi.CreationalContext<T>) is not resolvable to a concrete type.
  1316.  
  1317. 2017-11-16T01:54:25.528+0000|Severe: SLF4J: Class path contains multiple SLF4J bindings.
  1318. 2017-11-16T01:54:25.528+0000|Severe: SLF4J: Found binding in [jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  1319. 2017-11-16T01:54:25.528+0000|Severe: SLF4J: Found binding in [jar:file:/home/egonzalez/Servers/Payara/payara41/glassfish/domains/domain1/applications/nabee-core/WEB-INF/lib/slf4j-jdk14-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  1320. 2017-11-16T01:54:25.528+0000|Severe: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  1321. 2017-11-16T01:54:25.544+0000|Severe: SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  1322. 2017-11-16T01:54:25.603+0000|Severe: log4j:WARN No appenders could be found for logger (org.flywaydb.core.internal.util.VersionPrinter).
  1323. 2017-11-16T01:54:25.603+0000|Severe: log4j:WARN Please initialize the log4j system properly.
  1324. 2017-11-16T01:54:25.603+0000|Severe: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  1325. 2017-11-16T01:54:27.210+0000|Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for context '/nabee-core'
  1326. 2017-11-16T01:54:28.428+0000|Info: Loading application [nabee-core] at [/nabee-core]
  1327. 2017-11-16T01:54:28.440+0000|Info: nabee-core was successfully deployed in 10,159 milliseconds.
  1328. 2017-11-16T01:54:33.280+0000|Warning: StandardWrapperValve[com.nabenik.nabee.rest.RestApplication]: Servlet.service() for servlet com.nabenik.nabee.rest.RestApplication threw exception
  1329. java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
  1330.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1655)
  1331.     at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1501)
  1332.     at com.amazonaws.AmazonWebServiceClient.<clinit>(AmazonWebServiceClient.java:56)
  1333.     at com.nabenik.nabee.util.S3Service.uploadToS3(S3Service.java:104)
  1334.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:58)
  1335.     at com.nabenik.nabee.util.S3Service.persistImage(S3Service.java:46)
  1336.     at com.nabenik.nabee.util.S3Service$Proxy$_$$_WeldClientProxy.persistImage(Unknown Source)
  1337.     at com.nabenik.nabee.rest.HelloEndpoint.persistImage(HelloEndpoint.java:41)
  1338.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1339.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1340.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1341.     at java.lang.reflect.Method.invoke(Method.java:498)
  1342.     at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
  1343.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
  1344.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
  1345.     at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
  1346.     at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
  1347.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
  1348.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
  1349.     at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
  1350.     at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
  1351.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
  1352.     at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
  1353.     at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
  1354.     at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
  1355.     at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
  1356.     at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
  1357.     at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
  1358.     at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
  1359.     at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
  1360.     at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
  1361.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
  1362.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
  1363.     at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
  1364.     at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1606)
  1365.     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:258)
  1366.     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)
  1367.     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:654)
  1368.     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:593)
  1369.     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)
  1370.     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
  1371.     at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:371)
  1372.     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:238)
  1373.     at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:466)
  1374.     at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:169)
  1375.     at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  1376.     at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  1377.     at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  1378.     at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  1379.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:284)
  1380.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:201)
  1381.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:133)
  1382.     at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
  1383.     at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  1384.     at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:539)
  1385.     at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  1386.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  1387.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  1388.     at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  1389.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
  1390.     at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
  1391.     at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement