What is latest proven-that-works combination of Liferay and Wicket?

北城以北 提交于 2019-12-11 23:42:28

问题


I just tried Wicket 1.5.6 and Liferay 6.1.0 combination and that is not working out of the box, at least not for me.

https://cwiki.apache.org/WICKET/wicket-examples-as-portlets.html

says that examples.war should work without any problem, but for me it tells after deploy that

11:53:17,096 ERROR [render_portlet_jsp:154] java.lang.IllegalStateException: filter path was not configured
at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:164)
at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:241)
at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:203)
at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:105)
at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.doFilter(InvokerFilter.java:70)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:593)

and won't work. Do you know

a) solution to this error

b) which combination of these two works out of the box?


回答1:


I do not know still what was that prevented that combination of running, but I tested again with Wicket 1.5.6 and Liferay 6.0.6 and everything worked like charm.

On my side that is ok, because the used Liferay version is on minor importance for me.



来源:https://stackoverflow.com/questions/10833462/what-is-latest-proven-that-works-combination-of-liferay-and-wicket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!