Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #467 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 703 tests in total
  • 338 tests failed
  • 338 failures are new
  • 5 tests were quarantined / skipped
  • 2 minutes taken in total.

Build 467 has the following 338 errors: 338 new failure(s) occurred since the previous build.

New test failures 338
Status Test Duration
Collapse Failed ValidateUtilTest validate_shouldNotThrowValidationExceptionButShouldNotFail History
< 1 sec
org.openmrs.module.webservices.validation.ValidationException: '' failed to validate with reason: name: error.name
	at org.openmrs.module.webservices.validation.ValidateUtil.validate(ValidateUtil.java:59)
	at org.openmrs.module.webservices.rest.validation.ValidateUtilTest.validate_shouldNotThrowValidationExceptionButShouldNotFail(ValidateUtilTest.java:25)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
(32 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldCreateASubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldCreateASuperclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldDeleteASubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldDeleteASuperclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllDrugOrdersForAPatient History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllOfSubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllOrdersForAPatient History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldNotAllowSpecifyingDefaultTypeOnGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldPurgeASubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldPurgeASuperclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldRetrieveASubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldRetrieveASuperclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUpdateASubclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUpdateASuperclass History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUsePropertySetterAndGetterFromSubclassHandler History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed AllergyController1_8Test getAllergy_shouldGetADefaultRepresentationOfAnAllergy History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test getAllergy_shouldGetAFullRepresentationOfAnAllergy History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test searchByPatient_shouldGetAllergyForAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test shouldGetAll History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed AllergyController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed AllergyController1_8Test voidAllergy_shouldVoidAnAllergy History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed CohortController1_8Test createCohort_shouldCreateANewCohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohortByExactName_shouldGetADefaultRepresentationOfACohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohort_shouldGetADefaultRepresentationInXML History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohort_shouldGetADefaultRepresentationOfACohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohorts_shouldSearchForCohortsByName History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test purgeCohort_shouldPurgeCohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetFullByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetRefByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test updateCohort_shouldChangeAPropertyOnACohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test updateCohort_shouldFailToOverwriteMemberIdsOnACohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test voidCohort_shouldVoidACohort History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test addCohortMember_shouldAddCohortMember History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getAllCohortMembers_shouldGetADefaultRepresentationOfAllCohortMembers History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getAllCohortMembers_shouldGetARefRepresentationOfAllCohortMembers History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getCohortMember_shouldGetADefaultRepresentationOfACohortMember History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test removeCohortMember_shouldRemoveCohortMember History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetFullByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetRefByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ConceptController1_8Test shouldAddAnswersToConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldAddSetMembersToConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldCreateAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldEditAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldEditFullySpecifiedNameOfAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFailForFullChildrenWhenCyclesDetected History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ConversionException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(58 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsByName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySource History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySourceAndCode History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySourceUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAConceptByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAConceptByUuidInXML History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetRefRepresentationForGetAllByDefault History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetSpecifiedRepresentationForGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldIncludeAllSetMembersForAConceptSet History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldIncludeAllUnretiredConceptAnswersForAQuestionConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldListAllUnRetiredConcepts History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldModifySetMembersOnConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldPurgeAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldRemoveAnswersFromConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldRetireAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnCustomRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnDefaultAndSelfLinkForCustomUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnFullRepXML History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnFullSetMembersOnAllLevelsForFullChildren History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptDatatypeController1_8Test shouldCreateAConceptDatatype History
< 1 sec
java.lang.UnsupportedOperationException
	at org.openmrs.api.impl.ConceptServiceImpl.saveConceptDatatype(ConceptServiceImpl.java:836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(82 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldAddADescriptionToConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldDeleteAConceptDescription History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldEditAConceptDescription History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldListDescriptionsForAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldPurgeAConceptDescription History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldAddNameToConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldDeleteAConceptName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldEditAConceptName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldListNamesForAConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldPurgeAConceptName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldCreateADrug History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: concept on class org.openmrs.Drug
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:86)
	at sun.reflect.GeneratedMethodAccessor327.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(47 more lines...)
Collapse Failed DrugController1_8Test shouldEditADrug History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed DrugController1_8Test shouldGetADrugByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed DrugController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldCreateANewEncounter History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldCreateANewEncounterUsingEncounterTypeRef History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldCreateANewEncounterUsingPatientRef History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldCreateANewEncounterWithEmptyUnitOnNumericConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldCreateANewEncounterWithObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test createEncounter_shouldDefaultDatetimeToNowIfNotSpecified History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test findEncounters_shouldReturnNoResultsIfThereAreNoMatchingEncounters History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test getEncounter_shouldGetAFullRepresentationOfAEncounterIncludingObsGroups History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.EncounterController1_8Test.getEncounter_shouldGetAFullRepresentationOfAEncounterIncludingObsGroups(EncounterController1_8Test.java:212)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed EncounterController1_8Test purgeEncounter_shouldNotPurgeAEncounterWithDependentData History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.hibernate.exception.ConstraintViolationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed EncounterController1_8Test searchByPatient_shouldReturnAListOfEncounters History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test search_shouldSearchForEncountersByASearchPhrase History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test shouldCreateAnEncounterWithObsAndOrdersOfDifferentTypes History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test shouldGetAll History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed EncounterController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test shouldGetEncountersByEncounterTypeAndPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed EncounterController1_8Test updateEncounter_shouldChangeAPropertyOnAEncounter History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed EncounterController1_8Test voidEncounter_shouldVoidAEncounter History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed FieldController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed FieldController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed FormController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: xslt
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.getProperty(BaseDelegatingResource.java:715)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingResourceDescription$Property.evaluate(DelegatingResourceDescription.java:249)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingConverter.convertDelegateToRepresentation(BaseDelegatingConverter.java:134)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.asRepresentation(BaseDelegatingResource.java:327)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.retrieve(DelegatingCrudResource.java:59)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.retrieve(MainResourceController.java:70)
	at sun.reflect.GeneratedMethodAccessor227.invoke(Unknown Source)
(58 more lines...)
Collapse Failed FormFieldController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["field"])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:202)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
(59 more lines...)
Collapse Failed HL7MessageController1_8Test adt_a28_shouldCreatePatient History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test enqueHl7Message_shouldEnqueueHl7InQueueMessageInJSONFormat History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test enqueHl7Message_shouldEnqueueHl7InQueueMessageInPlainFormat History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test enqueHl7Message_shouldFailIfSourceDoesNotExist History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test shouldGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test shouldGetFullByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed HL7MessageController1_8Test shouldGetRefByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed LocationController1_8Test shouldAllowYouToPostANonUpdatablePropertyWithAnUnchangedValue History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldCreateALocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldEditALocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldGetALocationByName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldGetALocationByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed LocationController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed LocationController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed LocationController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed LocationController1_8Test shouldIncludeTheListOfChildLocations History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldIncludeTheParentLocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldListAllUnRetiredLocations History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldOverwriteAListOfChildLocations History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldPurgeARetiredLocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldRetireALocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldSearchAndReturnAListOfLocationsMatchingTheQueryString History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldSearchAndReturnListOfLocationsWithSpecifiedTag History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldSearchAndReturnListOfLocationsWithSpecifiedTagAndQueryString History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldSearchAndReturnNothingIfTagDoesNotMatchEvenIfQueryDoes History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed LocationController1_8Test shouldUnretireALocation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test createObs_shouldCreateANewObsGroupWithMembers History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test createObs_shouldCreateANewObsWithNumericConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test createObs_shouldCreateANewObsWithTextConcept History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test createObs_shouldCreateAnObsWhenUnitsAreSpecifiedForAConceptNumeric History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test createObs_shouldFailIfAnObsHasInvalidUnitsForAConceptNumeric History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ConversionException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(58 more lines...)
Collapse Failed ObsController1_8Test getObsByPatientId_shouldGetADefaultRepresentationOfAllObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test getObs_shouldGetADateObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test getObs_shouldGetADefaultRepresentationOfAObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test getObs_shouldGetAFullRepresentationOfAObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test purgeObs_shouldPurgeASimpleObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed ObsController1_8Test searchByEncounter_shouldGetObsInAnEncounter History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test searchByPatient_shouldGetObsForAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test setGroupMembers_shouldSetObservationGroupMembers History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.ObsController1_8Test.setGroupMembers_shouldSetObservationGroupMembers(ObsController1_8Test.java:335)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed ObsController1_8Test shouldGetAll History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed ObsController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ObsController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ObsController1_8Test shouldGetObsByPatient History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.ObsController1_8Test.shouldGetObsByPatient(ObsController1_8Test.java:371)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed ObsController1_8Test shouldGetObsByPatientAndConceptSet History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.ObsController1_8Test.shouldGetObsByPatientAndConceptSet(ObsController1_8Test.java:361)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed ObsController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ObsController1_8Test updateObs_shouldChangeAComplexPropertyOnAnObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test updateObs_shouldChangeAPropertyOnAnObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ObsController1_8Test voidObs_shouldVoidAObs History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed OrderController1_8Test shouldAllowYouToPostANonUpdatablePropertyWithAnUnchangedValue History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldCreateDrugOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldCreateOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldFailToChangeOrderType History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetAll History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldGetAllDrugOrders History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetAllDrugOrdersByPatient History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetAllOrders History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetAllOrdersByPatient History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldGetDrugOrderAsDefault History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetDrugOrderAsRef History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetFullByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldGetOrderAsDefault History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldGetOrderAsRef History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldGetRefByUuid History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(48 more lines...)
Collapse Failed OrderController1_8Test shouldPurgeDrugOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldPurgeOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldUpdateDrugOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldUpdateOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldVoidDrugOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed OrderController1_8Test shouldVoidOrder History
< 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed PatientController1_8Test getCustomRepresentationDescription_shouldReturnDelegatingResourceDescription History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldCreateAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldFailIfThereAreMultiplePreferredIdentifiers History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ConversionException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(58 more lines...)
Collapse Failed PatientController1_8Test shouldGetAPatientByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldGetAll History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed PatientController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed PatientController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed PatientController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed PatientController1_8Test shouldMarkTheFirstIdentifierAsPreferredIfNoneMarked History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldPurgeAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed PatientController1_8Test shouldRespectPreferredIdentifier History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldRespectStartIndexAndLimit History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldSearchAndReturnAListOfPatientsMatchingTheQueryString History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed PatientController1_8Test shouldVoidAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(55 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldAddANewIdentifierToAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(57 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldEditAPatientIdentifier History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldGetAPatientIdentifierByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(57 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldListAllPatientIdentifiersForAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(57 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldPurgeAPatientIdentifier History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PatientIdentifierController1_8Test shouldVoidAPatientIdentifier History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(58 more lines...)
Collapse Failed PersonAttributeController1_8Test shouldAddConceptAttributeToPerson History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: hydratedObject on class org.openmrs.PersonAttribute
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingSubResource.create(DelegatingSubResource.java:100)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PersonAttributeResource1_8.create(PersonAttributeResource1_8.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainSubResourceController.create(MainSubResourceController.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(55 more lines...)
Collapse Failed PersonAttributeController1_8Test shouldGetAll History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["results"]->java.util.ArrayList[2])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(61 more lines...)
Collapse Failed PersonAttributeController1_8Test shouldRenderHydratedAttributable History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: hydratedObject on class org.openmrs.PersonAttribute
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingSubResource.create(DelegatingSubResource.java:100)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PersonAttributeResource1_8.create(PersonAttributeResource1_8.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainSubResourceController.create(MainSubResourceController.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(55 more lines...)
Collapse Failed PersonAttributeController1_8Test shouldSupportLocationPersonAttribute History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.BaseOpenmrsMetadata#isRetired(0 params) vs org.openmrs.BaseOpenmrsMetadata#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed PersonController1_8Test shouldEditAPerson History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: causeOfDeath on class org.openmrs.Patient
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.update(DelegatingCrudResource.java:139)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.update(MainResourceController.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(48 more lines...)
Collapse Failed PersonController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["attributes"]->java.util.ArrayList[2])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(62 more lines...)
Collapse Failed PersonController1_8Test shouldGetPersonDateCreated History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["attributes"]->java.util.ArrayList[2])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(62 more lines...)
Collapse Failed PersonController1_8Test shouldNotShowVoidedAddressesInFullRepresentation History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["attributes"]->java.util.ArrayList[2])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(62 more lines...)
Collapse Failed PersonController1_8Test shouldNotShowVoidedAttributesInFullRepresentation History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["attributes"]->java.util.ArrayList[1])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(62 more lines...)
Collapse Failed PersonController1_8Test shouldNotShowVoidedNamesInFullRepresentation History
< 1 sec
java.lang.AssertionError: expected:<2> but was:<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.PersonController1_8Test.shouldNotShowVoidedNamesInFullRepresentation(PersonController1_8Test.java:265)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed PersonController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["attributes"]->java.util.ArrayList[2])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(62 more lines...)
Collapse Failed PersonNameController1_8Test shouldPurgeName History
< 1 sec
org.openmrs.api.APIException: 'Patient#7' failed to validate with reason: names: Person.shouldHaveAtleastOneNonVoidedName
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
(62 more lines...)
Collapse Failed PersonNameController1_8Test shouldVoidName History
< 1 sec
org.openmrs.api.APIException: 'Patient#7' failed to validate with reason: names: Person.shouldHaveAtleastOneNonVoidedName
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
(62 more lines...)
Collapse Failed ProblemController1_8Test getProblem_shouldGetADefaultRepresentationOfAProblem History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProblemController1_8Test getProblem_shouldGetAFullRepresentationOfAProblem History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProblemController1_8Test searchByPatient_shouldGetProblemsForAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProblemController1_8Test shouldAddANewProblemToAPatient History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProblemController1_8Test shouldEditAProblem History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProblemController1_8Test shouldGetAll History
< 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
(59 more lines...)
Collapse Failed ProblemController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ProblemController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ProblemController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed ProblemController1_8Test voidProblem_shouldVoidAProblem History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed ProgramController1_8Test shouldCreateAProgram History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: concept on class org.openmrs.Program
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(48 more lines...)
Collapse Failed ProgramController1_8Test shouldEditAProgram History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed ProgramController1_8Test shouldGetAProgramByName History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed ProgramController1_8Test shouldGetAProgramByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed ProgramController1_8Test shouldGetAll History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["results"]->java.util.ArrayList[0]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(68 more lines...)
Collapse Failed ProgramController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed ProgramController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Collapse Failed ProgramController1_8Test shouldListAllUnRetiredPrograms History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["results"]->java.util.ArrayList[0]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(68 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldGetAPatientProgramByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(65 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(64 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldGetFullByUuid History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(64 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldGetTheDefaultRepresentationOfPatientProgram History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(65 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldUnenrollAPatientFromAProgram History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(65 more lines...)
Collapse Failed ProgramEnrollmentController1_8Test shouldUpdateTheDatesOfAProgramEnrollment History
< 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params) (through reference chain: org.openmrs.module.webservices.rest.SimpleObject["program"]->org.openmrs.module.webservices.rest.SimpleObject["allWorkflows"]->java.util.ArrayList[0])
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:236)
	at org.codehaus.jackson.map.ser.ContainerSerializers$IndexedListSerializer.serializeContents(ContainerSerializers.java:189)
(65 more lines...)
Collapse Failed RelationshipController1_8Test shouldCreateARelationship History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldEditARelationship History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed RelationshipController1_8Test shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed RelationshipController1_8Test shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed RelationshipController1_8Test shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(53 more lines...)
Collapse Failed RelationshipController1_8Test shouldPurgeARelatonship History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonAUuidAndPersonBUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonAUuidAndPersonBUuidAndRelationshipType History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonAUuidAndRelationshipType History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonBUuidAndRelationshipType History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonUuidAndRelatedPersonUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldSearchRelationshipsByPersonUuidAndRelationshipType History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed RelationshipController1_8Test shouldVoidARelationship History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(54 more lines...)
Collapse Failed UserController1_8Test createUser_shouldCreateANewUser History
< 1 sec
org.openmrs.api.APIException: 'test user' failed to validate with reason: username: error.username.pattern
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
(62 more lines...)
Collapse Failed UserController1_8Test createUser_shouldCreateANewUserWithRoles History
< 1 sec
org.openmrs.api.APIException: 'test user' failed to validate with reason: username: error.username.pattern
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
(62 more lines...)
Collapse Failed AllergyResource1_8Test asRepresentation_shouldReturnProperlyEncodedValues History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed AllergyResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed AllergyResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed AllergyResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptDescriptionResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptDescription
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptDescriptionResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptDescription
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptDescriptionResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptDescription
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptMapResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptMap
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptMapResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptMap
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptMapResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptMap
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNameResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptName
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNameResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptName
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNameResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.ConceptName
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNumericResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNumericResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptNumericResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ConceptResource1_8Test testGetNamedRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed CreatePatientIdentifierResource1_8Test shouldCreatePatientIdentifier_WhenTypeIsSpecifiedByName History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed CreatePatientIdentifierResource1_8Test shouldCreatePatientIdentifier_WhenTypeIsSpecifiedByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed CreateUpdatePatientResource1_8Test shouldCreatePatient History
< 1 sec
java.lang.ClassCastException: org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PersonResource1_8 cannot be cast to org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PatientResource1_8
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.CreateUpdatePatientResource1_8Test.beforeEachTests(CreateUpdatePatientResource1_8Test.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(30 more lines...)
Collapse Failed CreateUpdatePatientResource1_8Test shouldUpdatePatient History
< 1 sec
java.lang.ClassCastException: org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PersonResource1_8 cannot be cast to org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PatientResource1_8
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.CreateUpdatePatientResource1_8Test.beforeEachTests(CreateUpdatePatientResource1_8Test.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(30 more lines...)
Collapse Failed EncounterResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed EncounterResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed EncounterResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Encounter
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed FormResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: xslt
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.getProperty(BaseDelegatingResource.java:715)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingResourceDescription$Property.evaluate(DelegatingResourceDescription.java:249)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingConverter.convertDelegateToRepresentation(BaseDelegatingConverter.java:134)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.asRepresentation(BaseDelegatingResource.java:327)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.getFullRepresentation(BaseDelegatingResourceTest.java:217)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidFullRepresentation(BaseDelegatingResourceTest.java:296)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(51 more lines...)
Collapse Failed LocationResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed LocationResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed LocationResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ObsResource1_8Test asRepresentation_shouldReturnProperlyEncodedValues History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ObsResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed ObsResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed ObsResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed ObsResource1_8Test getGroupMembers_shouldReturnAllGroupMembers History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.ObsResource1_8Test.getGroupMembers_shouldReturnAllGroupMembers(ObsResource1_8Test.java:208)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed ObsResource1_8Test setConvertedProperties_shouldAllowAnyPropertyOrder History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Obs
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ObsResource1_8Test setGroupMembers_shouldSetGroupMembers History
< 1 sec
org.dbunit.dataset.NoSuchColumnException: ENCOUNTER.PROVIDER_ID -  (Non-uppercase input column: provider_id) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.
	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:117)
	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)
	at org.dbunit.operation.RefreshOperation.execute(RefreshOperation.java:98)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:656)
	at org.openmrs.test.BaseContextSensitiveTest.executeDataSet(BaseContextSensitiveTest.java:568)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.ObsResource1_8Test.setGroupMembers_shouldSetGroupMembers(ObsResource1_8Test.java:194)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed PatientIdentifierResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(51 more lines...)
Collapse Failed PatientIdentifierResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/patient
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(51 more lines...)
Collapse Failed PatientIdentifierResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.asRepresentation(BaseDelegatingResource.java:352)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.newRefRepresentation(BaseDelegatingResourceTest.java:191)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidRefRepresentation(BaseDelegatingResourceTest.java:272)
	at sun.reflect.GeneratedMethodAccessor738.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
(60 more lines...)
Collapse Failed PatientResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.assertPropPresent(BaseDelegatingResourceTest.java:251)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PatientResource1_8Test.validateDefaultRepresentation(PatientResource1_8Test.java:33)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidDefaultRepresentation(BaseDelegatingResourceTest.java:286)
	at sun.reflect.GeneratedMethodAccessor730.invoke(Unknown Source)
(35 more lines...)
Collapse Failed PatientResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.assertPropPresent(BaseDelegatingResourceTest.java:251)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PatientResource1_8Test.validateFullRepresentation(PatientResource1_8Test.java:41)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidFullRepresentation(BaseDelegatingResourceTest.java:298)
	at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)
(35 more lines...)
Collapse Failed PatientResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.junit.ComparisonFailure: display expected:<[101-6 - ]Mr. Horatio Test Hor...> but was:<[]Mr. Horatio Test Hor...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.assertPropEquals(BaseDelegatingResourceTest.java:238)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.validateRefRepresentation(BaseDelegatingResourceTest.java:90)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidRefRepresentation(BaseDelegatingResourceTest.java:274)
	at sun.reflect.GeneratedMethodAccessor738.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(33 more lines...)
Collapse Failed PersonAttributeTypeResourceWithConcept1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
java.lang.ClassCastException: org.openmrs.Concept cannot be cast to org.openmrs.module.webservices.rest.SimpleObject
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.PersonAttributeTypeResourceWithConcept1_8Test.validateFullRepresentation(PersonAttributeTypeResourceWithConcept1_8Test.java:40)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidFullRepresentation(BaseDelegatingResourceTest.java:298)
	at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(31 more lines...)
Collapse Failed PersonNameResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.junit.ComparisonFailure: display expected:<[Mr. Horatio Test Hornblower Esq.]> but was:<[Horatio Test Hornblower]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.assertPropEquals(BaseDelegatingResourceTest.java:238)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.validateRefRepresentation(BaseDelegatingResourceTest.java:90)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResourceTest.asRepresentation_shouldReturnValidRefRepresentation(BaseDelegatingResourceTest.java:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(34 more lines...)
Collapse Failed ProblemResource1_8Test asRepresentation_shouldReturnProperlyEncodedValues History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ProblemResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ProblemResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed ProblemResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.activelist.Problem
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(48 more lines...)
Collapse Failed RelationshipResource1_8Test asRepresentation_shouldReturnValidDefaultRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed RelationshipResource1_8Test asRepresentation_shouldReturnValidFullRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed RelationshipResource1_8Test asRepresentation_shouldReturnValidRefRepresentation History
< 1 sec
org.openmrs.api.APIException: Unknown resource: class org.openmrs.Relationship
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceBySupportedClass(RestServiceImpl.java:442)
	at sun.reflect.GeneratedMethodAccessor222.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
(49 more lines...)
Collapse Failed UserResource1_8Test testSearchingByUser History
< 1 sec
java.lang.AssertionError: Number of results does not match for: userName=, roles=null, Results=[{uuid=c98a1558-e131-11de-babe-001e378eb67e, display=butch, username=butch, systemId=3-4, userProperties={}, person={uuid=341b4e41-790c-484f-b6ed-71dc8da222de, display=Hippocrates of Cos, links=[org.openmrs.module.webservices.rest.web.Hyperlink@cb1318f]}, privileges=[], roles=[{uuid=3480cb6d-c291-46c8-8d3a-96dc33d199fb, display=Provider, links=[org.openmrs.module.webservices.rest.web.Hyperlink@452ca9cb]}], retired=false, links=[org.openmrs.module.webservices.rest.web.Hyperlink@773f71e7, org.openmrs.module.webservices.rest.web.Hyperlink@664f31da], resourceVersion=1.8}, {uuid=1010d442-e134-11de-babe-001e378eb67e, display=admin, username=admin, systemId=1-8, userProperties={}, person={uuid=ba1b19c2-3ed6-4f63-b8c0-f762dc8d7562, display=Super User, links=[org.openmrs.module.webservices.rest.web.Hyperlink@5a8b238a]}, privileges=[], roles=[{uuid=0e43640b-67d1-4458-b47f-b64fd8ce4b0d, display=System Developer, links=[org.openmrs.module.webservices.rest.web.Hyperlink@64ca6776]}], retired=false, links=[org.openmrs.module.webservices.rest.web.Hyperlink@244ea7ac, org.openmrs.module.webservices.rest.web.Hyperlink@27e21fd3], resourceVersion=1.8}, {uuid=A4F30A1B-5EB9-11DF-A648-37A07F9C90FB, display=daemon, username=null, systemId=daemon, userProperties={}, person={uuid=ba1b19c2-3ed6-4f63-b8c0-f762dc8d7562, display=Super User, links=[org.openmrs.module.webservices.rest.web.Hyperlink@277138dd]}, privileges=[], roles=[], retired=false, links=[org.openmrs.module.webservices.rest.web.Hyperlink@7a4c4965, org.openmrs.module.webservices.rest.web.Hyperlink@2666c49d], resourceVersion=1.8}] expected:<2> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.UserResource1_8Test.assertSearch(UserResource1_8Test.java:130)
	at org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.UserResource1_8Test.testSearchingByUser(UserResource1_8Test.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
Collapse Failed LocationSearchHandlerTest getSearchConfig_shouldReturnLocationByTagName History
18 secs
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)
Collapse Failed LocationSearchHandlerTest getSearchConfig_shouldReturnLocationByTagUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)
Collapse Failed LocationSearchHandlerTest shouldGetAll History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)
Collapse Failed LocationSearchHandlerTest shouldGetDefaultByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)
Collapse Failed LocationSearchHandlerTest shouldGetFullByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)
Collapse Failed LocationSearchHandlerTest shouldGetRefByUuid History
< 1 sec
org.openmrs.api.APIException: Unknown resource: v1/location
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(56 more lines...)