[seam-commits] Seam SVN: r15388 - branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/webapp/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jan 17 03:44:39 EST 2013
Author: vdedik
Date: 2013-01-17 03:44:39 -0500 (Thu, 17 Jan 2013)
New Revision: 15388
Modified:
branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/webapp/WEB-INF/pages.xml
Log:
Bug 878006 - Seam2.3 blog example uses org.hibernate.search.errors.EmptyQueryException
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/webapp/WEB-INF/pages.xml 2013-01-10 11:36:21 UTC (rev 15387)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/webapp/WEB-INF/pages.xml 2013-01-17 08:44:39 UTC (rev 15388)
@@ -58,10 +58,4 @@
<action execute="#{blog.hitCount.hit}"/>
</page>
- <exception class="org.hibernate.search.errors.EmptyQueryException">
- <redirect view-id="/search.xhtml">
- <message severity="warn">Given query is too simple. Try again.</message>
- </redirect>
- </exception>
-
</pages>
More information about the seam-commits
mailing list