hi marimuthu, if you're familiar with hibernate - you can create NamedQueries, then put a NamedQuery into a Drools global var then in your rule you can use the result from the query using drools "from" and use your rule with the collection of found objects
at the moment I have no samples - but I think in 2 weeks or so, I can post some, because I'm just starting to integrate Drools into my application. ekke marimuthu77 wrote: > > > Hi ekke, > > Do you have any documentation or samples? if yes, please send it to > me. I am unable to find from Drools 4.0 documentation. > > Please give me more tips on this > > Regards > Marimuthu > > > ________________________________ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of ekkehard > Sent: Friday, September 21, 2007 6:08 PM > To: Rules Users List > Subject: Re: [rules-users] database and Drools > > > marimuthu, > > Drools allows to access Hibernate Named Queries with "from" > look at the documentation ( 6.3.3 globals and 6.5.2.8 From) > perhaps this gives you some hints > > ekke > [EMAIL PROTECTED] schrieb: > > Hi, > > My application require to implement business rules with SQL > query. How can i implement business rule wjhich has SQL query? > > Is their any option to integrate with hibernate? > > Regards > Marimuthu > > > > > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you > are not the intended recipient, you should not disseminate, distribute or > copy this e-mail. Please notify the sender immediately and destroy all > copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. > The company accepts no liability for any damage caused by any virus > transmitted by this email. > > www.wipro.com > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- View this message in context: http://www.nabble.com/database-and-Drools-tf4495881.html#a12855195 Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
