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

Build: #875 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Delete should fail on delete: Test case result

The below summarizes the result of the test "Delete should fail on delete" in build 875 of Rest Webservices - Rest Webservices Module - Default Job. View test case history
Description
Delete should fail on delete
Test class
org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs2_4.ServerLogController2_4Test
Method
delete_shouldFailOnDelete
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'initPathMatcher' defined in URL [jar:file:/home/bamboo-agent/bamboo-agent/xml-data/build-dir/RESTWS-RESTWS-JOB1/omod-common/target/webservices.rest-omod-common-2.29.0-SNAPSHOT.jar!/org/openmrs/module/webservices/rest/InitPathMatcher.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.openmrs.module.webservices.rest.InitPathMatcher] from ClassLoader [sun.misc.Launcher$AppClassLoader@677327b6]
Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.openmrs.module.webservices.rest.InitPathMatcher] from ClassLoader [sun.misc.Launcher$AppClassLoader@677327b6]
Caused by: java.lang.NoClassDefFoundError: Lorg/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter;
Caused by: java.lang.ClassNotFoundException: org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter