Hi,<br><br>I don&#39;t seem to be able to get the drools server (5.1.1 or 5.2.0.M1) to startup correctly under Tomcat 6.0.30. <br><br>Here are the steps I&#39;ve taken:<br><br>1) cp drools-5.1.1-server.war to my webapps directory<br>
2) deleted servlet-api-2.3.jar due to a conflict with tomcat&#39;s servrlet-api.jar<br>3) On startup however I get the following error in the logs (same error for 5.2.0.M1):<br><br>org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:knowledge-services.xml]<br>
Offending resource: class path resource [beans.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 25 in XML document from class path resource [knowledge-services.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#39;drools:execution-node&#39;.<br>
<br>Where line 25 in the knowledge-services.xml file is:<br>
        &lt;drools:execution-node id=&quot;node1&quot; /&gt;<br>
<br>Full stack trace is here:<br><a href="http://pastebin.com/Dweg29gJ">http://pastebin.com/Dweg29gJ</a><br><br><br>Any help appreciated.<br><br>Thanks!<br><br><br>