I want to add search handlers info to the WS docs, in order to see how it works I execute ResourceDocCreatorTest and get the following error:
java.lang.NoClassDefFoundError: org/openmrs/TestOrder
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)
at java.lang.Class.getDeclaredConstructors(Class.java:1838)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:227)
...
There are 3 versions of TestOrder in the workspace (1.9.2, 1.10.1 and 1.11.0) by the way. Ideas?
Cheers