Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.20 KB | None | 0 0
  1. quzmich@quzmich-desktop:/data/web/_luxoft/madi-ap$ mvn clean package
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for com.luxoft.madi:madi-ap-dataaccess:jar:1.0-SNAPSHOT
  5. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.luxoft.common:database-tools:jar -> duplicate declaration of version (?) @ com.luxoft.madi:madi-ap-dataaccess:[unknown-version], /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/pom.xml, line 305, column 21
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Reactor Build Order:
  13. [INFO]
  14. [INFO] MADI AdminPractica project
  15. [INFO] MADI resources for pdf service
  16. [INFO] MADI AdminPractica Model Module
  17. [INFO] MADI AdminPractica DataAccess Module
  18. [INFO] Monitoring Module
  19. [INFO] MADI AdminPractica Server Module
  20. [INFO] MADI AdminPractica UI Module
  21. [INFO]
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Building MADI AdminPractica project 1.0-SNAPSHOT
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO]
  26. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ madi-ap ---
  27. [INFO]
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Building MADI resources for pdf service 1.0-SNAPSHOT
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO]
  32. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ madi-ap-pdf ---
  33. [INFO] Deleting /home/data/web/_luxoft/madi-ap/madi-ap-pdf/target
  34. [INFO]
  35. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ madi-ap-pdf ---
  36. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  37. [INFO] Copying 1 resource
  38. [INFO] Copying 124 resources
  39. [INFO]
  40. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ madi-ap-pdf ---
  41. [INFO] Changes detected - recompiling the module!
  42. [INFO] Compiling 16 source files to /home/data/web/_luxoft/madi-ap/madi-ap-pdf/target/classes
  43. [INFO]
  44. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ madi-ap-pdf ---
  45. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  46. [INFO] skip non existing resourceDirectory /home/data/web/_luxoft/madi-ap/madi-ap-pdf/src/test/resources
  47. [INFO]
  48. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ madi-ap-pdf ---
  49. [INFO] Nothing to compile - all classes are up to date
  50. [INFO]
  51. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ madi-ap-pdf ---
  52. [INFO] No tests to run.
  53. [INFO]
  54. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ madi-ap-pdf ---
  55. [INFO] Building jar: /home/data/web/_luxoft/madi-ap/madi-ap-pdf/target/madi-ap-pdf-1.0-SNAPSHOT.jar
  56. [INFO]
  57. [INFO] --- maven-shade-plugin:2.4.2:shade (default) @ madi-ap-pdf ---
  58. [INFO] Including com.github.ukase:handlebars-helpers-petrovich4j:jar:1.6 in the shaded jar.
  59. [INFO] Including com.github.petrovich4j:petrovich4j:jar:1.1.0 in the shaded jar.
  60. [INFO] Including com.ibm.icu:icu4j:jar:55.1 in the shaded jar.
  61. [INFO]
  62. [INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-artifacts) @ madi-ap-pdf ---
  63. [INFO]
  64. [INFO] ------------------------------------------------------------------------
  65. [INFO] Building MADI AdminPractica Model Module 1.0-SNAPSHOT
  66. [INFO] ------------------------------------------------------------------------
  67. [INFO]
  68. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ madi-ap-model ---
  69. [INFO] Deleting /home/data/web/_luxoft/madi-ap/madi-ap-model/target
  70. [INFO]
  71. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ madi-ap-model ---
  72. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  73. [INFO] Copying 0 resource
  74. [INFO] Copying 3 resources
  75. [INFO]
  76. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ madi-ap-model ---
  77. [INFO] Changes detected - recompiling the module!
  78. [INFO] Compiling 707 source files to /home/data/web/_luxoft/madi-ap/madi-ap-model/target/classes
  79. [INFO]
  80. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ madi-ap-model ---
  81. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  82. [INFO] skip non existing resourceDirectory /home/data/web/_luxoft/madi-ap/madi-ap-model/src/test/resources
  83. [INFO]
  84. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ madi-ap-model ---
  85. [INFO] Changes detected - recompiling the module!
  86. [INFO] Compiling 1 source file to /home/data/web/_luxoft/madi-ap/madi-ap-model/target/test-classes
  87. [INFO]
  88. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ madi-ap-model ---
  89. [INFO] Surefire report directory: /home/data/web/_luxoft/madi-ap/madi-ap-model/target/surefire-reports
  90.  
  91. -------------------------------------------------------
  92. T E S T S
  93. -------------------------------------------------------
  94. Running com.luxoft.madiap.model.itk.CourtItkmsApTest
  95. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.luxoft.madiap.model.itk.CourtItkmsApTest
  96.  
  97. Results :
  98.  
  99. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  100.  
  101. [INFO]
  102. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ madi-ap-model ---
  103. [INFO] Building jar: /home/data/web/_luxoft/madi-ap/madi-ap-model/target/madi-ap-model-1.0-SNAPSHOT.jar
  104. [INFO]
  105. [INFO] ------------------------------------------------------------------------
  106. [INFO] Building MADI AdminPractica DataAccess Module 1.0-SNAPSHOT
  107. [INFO] ------------------------------------------------------------------------
  108. [INFO]
  109. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ madi-ap-dataaccess ---
  110. [INFO] Deleting /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/target
  111. [INFO]
  112. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ madi-ap-dataaccess ---
  113. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  114. [INFO] Copying 1 resource
  115. [INFO] Copying 5 resources
  116. [INFO]
  117. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ madi-ap-dataaccess ---
  118. [INFO] Changes detected - recompiling the module!
  119. [INFO] Compiling 234 source files to /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/target/classes
  120. [INFO] -------------------------------------------------------------
  121. [WARNING] COMPILATION WARNING :
  122. [INFO] -------------------------------------------------------------
  123. [WARNING] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  124. [INFO] 1 warning
  125. [INFO] -------------------------------------------------------------
  126. [INFO] -------------------------------------------------------------
  127. [ERROR] COMPILATION ERROR :
  128. [INFO] -------------------------------------------------------------
  129. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[341,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.UserRowMapper)
  130. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  131. (cannot infer type-variable(s) T
  132. (actual and formal argument lists differ in length))
  133. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  134. (cannot infer type-variable(s) T
  135. (actual and formal argument lists differ in length))
  136. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  137. (cannot infer type-variable(s) T
  138. (actual and formal argument lists differ in length))
  139. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  140. (cannot infer type-variable(s) T
  141. (actual and formal argument lists differ in length))
  142. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[359,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.UserRowMapper)
  143. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  144. (cannot infer type-variable(s) T
  145. (actual and formal argument lists differ in length))
  146. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  147. (cannot infer type-variable(s) T
  148. (actual and formal argument lists differ in length))
  149. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  150. (cannot infer type-variable(s) T
  151. (actual and formal argument lists differ in length))
  152. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  153. (cannot infer type-variable(s) T
  154. (actual and formal argument lists differ in length))
  155. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[557,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  156. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  157. (cannot infer type-variable(s) T
  158. (actual and formal argument lists differ in length))
  159. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  160. (cannot infer type-variable(s) T
  161. (actual and formal argument lists differ in length))
  162. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  163. (cannot infer type-variable(s) T
  164. (actual and formal argument lists differ in length))
  165. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  166. (cannot infer type-variable(s) T
  167. (actual and formal argument lists differ in length))
  168. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[563,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  169. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  170. (cannot infer type-variable(s) T
  171. (actual and formal argument lists differ in length))
  172. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  173. (cannot infer type-variable(s) T
  174. (actual and formal argument lists differ in length))
  175. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  176. (cannot infer type-variable(s) T
  177. (actual and formal argument lists differ in length))
  178. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  179. (cannot infer type-variable(s) T
  180. (actual and formal argument lists differ in length))
  181. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[743,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  182. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  183. (cannot infer type-variable(s) T
  184. (actual and formal argument lists differ in length))
  185. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  186. (cannot infer type-variable(s) T
  187. (actual and formal argument lists differ in length))
  188. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  189. (cannot infer type-variable(s) T
  190. (actual and formal argument lists differ in length))
  191. method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  192. (cannot infer type-variable(s) T
  193. (actual and formal argument lists differ in length))
  194. [INFO] 5 errors
  195. [INFO] -------------------------------------------------------------
  196. [INFO] ------------------------------------------------------------------------
  197. [INFO] Reactor Summary:
  198. [INFO]
  199. [INFO] MADI AdminPractica project ......................... SUCCESS [ 0.108 s]
  200. [INFO] MADI resources for pdf service ..................... SUCCESS [ 3.020 s]
  201. [INFO] MADI AdminPractica Model Module .................... SUCCESS [ 3.035 s]
  202. [INFO] MADI AdminPractica DataAccess Module ............... FAILURE [ 1.627 s]
  203. [INFO] Monitoring Module .................................. SKIPPED
  204. [INFO] MADI AdminPractica Server Module ................... SKIPPED
  205. [INFO] MADI AdminPractica UI Module ....................... SKIPPED
  206. [INFO] ------------------------------------------------------------------------
  207. [INFO] BUILD FAILURE
  208. [INFO] ------------------------------------------------------------------------
  209. [INFO] Total time: 7.969 s
  210. [INFO] Finished at: 2017-01-23T20:03:10+03:00
  211. [INFO] Final Memory: 34M/636M
  212. [INFO] ------------------------------------------------------------------------
  213. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project madi-ap-dataaccess: Compilation failure: Compilation failure:
  214. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[341,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.UserRowMapper)
  215. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  216. [ERROR] (cannot infer type-variable(s) T
  217. [ERROR] (actual and formal argument lists differ in length))
  218. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  219. [ERROR] (cannot infer type-variable(s) T
  220. [ERROR] (actual and formal argument lists differ in length))
  221. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  222. [ERROR] (cannot infer type-variable(s) T
  223. [ERROR] (actual and formal argument lists differ in length))
  224. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  225. [ERROR] (cannot infer type-variable(s) T
  226. [ERROR] (actual and formal argument lists differ in length))
  227. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[359,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.UserRowMapper)
  228. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  229. [ERROR] (cannot infer type-variable(s) T
  230. [ERROR] (actual and formal argument lists differ in length))
  231. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  232. [ERROR] (cannot infer type-variable(s) T
  233. [ERROR] (actual and formal argument lists differ in length))
  234. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  235. [ERROR] (cannot infer type-variable(s) T
  236. [ERROR] (actual and formal argument lists differ in length))
  237. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  238. [ERROR] (cannot infer type-variable(s) T
  239. [ERROR] (actual and formal argument lists differ in length))
  240. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[557,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  241. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  242. [ERROR] (cannot infer type-variable(s) T
  243. [ERROR] (actual and formal argument lists differ in length))
  244. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  245. [ERROR] (cannot infer type-variable(s) T
  246. [ERROR] (actual and formal argument lists differ in length))
  247. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  248. [ERROR] (cannot infer type-variable(s) T
  249. [ERROR] (actual and formal argument lists differ in length))
  250. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  251. [ERROR] (cannot infer type-variable(s) T
  252. [ERROR] (actual and formal argument lists differ in length))
  253. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[563,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  254. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  255. [ERROR] (cannot infer type-variable(s) T
  256. [ERROR] (actual and formal argument lists differ in length))
  257. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  258. [ERROR] (cannot infer type-variable(s) T
  259. [ERROR] (actual and formal argument lists differ in length))
  260. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  261. [ERROR] (cannot infer type-variable(s) T
  262. [ERROR] (actual and formal argument lists differ in length))
  263. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  264. [ERROR] (cannot infer type-variable(s) T
  265. [ERROR] (actual and formal argument lists differ in length))
  266. [ERROR] /home/data/web/_luxoft/madi-ap/madi-ap-dataaccess/src/main/java/com/luxoft/madiap/dataaccess/common/impl/CatalogDaoImpl.java:[743,25] no suitable method found for query(java.lang.String,com.luxoft.madiap.dataaccess.common.impl.CatalogDaoImpl.OrganizationRowMapper)
  267. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  268. [ERROR] (cannot infer type-variable(s) T
  269. [ERROR] (actual and formal argument lists differ in length))
  270. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.ResultSetExtractor<T>) is not applicable
  271. [ERROR] (cannot infer type-variable(s) T
  272. [ERROR] (actual and formal argument lists differ in length))
  273. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,org.springframework.jdbc.core.namedparam.SqlParameterSource,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  274. [ERROR] (cannot infer type-variable(s) T
  275. [ERROR] (actual and formal argument lists differ in length))
  276. [ERROR] method org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.<T>query(java.lang.String,java.util.Map<java.lang.String,?>,org.springframework.jdbc.core.RowMapper<T>) is not applicable
  277. [ERROR] (cannot infer type-variable(s) T
  278. [ERROR] (actual and formal argument lists differ in length))
  279. [ERROR] -> [Help 1]
  280. [ERROR]
  281. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  282. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  283. [ERROR]
  284. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  285. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  286. [ERROR]
  287. [ERROR] After correcting the problems, you can resume the build with the command
  288. [ERROR] mvn <goals> -rf :madi-ap-dataaccess
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement