<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In a war, the classpath starts from WEB-INF/classes/<br>
    so in a maven directory structure, the xml should be under
    src/main/resources, not under src/main/webapp<br>
    <br>
    <div class="moz-cite-prefix">Op 20-03-13 17:01, Andr&eacute; Fr&oacute;es schreef:<br>
    </div>
    <blockquote
cite="mid:CAC8f_wWTBhqxHXeiD5X9NMpXuBAyb3BcnkPwSEMTx7VWofYHkg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I triple checked it, not a single dot is wrong, and
        it is working when I'm running my mock, but when I try to run my
        model from browser, it is not able to find it.
        <div><br>
        </div>
        <div style="">What have I done until now?</div>
        <div style=""><br>
        </div>
        <div style="">- Verified my .ear to see if the xml was inside of
          it. (it is)</div>
        <div style="">- Cleared netbeans cache. (done)</div>
        <div style="">- Copied the package name and switched dots for
          slashes to prevent any kind of mistake and then copied the xml
          name. (done)</div>
        <div style="">- Moved the xml to another folder and try it from
          then and redo these steps. (done)</div>
        <div style=""><br>
        </div>
        <div style="">I'm out of alternatives =S</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          2013/3/20 Geoffrey De Smet <span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:ge0ffrey.spam@gmail.com" target="_blank">ge0ffrey.spam@gmail.com</a>&gt;</span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div class="im">
                <blockquote type="cite">
                  java.lang.IllegalArgumentException: The solver
                  configuration
                  (/com/my/proj/planner/solver/plannerSolverConfig.xml)
                  does not exist.</blockquote>
              </div>
              Doesn't seem to be related to the scoreCalculator at all.<br>
              Double check that classpath resource. It's case-sensitive.<br>
              <br>
              <div>Op 20-03-13 15:29, Andr&eacute; Fr&oacute;es schreef:<br>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">That exception stoped, now, it is not
                      being able to find my scoreCalculator, I even
                      tried changing the xml location, but same
                      exception shows up.
                      <div><br>
                      </div>
                      <div>
                        <div>----------------------------------</div>
                        <div>
                          <div>SEVERE: Error Rendering
                            View[/protected/crud/planner.xhtml]</div>
                          <div>javax.el.ELException:
                            /protected/crud/planner.xhtml:
                            java.lang.IllegalArgumentException: The
                            solver configuration
                            (/com/my/proj/planner/solver/plannerSolverConfig.xml)
                            does not exist.</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:88)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.render.Renderer.encodeChildren(Renderer.java:168)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1757)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.my.proj.view.listener.LoginFilter.doFilter(LoginFilter.java:40)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.ContextTask.run(ContextTask.java:71)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

                            java.lang.Thread.run(Thread.java:722)</div>
                          <div>Caused by:
                            java.lang.IllegalArgumentException: The
                            solver configuration
                            (/com/my/proj/planner/solver/plannerSolverConfig.xml)
                            does not exist.</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:68)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:54)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:215)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:205)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:85)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.view.controller.crud.PlannerCrud.runPlanner(PlannerCrud.java:187)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.view.controller.crud.PlannerCrud.attributeResourceById(PlannerCrud.java:87)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

                            sun.reflect.NativeMethodAccessorImpl.invoke0(Native

                            Method)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

java.lang.reflect.Method.invoke(Method.java:601)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.BeanELResolver.invoke(BeanELResolver.java:528)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.parser.AstValue.getValue(AstValue.java:134)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.parser.AstValue.getValue(AstValue.java:183)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.el.ELText$ELTextVariable.writeText(ELText.java:227)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.el.ELText$ELTextComposite.writeText(ELText.java:150)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:85)</div>
                          <div><span style="white-space:pre-wrap"> </span>...
                            52 more</div>
                          <div><br>
                          </div>
                          <div>WARNING: StandardWrapperValve[Faces
                            Servlet]: PWC1406: Servlet.service() for
                            servlet Faces Servlet threw exception</div>
                          <div>java.lang.IllegalArgumentException: The
                            solver configuration
                            (/com/my/proj/planner/solver/plannerSolverConfig.xml)
                            does not exist.</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:68)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:54)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:215)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:205)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:85)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.view.controller.crud.PlannerCrud.runPlanner(PlannerCrud.java:187)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.view.controller.crud.PlannerCrud.attributeResourceById(PlannerCrud.java:87)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

                            sun.reflect.NativeMethodAccessorImpl.invoke0(Native

                            Method)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

java.lang.reflect.Method.invoke(Method.java:601)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.BeanELResolver.invoke(BeanELResolver.java:528)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.parser.AstValue.getValue(AstValue.java:134)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.parser.AstValue.getValue(AstValue.java:183)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.el.ELText$ELTextVariable.writeText(ELText.java:227)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.el.ELText$ELTextComposite.writeText(ELText.java:150)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:85)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.render.Renderer.encodeChildren(Renderer.java:168)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1757)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.my.proj.view.listener.LoginFilter.doFilter(LoginFilter.java:40)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

com.sun.grizzly.ContextTask.run(ContextTask.java:71)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)</div>
                          <div><span style="white-space:pre-wrap"> </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)</div>
                          <div><span style="white-space:pre-wrap"> </span>at

                            java.lang.Thread.run(Thread.java:722)</div>
                        </div>
                      </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">2013/3/19 Andr&eacute; Fr&oacute;es <span
                          dir="ltr">&lt;<a moz-do-not-send="true"
                            href="mailto:arfmoraes@gmail.com"
                            target="_blank">arfmoraes@gmail.com</a>&gt;</span><br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div dir="ltr">Thanks Geoffrey, I took a look
                            there and noticed that there isn't that
                            xmlpull, I added it and now I'll try again,
                            clean and build in progress and restarted
                            the gf.
                            <div> <br>
                            </div>
                            <div>Thanks for the tip, I'll post the
                              result.</div>
                          </div>
                          <div>
                            <div>
                              <div class="gmail_extra"><br>
                                <br>
                                <div class="gmail_quote">2013/3/19
                                  Geoffrey De Smet <span dir="ltr">&lt;<a
                                      moz-do-not-send="true"
                                      href="mailto:ge0ffrey.spam@gmail.com"
                                      target="_blank">ge0ffrey.spam@gmail.com</a>&gt;</span><br>
                                  <blockquote class="gmail_quote"
                                    style="margin:0 0 0
                                    .8ex;border-left:1px #ccc
                                    solid;padding-left:1ex">
                                    <div bgcolor="#FFFFFF"
                                      text="#000000"> planner uses
                                      xstream<br>
                                      xstream uses xmlpull.<br>
                                      <br>
                                      Check if the xml pull jar is in
                                      your classpath (looks like the
                                      xstream jar is in your classpath).<br>
                                      You can find it in the planner's
                                      zip's binaries folder.<br>
                                      <br>
                                      <div>Op 19-03-13 20:17, Andr&eacute;
                                        Fr&oacute;es schreef:<br>
                                      </div>
                                      <blockquote type="cite">
                                        <div>
                                          <div>
                                            <div dir="ltr">
                                              <div>
                                                <div>I'm receiving this
                                                  exception when trying
                                                  to run a model from
                                                  web browser. I'm able
                                                  to run it when I
                                                  simulate in a class
                                                  the data, but when I
                                                  try it in my browser,
                                                  i get this exception.
                                                  I have no clue of
                                                  why's that happening.
                                                  (pom.xml is at the end
                                                  of the email)</div>
                                                <div><br>
                                                </div>
                                                <div>-------------</div>
                                                <div>SEVERE: Error
                                                  Rendering
                                                  View[/protected/crud/planner.xhtml]</div>
                                                <div>javax.el.ELException:

                                                  /protected/crud/planner.xhtml:

                                                  java.lang.NoClassDefFoundError:

org/xmlpull/v1/XmlPullParserException</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:88)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.render.Renderer.encodeChildren(Renderer.java:168)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1757)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.listener.LoginFilter.doFilter(LoginFilter.java:40)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.ContextTask.run(ContextTask.java:71)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.Thread.run(Thread.java:722)</div>
                                                <div>Caused by:
                                                  java.lang.NoClassDefFoundError:
org/xmlpull/v1/XmlPullParserException</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.thoughtworks.xstream.XStream.&lt;init&gt;(XStream.java:343)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.buildXstream(XmlSolverFactory.java:39)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:49)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:53)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:221)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:211)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:80)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.controller.crud.PlannerCrud.runPlanner(PlannerCrud.java:187)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.controller.crud.PlannerCrud.attributeResourceById(PlannerCrud.java:87)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
                                                  sun.reflect.NativeMethodAccessorImpl.invoke0(Native
                                                  Method)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.reflect.Method.invoke(Method.java:601)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.BeanELResolver.invoke(BeanELResolver.java:528)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.parser.AstValue.getValue(AstValue.java:134)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.parser.AstValue.getValue(AstValue.java:183)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.el.ELText$ELTextVariable.writeText(ELText.java:227)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.el.ELText$ELTextComposite.writeText(ELText.java:150)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:85)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>... 52 more</div>
                                                <div>Caused by:
                                                  java.lang.ClassNotFoundException:
org.xmlpull.v1.XmlPullParserException</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader$1.run(URLClassLoader.java:366)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
                                                  java.security.AccessController.doPrivileged(Native
                                                  Method)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader.findClass(URLClassLoader.java:354)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.ClassLoader.loadClass(ClassLoader.java:423)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.ClassLoader.loadClass(ClassLoader.java:356)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>... 75 more</div>
                                                <div><br>
                                                </div>
                                                <div>WARNING:
                                                  StandardWrapperValve[Faces
                                                  Servlet]: PWC1406:
                                                  Servlet.service() for
                                                  servlet Faces Servlet
                                                  threw exception</div>
                                                <div>java.lang.ClassNotFoundException:
org.xmlpull.v1.XmlPullParserException</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader$1.run(URLClassLoader.java:366)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
                                                  java.security.AccessController.doPrivileged(Native
                                                  Method)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.net.URLClassLoader.findClass(URLClassLoader.java:354)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.ClassLoader.loadClass(ClassLoader.java:423)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.ClassLoader.loadClass(ClassLoader.java:356)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.thoughtworks.xstream.XStream.&lt;init&gt;(XStream.java:343)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.buildXstream(XmlSolverFactory.java:39)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:49)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.drools.planner.config.XmlSolverFactory.&lt;init&gt;(XmlSolverFactory.java:53)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:221)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:211)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:80)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.controller.crud.PlannerCrud.runPlanner(PlannerCrud.java:187)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.controller.crud.PlannerCrud.attributeResourceById(PlannerCrud.java:87)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
                                                  sun.reflect.NativeMethodAccessorImpl.invoke0(Native
                                                  Method)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.reflect.Method.invoke(Method.java:601)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:779)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.BeanELResolver.invoke(BeanELResolver.java:528)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.parser.AstValue.getValue(AstValue.java:134)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.parser.AstValue.getValue(AstValue.java:183)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.el.ELText$ELTextVariable.writeText(ELText.java:227)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.el.ELText$ELTextComposite.writeText(ELText.java:150)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:85)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.render.Renderer.encodeChildren(Renderer.java:168)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1757)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.component.UIComponent.encodeAll(UIComponent.java:1760)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.my.proj.view.listener.LoginFilter.doFilter(LoginFilter.java:40)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.ContextTask.run(ContextTask.java:71)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)</div>
                                                <div><span
                                                    style="white-space:pre-wrap">
                                                  </span>at
java.lang.Thread.run(Thread.java:722)</div>
                                                <div><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div>My pom:</div>
                                                <div><br>
                                                </div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;dependency&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;groupId&gt;org.drools&lt;/groupId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;artifactId&gt;drools-core&lt;/artifactId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;version&gt;${org.drools.version}&lt;/version&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;/dependency&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;dependency&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;groupId&gt;org.drools&lt;/groupId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;artifactId&gt;drools-compiler&lt;/artifactId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;version&gt;${org.drools.version}&lt;/version&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;/dependency&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;dependency&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;groupId&gt;org.drools.planner&lt;/groupId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;artifactId&gt;drools-planner-core&lt;/artifactId&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;version&gt;${org.drools.version}&lt;/version&gt;</div>
                                                <div>&nbsp; &nbsp; &nbsp; &nbsp;
                                                  &lt;/dependency&gt;</div>
                                                <div><br>
                                                </div>
                                              </div>
                                            </div>
                                            <br>
                                            <fieldset></fieldset>
                                            <br>
                                          </div>
                                        </div>
                                        <pre>_______________________________________________
rules-users mailing list
<a moz-do-not-send="true" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a>
<a moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a></pre>
                                      </blockquote>
                                      <br>
                                    </div>
                                    <br>
_______________________________________________<br>
                                    rules-users mailing list<br>
                                    <a moz-do-not-send="true"
                                      href="mailto:rules-users@lists.jboss.org"
                                      target="_blank">rules-users@lists.jboss.org</a><br>
                                    <a moz-do-not-send="true"
                                      href="https://lists.jboss.org/mailman/listinfo/rules-users"
                                      target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
                            </div>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
rules-users mailing list
<a moz-do-not-send="true" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a>
<a moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a></pre>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            rules-users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/rules-users"
              target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>