Collapse |
Failed
|
HomePageControllerTest
controller_shouldLimitWhichAppsAreShownOnTheHomePageBasedOnLocation
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/ServletRegistration
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:571)
at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:490)
at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:474)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:241)
(55 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath(LoginPageControllerTest.java:310)
(44 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession(LoginPageControllerTest.java:213)
(44 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest(LoginPageControllerTest.java:169)
(44 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails(LoginPageControllerTest.java:279)
(44 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath(LoginPageControllerTest.java:329)
(44 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldRedirectTheUserToTheHomePageIfTheyAreAlreadyAuthenticated
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldShowTheUserTheLoginPageIfTheyAreNotAuthenticated
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
|
Collapse |
Failed
|
LoginPageControllerTest
get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists
History
|
Default Job |
< 1 sec |
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at javassist.runtime.Desc.getClassObject(Desc.java:43)
at javassist.runtime.Desc.getClassType(Desc.java:152)
at javassist.runtime.Desc.getType(Desc.java:122)
at javassist.runtime.Desc.getType(Desc.java:78)
at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists(LoginPageControllerTest.java:191)
(44 more lines...)
|