<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>There are a set of examples, with docs here: &nbsp; 4.2.5. Build, Deploy and Utilize Examples</div><div><a href="http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection">http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection</a></div><div><br></div><div>Not sure what you mean by externally? Do you mean programmatically or from command line?</div><div><br></div><div>For programmatically - similar to the old KnowledgeBuilder api:</div><div>4.2.5.10. Programaticaly build a KieModule using Meta Models</div><div><br></div><div>For command line, just include the maven plugin:</div><div>4.2.2.3. Building with Maven<br><div><br></div><div>To dynamically update you have two alternatives. you can do it manually or you can do it automated via kie-ci.</div><div><br></div><div>To do it manually, load the target KieModule into the KieRepository, and on the existing KieContainer call updateToVersion( ReleaseID ). This example shows how to load a KieModule into the KieRepository. While in the example it uses the ReleaseId to create a new KieContainer, it’s a one line addition to instead update an existing one.</div><div>4.2.5.7. Named KieSession from File</div><div><br></div><div>If you want to do it automated, from a maven repo, you can use kie-ci: &nbsp;"4.2.5.5. KieContainer from KieRepository"</div><div><br></div><div>You can use the KieScanner to automate this, based on a poll. "4.2.3.3. KieScanner”</div><div><br></div><div>updateToVersion only works for jars built with with the programmatic api, or with maven using the KIE plugin.&nbsp;</div><div><br></div><div>Mark</div><div><br></div><div><br><div><div>On 25 Nov 2013, at 13:40, Govind J. Parashar &lt;<a href="mailto:Govind.Parashar@mastek.com">Govind.Parashar@mastek.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-GB" link="blue" vlink="purple" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class="WordSection1" style="page: WordSection1;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">Hi All<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">Anyone know, &nbsp;How to build a KnowledgeBase externally and how to dynamically reload it while the application is running.?<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">Thanks &amp; regards<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: 'Calisto MT', serif; color: rgb(31, 73, 125);">Govind P<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;"><span class="Apple-converted-space">&nbsp;</span><a href="mailto:rules-users-bounces@lists.jboss.org" style="color: purple; text-decoration: underline;">rules-users-bounces@lists.jboss.org</a><span class="Apple-converted-space">&nbsp;</span>[<a href="mailto:rules-users-bounces@lists.jboss.org" style="color: purple; text-decoration: underline;">mailto:rules-users-bounces@lists.jboss.org</a>]<span class="Apple-converted-space">&nbsp;</span><b>On Behalf Of<span class="Apple-converted-space">&nbsp;</span></b>Matthew Versaggi<br><b>Sent:</b><span class="Apple-converted-space">&nbsp;</span>25 November 2013 13:36<br><b>To:</b><span class="Apple-converted-space">&nbsp;</span>Rules Users List<br><b>Subject:</b><span class="Apple-converted-space">&nbsp;</span>Re: [rules-users] Drools 6 getting started<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">Do you know if they have worked out the Guvnor / EAP 6.0 Resty issue just yet? I had to resort to using Tomcat7 after installing and configuring EAP 6 because of that..... :-(<o:p></o:p></div></div><div><p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></p><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">On Mon, Nov 25, 2013 at 7:46 AM, Mark Proctor &lt;<a href="mailto:mproctor@codehaus.org" target="_blank" style="color: purple; text-decoration: underline;">mproctor@codehaus.org</a>&gt; wrote:<o:p></o:p></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">The links weren’t suppose to go up yet, sorry. We haven’t finished preparing the videos and there is a new website to come.<o:p></o:p></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">In the mean time you need to read the Workbench Installation Guide:<o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><a href="http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Workbench.html#wb.Installation" target="_blank" style="color: purple; text-decoration: underline;">http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Workbench.html#wb.Installation</a><o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">And the Build, Deploy and Utilize here:<o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><a href="http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/KIEChapter.html#KIEOverviewSection" target="_blank" style="color: purple; text-decoration: underline;">http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/KIEChapter.html#KIEOverviewSection</a><o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">Installation is trivla, you drop the jar in JBossAS and you are ready to go - as per the first video in the playlist. It has a starting playground. Just click “build and deploy” for a project and you are good to go:<o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><a href="http://tinyurl.com/pnq6497" target="_blank" style="color: purple; text-decoration: underline;"><span style="font-size: 10pt; font-family: Arial, sans-serif; color: rgb(0, 42, 119); text-decoration: none;">http://tinyurl.com/pnq6497</span></a><o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">The workbench installation docs tell you how to configure the location of things like the GIT repo, the maven repo etc. Although it will start with default “working folder”.<o:p></o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">Mark<o:p></o:p></div><div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div><div><div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">On 25 Nov 2013, at 11:40, captainrhino &lt;<a href="mailto:graeme.kitchen@axa-travel-insurance.com" target="_blank" style="color: purple; text-decoration: underline;">graeme.kitchen@axa-travel-insurance.com</a>&gt; wrote:<o:p></o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><br><br><o:p></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">Basically I have a web app in which I would like to run some drools rules<br>from the new KIW-WB objects. e.g. KieContainer objects<br><br>Does anyone have a link to an idiots guide to getting started to Drools 6?<br><br>I'm looking to build a drools 6 maven project from one of the standard<br>example KIE-WB projects. &nbsp;What do i need MAven , GIthub etc and how do I<br>build it?<br><br>I then need to be able to use this project within a non-maven project, i.e.<br>build a jar from within the maven project that can then be used by my<br>non-maven java project. &nbsp;With the old deprecated &nbsp;KnowledgeBase classes I<br>used to be able to do this really easily.<br><br>Any suggestions would be most welcome and appreciated.<br><br><br><br><br><br><br><br><br><span style="color: rgb(136, 136, 136);"><br><span class="hoenzb">--</span><br><span class="hoenzb">View this message in context:<span class="Apple-converted-space">&nbsp;</span><a href="http://drools.46999.n3.nabble.com/Drools-6-getting-started-tp4026911.html" target="_blank" style="color: purple; text-decoration: underline;">http://drools.46999.n3.nabble.com/Drools-6-getting-started-tp4026911.html</a></span><br><span class="hoenzb">Sent from the Drools: User forum mailing list archive at<span class="Apple-converted-space">&nbsp;</span><a href="http://nabble.com/" target="_blank" style="color: purple; text-decoration: underline;">Nabble.com</a>.</span><br><span class="hoenzb">_______________________________________________</span><br><span class="hoenzb">rules-users mailing list</span><br><span class="hoenzb"><a href="mailto:rules-users@lists.jboss.org" target="_blank" style="color: purple; text-decoration: underline;">rules-users@lists.jboss.org</a></span><br><span class="hoenzb"><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" style="color: purple; text-decoration: underline;">https://lists.jboss.org/mailman/listinfo/rules-users</a></span></span><o:p></o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div></div></div></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" style="color: purple; text-decoration: underline;">rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" style="color: purple; text-decoration: underline;">https://lists.jboss.org/mailman/listinfo/rules-users</a><o:p></o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><br><br clear="all"><o:p></o:p></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><o:p>&nbsp;</o:p></div></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">--<o:p></o:p></div><div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">#########################################################<br>Matthew R. Versaggi, President &amp; CEO<br>Versaggi Information Systems, Inc.<br>Adjunct Professor of eBusiness DePaul University<br>Email: mailto:<a href="mailto:matt@versaggi.com" target="_blank" style="color: purple; text-decoration: underline;">matt@versaggi.com</a>,<span class="Apple-converted-space">&nbsp;</span><a href="mailto:ProfVersaggi@gmail.com" target="_blank" style="color: purple; text-decoration: underline;">ProfVersaggi@gmail.com</a><br>M: 630-292-8422&nbsp;<br>LinkedIn:&nbsp;<span class="Apple-converted-space">&nbsp;</span><a href="http://www.linkedin.com/in/versaggi" target="_blank" style="color: purple; text-decoration: underline;">http://www.linkedin.com/in/versaggi</a><br>#########################################################<o:p></o:p></div></div></div></div><br><br><table bgcolor="white" style=""><tbody><tr><td>MASTEK LTD.<br>In the US, we're called MAJESCOMASTEK<br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></td></tr></tbody></table>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" style="color: purple; text-decoration: underline;">rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" style="color: purple; text-decoration: underline;">https://lists.jboss.org/mailman/listinfo/rules-users</a></div></blockquote></div><br></div></div></body></html>