<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Baskaran,<div>you can use drools-pipeline module with the Smooks transformers to do that!</div><div><br></div><div>lucaz</div><div><br><div><div>El 11/11/2009, a las 01:23, bas karan escribió:</div><div><br></div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font: inherit;"><div>Hi Lucas,</div> <div>&nbsp;&nbsp;&nbsp;&nbsp; </div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks for&nbsp; your replay. And one more question I have is,</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can we have access to TimesTen or any other in-memory databases so that no need to load WorkingMemoryEntryPoints with all the objects?</div> <div>&nbsp;</div> <div>Is there any way to load objects into WorkingMemoryEntryPoints taken from database?</div> <div>&nbsp;</div> <div>Thanks in advance</div> <div>Baskaran S</div> <div>&nbsp;</div> <div>&nbsp;</div> <div><br>--- On <b>Tue, 10/11/09, Lucas Amador <i>&lt;<a href="mailto:lucazamador@gmail.com">lucazamador@gmail.com</a>&gt;</i></b> wrote:<br></div> <blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><br>From: Lucas Amador &lt;<a href="mailto:lucazamador@gmail.com">lucazamador@gmail.com</a>&gt;<br>Subject: Re: [rules-users] Reg: Writing complex rules in Grided editor<br>To: "Rules Users List" &lt;<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>&gt;<br>Date: Tuesday, 10 November, 2009, 6:34 PM<br><br> <div id="yiv863146683">Hi,&nbsp; <div><br></div> <div>the best way is use DSL because isn't possible create "complex" rules with the guided editor <div><br> <div> <div>El 10/11/2009, a las 06:33, bas karan escribió:</div><br class="Apple-interchange-newline"> <blockquote type="cite"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top"> <div>Hi,</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am new to Drools rules. Can any one of you tell me how can we write complex rules like below using Grided editor.</div> <div>&nbsp;</div> <div>rule sequenceOfIncreasingWithdrawals<br>&nbsp; when<br>&nbsp;&nbsp;&nbsp; $account:Account($number : number)<br>&nbsp;&nbsp;&nbsp; $t1:TransactionCreatedEvent(fromAccountNumber == $number)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from entry-point TransactionStream&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; $t2:TransactionCreatedEvent(amount &gt; $t1.amount, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fromAccountNumber == $number, this after[0, 3m] $t1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from entry-point TransactionStream<br>&nbsp;&nbsp;&nbsp; not (TransactionCreatedEvent(fromAccountNumber == $number,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this after $t1, this before $t2 ) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from entry-point TransactionStream)<br>&nbsp;&nbsp;&nbsp; $t3:TransactionCreatedEvent(amount &gt; $t2.amount, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fromAccountNumber == $number, this after[0, 3m] $t2 )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from entry-point TransactionStream<br>&nbsp;&nbsp;&nbsp; not (TransactionCreatedEvent(fromAccountNumber == $number,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this after $t2, this before $t3 ) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from entry-point TransactionStream)<br>&nbsp;&nbsp;&nbsp; $ai : AccountInfo(number == $number, eval($t1.amount.add(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $t2.amount).add($t3.amount).compareTo(BigDecimal.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valueOf(0.90).multiply(averageBalance)) &gt; 0))<br>&nbsp; then<br>&nbsp;&nbsp;&nbsp; insert(new SuspiciousAccount($number, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SuspiciousAccountSeverity.MAJOR));<br>&nbsp;&nbsp;&nbsp; insert(new SuspiciousTransaction($t1.transactionUuid, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SuspiciousTransactionSeverity.MAJOR));<br>&nbsp;&nbsp;&nbsp; insert(new SuspiciousTransaction($t2.transactionUuid, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SuspiciousTransactionSeverity.MAJOR));<br>&nbsp;&nbsp;&nbsp; insert(new SuspiciousTransaction($t3.transactionUuid, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SuspiciousTransactionSeverity.MAJOR));<br>end</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>Thanks</div> <div>Baskaran S</div></td></tr></tbody></table><br> <hr size="1"> Try the new Yahoo! India Homepage. <a href="http://in.rd.yahoo.com/tagline_metro_1/*http://in.yahoo.com/trynew" target="_blank" rel="nofollow">Click here</a>._______________________________________________<br>rules-users mailing list<br><a href="http://in.mc79.mail.yahoo.com/mc/compose?to=rules-users@lists.jboss.org" target="_blank" rel="nofollow" ymailto="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br></div></div></div><br>-----Inline Attachment Follows-----<br><br> <div class="plainMail">_______________________________________________<br>rules-users mailing list<br><a href="http://in.mc79.mail.yahoo.com/mc/compose?to=rules-users@lists.jboss.org" ymailto="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></blockquote></td></tr></tbody></table><br>       <!--1--><hr size="1"> The INTERNET now has a personality. YOURS! <a href="http://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/" target="_blank">See your Yahoo! Homepage</a>._______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br></blockquote></div><br></div></body></html>