Thank you for your replay.<br><br>I downloaded the schemas and configured the applicationContext.xml like this, consider &quot;path to my&quot; the path to the file.<br><br>&lt;beans xmlns=&quot;<a href="http://www.springframework.org/schema/beans">http://www.springframework.org/schema/beans</a>&quot;<br>
       xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>       xmlns:drools=&quot;<a href="http://drools.org/schema/drools-spring">http://drools.org/schema/drools-spring</a>&quot;<br>
       xmlns:camel=&quot;<a href="http://camel.apache.org/schema/spring">http://camel.apache.org/schema/spring</a>&quot;<br>       xsi:schemaLocation=&quot;<a href="http://www.springframework.org/schema/beans">http://www.springframework.org/schema/beans</a> <a href="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">http://www.springframework.org/schema/beans/spring-beans-2.5.xsd</a><br>
                           <b><a href="http://drools.org/schema/drools-spring">http://drools.org/schema/drools-spring</a> file:///path/to/my/drools-spring-1.0.0.xsd</b><br>                           <b><a href="http://camel.apache.org/schema/spring">http://camel.apache.org/schema/spring</a> file:///path/to/my/camel-spring.xsd&quot;</b>&gt;<br>
<br>I have a web application, and when I execute it works =) but I have some unit tests and I initialize the spring with the code<br><br>ApplicationContext applicationContext = new ClassPathXmlApplicationContext(new String[] {&quot;applicationContext.xml&quot;});<br>
<br>In this case I get the same error I had before. Any ideia?<br><br>Anderson<br><br><div class="gmail_quote">2010/12/1 Mauricio Salatino <span dir="ltr">&lt;<a href="mailto:salaboy@gmail.com">salaboy@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">yes you can download the schemas to your hard drive and point the applicationContext.xml to them.<br>
<br><br><div class="gmail_quote">2010/12/1 Anderson Rocha <span dir="ltr">&lt;<a href="mailto:anderson.ufal@gmail.com" target="_blank">anderson.ufal@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">Hi all,<br><br>I <span lang="en"><span title="">realized that to use Drools with Spring I need to be conected to the internet, but sometimes I am not. There is a way to download the tags of Drools and configure the applicationContext.xml to seek for them localy?<br>


<br>Regards,<br>Anderson<br></span></span>
<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><font color="#888888"><br><br clear="all"><br>-- <br> - CTO @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com</a>  <br> - MyJourney @ <a href="http://salaboy.wordpress.com" target="_blank">http://salaboy.wordpress.com</a><br>

 - Co-Founder @ <a href="http://www.jbug.com.ar" target="_blank">http://www.jbug.com.ar</a><br> <br> - Salatino &quot;Salaboy&quot; Mauricio -<br>
</font><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>