Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.98 KB | None | 0 0
  1. 2019-10-17T12:01:30,445 DEBUG [http-nio-8081-exec-9] o.s.w.s.h.AbstractHandlerMapping: Mapped to ParameterizableViewController [view="forward:index.html"]
  2. 2019-10-17T12:01:30,452 DEBUG [http-nio-8081-exec-9] o.s.o.j.s.OpenEntityManagerInViewInterceptor: Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
  3. 2019-10-17T12:01:30,476 DEBUG [http-nio-8081-exec-9] o.s.o.j.s.OpenEntityManagerInViewInterceptor: Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
  4. 2019-10-17T12:01:30,477 DEBUG [http-nio-8081-exec-9] o.s.o.j.EntityManagerFactoryUtils: Closing JPA EntityManager
  5. 2019-10-17T12:01:30,477 INFO [http-nio-8081-exec-9] o.h.e.i.StatisticalLoggingSessionEventListener: Session Metrics {
  6. 0 nanoseconds spent acquiring 0 JDBC connections;
  7. 0 nanoseconds spent releasing 0 JDBC connections;
  8. 0 nanoseconds spent preparing 0 JDBC statements;
  9. 0 nanoseconds spent executing 0 JDBC statements;
  10. 0 nanoseconds spent executing 0 JDBC batches;
  11. 0 nanoseconds spent performing 0 L2C puts;
  12. 0 nanoseconds spent performing 0 L2C hits;
  13. 0 nanoseconds spent performing 0 L2C misses;
  14. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  15. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  16. }
  17. 2019-10-17T12:01:30,664 DEBUG [http-nio-8081-exec-8] o.a.c.p.SendProcessor: >>>> rest-api://api-docs?componentName=servlet&routeId=route1 Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-11]
  18. 2019-10-17T12:01:31,004 DEBUG [http-nio-8081-exec-8] o.a.c.u.ObjectHelper: Cannot find class: org.apache.xerces.util.SecurityManager
  19. 2019-10-17T12:01:31,006 DEBUG [http-nio-8081-exec-8] o.a.c.c.j.XmlConverter: Created TransformerFactory: com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl@e93fd2b
  20. 2019-10-17T12:01:31,015 DEBUG [http-nio-8081-exec-8] o.a.c.s.RestSwaggerSupport: DumpRestAsXml:
  21. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  22. <rests xmlns="http://camel.apache.org/schema/spring">
  23. <rest consumes="application/json" path="/uw" produces="application/json">
  24. <description>Mock service layer</description>
  25. <get bindingMode="json" customId="true" id="reGetQuote" outType="com.businessagility.kogio.mockuw.entities.MotorQuoteResponse" routeId="reGetQuote" type="com.businessagility.kogio.mockuw.entities.MotorQuoteRequest" uri="/motorQuote/{id}">
  26. <description>Retrieve Quote data</description>
  27. <param name="id" type="path"/>
  28. <param dataType="com.businessagility.kogio.mockuw.entities.MotorQuoteRequest" name="body" type="body"/>
  29. <responseMessage code="200" message="Successful operation"/>
  30. <responseMessage code="416" message="Quote not found"/>
  31. <route customId="true" id="reGetQuote" rest="true">
  32. <from uri="rest://get:/uw:/motorQuote/%7Bid%7D?componentName=servlet&amp;consumes=application%2Fjson&amp;description=Retrieve+Quote+data&amp;inType=com.businessagility.kogio.mockuw.entities.MotorQuoteRequest&amp;outType=com.businessagility.kogio.mockuw.entities.MotorQuoteResponse&amp;produces=application%2Fjson&amp;routeId=reGetQuote"/>
  33. <onException id="onException1">
  34. <exception>java.lang.Exception</exception>
  35. <handled>
  36. <constant>true</constant>
  37. </handled>
  38. <to id="to1" uri="direct:errorHandler"/>
  39. </onException>
  40. <bean id="bean1" method="retrieveMotorQuote(${header.id})" ref="quoteService"/>
  41. </route>
  42. </get>
  43. <post bindingMode="json" customId="true" id="rePostQuote" outType="com.businessagility.kogio.mockuw.entities.MotorQuoteResponse" routeId="route3" type="com.businessagility.kogio.mockuw.entities.MotorQuoteRequest" uri="/motorQuote">
  44. <description>Submit motorQuote data</description>
  45. <param dataType="com.businessagility.kogio.mockuw.entities.MotorQuoteRequest" name="body" type="body"/>
  46. <responseMessage code="200" message="Successful operation"/>
  47. <route customId="false" id="route3" rest="true">
  48. <from uri="rest://post:/uw:/motorQuote?componentName=servlet&amp;consumes=application%2Fjson&amp;description=Submit+motorQuote+data&amp;inType=com.businessagility.kogio.mockuw.entities.MotorQuoteRequest&amp;outType=com.businessagility.kogio.mockuw.entities.MotorQuoteResponse&amp;produces=application%2Fjson&amp;routeId=route3"/>
  49. <onException id="onException1">
  50. <exception>java.lang.Exception</exception>
  51. <handled>
  52. <constant>true</constant>
  53. </handled>
  54. <to id="to1" uri="direct:errorHandler"/>
  55. </onException>
  56. <bean id="bean2" method="createMotorQuote(${body})" ref="quoteService"/>
  57. </route>
  58. </post>
  59. </rest>
  60. </rests>
  61.  
  62. 2019-10-17T12:01:31,120 DEBUG [http-nio-8081-exec-8] o.a.c.u.ObjectHelper: Cannot find class: org.apache.xerces.util.SecurityManager
  63. 2019-10-17T12:01:31,125 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  64. 2019-10-17T12:01:31,126 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  65. 2019-10-17T12:01:31,128 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@3705aba
  66. 2019-10-17T12:01:31,131 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  67. 2019-10-17T12:01:31,131 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  68. 2019-10-17T12:01:31,131 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  69. 2019-10-17T12:01:31,132 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  70. 2019-10-17T12:01:31,132 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  71. 2019-10-17T12:01:31,132 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  72. 2019-10-17T12:01:31,132 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  73. 2019-10-17T12:01:31,132 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE
  74. 2019-10-17T12:01:31,133 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  75. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  76. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  77. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  78. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  79. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  80. 2019-10-17T12:01:31,134 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  81. 2019-10-17T12:01:31,135 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Contact
  82. 2019-10-17T12:01:31,135 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  83. 2019-10-17T12:01:31,135 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@b5952322
  84. 2019-10-17T12:01:31,138 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  85. 2019-10-17T12:01:31,138 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  86. 2019-10-17T12:01:31,138 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  87. 2019-10-17T12:01:31,138 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  88. 2019-10-17T12:01:31,138 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  89. 2019-10-17T12:01:31,139 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  90. 2019-10-17T12:01:31,139 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  91. 2019-10-17T12:01:31,139 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  92. 2019-10-17T12:01:31,139 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  93. 2019-10-17T12:01:31,140 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  94. 2019-10-17T12:01:31,140 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  95. 2019-10-17T12:01:31,140 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  96. 2019-10-17T12:01:31,140 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  97. 2019-10-17T12:01:31,140 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  98. 2019-10-17T12:01:31,141 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  99. 2019-10-17T12:01:31,141 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  100. 2019-10-17T12:01:31,141 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  101. 2019-10-17T12:01:31,141 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  102. 2019-10-17T12:01:31,141 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@df5bc020
  103. 2019-10-17T12:01:31,142 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  104. 2019-10-17T12:01:31,142 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  105. 2019-10-17T12:01:31,142 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  106. 2019-10-17T12:01:31,143 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  107. 2019-10-17T12:01:31,143 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  108. 2019-10-17T12:01:31,143 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  109. 2019-10-17T12:01:31,144 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Driver
  110. 2019-10-17T12:01:31,144 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  111. 2019-10-17T12:01:31,144 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@96890fda
  112. 2019-10-17T12:01:31,147 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  113. 2019-10-17T12:01:31,147 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  114. 2019-10-17T12:01:31,147 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  115. 2019-10-17T12:01:31,147 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  116. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  117. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  118. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  119. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  120. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  121. 2019-10-17T12:01:31,148 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  122. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  123. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  124. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  125. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  126. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  127. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  128. 2019-10-17T12:01:31,149 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  129. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  130. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  131. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  132. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  133. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  134. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  135. 2019-10-17T12:01:31,150 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  136. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  137. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  138. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  139. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  140. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  141. 2019-10-17T12:01:31,151 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  142. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@f42130fb
  143. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  144. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  145. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  146. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  147. 2019-10-17T12:01:31,152 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  148. 2019-10-17T12:01:31,153 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  149. 2019-10-17T12:01:31,153 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Vehicle
  150. 2019-10-17T12:01:31,153 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  151. 2019-10-17T12:01:31,153 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@7b140b96
  152. 2019-10-17T12:01:31,155 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  153. 2019-10-17T12:01:31,155 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  154. 2019-10-17T12:01:31,155 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  155. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  156. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  157. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  158. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  159. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  160. 2019-10-17T12:01:31,156 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  161. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  162. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  163. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  164. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  165. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  166. 2019-10-17T12:01:31,157 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  167. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  168. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  169. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  170. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  171. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  172. 2019-10-17T12:01:31,158 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  173. 2019-10-17T12:01:31,159 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  174. 2019-10-17T12:01:31,159 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  175. 2019-10-17T12:01:31,159 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  176. 2019-10-17T12:01:31,159 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  177. 2019-10-17T12:01:31,159 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  178. 2019-10-17T12:01:31,160 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  179. 2019-10-17T12:01:31,160 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class boolean]
  180. 2019-10-17T12:01:31,160 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class boolean], boolean
  181. 2019-10-17T12:01:31,160 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class boolean]
  182. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  183. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  184. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  185. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  186. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  187. 2019-10-17T12:01:31,161 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  188. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@f217cf5f
  189. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  190. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE
  191. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  192. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  193. 2019-10-17T12:01:31,162 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  194. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  195. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  196. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  197. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  198. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  199. 2019-10-17T12:01:31,163 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  200. 2019-10-17T12:01:31,164 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  201. 2019-10-17T12:01:31,164 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Address
  202. 2019-10-17T12:01:31,164 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  203. 2019-10-17T12:01:31,164 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@31903ce
  204. 2019-10-17T12:01:31,164 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  205. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  206. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  207. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  208. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  209. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  210. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  211. 2019-10-17T12:01:31,165 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  212. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  213. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  214. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  215. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  216. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  217. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  218. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  219. 2019-10-17T12:01:31,166 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  220. 2019-10-17T12:01:31,167 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  221. 2019-10-17T12:01:31,167 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  222. 2019-10-17T12:01:31,167 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  223. 2019-10-17T12:01:31,167 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  224. 2019-10-17T12:01:31,167 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  225. 2019-10-17T12:01:31,168 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  226. 2019-10-17T12:01:31,168 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  227. 2019-10-17T12:01:31,168 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  228. 2019-10-17T12:01:31,168 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@ec5991de
  229. 2019-10-17T12:01:31,168 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@cc4deb30
  230. 2019-10-17T12:01:31,169 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverters: ModelConverters readAll with JsonView annotation from class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  231. 2019-10-17T12:01:31,169 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  232. 2019-10-17T12:01:31,169 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  233. 2019-10-17T12:01:31,169 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@3705aba
  234. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  235. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  236. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  237. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  238. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  239. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  240. 2019-10-17T12:01:31,170 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  241. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE
  242. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  243. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  244. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  245. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  246. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  247. 2019-10-17T12:01:31,171 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  248. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  249. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Contact
  250. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  251. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@b5952322
  252. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  253. 2019-10-17T12:01:31,172 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  254. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  255. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  256. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  257. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  258. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  259. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  260. 2019-10-17T12:01:31,173 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  261. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  262. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  263. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  264. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  265. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  266. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  267. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  268. 2019-10-17T12:01:31,174 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  269. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  270. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@df5bc020
  271. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  272. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  273. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  274. 2019-10-17T12:01:31,175 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  275. 2019-10-17T12:01:31,176 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  276. 2019-10-17T12:01:31,176 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  277. 2019-10-17T12:01:31,176 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Driver
  278. 2019-10-17T12:01:31,176 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  279. 2019-10-17T12:01:31,176 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@96890fda
  280. 2019-10-17T12:01:31,177 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  281. 2019-10-17T12:01:31,177 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  282. 2019-10-17T12:01:31,177 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  283. 2019-10-17T12:01:31,177 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  284. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  285. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  286. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  287. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  288. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  289. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  290. 2019-10-17T12:01:31,178 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  291. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  292. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  293. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  294. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  295. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  296. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  297. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  298. 2019-10-17T12:01:31,179 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  299. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  300. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  301. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  302. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  303. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  304. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  305. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  306. 2019-10-17T12:01:31,180 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  307. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  308. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  309. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  310. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@f42130fb
  311. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  312. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  313. 2019-10-17T12:01:31,181 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  314. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  315. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  316. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  317. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Vehicle
  318. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  319. 2019-10-17T12:01:31,182 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@7b140b96
  320. 2019-10-17T12:01:31,183 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  321. 2019-10-17T12:01:31,183 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  322. 2019-10-17T12:01:31,183 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  323. 2019-10-17T12:01:31,183 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  324. 2019-10-17T12:01:31,183 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  325. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  326. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  327. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  328. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  329. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  330. 2019-10-17T12:01:31,184 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  331. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  332. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  333. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  334. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  335. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  336. 2019-10-17T12:01:31,185 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  337. 2019-10-17T12:01:31,186 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  338. 2019-10-17T12:01:31,186 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  339. 2019-10-17T12:01:31,186 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  340. 2019-10-17T12:01:31,186 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  341. 2019-10-17T12:01:31,186 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  342. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  343. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  344. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  345. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  346. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  347. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class boolean]
  348. 2019-10-17T12:01:31,187 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class boolean], boolean
  349. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class boolean]
  350. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  351. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  352. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  353. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  354. 2019-10-17T12:01:31,188 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  355. 2019-10-17T12:01:31,189 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  356. 2019-10-17T12:01:31,189 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@f217cf5f
  357. 2019-10-17T12:01:31,189 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  358. 2019-10-17T12:01:31,189 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE
  359. 2019-10-17T12:01:31,189 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  360. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  361. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  362. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  363. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  364. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  365. 2019-10-17T12:01:31,190 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  366. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  367. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  368. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  369. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Address
  370. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@41ea7427
  371. 2019-10-17T12:01:31,191 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@31903ce
  372. 2019-10-17T12:01:31,192 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  373. 2019-10-17T12:01:31,192 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  374. 2019-10-17T12:01:31,192 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  375. 2019-10-17T12:01:31,192 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  376. 2019-10-17T12:01:31,193 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  377. 2019-10-17T12:01:31,193 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  378. 2019-10-17T12:01:31,193 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  379. 2019-10-17T12:01:31,194 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  380. 2019-10-17T12:01:31,194 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  381. 2019-10-17T12:01:31,194 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  382. 2019-10-17T12:01:31,195 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  383. 2019-10-17T12:01:31,195 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  384. 2019-10-17T12:01:31,195 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  385. 2019-10-17T12:01:31,195 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  386. 2019-10-17T12:01:31,195 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  387. 2019-10-17T12:01:31,196 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  388. 2019-10-17T12:01:31,196 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  389. 2019-10-17T12:01:31,196 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  390. 2019-10-17T12:01:31,196 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  391. 2019-10-17T12:01:31,197 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  392. 2019-10-17T12:01:31,197 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  393. 2019-10-17T12:01:31,197 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  394. 2019-10-17T12:01:31,197 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  395. 2019-10-17T12:01:31,198 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  396. 2019-10-17T12:01:31,198 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@ec5991de
  397. 2019-10-17T12:01:31,198 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@cc4deb30
  398. 2019-10-17T12:01:31,199 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteResponse
  399. 2019-10-17T12:01:31,199 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  400. 2019-10-17T12:01:31,199 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteResponse io.swagger.models.ModelImpl@b83fa79a
  401. 2019-10-17T12:01:31,200 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class double]
  402. 2019-10-17T12:01:31,201 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class double], double
  403. 2019-10-17T12:01:31,201 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class double]
  404. 2019-10-17T12:01:31,201 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  405. 2019-10-17T12:01:31,201 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest], com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  406. 2019-10-17T12:01:31,202 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  407. 2019-10-17T12:01:31,202 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  408. 2019-10-17T12:01:31,202 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  409. 2019-10-17T12:01:31,202 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest], com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  410. 2019-10-17T12:01:31,202 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  411. 2019-10-17T12:01:31,203 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  412. 2019-10-17T12:01:31,203 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@3705aba
  413. 2019-10-17T12:01:31,204 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  414. 2019-10-17T12:01:31,204 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  415. 2019-10-17T12:01:31,204 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  416. 2019-10-17T12:01:31,204 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  417. 2019-10-17T12:01:31,205 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  418. 2019-10-17T12:01:31,205 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  419. 2019-10-17T12:01:31,205 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  420. 2019-10-17T12:01:31,206 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE
  421. 2019-10-17T12:01:31,206 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  422. 2019-10-17T12:01:31,206 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  423. 2019-10-17T12:01:31,206 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  424. 2019-10-17T12:01:31,207 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  425. 2019-10-17T12:01:31,207 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  426. 2019-10-17T12:01:31,207 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  427. 2019-10-17T12:01:31,207 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  428. 2019-10-17T12:01:31,208 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Contact
  429. 2019-10-17T12:01:31,208 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  430. 2019-10-17T12:01:31,208 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@b5952322
  431. 2019-10-17T12:01:31,209 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  432. 2019-10-17T12:01:31,209 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  433. 2019-10-17T12:01:31,210 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  434. 2019-10-17T12:01:31,210 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  435. 2019-10-17T12:01:31,211 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  436. 2019-10-17T12:01:31,211 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  437. 2019-10-17T12:01:31,211 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  438. 2019-10-17T12:01:31,211 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  439. 2019-10-17T12:01:31,212 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  440. 2019-10-17T12:01:31,212 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  441. 2019-10-17T12:01:31,212 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  442. 2019-10-17T12:01:31,212 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  443. 2019-10-17T12:01:31,213 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  444. 2019-10-17T12:01:31,213 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  445. 2019-10-17T12:01:31,213 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  446. 2019-10-17T12:01:31,214 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  447. 2019-10-17T12:01:31,214 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  448. 2019-10-17T12:01:31,214 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  449. 2019-10-17T12:01:31,214 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@df5bc020
  450. 2019-10-17T12:01:31,215 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  451. 2019-10-17T12:01:31,215 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  452. 2019-10-17T12:01:31,215 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  453. 2019-10-17T12:01:31,216 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  454. 2019-10-17T12:01:31,216 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  455. 2019-10-17T12:01:31,216 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  456. 2019-10-17T12:01:31,216 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Driver
  457. 2019-10-17T12:01:31,217 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  458. 2019-10-17T12:01:31,217 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@96890fda
  459. 2019-10-17T12:01:31,218 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  460. 2019-10-17T12:01:31,218 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  461. 2019-10-17T12:01:31,218 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  462. 2019-10-17T12:01:31,218 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  463. 2019-10-17T12:01:31,219 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  464. 2019-10-17T12:01:31,219 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  465. 2019-10-17T12:01:31,219 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  466. 2019-10-17T12:01:31,219 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  467. 2019-10-17T12:01:31,220 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  468. 2019-10-17T12:01:31,220 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  469. 2019-10-17T12:01:31,220 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  470. 2019-10-17T12:01:31,221 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  471. 2019-10-17T12:01:31,221 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  472. 2019-10-17T12:01:31,221 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  473. 2019-10-17T12:01:31,221 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  474. 2019-10-17T12:01:31,222 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  475. 2019-10-17T12:01:31,222 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  476. 2019-10-17T12:01:31,222 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  477. 2019-10-17T12:01:31,222 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  478. 2019-10-17T12:01:31,223 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  479. 2019-10-17T12:01:31,224 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  480. 2019-10-17T12:01:31,225 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  481. 2019-10-17T12:01:31,225 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  482. 2019-10-17T12:01:31,225 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  483. 2019-10-17T12:01:31,226 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  484. 2019-10-17T12:01:31,227 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  485. 2019-10-17T12:01:31,228 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  486. 2019-10-17T12:01:31,228 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  487. 2019-10-17T12:01:31,228 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  488. 2019-10-17T12:01:31,229 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  489. 2019-10-17T12:01:31,229 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@f42130fb
  490. 2019-10-17T12:01:31,229 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  491. 2019-10-17T12:01:31,229 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  492. 2019-10-17T12:01:31,230 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  493. 2019-10-17T12:01:31,230 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  494. 2019-10-17T12:01:31,230 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  495. 2019-10-17T12:01:31,230 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  496. 2019-10-17T12:01:31,231 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Vehicle
  497. 2019-10-17T12:01:31,231 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  498. 2019-10-17T12:01:31,231 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@7b140b96
  499. 2019-10-17T12:01:31,231 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  500. 2019-10-17T12:01:31,232 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  501. 2019-10-17T12:01:31,232 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  502. 2019-10-17T12:01:31,232 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  503. 2019-10-17T12:01:31,232 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  504. 2019-10-17T12:01:31,232 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  505. 2019-10-17T12:01:31,233 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  506. 2019-10-17T12:01:31,233 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  507. 2019-10-17T12:01:31,233 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  508. 2019-10-17T12:01:31,233 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  509. 2019-10-17T12:01:31,233 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  510. 2019-10-17T12:01:31,234 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  511. 2019-10-17T12:01:31,234 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  512. 2019-10-17T12:01:31,234 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  513. 2019-10-17T12:01:31,234 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  514. 2019-10-17T12:01:31,234 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  515. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  516. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  517. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  518. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  519. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  520. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  521. 2019-10-17T12:01:31,235 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  522. 2019-10-17T12:01:31,236 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  523. 2019-10-17T12:01:31,236 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  524. 2019-10-17T12:01:31,236 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  525. 2019-10-17T12:01:31,236 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  526. 2019-10-17T12:01:31,237 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class boolean]
  527. 2019-10-17T12:01:31,237 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class boolean], boolean
  528. 2019-10-17T12:01:31,237 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class boolean]
  529. 2019-10-17T12:01:31,237 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  530. 2019-10-17T12:01:31,238 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  531. 2019-10-17T12:01:31,238 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  532. 2019-10-17T12:01:31,238 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  533. 2019-10-17T12:01:31,239 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  534. 2019-10-17T12:01:31,239 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  535. 2019-10-17T12:01:31,239 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@f217cf5f
  536. 2019-10-17T12:01:31,239 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  537. 2019-10-17T12:01:31,240 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE
  538. 2019-10-17T12:01:31,240 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  539. 2019-10-17T12:01:31,240 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  540. 2019-10-17T12:01:31,240 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  541. 2019-10-17T12:01:31,240 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  542. 2019-10-17T12:01:31,241 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  543. 2019-10-17T12:01:31,241 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  544. 2019-10-17T12:01:31,241 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  545. 2019-10-17T12:01:31,241 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  546. 2019-10-17T12:01:31,241 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  547. 2019-10-17T12:01:31,242 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  548. 2019-10-17T12:01:31,242 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Address
  549. 2019-10-17T12:01:31,242 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  550. 2019-10-17T12:01:31,242 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@31903ce
  551. 2019-10-17T12:01:31,243 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  552. 2019-10-17T12:01:31,244 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  553. 2019-10-17T12:01:31,244 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  554. 2019-10-17T12:01:31,244 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  555. 2019-10-17T12:01:31,245 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  556. 2019-10-17T12:01:31,245 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  557. 2019-10-17T12:01:31,246 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  558. 2019-10-17T12:01:31,246 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  559. 2019-10-17T12:01:31,247 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  560. 2019-10-17T12:01:31,247 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  561. 2019-10-17T12:01:31,247 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  562. 2019-10-17T12:01:31,247 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  563. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  564. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  565. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  566. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  567. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  568. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  569. 2019-10-17T12:01:31,248 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  570. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  571. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  572. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  573. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  574. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  575. 2019-10-17T12:01:31,249 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@ec5991de
  576. 2019-10-17T12:01:31,250 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@cc4deb30
  577. 2019-10-17T12:01:31,250 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteResponse io.swagger.models.ModelImpl@f173ebcd
  578. 2019-10-17T12:01:31,250 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverters: ModelConverters readAll with JsonView annotation from class com.businessagility.kogio.mockuw.entities.MotorQuoteResponse
  579. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteResponse
  580. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  581. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteResponse io.swagger.models.ModelImpl@b83fa79a
  582. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class double]
  583. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class double], double
  584. 2019-10-17T12:01:31,251 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class double]
  585. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  586. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest], com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  587. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  588. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest]
  589. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  590. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest], com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  591. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.MotorQuoteRequest
  592. 2019-10-17T12:01:31,252 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  593. 2019-10-17T12:01:31,253 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@3705aba
  594. 2019-10-17T12:01:31,253 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  595. 2019-10-17T12:01:31,253 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  596. 2019-10-17T12:01:31,253 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  597. 2019-10-17T12:01:31,253 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  598. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  599. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  600. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  601. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE
  602. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$LOBTYPE]
  603. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  604. 2019-10-17T12:01:31,254 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  605. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  606. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Contact]
  607. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  608. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Contact], com.businessagility.kogio.mockuw.entities.Contact
  609. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Contact
  610. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  611. 2019-10-17T12:01:31,255 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@b5952322
  612. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  613. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  614. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  615. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  616. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  617. 2019-10-17T12:01:31,256 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  618. 2019-10-17T12:01:31,257 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  619. 2019-10-17T12:01:31,257 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  620. 2019-10-17T12:01:31,257 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  621. 2019-10-17T12:01:31,257 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  622. 2019-10-17T12:01:31,258 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  623. 2019-10-17T12:01:31,258 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  624. 2019-10-17T12:01:31,259 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  625. 2019-10-17T12:01:31,259 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  626. 2019-10-17T12:01:31,259 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  627. 2019-10-17T12:01:31,259 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  628. 2019-10-17T12:01:31,260 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  629. 2019-10-17T12:01:31,260 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  630. 2019-10-17T12:01:31,260 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Contact io.swagger.models.ModelImpl@df5bc020
  631. 2019-10-17T12:01:31,261 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  632. 2019-10-17T12:01:31,261 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  633. 2019-10-17T12:01:31,261 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  634. 2019-10-17T12:01:31,261 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Driver]
  635. 2019-10-17T12:01:31,262 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  636. 2019-10-17T12:01:31,262 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Driver], com.businessagility.kogio.mockuw.entities.Driver
  637. 2019-10-17T12:01:31,262 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Driver
  638. 2019-10-17T12:01:31,263 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  639. 2019-10-17T12:01:31,263 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@96890fda
  640. 2019-10-17T12:01:31,264 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  641. 2019-10-17T12:01:31,264 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  642. 2019-10-17T12:01:31,264 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  643. 2019-10-17T12:01:31,264 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  644. 2019-10-17T12:01:31,264 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  645. 2019-10-17T12:01:31,265 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  646. 2019-10-17T12:01:31,265 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  647. 2019-10-17T12:01:31,265 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  648. 2019-10-17T12:01:31,266 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  649. 2019-10-17T12:01:31,266 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  650. 2019-10-17T12:01:31,266 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  651. 2019-10-17T12:01:31,267 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  652. 2019-10-17T12:01:31,267 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  653. 2019-10-17T12:01:31,267 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  654. 2019-10-17T12:01:31,267 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  655. 2019-10-17T12:01:31,268 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  656. 2019-10-17T12:01:31,268 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  657. 2019-10-17T12:01:31,268 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  658. 2019-10-17T12:01:31,269 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  659. 2019-10-17T12:01:31,269 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  660. 2019-10-17T12:01:31,269 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  661. 2019-10-17T12:01:31,269 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  662. 2019-10-17T12:01:31,269 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  663. 2019-10-17T12:01:31,270 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  664. 2019-10-17T12:01:31,270 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  665. 2019-10-17T12:01:31,270 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  666. 2019-10-17T12:01:31,270 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  667. 2019-10-17T12:01:31,271 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  668. 2019-10-17T12:01:31,271 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  669. 2019-10-17T12:01:31,271 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  670. 2019-10-17T12:01:31,271 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Driver io.swagger.models.ModelImpl@f42130fb
  671. 2019-10-17T12:01:31,272 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  672. 2019-10-17T12:01:31,272 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  673. 2019-10-17T12:01:31,272 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  674. 2019-10-17T12:01:31,272 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle]
  675. 2019-10-17T12:01:31,273 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  676. 2019-10-17T12:01:31,273 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Vehicle], com.businessagility.kogio.mockuw.entities.Vehicle
  677. 2019-10-17T12:01:31,273 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Vehicle
  678. 2019-10-17T12:01:31,273 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  679. 2019-10-17T12:01:31,274 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@7b140b96
  680. 2019-10-17T12:01:31,274 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  681. 2019-10-17T12:01:31,274 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  682. 2019-10-17T12:01:31,274 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  683. 2019-10-17T12:01:31,275 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  684. 2019-10-17T12:01:31,275 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  685. 2019-10-17T12:01:31,275 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  686. 2019-10-17T12:01:31,276 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  687. 2019-10-17T12:01:31,276 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  688. 2019-10-17T12:01:31,277 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  689. 2019-10-17T12:01:31,277 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  690. 2019-10-17T12:01:31,277 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  691. 2019-10-17T12:01:31,277 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  692. 2019-10-17T12:01:31,278 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  693. 2019-10-17T12:01:31,278 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  694. 2019-10-17T12:01:31,278 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  695. 2019-10-17T12:01:31,279 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  696. 2019-10-17T12:01:31,279 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  697. 2019-10-17T12:01:31,279 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  698. 2019-10-17T12:01:31,280 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  699. 2019-10-17T12:01:31,280 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  700. 2019-10-17T12:01:31,398 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  701. 2019-10-17T12:01:31,398 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  702. 2019-10-17T12:01:31,398 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  703. 2019-10-17T12:01:31,398 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  704. 2019-10-17T12:01:31,398 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  705. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  706. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  707. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class boolean]
  708. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class boolean], boolean
  709. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class boolean]
  710. 2019-10-17T12:01:31,399 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class int]
  711. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class int], int
  712. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class int]
  713. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  714. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  715. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  716. 2019-10-17T12:01:31,400 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Vehicle io.swagger.models.ModelImpl@f217cf5f
  717. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  718. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE], com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE
  719. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.MotorQuote$COVERTYPE]
  720. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.util.Date]
  721. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.util.Date], java.util.Date
  722. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.util.Date]
  723. 2019-10-17T12:01:31,401 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  724. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  725. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  726. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve [simple type, class com.businessagility.kogio.mockuw.entities.Address]
  727. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  728. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class com.businessagility.kogio.mockuw.entities.Address], com.businessagility.kogio.mockuw.entities.Address
  729. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolve class com.businessagility.kogio.mockuw.entities.Address
  730. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: trying extension io.swagger.jackson.ModelResolver@29c1b2b4
  731. 2019-10-17T12:01:31,402 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@31903ce
  732. 2019-10-17T12:01:31,403 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class long]
  733. 2019-10-17T12:01:31,403 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class long], long
  734. 2019-10-17T12:01:31,403 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class long]
  735. 2019-10-17T12:01:31,403 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  736. 2019-10-17T12:01:31,403 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  737. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  738. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  739. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  740. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  741. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  742. 2019-10-17T12:01:31,404 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  743. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  744. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  745. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  746. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  747. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  748. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  749. 2019-10-17T12:01:31,405 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  750. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  751. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  752. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  753. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: resolveProperty [simple type, class java.lang.String]
  754. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: Can't check class [simple type, class java.lang.String], java.lang.String
  755. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.j.ModelResolver: resolveProperty [simple type, class java.lang.String]
  756. 2019-10-17T12:01:31,406 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel Address io.swagger.models.ModelImpl@ec5991de
  757. 2019-10-17T12:01:31,407 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteRequest io.swagger.models.ModelImpl@cc4deb30
  758. 2019-10-17T12:01:31,407 DEBUG [http-nio-8081-exec-8] i.s.c.ModelConverterContextImpl: defineModel MotorQuoteResponse io.swagger.models.ModelImpl@f173ebcd
  759. 2019-10-17T12:01:31,429 DEBUG [http-nio-8081-exec-8] o.a.c.h.c.DefaultHttpBinding: Streaming response in chunked mode with buffer size 8192
  760. 2019-10-17T12:02:56,585 DEBUG [http-nio-8081-exec-10] o.a.c.u.CamelLogger: Failed delivery for (MessageId: ID-DESKTOP-KSAJBJ1-1571269556346-0-13 on ExchangeId: ID-DESKTOP-KSAJBJ1-1571269556346-0-12). On delivery attempt: 0 caught: java.lang.NullPointerException
  761. 2019-10-17T12:02:56,586 DEBUG [http-nio-8081-exec-10] o.a.c.p.SendProcessor: >>>> direct://errorHandler Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  762. 2019-10-17T12:02:56,587 DEBUG [http-nio-8081-exec-10] o.a.c.p.FilterProcessor: Filter matches: false for exchange: Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  763. 2019-10-17T12:02:56,587 DEBUG [http-nio-8081-exec-10] o.a.c.p.FilterProcessor: Filter matches: false for exchange: Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  764. 2019-10-17T12:02:56,588 DEBUG [http-nio-8081-exec-10] o.a.c.p.FilterProcessor: Filter matches: false for exchange: Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  765. 2019-10-17T12:02:56,588 DEBUG [http-nio-8081-exec-10] o.a.c.p.FilterProcessor: Filter matches: false for exchange: Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  766. 2019-10-17T12:02:56,588 DEBUG [http-nio-8081-exec-10] o.a.c.p.SendProcessor: >>>> velocity://configuration/vm/errors/500error.vm Exchange[ID-DESKTOP-KSAJBJ1-1571269556346-0-12]
  767. 2019-10-17T12:02:56,588 DEBUG [http-nio-8081-exec-10] o.a.c.c.v.VelocityEndpoint: Velocity content read from resource configuration/vm/errors/500error.vm with resourceUri: configuration/vm/errors/500error.vm for endpoint velocity://configuration/vm/errors/500error.vm
  768. 2019-10-17T12:02:56,589 DEBUG [http-nio-8081-exec-10] o.a.c.c.ResourceEndpoint: Using resource: configuration/vm/errors/500error.vm from the content cache
  769. 2019-10-17T12:02:56,589 DEBUG [http-nio-8081-exec-10] o.a.c.c.v.VelocityEndpoint: Velocity is evaluating using velocity context: org.apache.velocity.VelocityContext@350999e9
  770. 2019-10-17T12:02:56,591 DEBUG [http-nio-8081-exec-10] o.a.c.h.c.DefaultHttpBinding: Streaming response in chunked mode with buffer size 8192
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement