<div dir="ltr">Hey Geoffrey!<div><br></div><div style>I can implement those later if you like, the optaplanner, I&#39;ll publish it at my server and post link later.</div><div style><br></div><div style>Regarding the versions of artifacts in my glassfish, they were all taken from the drools-planner-5.5.0-Final lib, I even searched for others jars at glassfish, but I didn&#39;t find any.</div>
<div style><br></div><div style>I&#39;m also on xtream mailing list searching for a solution, I know this is not regarding drools itself.</div><div style><br></div><div style>One thing I forgot to mention was my project structure, I don&#39;t know if this can be a problem. I have a project called DP where the drool planner is at, I generate a jar from it and use it at my main web project, I import it to web-inf/lib. According to java compile rules, theres no problem with that, since all required libs are there, but I don&#39;t know if that can be a problem for drools compilation to, if there&#39;s any particular detail from drools that would prevent it to work. Basically is this the structure:</div>
<div style><br></div><div style>-- DP (java project)</div><div style>-- Web (this uses the DP project)</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/21 Geoffrey De Smet <span dir="ltr">&lt;<a 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">
    Maybe glassfish embeds an older version of xml pull and/or xstream<br>
    and it doesn&#39;t support using your own version of those.<br>
    <br>
    Try googling for this error, or asking on the xstream mailing list.<br>
    <br>
    Also, try deploying drools-planner-webexamples-5.5.0.Final.war (=
    optaplanner-webexamples now) from the distribution zip to glassfish
    and see report here how that works out for you (together with the
    glassfish version).<br>
    <br>
    At some point in the future I &#39;d like to see an arquillian test for
    optaplanner-webexamples [1] to prove that &quot;it just works&quot; on jboss
    AS, jetty, tomcat, glassfish, ...<br>
    I regularly test that it &quot;just works&quot; on jboss AS 7 and openshift.<br>
    <br>
    [1]
<a href="https://github.com/droolsjbpm/optaplanner/tree/master/optaplanner-webexamples" target="_blank">https://github.com/droolsjbpm/optaplanner/tree/master/optaplanner-webexamples</a><br>
    <br>
    <div>Op 21-03-13 13:44, André Fróes schreef:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">The exception persist. I added the artifact at web
        project and also checked if it was there at the lib when
        compiled and also checked at glassfish lib folder, it is at both
        places. I still can&#39;t figure what is the problem with it, it
        runs perfectly in my mock, as I said before, but is not working
        when invoked by web.
        <div>
          <br>
        </div>
        <div>---------</div>
        <div>
          <div>SEVERE: Error Rendering
            View[/protected/crud/planner.xhtml]</div>
          <div>javax.el.ELException: /protected/crud/planner.xhtml:
            com.thoughtworks.xstream.io.StreamException: Cannot create
            XmlPullParser</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: com.thoughtworks.xstream.io.StreamException:
            Cannot create XmlPullParser</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:60)</div>
          <div><span style="white-space:pre-wrap"> </span>at
            com.thoughtworks.xstream.XStream.fromXML(XStream.java:895)</div>
          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:87)</div>
          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:77)</div>
          <div><span style="white-space:pre-wrap"> </span>at
            com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:217)</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:206)</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:86)</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>com.thoughtworks.xstream.io.StreamException: Cannot
            create XmlPullParser</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:60)</div>
          <div><span style="white-space:pre-wrap"> </span>at
            com.thoughtworks.xstream.XStream.fromXML(XStream.java:895)</div>
          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:87)</div>
          <div><span style="white-space:pre-wrap"> </span>at
org.drools.planner.config.XmlSolverFactory.configure(XmlSolverFactory.java:77)</div>
          <div><span style="white-space:pre-wrap"> </span>at
            com.my.proj.planner.plan.ExecutePlan.doPlan(ExecutePlan.java:217)</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.planWorkOrders(ExecutePlan.java:206)</div>
          <div><span style="white-space:pre-wrap"> </span>at
com.my.proj.planner.plan.ExecutePlan.executePlanning(ExecutePlan.java:86)</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 class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/3/20 Geoffrey De Smet <span dir="ltr">&lt;<a 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"> Check WEB-INF/lib of
              the build war for the xml pull jar.<br>
              <div>Op 20-03-13 20:05, André Fróes schreef:<br>
              </div>
              <div>
                <blockquote type="cite">
                  <div>Caused by:
                    com.thoughtworks.xstream.io.StreamException: Cannot
                    create XmlPullParser</div>
                  <div><span style="white-space:pre-wrap"> </span>at
com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:60)</div>
                </blockquote>
                <br>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            rules-users mailing list<br>
            <a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
            <a 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></fieldset>
      <br>
      <pre>_______________________________________________
rules-users mailing list
<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a>
<a 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 href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a 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>