<div dir="ltr"><div><div>Building a package (where ever) will include all rules. In your case, in both XLS files.<br><br></div>You showed this code at the begining:-<br><br></div>&lt;quote&gt;<br><br><div>I use this code:<br>

   public static KnowledgeBase readKnowledgeBase()<br>
            throws Exception {<br>
        UrlResource resource = (UrlResource) ResourceFactory<br>
<br>
.newUrlResource(&quot;<a href="http://127.0.0.1:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/myPackage/LATEST" target="_blank">http://127.0.0.1:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/myPackage/LATEST</a>&quot;);<br>

        resource.<div id=":bt">setBasicAuthentication(&quot;enabled&quot;);<br>
        resource.setUsername(&quot;guest&quot;);<br>
        resource.setPassword(&quot;guest&quot;);<br>
        KnowledgeBuilder kbuilder = KnowledgeBuilderFactory<br>
                .newKnowledgeBuilder();<br>
        kbuilder.add(resource, ResourceType.PKG);<br>
        KnowledgeBase kbase = kbuilder.newKnowledgeBase();<br>
        kbase.addKnowledgePackages(kbuilder.getKnowledgePackages());<br>
        return kbase;<br>
    }<br><br></div><div id=":bt">&lt;/quote&gt;<br><br></div><div id=":bt">How does this differ when you use the URL <a href="http://127.0.0.1:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/myPackage/LATEST/decisiontable1">http://127.0.0.1:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/myPackage/LATEST/decisiontable1</a> ?<br>
<br></div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 April 2013 12:21, ciberg2 <span dir="ltr">&lt;<a href="mailto:joaoguerra72@gmail.com" target="_blank">joaoguerra72@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use the JBPM eclipse plugin and commit the Excel decision tables into the<br>
repository, then I build the package.<br>
<br>
Is this what you needed to know?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Fire-specific-rules-deployed-in-guvnor-that-reside-in-the-same-package-tp4023266p4023291.html" target="_blank">http://drools.46999.n3.nabble.com/Fire-specific-rules-deployed-in-guvnor-that-reside-in-the-same-package-tp4023266p4023291.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<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>
</div></div></blockquote></div><br></div>