Re: [rules-users] How to Configure Hibernate and use in Drools

2008-06-06 Thread Wilson O Ojwang

All,
sorry to ask, but does anyone have a complete example of  how to use 
hibernate query within drools?


Regards
Wilson


RAJA SEKHAR REDDY MAYALURU wrote:

hi ,
 
i need to connect to data from a .drl file from a rule . i need to get 
the dynamic data from DB to frmae a rule .
 
I have seen that Drools support  Hibernate .
 
so how can i connect to DB from a drl to  DB using hibernate .
 
i need to have dynamic (data ) rules in my drl file .
 
we can configure hibernate on top of pojo , my main intrest is to know 
how to invoke hibernate from a drl file .
 
how to execute named queries  in the rule project .
 
please send me the steps to configure hibernate and use it in rules 
project .
 
thanks for the help in advance
 
regards ,
 
Sekhar .



___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
  
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] How to Configure Hibernate and use in Drools

2008-06-03 Thread Marcus Ilgner
Hi Sekhar,

On Mon, Jun 2, 2008 at 5:56 PM, RAJA SEKHAR REDDY MAYALURU
[EMAIL PROTECTED] wrote:
 hi ,

 i need to connect to data from a .drl file from a rule . i need to get the
 dynamic data from DB to frmae a rule .

 I have seen that Drools support  Hibernate .

 so how can i connect to DB from a drl to  DB using hibernate .

 i need to have dynamic (data ) rules in my drl file .

 we can configure hibernate on top of pojo , my main intrest is to know how
 to invoke hibernate from a drl file .

 how to execute named queries  in the rule project .

 please send me the steps to configure hibernate and use it in rules project
.
while you cannot directly access your ORM in Drools, it's nonetheless
quite simple: just write some DAO which provides methods to access
your objects - you could, for example, simply have a method which
takes the name of a NamedQuery and executes it - and register it as a
global. Then you can use the from syntax to retrieve the objects in
your rules.

Best regards
Marcus
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] How to Configure Hibernate and use in Drools

2008-06-02 Thread RAJA SEKHAR REDDY MAYALURU
hi ,

i need to connect to data from a .drl file from a rule . i need to get the
dynamic data from DB to frmae a rule .

I have seen that Drools support  Hibernate .

so how can i connect to DB from a drl to  DB using hibernate .

i need to have dynamic (data ) rules in my drl file .

we can configure hibernate on top of pojo , my main intrest is to know how
to invoke hibernate from a drl file .

how to execute named queries  in the rule project .

please send me the steps to configure hibernate and use it in rules project
.

thanks for the help in advance

regards ,

Sekhar .
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users