终于理解了Karl所说的“If any errors occur while attempting to lazy load relationships in the view (JSP) it would be hard to present a nice error to the user”,其实更痛苦的是我自己没办法定位错误,这不,今天就领教了。我的任务列表莫名其妙的报错了:
17:05:28 DEBUG [WorkListController] listExecutingTasks (line:118) aPageExeTasks.size()[3]
17:05:32 ERROR [DispatcherServlet] serviceWrapper (line:404) Could not complete request
17:05:32 ERROR [DispatcherServlet] org.apache.jasper.JasperException
17:05:32 ERROR [DispatcherServlet] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
17:05:32 ERROR [DispatcherServlet] at
最怕这种错误信息了
本文记录了一次在试图懒加载视图(JSP)中关系时遇到的错误经历,详细描述了错误发生的过程及部分错误信息,如JasperException等。
806

被折叠的 条评论
为什么被折叠?



