Hi Maria. You have to change a couple of things in your navigation.jsp:<br>
<br>
1) While -> while (the first one would never work, it's simply not java language)<br>
2) ArrayList navItems = navigation.getNavigationForFolder(); -> List
navItems = navigation.getNavigationForFolder(); ((the returned type is
List, not ArrayList.))<br>
<br>
Hope it helps. Greetings,<br>
<br>
Nacho.<br><br><div><span class="gmail_quote">On 7/18/06, <b class="gmail_sendername">Jonathan Woods</b> <<a href="mailto:jonathan.woods@scintillance.com">jonathan.woods@scintillance.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maria -<br><br>Would you post your navigation.jsp as an attachment to a message?  That<br>would make it easier to debug.<br><br>Jon<br><br>-----Original Message-----<br>From: <a href="mailto:opencms-dev-bounces@opencms.org">
opencms-dev-bounces@opencms.org</a><br>[mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] On Behalf Of<br><a href="mailto:maria.freixes_graells@alcatel.es">maria.freixes_graells@alcatel.es
</a><br>Sent: 18 July 2006 17:49<br>To: The OpenCms mailing list<br>Subject: Re: [opencms-dev] Problem in cron scheduled job for search lucene<br><br>Thanks Joachim!!<br>But I've tryied your option, but the error is the same.
<br>Take a look at:<br><br>org.apache.jasper.JasperException: Unable to compile class for JSP<br><br>An error occurred at line: 2 in the jsp file:<br>/WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.aww/elem
<br>ents/navigation.jsp<br>Generated servlet error:<br>Syntax error, insert ";" to complete Statement<br><br><br>        at<br>org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle<br>r.java
:84)<br>        at<br>org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:3<br>28)<br>        at<br>org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)<br>        at org.apache.jasper.compiler.Compiler.compile
(Compiler.java:297)<br>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)<br>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)<br>        at<br>org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:5<br>63)<br>        at<br>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3<br>03)<br>        at<br>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java
:314)<br>        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)<br>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br>        at<br>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(Application<br>FilterChain.java:252)<br>        at<br>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh<br>ain.java:173)<br>        at<br>org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
<br>java:672)<br>        at<br>org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatch<br>er.java:574)<br>        at<br>org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher<br>
.java:499)<br>        at<br>org.opencms.flex.CmsFlexRequestDispatcher.includeExternal(CmsFlexRequestDisp<br>atcher.java:194)<br>        at<br>org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.j<br>
ava:170)<br>        at org.opencms.loader.CmsJspLoader.service(CmsJspLoader.java:433)<br>        at<br>org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRe<br>questDispatcher.java:423)<br>        at
<br>org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.j<br>ava:174)<br>        at<br>org.opencms.loader.CmsJspLoader.dispatchJsp(CmsJspLoader.java:467)<br>        at org.opencms.loader.CmsJspLoader.load
(CmsJspLoader.java:412)<br>        at<br>org.opencms.loader.CmsResourceManager.loadResource(CmsResourceManager.java:7<br>19)<br>        at org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1332)<br>        at org.opencms.main.OpenCmsServlet.doGet
(OpenCmsServlet.java:151)<br>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<br>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br>        at<br>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(Application<br>FilterChain.java:252)<br>        at<br>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh<br>ain.java:173)<br>        at<br>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
<br>va:213)<br>        at<br>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja<br>va:178)<br>        at<br>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126<br>)<br>        at
<br>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105<br>)<br>        at<br>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java<br>:107)<br>        at<br>org.apache.catalina.connector.CoyoteAdapter.service
(CoyoteAdapter.java:148)<br>        at<br>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)<br>        at<br>org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC<br>onnection(
Http11BaseProtocol.java:664)<br>        at<br>org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav<br>a:527)<br>        at<br>org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
<br>rkerThread.java:80)<br>        at<br>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav<br>a:684)<br>        at java.lang.Thread.run(Thread.java:595)<br><br><br><br>Joachim Zittmayr escribió:
<br>> hola!<br>> hi maria!<br>> i think the problem is thr ArrayList. try the following line<br>><br>>      ArrayList navItems = new<br>>      ArrayList(navigation.getNavigationForFolder());<br>><br>> instead of this one
<br>><br>>      ArrayList navItems = navigation.getNavigationForFolder();<br>><br>> hope this helps!<br>> best regards!<br>> joachim<br>><br>> On Tue, 18 Jul 2006 17:07:40 +0200, <a href="mailto:maria.freixes_graells@alcatel.es">
maria.freixes_graells@alcatel.es</a><br>> said:<br>><br>>> Hello Jonathan,<br>>><br>>> Thanks for your answer. All contributes are welcomed.<br>>> But my problem is very strange:<br>>> 1.- If I put While in lower case, I've more errors plus to ";" one.
<br>>> 2.- The code of the navigation.jsp file:<br>>><br>>> I had error in the first line, so, I've implemented the second "<%"<br>>> alone, as you can see now, and the error is appearing at this line.
<br>>> Also, I've more errors if I put "<%="....<br>>><br>>><br>>> org.apache.jasper.JasperException: Unable to compile class for JSP An<br>>> error occurred at line: 2 in the jsp file:
<br>>> /WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.a<br>>> ww/elements/navigation.jsp Generated servlet error: Syntax error,<br>>> insert ")" to complete MethodInvocation An error occurred at line: 2
<br>>> in the jsp file:<br>>> /WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.a<br>>> ww/elements/navigation.jsp Generated servlet error: Syntax error,<br>>> insert ";" to complete Statement An error occurred at line: 2 in the
<br>>> jsp file:<br>>> /WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.a<br>>> ww/elements/navigation.jsp Generated servlet error: Syntax error,<br>>> insert ";" to complete Statement An error occurred at line: 2 in the
<br>>> jsp file:<br>>> /WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.a<br>>> ww/elements/navigation.jsp Generated servlet error: Syntax error on<br>>> token ")", delete this token
<br>>><br>>><br>>><br>>> <%@ page session="false" import="org.opencms.file.*,<br>>> org.opencms.jsp.*, java.util.*, org.opencms.frontend.templateone.*"<br>>> %>
<br>>> *<%*<br>>> CmsJspActionElement cms = new CmsJspActionElement( pageContext,<br>>> request, response ); CmsJspNavBuilder navigation =<br>>> cms.getNavigation(); ArrayList navItems =<br>>> 
navigation.getNavigationForFolder();<br>>> Iterator i = navItems.iterator();<br>>> While( i.hasNext() ) {<br>>> CmsJspNavElement navElement = ( CmsJspNavElement )i.next(); String<br>>> link = cms.link
( navElement.getResourceName() ); String title =<br>>> navElement.getTitle(); out.println("<a href=\"" + link + "\">" +<br>>> title + "</a><br/>"); } %>
<br>>><br>>><br>>> Jonathan Woods escribió:<br>>><br>>>> Maria -<br>>>><br>>>> 1.  I notice you have "   While (...)  " - maybe it's just how you<br>pasted<br>>>> the code, but of course the 'while' keyword should start with a lower
<br>case.<br>>>><br>>>> 2.  Whenever I get a JSP compilation error like this, it's usually<br>>>> for one of two reasons:<br>>>><br>>>> (i) I have used <% ... %> without closing a Java source code line with a
<br>";"<br>>>> (the ";" is not necessary if you're using <%= ... %> to evaluate an<br>>>> expression, but it is with <% ... %>.<br>>>><br>>>> (ii) I have made an error in back-slash quoting a character like ",
<br>>>> and Java is interpreting it as starting or ending a String literal.<br>>>><br>>>> Jon<br>>>><br>>>> -----Original Message-----<br>>>> From: <a href="mailto:opencms-dev-bounces@opencms.org">
opencms-dev-bounces@opencms.org</a><br>>>> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] On Behalf Of<br>>>> <a href="mailto:maria.freixes_graells@alcatel.es">
maria.freixes_graells@alcatel.es</a><br>>>> Sent: 18 July 2006 13:55<br>>>> To: The OpenCms mailing list<br>>>> Subject: Re: [opencms-dev] Problem in cron scheduled job for search<br>>>> lucene
<br>>>><br>>>> Hello Roberto!!<br>>>><br>>>> I've already tryied to implement a search engine following the<br>>>> alkacon documentation integrated with OpenCms, but I've also problems on
<br>it.<br>>>> Let me explain to you:<br>>>><br>>>> 1) I've the navigation.jsp  in<br>>>> /system/modules/es.alcatelbarcelonadesigncenter.aww/elements/<br>>>><br>>>> <%@ page session="false"
<br>>>> import="org.opencms.file.*, org.opencms.jsp.*, java.util.*,<br>>>> org.opencms.frontend.templateone.*"<br>>>> %><br>>>> <%<br>>>> /*<br>>>> * Provides basic site navigation.
<br>>>> */<br>>>> // Instead of using the default constructor and init(), we // can<br>>>> use this<br>>>> constructor:<br>>>> CmsJspActionElement cms =<br>>>> new CmsJspActionElement( pageContext, request, response ); // Get
<br>>>> navigation info CmsJspNavBuilder navigation = cms.getNavigation();<br>>>> ArrayList navItems = navigation.getNavigationForFolder();<br>>>> Iterator i = navItems.iterator();<br>>>> // Loop through all of the items in the ArrayList and print the // menu.
<br>>>> While( i.hasNext() ) {<br>>>> CmsJspNavElement navElement = ( CmsJspNavElement )i.next(); String<br>>>> link = cms.link( navElement.getResourceName() ); String title =<br>>>> navElement.getTitle
(); out.println("<a href=\"" + link + "\">" +<br>>>> title + "</a><br/>"); } %><br>>>><br>>>><br>>>> 2) I've included the file into our welcome template
<br>>>> (/system/modules/es.alcatelbarcelonadesigncenter.aww/templates/)<br>>>><br>>>><br>>>> <%@ page session="false" %><%--<br>>>> --%><%@ taglib prefix="cms" uri="
<a href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</a>"<br>>>> %><%<br>>>><br>>>> // init<br>>>><br>>>> %><cms:template element="head"><%--
<br>>>> --%><!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"><br>>>> <html> <head> <title>OpenCms - <cms:property name="Title"<br>>>> escapeHtml="true" /></title>
<br>>>><br>>>> <meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html;<br>>>> CHARSET=<cms:property name="content-encoding" default="ISO-8859-1"<br>>>> />"> <meta name="author" content="Alkacon Software GmbH"> <meta
<br>>>> name="description" content="<cms:property name="Description"<br>>>> default="OpenCms welcome page and release notes" />"> <meta<br>>>> name="keywords" content="<cms:property name="Keywords"
<br>>>> default="OpenCms, Demo, Application, Content Management" />"><br>>>><br>>>> <style type="text/css"><br>>>> <!--<br>>>> <%@ include file="../resources/welcome.css" %>
<br>>>> --><br>>>> </style><br>>>><br>>>> <cms:editable /><br>>>><br>>>> </head><br>>>> <body><br>>>> <img src="<cms:link>../resources/logo_opencms_large.png</cms:link>"
<br>>>> alt="OpenCms Logo" title="OpenCms Logo" width="250" height="63"<br>>>> border="0" align="right"><br>>>><br>>>> <!-- Navigation starts here -->
<br>>>> <cms:include file="../elements/navigation.jsp" /><br>>>> <!-- cms:include<br>>>> file="/system/modules/net.grcomputing.opencms.search.lucene/elements<br>>>> /simple_
<br>>>> search.jsp"/><br>>>> <!-- Navigation ends here --><br>>>> <br clear="all"><br>>>><br>>>> <!-- Main page body starts here --><br>>>> </cms:template>
<br>>>><br>>>> <cms:template element="body"><br>>>> <table><br>>>> <tr><br>>>>     <td><br>>>>         <cms:include element="body" editable="true" />
<br>>>>     </td><br>>>> </tr><br>>>> </table><br>>>> </cms:template><%--<br>>>><br>>>><br>>>> --%><cms:template element="foot"><%--
<br>>>> --%><!-- Main page body ends here --><br>>>><br>>>> <!-- Login element starts here --><%-- --%><cms:include<br>>>> file="../elements/login_element.jsp" /><%--
<br>>>> --%><!-- Login element ends here --><br>>>><br>>>> <p class="small"><img<br>>>> src="<cms:link>../resources/logo_alkacon.gif</cms:link>"
<br>>>> alt="Alkacon Software GmbH" width="100" height="36" border="0"<br>>>> align="left"> &copy; 2006 Alkacon Software GmbH<br> The OpenCms
<br>>>> experts<br> <a href="<a href="http://www.alkacon.com">http://www.alkacon.com</a>"<br>>>> target="alkacon"><a href="http://www.alkacon.com">http://www.alkacon.com</a>
</a></p><br>>>><br>>>> </body><br>>>> </html><br>>>> </cms:template><br>>>><br>>>><br>>>> But now, I've a problem with the welcome page, it says:
<br>>>><br>>>><br>>>> javax.servlet.ServletException: javax.servlet.jsp.JspException:<br>>>> Unable to compile class for JSP<br>>>><br>>>> An error occurred at line: 4 in the jsp file:
<br>>>> /WEB-INF/jsp/offline/system/modules/es.alcatelbarcelonadesigncenter.<br>>>> aww/elem<br>>>> ents/navigation.jsp<br>>>> Generated servlet error:<br>>>> Syntax error, insert ";" to complete Statement
<br>>>><br>>>><br>>>>     at<br>>>> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Page<br>>>> ContextI<br>>>> mpl.java:854)<br>>>>     at<br>
>>> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCo<br>>>> ntextImp<br>>>> l.java:791)<br>>>>     at<br>>>> org.apache.jsp.WEB_002dINF.jsp.offline.system.modules.es_alcatelbarc
<br>>>> elonades<br>>>> igncenter_aww.welcome_html_jsp._jspService(welcome_html_jsp.java:168)<br>>>>     at<br>>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)<br>
>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br>>>>     at<br>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe<br>>>> r.java:3<br>>>> 32)
<br>>>>     at<br>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)<br>>>>     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)<br>>>>     at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br>>>>     at<br>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App<br>>>> lication<br>>>> FilterChain.java
:252)<br>>>>     at<br>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application<br>>>> FilterCh<br>>>> ain.java:173)<br>>>>     at<br>>>><br>org.apache.catalina.core.ApplicationDispatcher.invoke
(ApplicationDispatcher.<br>>>> java:672)<br>>>>     at<br>>>> org.apache.catalina.core.ApplicationDispatcher.doInclude(Application<br>>>> Dispatch<br>>>> er.java:574)<br>>>>     at
<br>>>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDi<br>>>> spatcher<br>>>> .java:499)<br>>>>     at<br>>>> org.opencms.flex.CmsFlexRequestDispatcher.includeExternal
(CmsFlexReq<br>>>> uestDisp<br>>>> atcher.java:194)<br>>>>     at<br>>>> org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDisp<br>>>> atcher.j<br>>>> ava:170)
<br>>>>     at org.opencms.loader.CmsJspLoader.service(CmsJspLoader.java:433)<br>>>>     at<br>>>> org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(C<br>>>> msFlexRe<br>
>>> questDispatcher.java:423)<br>>>>     at<br>>>> org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDisp<br>>>> atcher.j<br>>>> ava:174)<br>>>>     at<br>
>>> org.opencms.loader.CmsJspLoader.dispatchJsp(CmsJspLoader.java:467)<br>>>>     at org.opencms.loader.CmsJspLoader.load(CmsJspLoader.java:412)<br>>>>     at<br>>>> org.opencms.loader.CmsResourceManager.loadResource
(CmsResourceManage<br>>>> r.java:7<br>>>> 19)<br>>>>     at org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1332)<br>>>>     at org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java
:151)<br>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<br>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br>>>>     at<br>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(App<br>>>> lication<br>>>> FilterChain.java:252)<br>>>>     at<br>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application<br>>>> FilterCh<br>>>> ain.java
:173)<br>>>>     at<br>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper<br>>>> Valve.ja<br>>>> va:213)<br>>>>     at<br>>>> org.apache.catalina.core.StandardContextValve.invoke
(StandardContext<br>>>> Valve.ja<br>>>> va:178)<br>>>>     at<br>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.<br>>>> java:126<br>>>> )<br>>>>     at
<br>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.<br>>>> java:105<br>>>> )<br>>>>     at<br>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVa
<br>>>> lve.java<br>>>> :107)<br>>>>     at<br>>>><br>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)<br>>>>     at<br>>>><br>org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:869)<br>>>>     at<br>>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.<br>>>> processC<br>>>> onnection(Http11BaseProtocol.java:664)<br>>>>     at
<br>>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndp<br>>>> oint.jav<br>>>> a:527)<br>>>>     at<br>>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
(LeaderFo<br>>>> llowerWo<br>>>> rkerThread.java:80)<br>>>>     at<br>>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Thread<br>>>> Pool.jav<br>>>> a:684)
<br>>>><br>>>> I don't know about this ";"<br>>>><br>>>> Could you help me please since this point?<br>>>><br>>>> I would be very gratefully.<br>>>>
<br>>>> Thanks and regards,<br>>>><br>>>> Maria<br>>>>     at java.lang.Thread.run(Thread.java:595)<br>>>><br>>>><br>>>><br>>>><br>>>> Roberto Hervella Macía escribió:
<br>>>><br>>>><br>>>>> Hi Mr Alireza,<br>>>>><br>>>>> I've been implementing some search indexes in OpenCms lately, and<br>>>>> I'm<br>>>>><br>
>>>><br>>>> using<br>>>><br>>>><br>>>>> them in some jsps that I've implemented similar to OpenCms examples.<br>>>>> You can see these examples in alkacon documentation integrated with
<br>>>>><br>>>>><br>>>> OpenCms,<br>>>><br>>>><br>>>>> in the folder examples search.<br>>>>><br>>>>> I hope this information could help you.
<br>>>>><br>>>>>     Roberto<br>>>>><br>>>>><br>>>>> ----- Original Message -----<br>>>>> From: <<a href="mailto:maria.freixes_graells@alcatel.es">
maria.freixes_graells@alcatel.es</a>><br>>>>> To: <<a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>><br>>>>> Sent: Tuesday, July 18, 2006 12:11 PM<br>>>>> Subject: [opencms-dev] Problem in cron scheduled job for search
<br>>>>> lucene<br>>>>><br>>>>><br>>>>><br>>>>><br>>>>><br>>>>>> Hello everybody!!<br>>>>>><br>>>>>> Could anyone help to me, please?
<br>>>>>> I'm trying to use the lucene search engine. I've followed the<br>>>>>> instructions related in the OpenCms ebook but I've optained an<br>>>>>> error when I'm trying to create the scheduled job, when I put the
<br>>>>>> Java class in the combo:<br>>>>>> net.grcomputing.opencms.search.lucene.CronIndexManager,<br>>>>>> then I optain the error: com/opencms/core/I_CmsCronJob, and the<br>
>>>>> combo is setting to red colour.<br>>>>>><br>>>>>> Any idea about it?<br>>>>>> Can I use the lucene search engine without using the scheduled job?<br>>>>>>
<br>>>>>> Thanks a lot, and have a nice day!!<br>>>>>><br>>>>>> Best regards,<br>>>>>> Maria<br>>>>>><br>>>>>> _______________________________________________
<br>>>>>> This mail is sent to you from the opencms-dev mailing list To<br>>>>>> change your list options, or to unsubscribe from the list, please<br>>>>>><br>>>>>>
<br>>>> visit<br>>>><br>>>><br>>>>>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>>>>>>
<br>>>>>><br>>>>>><br>>>>>><br>>>>> _______________________________________________<br>>>>> This mail is sent to you from the opencms-dev mailing list To
<br>>>>> change your list options, or to unsubscribe from the list, please<br>>>>> visit <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br>>>>><br>>>>><br>>>>><br>>>><br>>>> _______________________________________________<br>>>> This mail is sent to you from the opencms-dev mailing list To change
<br>>>> your list options, or to unsubscribe from the list, please visit<br>>>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
>>><br>>>><br><br><br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit
<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br></blockquote></div><br>