OpenMRS Core Master

Build: #690 failed Run by child build TRUNK-STAND

Stages & jobs

  1. Build and Test

Build result summary

Details

Completed
Queue duration
5 minutes
Duration
7 minutes
Labels
None
Revisions
openmrs-core
a5dd7bd85f5aa3d66fbb5d1aee088eed31056219 a5dd7bd85f5aa3d66fbb5d1aee088eed31056219
openmrs-standalone
3a6621ab7bdfa16b1fd679e5aace21fb8d6dd698 3a6621ab7bdfa16b1fd679e5aace21fb8d6dd698
Total tests
2999
Fixed in
#691 (Changes by Wyclif Luyima)

Tests

Responsible

Code commits

openmrs-core
Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima a5dd7bd85f5aa3d66fbb5d1aee088eed31056219 a5dd7bd85f5aa3d66fbb5d1aee088eed31056219 TRUNK-4490: EncounterValidator should validate presence of encounter type

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 24
Status Test View job Duration
Collapse Failed HL7ServiceTest processHL7InQueue_shouldCreateHL7InArchiveAfterSuccessfulParsing History
Build and Test < 1 sec
java.lang.AssertionError: expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.hl7.HL7ServiceTest.processHL7InQueue_shouldCreateHL7InArchiveAfterSuccessfulParsing(HL7ServiceTest.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(34 more lines...)
Collapse Failed HL7ServiceTest processHL7Message_shouldSaveHl7MessageToTheDatabase History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 3 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(69 more lines...)
Collapse Failed ORUR01HandlerTest parseObs_shouldAddCommentsToAnObservationFromNTESegments History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldSetValueAsBooleanForObsIfTheAnswerIs0Or1AndQuestionDatatypeIsBoolean History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateEncounterAndObsFromHl7Message History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 3 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldSetValue_NumericForObsIfQuestionDatatypeIsNumeric History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateObsGroupForOBRs History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 05 00:00:00 EST 2008 (no Type) Test Location 3 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldPreferFormIdIfUuidIsNotFound History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Jul 14 00:00:00 EDT 2009 (no Type) Test Location 3 Basic Form num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldSetComplexDataForObsWithComplexConcepts History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 3 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldPreferFormUuidOverIdIfBothArePresent History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Jul 14 00:00:00 EDT 2009 (no Type) Test Location 3 Basic Form num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateAnEncounterAndFindTheProviderByIdentifier History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 2 (no Form) num Obs: [] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateBasicConceptProposal History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest parseObs_shouldAddMultipleCommentsForAnObservationAsOneComment History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldNotCreateProblemListObservationWithConceptProposals History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Fri Feb 08 00:00:00 EST 2008 (no Type) Test Location 3 (no Form) num Obs: [] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateAnEncounterAndFindTheProviderByProviderId History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 2 (no Form) num Obs: [] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateAnEncounterAndFindTheProviderByPersonId History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 2 (no Form) num Obs: [] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processORU_R01_shouldProcessMultipleNK1Segments History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Jul 14 00:00:00 EDT 2009 (no Type) Test Location 3 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateAnEncounterAndFindTheProviderByUuid History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 2 (no Form) num Obs: [] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldSetValue_NumericForObsIfQuestionDatatypeIsNumericAndTheAnswerIsEither0Or1 History
Build and Test 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateObsValueCodedName History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Jul 14 00:00:00 EDT 2009 (no Type) Test Location 3 (no Form) num Obs: [obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldSetValue_CodedMatchingABooleanConceptForObsIfTheAnswerIs0Or1AndQuestionDatatypeIsCoded History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldCreateConceptProposalAndWithObsAlongside History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Fri Oct 03 00:00:00 EDT 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null, obs id is null, obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest processMessage_shouldUnderstandFormUuidIfPresent History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Jul 14 00:00:00 EDT 2009 (no Type) Test Location 3 Basic Form num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)
Collapse Failed ORUR01HandlerTest parseObs_shouldAddCommentsToAnObservationGroup History
Build and Test < 1 sec
org.openmrs.api.ValidationException: 'Encounter: [(no ID) Tue Feb 12 00:00:00 EST 2008 (no Type) Test Location 7 (no Form) num Obs: [obs id is null] num Orders: 0 ]' failed to validate with reason: encounterType: Encounter.error.encounterType.required
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:83)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:128)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
(40 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-4490Could not obtain issue details from Jira