在JdonFrameworkTest工程中:配置了
<pojoService name="testService" class="com.jdon.framework.test.service.TestServicePOJOImp"/>
但是执行如下第二行代码时有异常:
TestService testService = (TestService) WebAppUtil.getService("testService", request);
pageIterator = testService.getAllUsers(start, count);
异常为:
java.lang.Throwable: java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList