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

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.
New test failures 338
Status Test View job Duration
Collapse Failed ValidateUtilTest validate_shouldNotThrowValidationExceptionButShouldNotFail
Default Job < 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 shouldRetrieveASubclass
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldCreateASubclass
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldGetRefByUuid
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 AllergyController1_8Test shouldGetDefaultByUuid
Default Job < 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
Default Job < 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 getAllergy_shouldGetADefaultRepresentationOfAnAllergy
Default Job < 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 CohortController1_8Test shouldGetDefaultByUuid
Default Job < 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 createCohort_shouldCreateANewCohort
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldReturnFullRepXML
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldGetDefaultByUuid
Default Job < 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
Default Job < 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 shouldRetireAConcept
Default Job < 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
Default Job < 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
Default Job < 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 shouldGetFullByUuid
Default Job < 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 shouldFailForFullChildrenWhenCyclesDetected
Default Job < 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 shouldEditAConcept
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldFindConceptsByName
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldAddAnswersToConcept
Default Job < 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
Default Job < 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
Default Job < 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
Default Job < 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 shouldGetAll
Default Job < 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 shouldGetFullByUuid
Default Job < 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 shouldPurgeAConceptDescription
Default Job < 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 shouldGetDefaultByUuid
Default Job < 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 shouldDeleteAConceptDescription
Default Job < 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 shouldAddADescriptionToConcept
Default Job < 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
Default Job < 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 shouldGetRefByUuid
Default Job < 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
Default Job < 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 shouldGetDefaultByUuid
Default Job < 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 shouldPurgeAConceptName
Default Job < 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 shouldGetRefByUuid
Default Job < 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 shouldEditAConceptName
Default Job < 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 shouldGetFullByUuid
Default Job < 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 shouldDeleteAConceptName
Default Job < 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
Default Job < 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 shouldAddNameToConcept
Default Job < 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 shouldListNamesForAConcept
Default Job < 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 shouldGetFullByUuid
Default Job < 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 shouldCreateADrug
Default Job < 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 shouldGetDefaultByUuid
Default Job < 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 shouldEditADrug
Default Job < 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...)
Skipped tests 5
Status Test Failing since View job
Skipped DelegatingCrudResourceTest org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest
Default Job
Skipped ConceptController1_8Test doSearch_shouldReturnAnswersToConcept
Default Job
Skipped ConceptController1_8Test shouldSearchAndReturnAListOfConceptsMatchingTheQueryString
Default Job
Skipped ConceptController1_8Test doSearch_shouldReturnMembersOfConcept
Default Job
Skipped RoleController1_8Test findRoles_shouldFindMatchingRoles
Default Job