Advertisement
Guest User

Untitled

a guest
Aug 21st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 302.83 KB | None | 0 0
  1.  
  2. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-fhir2 (master)
  3. $ git pull --rebase upstream master
  4. From https://github.com/openmrs/openmrs-module-fhir2
  5. * branch master -> FETCH_HEAD
  6. Already up to date.
  7. Current branch master is up to date.
  8.  
  9. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-fhir2 (master)
  10. $ git status
  11. On branch master
  12. Your branch is ahead of 'origin/master' by 3 commits.
  13. (use "git push" to publish your local commits)
  14.  
  15. nothing to commit, working tree clean
  16.  
  17. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-fhir2 (master)
  18. $ mvn clean install
  19. [INFO] Scanning for projects...
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Reactor Build Order:
  22. [INFO]
  23. [INFO] FHIR2 [pom]
  24. [INFO] FHIR2 Test Data [jar]
  25. [INFO] FHIR2 API [jar]
  26. [INFO] FHIR2 API 2.1 [jar]
  27. [INFO] FHIR2 API 2.2 [jar]
  28. [INFO] FHIR2 OMOD [jar]
  29. [INFO] FHIR2 Integration Tests [jar]
  30. [INFO]
  31. [INFO] ----------------------< org.openmrs.module:fhir2 >----------------------
  32. [INFO] Building FHIR2 1.0.0-SNAPSHOT [1/7]
  33. [INFO] --------------------------------[ pom ]---------------------------------
  34. [INFO]
  35. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fhir2 ---
  36. [INFO]
  37. [INFO] --- maven-install-plugin:2.4:install (default-install) @ fhir2 ---
  38. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2\1.0.0-SNAPSHOT\fhir2-1.0.0-SNAPSHOT.pom
  39. [INFO]
  40. [INFO] -----------------< org.openmrs.module:fhir2-test-data >-----------------
  41. [INFO] Building FHIR2 Test Data 1.0.0-SNAPSHOT [2/7]
  42. [INFO] --------------------------------[ jar ]---------------------------------
  43. [INFO]
  44. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fhir2-test-data ---
  45. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\target
  46. [INFO]
  47. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir2-test-data ---
  48. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  49. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\src\main\resources
  50. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\src\main\resources
  51. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\src\main\webapp
  52. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\src\main\webapp
  53. [INFO]
  54. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir2-test-data ---
  55. [INFO] No sources to compile
  56. [INFO]
  57. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fhir2-test-data ---
  58. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  59. [INFO] Copying 28 resources
  60. [INFO] Copying 83 resources
  61. [INFO]
  62. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fhir2-test-data ---
  63. [INFO] No sources to compile
  64. [INFO]
  65. [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ fhir2-test-data ---
  66. [INFO]
  67. [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fhir2-test-data ---
  68. [WARNING] JAR will be empty - no content was marked for inclusion!
  69. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\target\fhir2-test-data-1.0.0-SNAPSHOT.jar
  70. [INFO]
  71. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ fhir2-test-data ---
  72. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\target\fhir2-test-data-1.0.0-SNAPSHOT-tests.jar
  73. [INFO]
  74. [INFO] --- maven-install-plugin:2.4:install (default-install) @ fhir2-test-data ---
  75. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\target\fhir2-test-data-1.0.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-test-data\1.0.0-SNAPSHOT\fhir2-test-data-1.0.0-SNAPSHOT.jar
  76. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-test-data\1.0.0-SNAPSHOT\fhir2-test-data-1.0.0-SNAPSHOT.pom
  77. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\test-data\target\fhir2-test-data-1.0.0-SNAPSHOT-tests.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-test-data\1.0.0-SNAPSHOT\fhir2-test-data-1.0.0-SNAPSHOT-tests.jar
  78. [INFO]
  79. [INFO] --------------------< org.openmrs.module:fhir2-api >--------------------
  80. [INFO] Building FHIR2 API 1.0.0-SNAPSHOT [3/7]
  81. [INFO] --------------------------------[ jar ]---------------------------------
  82. [INFO]
  83. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fhir2-api ---
  84. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target
  85. [INFO]
  86. [INFO] --- directory-maven-plugin:0.1:highest-basedir (directories) @ fhir2-api ---
  87. [INFO] Highest basedir set to: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2
  88. [INFO]
  89. [INFO] --- license-maven-plugin:3.0:format (add-license) @ fhir2-api ---
  90. [INFO] Updating license headers...
  91. [INFO]
  92. [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ fhir2-api ---
  93. [INFO] argLine set to -javaagent:C:\\Users\\Cliff\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.2\\org.jacoco.agent-0.8.2-runtime.jar=destfile=C:\\Users\\Cliff\\Desktop\\project\\openmrs-module-fhir2\\api\\target\\jacoco.exec
  94. [INFO]
  95. [INFO] --- formatter-maven-plugin:2.11.0:format (default) @ fhir2-api ---
  96. [INFO] Using 'UTF-8' encoding to format source files.
  97. [INFO] Number of files to be formatted: 389
  98. [INFO] Successfully formatted: 389 file(s)
  99. [INFO] Fail to format: 0 file(s)
  100. [INFO] Skipped: 0 file(s)
  101. [INFO] Read only skipped: 0 file(s)
  102. [INFO] Approximate time taken: 31s
  103. [INFO]
  104. [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ fhir2-api ---
  105. [INFO] Total Files Processed: 389 in 00:14.190
  106. [INFO] Already Sorted: 389
  107. [INFO] Needed Sorting: 0
  108. [INFO]
  109. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir2-api ---
  110. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  111. [INFO] Copying 8 resources
  112. [INFO] Copying 0 resource
  113. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\src\main\webapp
  114. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\src\main\webapp
  115. [INFO]
  116. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir2-api ---
  117. [INFO] Changes detected - recompiling the module!
  118. [INFO] Compiling 246 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\classes
  119. [INFO]
  120. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fhir2-api ---
  121. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  122. [INFO] Copying 1 resource
  123. [INFO] Copying 0 resource
  124. [INFO]
  125. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fhir2-api ---
  126. [INFO] Changes detected - recompiling the module!
  127. [INFO] Compiling 143 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\test-classes
  128. [INFO]
  129. [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ fhir2-api ---
  130. [INFO]
  131. [INFO] -------------------------------------------------------
  132. [INFO] T E S T S
  133. [INFO] -------------------------------------------------------
  134. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirAllergyIntoleranceDaoImplTest
  135. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.736 s - in org.openmrs.module.fhir2.api.dao.impl.FhirAllergyIntoleranceDaoImplTest
  136. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirCohortListDaoImplTest
  137. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.openmrs.module.fhir2.api.dao.impl.FhirCohortListDaoImplTest
  138. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirConceptDaoImplTest
  139. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.openmrs.module.fhir2.api.dao.impl.FhirConceptDaoImplTest
  140. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirConceptSourceDaoImplTest
  141. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.openmrs.module.fhir2.api.dao.impl.FhirConceptSourceDaoImplTest
  142. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirDiagnosticReportDaoImplTest
  143. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 s - in org.openmrs.module.fhir2.api.dao.impl.FhirDiagnosticReportDaoImplTest
  144. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirEncounterDaoImplTest
  145. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.openmrs.module.fhir2.api.dao.impl.FhirEncounterDaoImplTest
  146. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirGlobalPropertyDaoImplTest
  147. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s - in org.openmrs.module.fhir2.api.dao.impl.FhirGlobalPropertyDaoImplTest
  148. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirLocationDaoImplTest
  149. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.openmrs.module.fhir2.api.dao.impl.FhirLocationDaoImplTest
  150. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirMedicationDaoImplTest
  151. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in org.openmrs.module.fhir2.api.dao.impl.FhirMedicationDaoImplTest
  152. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirMedicationRequestDaoImplTest
  153. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s - in org.openmrs.module.fhir2.api.dao.impl.FhirMedicationRequestDaoImplTest
  154. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirObservationDaoImplTest
  155. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.openmrs.module.fhir2.api.dao.impl.FhirObservationDaoImplTest
  156. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirPatientDaoImplPatientIdentifierTest
  157. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s - in org.openmrs.module.fhir2.api.dao.impl.FhirPatientDaoImplPatientIdentifierTest
  158. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirPatientDaoImplTest
  159. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.openmrs.module.fhir2.api.dao.impl.FhirPatientDaoImplTest
  160. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirPersonDaoImplTest
  161. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.api.dao.impl.FhirPersonDaoImplTest
  162. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirPractitionerDaoImplTest
  163. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.openmrs.module.fhir2.api.dao.impl.FhirPractitionerDaoImplTest
  164. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirRelatedPersonDaoImplTest
  165. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.openmrs.module.fhir2.api.dao.impl.FhirRelatedPersonDaoImplTest
  166. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirServiceRequestDaoImplTest
  167. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s - in org.openmrs.module.fhir2.api.dao.impl.FhirServiceRequestDaoImplTest
  168. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirTaskDaoImplTest
  169. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 s - in org.openmrs.module.fhir2.api.dao.impl.FhirTaskDaoImplTest
  170. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirUserDaoImplTest
  171. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.api.dao.impl.FhirUserDaoImplTest
  172. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirAllergyIntoleranceServiceImplTest
  173. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 s - in org.openmrs.module.fhir2.api.impl.FhirAllergyIntoleranceServiceImplTest
  174. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirCohortListServiceImplTest
  175. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in org.openmrs.module.fhir2.api.impl.FhirCohortListServiceImplTest
  176. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirConceptServiceImplTest
  177. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.openmrs.module.fhir2.api.impl.FhirConceptServiceImplTest
  178. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirConceptSourceServiceImplTest
  179. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.openmrs.module.fhir2.api.impl.FhirConceptSourceServiceImplTest
  180. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirConditionServiceImplTest
  181. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.openmrs.module.fhir2.api.impl.FhirConditionServiceImplTest
  182. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirDiagnosticReportServiceImplTest
  183. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.openmrs.module.fhir2.api.impl.FhirDiagnosticReportServiceImplTest
  184. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirEncounterServiceImplTest
  185. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.openmrs.module.fhir2.api.impl.FhirEncounterServiceImplTest
  186. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirGlobalPropertyServiceImplTest
  187. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.module.fhir2.api.impl.FhirGlobalPropertyServiceImplTest
  188. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirLocationServiceImplTest
  189. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.openmrs.module.fhir2.api.impl.FhirLocationServiceImplTest
  190. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirMedicationRequestServiceImplTest
  191. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in org.openmrs.module.fhir2.api.impl.FhirMedicationRequestServiceImplTest
  192. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirMedicationServiceImplTest
  193. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.openmrs.module.fhir2.api.impl.FhirMedicationServiceImplTest
  194. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirObservationServiceImplTest
  195. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.openmrs.module.fhir2.api.impl.FhirObservationServiceImplTest
  196. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirPatientServiceImplTest
  197. [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.openmrs.module.fhir2.api.impl.FhirPatientServiceImplTest
  198. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirPersonServiceImplTest
  199. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.openmrs.module.fhir2.api.impl.FhirPersonServiceImplTest
  200. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirPractitionerServiceImplTest
  201. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.openmrs.module.fhir2.api.impl.FhirPractitionerServiceImplTest
  202. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirRelatedPersonServiceImplTest
  203. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.openmrs.module.fhir2.api.impl.FhirRelatedPersonServiceImplTest
  204. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirServiceRequestServiceImplTest
  205. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.openmrs.module.fhir2.api.impl.FhirServiceRequestServiceImplTest
  206. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirTaskServiceImplTest
  207. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.openmrs.module.fhir2.api.impl.FhirTaskServiceImplTest
  208. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirUserDefaultPropertiesImplTest
  209. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.module.fhir2.api.impl.FhirUserDefaultPropertiesImplTest
  210. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirUserServiceImplTest
  211. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.openmrs.module.fhir2.api.impl.FhirUserServiceImplTest
  212. [INFO] Running org.openmrs.module.fhir2.api.search.AllergyIntoleranceSearchQueryTest
  213. [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.685 s - in org.openmrs.module.fhir2.api.search.AllergyIntoleranceSearchQueryTest
  214. [INFO] Running org.openmrs.module.fhir2.api.search.DiagnosticReportSearchQueryTest
  215. [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.018 s - in org.openmrs.module.fhir2.api.search.DiagnosticReportSearchQueryTest
  216. [INFO] Running org.openmrs.module.fhir2.api.search.EncounterSearchQueryTest
  217. [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.38 s - in org.openmrs.module.fhir2.api.search.EncounterSearchQueryTest
  218. [INFO] Running org.openmrs.module.fhir2.api.search.LocationSearchQueryTest
  219. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.73 s - in org.openmrs.module.fhir2.api.search.LocationSearchQueryTest
  220. [INFO] Running org.openmrs.module.fhir2.api.search.MedicationRequestSearchQueryTest
  221. [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.425 s - in org.openmrs.module.fhir2.api.search.MedicationRequestSearchQueryTest
  222. [INFO] Running org.openmrs.module.fhir2.api.search.MedicationSearchQueryTest
  223. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.openmrs.module.fhir2.api.search.MedicationSearchQueryTest
  224. [INFO] Running org.openmrs.module.fhir2.api.search.ObservationSearchQueryTest
  225. [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.605 s - in org.openmrs.module.fhir2.api.search.ObservationSearchQueryTest
  226. [INFO] Running org.openmrs.module.fhir2.api.search.param.SearchParameterMapTest
  227. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s - in org.openmrs.module.fhir2.api.search.param.SearchParameterMapTest
  228. [INFO] Running org.openmrs.module.fhir2.api.search.PatientSearchQueryTest
  229. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 s - in org.openmrs.module.fhir2.api.search.PatientSearchQueryTest
  230. [INFO] Running org.openmrs.module.fhir2.api.search.PersonSearchQueryTest
  231. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s - in org.openmrs.module.fhir2.api.search.PersonSearchQueryTest
  232. [INFO] Running org.openmrs.module.fhir2.api.search.PractitionerSearchQueryTest
  233. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s - in org.openmrs.module.fhir2.api.search.PractitionerSearchQueryTest
  234. [INFO] Running org.openmrs.module.fhir2.api.search.RelatedPersonSearchQueryTest
  235. [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s - in org.openmrs.module.fhir2.api.search.RelatedPersonSearchQueryTest
  236. [INFO] Running org.openmrs.module.fhir2.api.search.SearchQueryBundleProviderTest
  237. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.openmrs.module.fhir2.api.search.SearchQueryBundleProviderTest
  238. [INFO] Running org.openmrs.module.fhir2.api.search.ServiceRequestSearchQueryTest
  239. [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.843 s - in org.openmrs.module.fhir2.api.search.ServiceRequestSearchQueryTest
  240. [INFO] Running org.openmrs.module.fhir2.api.search.TaskSearchQueryTest
  241. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s - in org.openmrs.module.fhir2.api.search.TaskSearchQueryTest
  242. [INFO] Running org.openmrs.module.fhir2.api.search.UserSearchQueryTest
  243. [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.openmrs.module.fhir2.api.search.UserSearchQueryTest
  244. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AbstractProvenanceHandlingTranslatorTest
  245. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.module.fhir2.api.translators.impl.AbstractProvenanceHandlingTranslatorTest
  246. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceCategoryTranslatorImplTest
  247. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceCategoryTranslatorImplTest
  248. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceCriticalityTranslatorImplTest
  249. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceCriticalityTranslatorImplTest
  250. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceReactionComponentTranslatorImplTest
  251. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceReactionComponentTranslatorImplTest
  252. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceSeverityTranslatorImplTest
  253. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceSeverityTranslatorImplTest
  254. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceTranslatorImplTest
  255. [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.openmrs.module.fhir2.api.translators.impl.AllergyIntoleranceTranslatorImplTest
  256. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.BaseReferenceHandlingTranslatorTest
  257. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.openmrs.module.fhir2.api.translators.impl.BaseReferenceHandlingTranslatorTest
  258. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.CohortListEntryTranslatorImplTest
  259. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.module.fhir2.api.translators.impl.CohortListEntryTranslatorImplTest
  260. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ConceptTranslatorImplTest
  261. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.432 s - in org.openmrs.module.fhir2.api.translators.impl.ConceptTranslatorImplTest
  262. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.DiagnosticReportTranslatorImplTest
  263. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.896 s - in org.openmrs.module.fhir2.api.translators.impl.DiagnosticReportTranslatorImplTest
  264. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.DosageTranslatorImplTest
  265. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.api.translators.impl.DosageTranslatorImplTest
  266. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.EncounterLocationTranslatorImplTest
  267. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.openmrs.module.fhir2.api.translators.impl.EncounterLocationTranslatorImplTest
  268. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.EncounterParticipantTranslatorImplTest
  269. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.api.translators.impl.EncounterParticipantTranslatorImplTest
  270. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.EncounterReferenceTranslatorImplTest
  271. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.openmrs.module.fhir2.api.translators.impl.EncounterReferenceTranslatorImplTest
  272. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.EncounterTranslatorImplTest
  273. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.api.translators.impl.EncounterTranslatorImplTest
  274. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.FhirTaskTranslatorImplTest
  275. [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.openmrs.module.fhir2.api.translators.impl.FhirTaskTranslatorImplTest
  276. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.GenderTranslatorImplTest
  277. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.openmrs.module.fhir2.api.translators.impl.GenderTranslatorImplTest
  278. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ListTranslatorImplTest
  279. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.api.translators.impl.ListTranslatorImplTest
  280. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.LocationAddressTranslatorImplTest
  281. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.openmrs.module.fhir2.api.translators.impl.LocationAddressTranslatorImplTest
  282. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.LocationTranslatorImplTest
  283. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.openmrs.module.fhir2.api.translators.impl.LocationTranslatorImplTest
  284. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationReferenceTranslatorImplTest
  285. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationReferenceTranslatorImplTest
  286. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationRequestPriorityTranslatorImplTest
  287. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationRequestPriorityTranslatorImplTest
  288. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationRequestStatusTranslatorImplTest
  289. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationRequestStatusTranslatorImplTest
  290. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTimingComponentTranslatorImplTest
  291. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTimingComponentTranslatorImplTest
  292. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTimingTranslatorImplTest
  293. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTimingTranslatorImplTest
  294. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTranslatorImplTest
  295. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationRequestTranslatorImplTest
  296. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.MedicationTranslatorImplTest
  297. [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.api.translators.impl.MedicationTranslatorImplTest
  298. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationBasedOnReferenceTranslatorImplTest
  299. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationBasedOnReferenceTranslatorImplTest
  300. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationComponentTranslatorImplTest
  301. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationComponentTranslatorImplTest
  302. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationEffectiveDatetimeTranslatorImplTest
  303. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationEffectiveDatetimeTranslatorImplTest
  304. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationInterpretationTranslatorImplTest
  305. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationInterpretationTranslatorImplTest
  306. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationReferenceRangeTranslatorImplTest
  307. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationReferenceRangeTranslatorImplTest
  308. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationReferenceTranslatorImplTest
  309. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationReferenceTranslatorImplTest
  310. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationStatusTranslatorImplTest
  311. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationStatusTranslatorImplTest
  312. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationTranslatorImplTest
  313. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationTranslatorImplTest
  314. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationValueTranslatorImplTest
  315. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.31 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationValueTranslatorImplTest
  316. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PatientIdentifierTranslatorImplTest
  317. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.module.fhir2.api.translators.impl.PatientIdentifierTranslatorImplTest
  318. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PatientReferenceTranslatorImplTest
  319. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.module.fhir2.api.translators.impl.PatientReferenceTranslatorImplTest
  320. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PatientTranslatorImplTest
  321. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.openmrs.module.fhir2.api.translators.impl.PatientTranslatorImplTest
  322. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PersonAddressTranslatorImplTest
  323. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.openmrs.module.fhir2.api.translators.impl.PersonAddressTranslatorImplTest
  324. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PersonNameTranslatorImplTest
  325. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.openmrs.module.fhir2.api.translators.impl.PersonNameTranslatorImplTest
  326. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PersonTranslatorImplTest
  327. [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in org.openmrs.module.fhir2.api.translators.impl.PersonTranslatorImplTest
  328. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PractitionerReferenceTranslatorProviderImplTest
  329. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.module.fhir2.api.translators.impl.PractitionerReferenceTranslatorProviderImplTest
  330. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PractitionerReferenceTranslatorUserImplTest
  331. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.openmrs.module.fhir2.api.translators.impl.PractitionerReferenceTranslatorUserImplTest
  332. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PractitionerTranslatorProviderImplTest
  333. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.module.fhir2.api.translators.impl.PractitionerTranslatorProviderImplTest
  334. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.PractitionerTranslatorUserImplTest
  335. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.api.translators.impl.PractitionerTranslatorUserImplTest
  336. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ProvenanceTranslatorImplTest
  337. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.module.fhir2.api.translators.impl.ProvenanceTranslatorImplTest
  338. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ReferenceTranslatorImplTest
  339. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.module.fhir2.api.translators.impl.ReferenceTranslatorImplTest
  340. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.RelatedPersonTranslatorImplTest
  341. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.openmrs.module.fhir2.api.translators.impl.RelatedPersonTranslatorImplTest
  342. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ServiceRequestTranslatorImplTest
  343. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.openmrs.module.fhir2.api.translators.impl.ServiceRequestTranslatorImplTest
  344. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.TelecomTranslatorImplTest
  345. [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.openmrs.module.fhir2.api.translators.impl.TelecomTranslatorImplTest
  346. [INFO] Running org.openmrs.module.fhir2.providers.r3.AllergyIntoleranceFhirR3ResourceProviderTest
  347. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 s - in org.openmrs.module.fhir2.providers.r3.AllergyIntoleranceFhirR3ResourceProviderTest
  348. [INFO] Running org.openmrs.module.fhir2.providers.r3.ConditionFhirR3ResourceProviderTest
  349. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in org.openmrs.module.fhir2.providers.r3.ConditionFhirR3ResourceProviderTest
  350. [INFO] Running org.openmrs.module.fhir2.providers.r3.DiagnosticReportFhirResourceProviderTest
  351. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.openmrs.module.fhir2.providers.r3.DiagnosticReportFhirResourceProviderTest
  352. [INFO] Running org.openmrs.module.fhir2.providers.r3.EncounterFhirResourceProviderTest
  353. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.openmrs.module.fhir2.providers.r3.EncounterFhirResourceProviderTest
  354. [INFO] Running org.openmrs.module.fhir2.providers.r3.ListFhirResourceProviderTest
  355. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.openmrs.module.fhir2.providers.r3.ListFhirResourceProviderTest
  356. [INFO] Running org.openmrs.module.fhir2.providers.r3.LocationFhirResourceProviderTest
  357. [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.providers.r3.LocationFhirResourceProviderTest
  358. [INFO] Running org.openmrs.module.fhir2.providers.r3.MedicationFhirResourceProviderTest
  359. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.openmrs.module.fhir2.providers.r3.MedicationFhirResourceProviderTest
  360. [INFO] Running org.openmrs.module.fhir2.providers.r3.MedicationRequestFhirResourceProviderTest
  361. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.openmrs.module.fhir2.providers.r3.MedicationRequestFhirResourceProviderTest
  362. [INFO] Running org.openmrs.module.fhir2.providers.r3.ObservationFhirResourceProviderTest
  363. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.openmrs.module.fhir2.providers.r3.ObservationFhirResourceProviderTest
  364. [INFO] Running org.openmrs.module.fhir2.providers.r3.PatientFhirResourceProviderTest
  365. [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.56 s - in org.openmrs.module.fhir2.providers.r3.PatientFhirResourceProviderTest
  366. [INFO] Running org.openmrs.module.fhir2.providers.r3.PersonFhirResourceProviderTest
  367. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.providers.r3.PersonFhirResourceProviderTest
  368. [INFO] Running org.openmrs.module.fhir2.providers.r3.PractitionerFhirResourceProviderTest
  369. [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.openmrs.module.fhir2.providers.r3.PractitionerFhirResourceProviderTest
  370. [INFO] Running org.openmrs.module.fhir2.providers.r3.ProcedureRequestFhirResourceProviderTest
  371. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.providers.r3.ProcedureRequestFhirResourceProviderTest
  372. [INFO] Running org.openmrs.module.fhir2.providers.r3.RelatedPersonFhirResourceProviderTest
  373. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.providers.r3.RelatedPersonFhirResourceProviderTest
  374. [INFO] Running org.openmrs.module.fhir2.providers.r3.TaskFhirResourceProviderTest
  375. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.providers.r3.TaskFhirResourceProviderTest
  376. [INFO] Running org.openmrs.module.fhir2.providers.r4.AllergyIntoleranceFhirResourceProviderTest
  377. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.module.fhir2.providers.r4.AllergyIntoleranceFhirResourceProviderTest
  378. [INFO] Running org.openmrs.module.fhir2.providers.r4.ConditionFhirResourceProviderTest
  379. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.openmrs.module.fhir2.providers.r4.ConditionFhirResourceProviderTest
  380. [INFO] Running org.openmrs.module.fhir2.providers.r4.DiagnosticReportFhirResourceProviderTest
  381. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.openmrs.module.fhir2.providers.r4.DiagnosticReportFhirResourceProviderTest
  382. [INFO] Running org.openmrs.module.fhir2.providers.r4.EncounterFhirResourceProviderTest
  383. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.module.fhir2.providers.r4.EncounterFhirResourceProviderTest
  384. [INFO] Running org.openmrs.module.fhir2.providers.r4.ListFhirResourceProviderTest
  385. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.module.fhir2.providers.r4.ListFhirResourceProviderTest
  386. [INFO] Running org.openmrs.module.fhir2.providers.r4.LocationFhirResourceProviderTest
  387. [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.openmrs.module.fhir2.providers.r4.LocationFhirResourceProviderTest
  388. [INFO] Running org.openmrs.module.fhir2.providers.r4.MedicationFhirResourceProviderTest
  389. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.module.fhir2.providers.r4.MedicationFhirResourceProviderTest
  390. [INFO] Running org.openmrs.module.fhir2.providers.r4.MedicationRequestFhirResourceProviderTest
  391. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.openmrs.module.fhir2.providers.r4.MedicationRequestFhirResourceProviderTest
  392. [INFO] Running org.openmrs.module.fhir2.providers.r4.ObservationFhirResourceProviderTest
  393. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.module.fhir2.providers.r4.ObservationFhirResourceProviderTest
  394. [INFO] Running org.openmrs.module.fhir2.providers.r4.PatientFhirResourceProviderTest
  395. [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.openmrs.module.fhir2.providers.r4.PatientFhirResourceProviderTest
  396. [INFO] Running org.openmrs.module.fhir2.providers.r4.PersonFhirResourceProviderTest
  397. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.openmrs.module.fhir2.providers.r4.PersonFhirResourceProviderTest
  398. [INFO] Running org.openmrs.module.fhir2.providers.r4.PractitionerFhirResourceProviderTest
  399. [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.openmrs.module.fhir2.providers.r4.PractitionerFhirResourceProviderTest
  400. [INFO] Running org.openmrs.module.fhir2.providers.r4.RelatedPersonFhirResourceProviderTest
  401. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.openmrs.module.fhir2.providers.r4.RelatedPersonFhirResourceProviderTest
  402. [INFO] Running org.openmrs.module.fhir2.providers.r4.ServiceRequestFhirResourceProviderTest
  403. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.openmrs.module.fhir2.providers.r4.ServiceRequestFhirResourceProviderTest
  404. [INFO] Running org.openmrs.module.fhir2.providers.r4.TaskFhirResourceProviderTest
  405. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.openmrs.module.fhir2.providers.r4.TaskFhirResourceProviderTest
  406. [INFO]
  407. [INFO] Results:
  408. [INFO]
  409. [INFO] Tests run: 1939, Failures: 0, Errors: 0, Skipped: 0
  410. [INFO]
  411. [INFO]
  412. [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ fhir2-api ---
  413. [INFO] Loading execution data file C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\jacoco.exec
  414. [INFO] Analyzed bundle 'FHIR2 API' with 158 classes
  415. [INFO]
  416. [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fhir2-api ---
  417. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\fhir2-api-1.0.0-SNAPSHOT.jar
  418. [INFO]
  419. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ fhir2-api ---
  420. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\fhir2-api-1.0.0-SNAPSHOT-tests.jar
  421. [INFO]
  422. [INFO] --- maven-install-plugin:2.4:install (default-install) @ fhir2-api ---
  423. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\fhir2-api-1.0.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api\1.0.0-SNAPSHOT\fhir2-api-1.0.0-SNAPSHOT.jar
  424. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api\1.0.0-SNAPSHOT\fhir2-api-1.0.0-SNAPSHOT.pom
  425. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api\target\fhir2-api-1.0.0-SNAPSHOT-tests.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api\1.0.0-SNAPSHOT\fhir2-api-1.0.0-SNAPSHOT-tests.jar
  426. [INFO]
  427. [INFO] ------------------< org.openmrs.module:fhir2-api-2.1 >------------------
  428. [INFO] Building FHIR2 API 2.1 1.0.0-SNAPSHOT [4/7]
  429. [INFO] --------------------------------[ jar ]---------------------------------
  430. [INFO]
  431. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fhir2-api-2.1 ---
  432. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target
  433. [INFO]
  434. [INFO] --- directory-maven-plugin:0.1:highest-basedir (directories) @ fhir2-api-2.1 ---
  435. [INFO] Highest basedir set to: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2
  436. [INFO]
  437. [INFO] --- license-maven-plugin:3.0:format (add-license) @ fhir2-api-2.1 ---
  438. [INFO] Updating license headers...
  439. [INFO]
  440. [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ fhir2-api-2.1 ---
  441. [INFO] argLine set to -javaagent:C:\\Users\\Cliff\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.2\\org.jacoco.agent-0.8.2-runtime.jar=destfile=C:\\Users\\Cliff\\Desktop\\project\\openmrs-module-fhir2\\api-2.1\\target\\jacoco.exec
  442. [INFO]
  443. [INFO] --- formatter-maven-plugin:2.11.0:format (default) @ fhir2-api-2.1 ---
  444. [INFO] Using 'UTF-8' encoding to format source files.
  445. [INFO] Number of files to be formatted: 6
  446. [INFO] Successfully formatted: 6 file(s)
  447. [INFO] Fail to format: 0 file(s)
  448. [INFO] Skipped: 0 file(s)
  449. [INFO] Read only skipped: 0 file(s)
  450. [INFO] Approximate time taken: 1s
  451. [INFO]
  452. [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ fhir2-api-2.1 ---
  453. [INFO] Total Files Processed: 6 in 00:00.062
  454. [INFO] Already Sorted: 6
  455. [INFO] Needed Sorting: 0
  456. [INFO]
  457. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir2-api-2.1 ---
  458. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  459. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\main\resources
  460. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\main\resources
  461. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\main\webapp
  462. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\main\webapp
  463. [INFO]
  464. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir2-api-2.1 ---
  465. [INFO] Changes detected - recompiling the module!
  466. [INFO] Compiling 3 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\classes
  467. [INFO]
  468. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fhir2-api-2.1 ---
  469. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  470. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\test\resources
  471. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\src\test\resources
  472. [INFO]
  473. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fhir2-api-2.1 ---
  474. [INFO] Changes detected - recompiling the module!
  475. [INFO] Compiling 3 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\test-classes
  476. [INFO]
  477. [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ fhir2-api-2.1 ---
  478. [INFO]
  479. [INFO] -------------------------------------------------------
  480. [INFO] T E S T S
  481. [INFO] -------------------------------------------------------
  482. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.CohortListEntryTranslatorImpl_2_1Test
  483. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.978 s - in org.openmrs.module.fhir2.api.translators.impl.CohortListEntryTranslatorImpl_2_1Test
  484. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationInterpretationTranslatorImpl_2_1Test
  485. [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationInterpretationTranslatorImpl_2_1Test
  486. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ObservationStatusTranslatorImpl_2_1Test
  487. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.openmrs.module.fhir2.api.translators.impl.ObservationStatusTranslatorImpl_2_1Test
  488. [INFO]
  489. [INFO] Results:
  490. [INFO]
  491. [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
  492. [INFO]
  493. [INFO]
  494. [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ fhir2-api-2.1 ---
  495. [INFO] Loading execution data file C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\jacoco.exec
  496. [INFO] Analyzed bundle 'FHIR2 API 2.1' with 3 classes
  497. [INFO]
  498. [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fhir2-api-2.1 ---
  499. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\fhir2-api-2.1-1.0.0-SNAPSHOT.jar
  500. [INFO]
  501. [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ fhir2-api-2.1 ---
  502. [INFO] Building jar: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\fhir2-api-2.1-1.0.0-SNAPSHOT-tests.jar
  503. [INFO]
  504. [INFO] --- maven-install-plugin:2.4:install (default-install) @ fhir2-api-2.1 ---
  505. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\fhir2-api-2.1-1.0.0-SNAPSHOT.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api-2.1\1.0.0-SNAPSHOT\fhir2-api-2.1-1.0.0-SNAPSHOT.jar
  506. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\pom.xml to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api-2.1\1.0.0-SNAPSHOT\fhir2-api-2.1-1.0.0-SNAPSHOT.pom
  507. [INFO] Installing C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.1\target\fhir2-api-2.1-1.0.0-SNAPSHOT-tests.jar to C:\Users\Cliff\.m2\repository\org\openmrs\module\fhir2-api-2.1\1.0.0-SNAPSHOT\fhir2-api-2.1-1.0.0-SNAPSHOT-tests.jar
  508. [INFO]
  509. [INFO] ------------------< org.openmrs.module:fhir2-api-2.2 >------------------
  510. [INFO] Building FHIR2 API 2.2 1.0.0-SNAPSHOT [5/7]
  511. [INFO] --------------------------------[ jar ]---------------------------------
  512. [INFO]
  513. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fhir2-api-2.2 ---
  514. [INFO] Deleting C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\target
  515. [INFO]
  516. [INFO] --- directory-maven-plugin:0.1:highest-basedir (directories) @ fhir2-api-2.2 ---
  517. [INFO] Highest basedir set to: C:\Users\Cliff\Desktop\project\openmrs-module-fhir2
  518. [INFO]
  519. [INFO] --- license-maven-plugin:3.0:format (add-license) @ fhir2-api-2.2 ---
  520. [INFO] Updating license headers...
  521. [INFO]
  522. [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ fhir2-api-2.2 ---
  523. [INFO] argLine set to -javaagent:C:\\Users\\Cliff\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.2\\org.jacoco.agent-0.8.2-runtime.jar=destfile=C:\\Users\\Cliff\\Desktop\\project\\openmrs-module-fhir2\\api-2.2\\target\\jacoco.exec
  524. [INFO]
  525. [INFO] --- formatter-maven-plugin:2.11.0:format (default) @ fhir2-api-2.2 ---
  526. [INFO] Using 'UTF-8' encoding to format source files.
  527. [INFO] Number of files to be formatted: 13
  528. [INFO] Successfully formatted: 13 file(s)
  529. [INFO] Fail to format: 0 file(s)
  530. [INFO] Skipped: 0 file(s)
  531. [INFO] Read only skipped: 0 file(s)
  532. [INFO] Approximate time taken: 6s
  533. [INFO]
  534. [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ fhir2-api-2.2 ---
  535. [INFO] Total Files Processed: 13 in 00:00.391
  536. [INFO] Already Sorted: 13
  537. [INFO] Needed Sorting: 0
  538. [INFO]
  539. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fhir2-api-2.2 ---
  540. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  541. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\main\resources
  542. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\main\resources
  543. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\main\webapp
  544. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\main\webapp
  545. [INFO]
  546. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fhir2-api-2.2 ---
  547. [INFO] Changes detected - recompiling the module!
  548. [INFO] Compiling 5 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\target\classes
  549. [INFO]
  550. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fhir2-api-2.2 ---
  551. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  552. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\test\resources
  553. [INFO] skip non existing resourceDirectory C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\src\test\resources
  554. [INFO]
  555. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fhir2-api-2.2 ---
  556. [INFO] Changes detected - recompiling the module!
  557. [INFO] Compiling 8 source files to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\target\test-classes
  558. [INFO]
  559. [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ fhir2-api-2.2 ---
  560. [INFO]
  561. [INFO] -------------------------------------------------------
  562. [INFO] T E S T S
  563. [INFO] -------------------------------------------------------
  564. [INFO] Running org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test
  565. [ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 40.889 s <<< FAILURE! - in org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test
  566. [ERROR] org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test.shouldSaveNewCondition Time elapsed: 0.403 s <<< ERROR!
  567. java.lang.IllegalStateException: Failed to load ApplicationContext
  568. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  569. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  570. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  571. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  572. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  573. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  574. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  575. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  576.  
  577. [ERROR] org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test.shouldUpdateExistingCondition Time elapsed: 0 s <<< ERROR!
  578. java.lang.IllegalStateException: Failed to load ApplicationContext
  579. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  580. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  581. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  582. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  583. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  584. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  585. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  586. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  587.  
  588. [ERROR] org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test.shouldRetrieveConditionByUuid Time elapsed: 0 s <<< ERROR!
  589. java.lang.IllegalStateException: Failed to load ApplicationContext
  590. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  591. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  592. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  593. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  594. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  595. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  596. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  597. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  598.  
  599. [ERROR] org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test.shouldReturnNullWhenGetConditionByWrongUuid Time elapsed: 0.006 s <<< ERROR!
  600. java.lang.IllegalStateException: Failed to load ApplicationContext
  601. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  602. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  603. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  604. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  605. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  606. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  607. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  608. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  609.  
  610. [ERROR] org.openmrs.module.fhir2.api.dao.impl.FhirConditionDaoImpl_2_2Test.shouldReturnExistingConditionIfBothAreEquals Time elapsed: 0 s <<< ERROR!
  611. java.lang.IllegalStateException: Failed to load ApplicationContext
  612. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  613. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  614. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  615. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  616. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  617. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  618. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  619. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  620.  
  621. [INFO] Running org.openmrs.module.fhir2.api.impl.FhirConditionServiceImpl_2_2Test
  622. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.148 s - in org.openmrs.module.fhir2.api.impl.FhirConditionServiceImpl_2_2Test
  623. [INFO] Running org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test
  624. [ERROR] Tests run: 41, Failures: 0, Errors: 41, Skipped: 0, Time elapsed: 157.15 s <<< FAILURE! - in org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test
  625. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByLastUpdatedDateCreated Time elapsed: 0 s <<< ERROR!
  626. java.lang.IllegalStateException: Failed to load ApplicationContext
  627. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  628. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  629. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  630. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  631. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  632. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  633. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  634. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  635.  
  636. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByUuid Time elapsed: 0.18 s <<< ERROR!
  637. java.lang.IllegalStateException: Failed to load ApplicationContext
  638. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  639. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  640. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  641. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  642. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  643. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  644. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  645. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  646.  
  647. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeOrWeekMonthYear Time elapsed: 0 s <<< ERROR!
  648. java.lang.IllegalStateException: Failed to load ApplicationContext
  649. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  650. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  651. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  652. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  653. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  654. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  655. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  656. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  657.  
  658. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusInactive Time elapsed: 0.123 s <<< ERROR!
  659. java.lang.IllegalStateException: Failed to load ApplicationContext
  660. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  661. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  662. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  663. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  664. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  665. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  666. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  667. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  668.  
  669. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientIdentifier Time elapsed: 0.001 s <<< ERROR!
  670. java.lang.IllegalStateException: Failed to load ApplicationContext
  671. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  672. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  673. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  674. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  675. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  676. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  677. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  678. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  679.  
  680. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientUuidAnd Time elapsed: 0.035 s <<< ERROR!
  681. java.lang.IllegalStateException: Failed to load ApplicationContext
  682. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  683. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  684. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  685. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  686. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  687. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  688. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  689. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  690.  
  691. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientIdentifierOr Time elapsed: 0.005 s <<< ERROR!
  692. java.lang.IllegalStateException: Failed to load ApplicationContext
  693. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  694. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  695. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  696. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  697. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  698. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  699. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  700. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  701.  
  702. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusActive Time elapsed: 0 s <<< ERROR!
  703. java.lang.IllegalStateException: Failed to load ApplicationContext
  704. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  705. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  706. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  707. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  708. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  709. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  710. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  711. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  712.  
  713. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientFamilyName Time elapsed: 0.005 s <<< ERROR!
  714. java.lang.IllegalStateException: Failed to load ApplicationContext
  715. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  716. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  717. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  718. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  719. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  720. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  721. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  722. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  723.  
  724. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeLessThanHour Time elapsed: 0.002 s <<< ERROR!
  725. java.lang.IllegalStateException: Failed to load ApplicationContext
  726. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  727. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  728. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  729. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  730. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  731. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  732. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  733. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  734.  
  735. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeIntervalDay Time elapsed: 0.042 s <<< ERROR!
  736. java.lang.IllegalStateException: Failed to load ApplicationContext
  737. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  738. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  739. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  740. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  741. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  742. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  743. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  744. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  745.  
  746. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeExceptionForWrongUnit Time elapsed: 0.006 s <<< ERROR!
  747. java.lang.IllegalStateException: Failed to load ApplicationContext
  748. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  749. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  750. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  751. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  752. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  753. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  754. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  755. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  756.  
  757. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientGivenNameAnd Time elapsed: 0.003 s <<< ERROR!
  758. java.lang.IllegalStateException: Failed to load ApplicationContext
  759. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  760. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  761. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  762. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  763. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  764. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  765. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  766. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  767.  
  768. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientGivenName Time elapsed: 0.002 s <<< ERROR!
  769. java.lang.IllegalStateException: Failed to load ApplicationContext
  770. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  771. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  772. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  773. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  774. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  775. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  776. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  777. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  778.  
  779. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnMultipleConditionsByCodeListAndNoSystem Time elapsed: 0 s <<< ERROR!
  780. java.lang.IllegalStateException: Failed to load ApplicationContext
  781. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  782. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  783. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  784. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  785. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  786. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  787. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  788. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  789.  
  790. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeEqualHour Time elapsed: 0.001 s <<< ERROR!
  791. java.lang.IllegalStateException: Failed to load ApplicationContext
  792. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  793. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  794. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  795. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  796. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  797. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  798. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  799. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  800.  
  801. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByRecordedDate Time elapsed: 0.001 s <<< ERROR!
  802. java.lang.IllegalStateException: Failed to load ApplicationContext
  803. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  804. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  805. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  806. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  807. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  808. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  809. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  810. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  811.  
  812. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByRecordedDateRange Time elapsed: 0.003 s <<< ERROR!
  813. java.lang.IllegalStateException: Failed to load ApplicationContext
  814. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  815. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  816. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  817. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  818. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  819. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  820. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  821. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  822.  
  823. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientGivenName Time elapsed: 0 s <<< ERROR!
  824. java.lang.IllegalStateException: Failed to load ApplicationContext
  825. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  826. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  827. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  828. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  829. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  830. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  831. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  832. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  833.  
  834. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByCode Time elapsed: 0 s <<< ERROR!
  835. java.lang.IllegalStateException: Failed to load ApplicationContext
  836. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  837. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  838. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  839. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  840. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  841. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  842. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  843. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  844.  
  845. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientGivenNameOr Time elapsed: 0.013 s <<< ERROR!
  846. java.lang.IllegalStateException: Failed to load ApplicationContext
  847. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  848. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  849. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  850. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  851. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  852. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  853. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  854. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  855.  
  856. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusAll Time elapsed: 0.026 s <<< ERROR!
  857. java.lang.IllegalStateException: Failed to load ApplicationContext
  858. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  859. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  860. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  861. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  862. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  863. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  864. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  865. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  866.  
  867. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientNameAnd Time elapsed: 0.003 s <<< ERROR!
  868. java.lang.IllegalStateException: Failed to load ApplicationContext
  869. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  870. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  871. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  872. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  873. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  874. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  875. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  876. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  877.  
  878. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientName Time elapsed: 0 s <<< ERROR!
  879. java.lang.IllegalStateException: Failed to load ApplicationContext
  880. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  881. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  882. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  883. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  884. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  885. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  886. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  887. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  888.  
  889. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientName Time elapsed: 0.006 s <<< ERROR!
  890. java.lang.IllegalStateException: Failed to load ApplicationContext
  891. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  892. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  893. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  894. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  895. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  896. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  897. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  898. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  899.  
  900. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientUuid Time elapsed: 0 s <<< ERROR!
  901. java.lang.IllegalStateException: Failed to load ApplicationContext
  902. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  903. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  904. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  905. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  906. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  907. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  908. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  909. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  910.  
  911. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByUnboundedOnsetDate Time elapsed: 0.015 s <<< ERROR!
  912. java.lang.IllegalStateException: Failed to load ApplicationContext
  913. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  914. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  915. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  916. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  917. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  918. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  919. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  920. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  921.  
  922. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientNotFoundName Time elapsed: 0.003 s <<< ERROR!
  923. java.lang.IllegalStateException: Failed to load ApplicationContext
  924. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  925. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  926. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  927. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  928. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  929. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  930. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  931. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  932.  
  933. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientFamilyName Time elapsed: 0.002 s <<< ERROR!
  934. java.lang.IllegalStateException: Failed to load ApplicationContext
  935. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  936. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  937. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  938. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  939. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  940. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  941. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  942. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  943.  
  944. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnMultipleConditionsByCodeList Time elapsed: 0.004 s <<< ERROR!
  945. java.lang.IllegalStateException: Failed to load ApplicationContext
  946. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  947. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  948. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  949. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  950. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  951. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  952. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  953. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  954.  
  955. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientFamilyNameAnd Time elapsed: 0.007 s <<< ERROR!
  956. java.lang.IllegalStateException: Failed to load ApplicationContext
  957. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  958. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  959. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  960. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  961. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  962. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  963. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  964. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  965.  
  966. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByUnboundedRecordedDate Time elapsed: 0.001 s <<< ERROR!
  967. java.lang.IllegalStateException: Failed to load ApplicationContext
  968. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  969. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  970. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  971. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  972. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  973. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  974. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  975. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  976.  
  977. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListByMismatchingUuidAndLastUpdated Time elapsed: 0.002 s <<< ERROR!
  978. java.lang.IllegalStateException: Failed to load ApplicationContext
  979. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  980. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  981. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  982. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  983. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  984. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  985. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  986. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  987.  
  988. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetDate Time elapsed: 0.001 s <<< ERROR!
  989. java.lang.IllegalStateException: Failed to load ApplicationContext
  990. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  991. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  992. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  993. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  994. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  995. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  996. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  997. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  998.  
  999. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientNameOr Time elapsed: 0.001 s <<< ERROR!
  1000. java.lang.IllegalStateException: Failed to load ApplicationContext
  1001. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1002. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1003. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1004. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1005. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1006. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1007. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1008. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1009.  
  1010. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMatchingUuidAndLastUpdated Time elapsed: 0 s <<< ERROR!
  1011. java.lang.IllegalStateException: Failed to load ApplicationContext
  1012. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1013. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1014. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1015. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1016. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1017. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1018. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1019. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1020.  
  1021. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientUuidOr Time elapsed: 0 s <<< ERROR!
  1022. java.lang.IllegalStateException: Failed to load ApplicationContext
  1023. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1024. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1025. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1026. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1027. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1028. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1029. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1030. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1031.  
  1032. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientIdentifierAnd Time elapsed: 0 s <<< ERROR!
  1033. java.lang.IllegalStateException: Failed to load ApplicationContext
  1034. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1035. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1036. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1037. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1038. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1039. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1040. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1041. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1042.  
  1043. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByCodeAndNoSystem Time elapsed: 0.003 s <<< ERROR!
  1044. java.lang.IllegalStateException: Failed to load ApplicationContext
  1045. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1046. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1047. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1048. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1049. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1050. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1051. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1052. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1053.  
  1054. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientFamilyNameOr Time elapsed: 0.003 s <<< ERROR!
  1055. java.lang.IllegalStateException: Failed to load ApplicationContext
  1056. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1057. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1058. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1059. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1060. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1061. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1062. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1063. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1064.  
  1065. [ERROR] org.openmrs.module.fhir2.api.search.ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetDateRange Time elapsed: 0 s <<< ERROR!
  1066. java.lang.IllegalStateException: Failed to load ApplicationContext
  1067. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testFhirSpringConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1068. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1069. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1070. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1071. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1072. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: HHH010003: JDBC Driver class not found: org.postgresql.Driver
  1073. Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.postgresql.Driver]
  1074. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.postgresql.Driver
  1075.  
  1076. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ConditionClinicalStatusTranslatorImpl_2_2Test
  1077. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.module.fhir2.api.translators.impl.ConditionClinicalStatusTranslatorImpl_2_2Test
  1078. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ConditionTranslatorImpl_2_2Test
  1079. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.openmrs.module.fhir2.api.translators.impl.ConditionTranslatorImpl_2_2Test
  1080. [INFO] Running org.openmrs.module.fhir2.api.translators.impl.ConditionVerificationStatusTranslatorImpl_2_2Test
  1081. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.openmrs.module.fhir2.api.translators.impl.ConditionVerificationStatusTranslatorImpl_2_2Test
  1082. [INFO]
  1083. [INFO] Results:
  1084. [INFO]
  1085. [ERROR] Errors:
  1086. [ERROR] FhirConditionDaoImpl_2_2Test.shouldRetrieveConditionByUuid ¦ IllegalState Fail...
  1087. [ERROR] FhirConditionDaoImpl_2_2Test.shouldReturnExistingConditionIfBothAreEquals ¦ IllegalState
  1088. [ERROR] FhirConditionDaoImpl_2_2Test.shouldReturnNullWhenGetConditionByWrongUuid ¦ IllegalState
  1089. [ERROR] FhirConditionDaoImpl_2_2Test.shouldSaveNewCondition ¦ IllegalState Failed to l...
  1090. [ERROR] FhirConditionDaoImpl_2_2Test.shouldUpdateExistingCondition ¦ IllegalState Fail...
  1091. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusActive ¦ IllegalState
  1092. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusAll ¦ IllegalState
  1093. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByClinicalStatusInactive ¦ IllegalState
  1094. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByCode ¦ IllegalState
  1095. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByCodeAndNoSystem ¦ IllegalState
  1096. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeEqualHour ¦ IllegalState
  1097. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeExceptionForWrongUnit ¦ IllegalState
  1098. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeIntervalDay ¦ IllegalState
  1099. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeLessThanHour ¦ IllegalState
  1100. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetAgeOrWeekMonthYear ¦ IllegalState
  1101. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetDate ¦ IllegalState
  1102. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByOnsetDateRange ¦ IllegalState
  1103. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientFamilyName ¦ IllegalState
  1104. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientGivenName ¦ IllegalState
  1105. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientIdentifier ¦ IllegalState
  1106. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientName ¦ IllegalState
  1107. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientNotFoundName ¦ IllegalState
  1108. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByPatientUuid ¦ IllegalState
  1109. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByRecordedDate ¦ IllegalState
  1110. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByRecordedDateRange ¦ IllegalState
  1111. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByUnboundedOnsetDate ¦ IllegalState
  1112. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnConditionByUnboundedRecordedDate ¦ IllegalState
  1113. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListByMismatchingUuidAndLastUpdated ¦ IllegalState
  1114. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientFamilyNameAnd ¦ IllegalState
  1115. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientGivenNameAnd ¦ IllegalState
  1116. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientIdentifierAnd ¦ IllegalState
  1117. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientNameAnd ¦ IllegalState
  1118. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnEmptyListOfConditionsByMultiplePatientUuidAnd ¦ IllegalState
  1119. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnMultipleConditionsByCodeList ¦ IllegalState
  1120. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnMultipleConditionsByCodeListAndNoSystem ¦ IllegalState
  1121. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientFamilyName ¦ IllegalState
  1122. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientGivenName ¦ IllegalState
  1123. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldReturnUniqueConditionsByPatientName ¦ IllegalState
  1124. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByLastUpdatedDateCreated ¦ IllegalState
  1125. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMatchingUuidAndLastUpdated ¦ IllegalState
  1126. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientFamilyNameOr ¦ IllegalState
  1127. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientGivenNameOr ¦ IllegalState
  1128. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientIdentifierOr ¦ IllegalState
  1129. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientNameOr ¦ IllegalState
  1130. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByMultiplePatientUuidOr ¦ IllegalState
  1131. [ERROR] ConditionSearchQueryImpl_2_2Test.searchForConditions_shouldSearchForConditionsByUuid ¦ IllegalState
  1132. [INFO]
  1133. [ERROR] Tests run: 81, Failures: 0, Errors: 46, Skipped: 0
  1134. [INFO]
  1135. [INFO] ------------------------------------------------------------------------
  1136. [INFO] Reactor Summary for FHIR2 1.0.0-SNAPSHOT:
  1137. [INFO]
  1138. [INFO] FHIR2 .............................................. SUCCESS [ 1.444 s]
  1139. [INFO] FHIR2 Test Data .................................... SUCCESS [ 21.942 s]
  1140. [INFO] FHIR2 API .......................................... SUCCESS [06:09 min]
  1141. [INFO] FHIR2 API 2.1 ...................................... SUCCESS [ 21.170 s]
  1142. [INFO] FHIR2 API 2.2 ...................................... FAILURE [03:46 min]
  1143. [INFO] FHIR2 OMOD ......................................... SKIPPED
  1144. [INFO] FHIR2 Integration Tests ............................ SKIPPED
  1145. [INFO] ------------------------------------------------------------------------
  1146. [INFO] BUILD FAILURE
  1147. [INFO] ------------------------------------------------------------------------
  1148. [INFO] Total time: 10:43 min
  1149. [INFO] Finished at: 2020-08-21T10:08:42+03:00
  1150. [INFO] ------------------------------------------------------------------------
  1151. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project fhir2-api-2.2: There are test failures.
  1152. [ERROR]
  1153. [ERROR] Please refer to C:\Users\Cliff\Desktop\project\openmrs-module-fhir2\api-2.2\target\surefire-reports for the individual test results.
  1154. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  1155. [ERROR] -> [Help 1]
  1156. [ERROR]
  1157. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1158. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1159. [ERROR]
  1160. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1161. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1162. [ERROR]
  1163. [ERROR] After correcting the problems, you can resume the build with the command
  1164. [ERROR] mvn <goals> -rf :fhir2-api-2.2
  1165.  
  1166. Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-module-fhir2 (master)
  1167. $
  1168.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement