[rules-users] openLiveQuery not implemented

Mark Proctor mproctor at codehaus.org
Tue Jun 25 10:31:47 EDT 2013


that has not changed, I think it's probably hard to do via the JPA command approach.

Shouldn't be too hard for someone to do. Send your pull requests in :) don't forget the unit tests, we won't accept a pull request that is without tests.

Mark
On 25 Jun 2013, at 15:23, Andynator <hickl.andy at gmail.com> wrote:

> Hey,
> 
> I am using Drools 5.5.0final and came acroos a problem when using Querries
> with JPA StatefulKnowledgeSession (persistent).
> I looked at the implementation and found following:
> Link
> <http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/releases/org.drools/drools-core/5.5.0.Final/org/drools/command/impl/CommandBasedStatefulKnowledgeSession.java#CommandBasedStatefulKnowledgeSession.openLiveQuery%28java.lang.String%2Cjava.lang.Object%5B%5D%2Corg.drools.runtime.rule.ViewChangedEventListener%29>  
> /public LiveQuery openLiveQuery(String query,
>                                           Object[] arguments,
>                                          ViewChangedEventListener listener)
> {
>         // TODO: implement thiss        
>          return null;
>  }/
> 
> It's the same in the newer Version 6.0.0Alpha --> not implemented
> 
> Does anyone have an idea how I can use Querries or is it not possible right
> now?
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/openLiveQuery-not-implemented-tp4024543.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users




More information about the rules-users mailing list