Drools rules can use Hibernate queries to perform checks against the database. They look
something like this:
$cheese : Cheese() from session.createQuery("select cheese from Products where
...").setProperties( {"key1" => "value1", "key2"
=> "value2" }).list()
How does the session get passed to Drools and is it possible to pass Seam's
EntityManager in a similar fashion? Has anyone used this feature of Drools with Seam?
Thanks,
Damian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065804#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...