Yes, and if you are behind a firewall you can download the file and change the reference to your local hard drive.<br>Greetings!<br><br><div class="gmail_quote">2011/3/5 Xinhua Zhu <span dir="ltr">&lt;<a href="mailto:xhzhu@it.uts.edu.au">xhzhu@it.uts.edu.au</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Haha, I made it runable.<div><br></div><div>The xsd path should be </div><div><a href="http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-container/drools-spring/src/main/resources/org/drools/container/spring/drools-spring-1.2.0.xsd" target="_blank">http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-container/drools-spring/src/main/resources/org/drools/container/spring/drools-spring-1.2.0.xsd</a></div>

<div><br></div><div><br></div><div>BR<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Sat, Mar 5, 2011 at 5:25 PM, Xinhua Zhu <span dir="ltr">&lt;<a href="mailto:xhzhu@it.uts.edu.au" target="_blank">xhzhu@it.uts.edu.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<div><br></div><div>I am using 5.2.0-M1 under Tomcat6, I tried both way you provided but both don&#39;t work. The error message is still there. How can I debug it?</div><div><br></div><div>BR</div><div>Xinhua<br><br><div class="gmail_quote">


2011/3/2 A R <span dir="ltr">&lt;<a href="mailto:andromeda918@gmail.com" target="_blank">andromeda918@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div>Hopefully this is helpful to someone else...<br>
<br>The reason 5.2.0-M1 wasn&#39;t starting under Tomcat was also due to a schema problem.<br><br>In knowledge-services.xml, I had to change the path to drools-spring-1.2.0.xsd from:<br>
<br>&lt;beans xmlns=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://www.springframework.org/schema/beans</a>&quot;<br>       xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>



       xmlns:drools=&quot;<a href="http://drools.org/schema/drools-spring" target="_blank">http://drools.org/schema/drools-spring</a>&quot;<br>       xsi:schemaLocation=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://www.springframework.org/schema/beans</a> <a href="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" target="_blank">http://www.springframework.org/schema/beans/spring-beans-2.0.xsd</a><br>



                           <a href="http://drools.org/schema/drools-spring" target="_blank">http://drools.org/schema/drools-spring</a> org/drools/container/spring/drools-spring-1.2.0.xsd&quot;&gt;<br><br>to<br><br>&lt;beans xmlns=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://www.springframework.org/schema/beans</a>&quot;<br>



       xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>       xmlns:drools=&quot;<a href="http://drools.org/schema/drools-spring" target="_blank">http://drools.org/schema/drools-spring</a>&quot;<br>



       xsi:schemaLocation=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://www.springframework.org/schema/beans</a> <a href="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" target="_blank">http://www.springframework.org/schema/beans/spring-beans-2.0.xsd</a><br>



                           <a href="http://drools.org/schema/drools-spring" target="_blank">http://drools.org/schema/drools-spring</a> <a href="https://github.com/droolsjbpm/droolsjbpm-integration/raw/master/drools-container" target="_blank">https://github.com/droolsjbpm/droolsjbpm-integration/raw/master/drools-container</a><br>



/drools-spring/src/main/resources/org/drools/container/spring/drools-spring-1.2.0.xsd&quot;&gt;<br><br><br>Alternatively, you can also copy the drools-sprin-1.2.0.xsd file to &lt;tomcat&gt;/webapps/drools-server/org/drools/container/spring/drools-spring-1.2.0.xsd, and it will just be loaded from the local file system.<div>


<div></div><div><br>
<br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 1:26 PM, A R <span dir="ltr">&lt;<a href="mailto:andromeda918@gmail.com" target="_blank">andromeda918@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



Well I was able to get drools server 5.1.1 running under Tomcat 6.0.30, no luck with 5.2.0-M1 or JBoss AS though.<br>
<br>
The problem with 5.1.1 not starting seems to be with it not being able 
to download an xsd since I&#39;m in a corp environment and http requests 
have to be proxyed. So I moved the drools server to a server that could 
bypass our proxy server, and then it started up.<br>
<br>
It looks like there&#39;s an issue open related to the problem I had here:<br>
<a href="https://issues.jboss.org/browse/JBRULES-2905" target="_blank">https://issues.jboss.org/browse/JBRULES-2905</a><div><div></div><div><br><br><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 2:30 PM, A R <span dir="ltr">&lt;<a href="mailto:andromeda918@gmail.com" target="_blank">andromeda918@gmail.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m just using a stock build from 
<a href="http://www.jboss.org/drools/downloads.html" target="_blank">http://www.jboss.org/drools/downloads.html</a>, and it has 
&lt;drools:execution-node&gt; defined in 5.1.1. When I remove it, I just
 get a error on the next xml tag.<br>
<br>
I tried again with the JBoss AS included with Drools Guvnor Standalone 
5.2.0.M1, copying drools-5.2.0.M1-server.war to 
<a href="http://jboss-5.1.0.GA/server/default/deploy/drools-server.war" target="_blank">jboss-5.1.0.GA/server/default/deploy/drools-server.war</a>, but get the 
following error:<br>
<br>
14:19:57,160 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#org.drools.grid<br>
14:19:57,165 ERROR [AbstractKernelController] Error installing to Start:
 name=persistence.unit:unitName=#org.drools.grid state=Create<br>
java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] -
 You have not defined a jta-data-source for a JTA enabled persistence 
context named: org.drools.grid<div><div></div><div><br>
<br><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 4:04 AM, Esteban Aliverti <span dir="ltr">&lt;<a href="mailto:esteban.aliverti@gmail.com" target="_blank">esteban.aliverti@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





I&#39;m not sure about this, but I think there is no need to define &lt;drools:execution-node&gt; any more. Please try to remove the definition and all its usages from knowledge-services.xml and see what happens. If somebody else could confirm this behaviour, please let us know.<br>







<br>By the way, did you try to deploy drools-server in a JBoss AS?<br><br>Best Regards,<br clear="all"><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com </a><br>







- Blog @ <a href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>
<br><br><div class="gmail_quote">2011/2/27 A R <span dir="ltr">&lt;<a href="mailto:andromeda918@gmail.com" target="_blank">andromeda918@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







execution-node</blockquote></div><br>
</blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div><br></div></div>_______________________________________________<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>
<br></blockquote></div><br></div>
</blockquote></div><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>
<br></blockquote></div><br><br clear="all"><br>-- <br> - CTO @ <a href="http://www.plugtree.com">http://www.plugtree.com</a>  <br> - MyJourney @ <a href="http://salaboy.wordpress.com">http://salaboy.wordpress.com</a><br>
 - Co-Founder @ <a href="http://www.jbug.com.ar">http://www.jbug.com.ar</a><br> <br> - Salatino &quot;Salaboy&quot; Mauricio -<br>