[rules-dev] Module drools-grid-impl

Charles Moulliard ch007m at gmail.com
Tue Apr 9 13:23:04 EDT 2013


Hi,

The Module drools-grid-impl cannot be compiled as some package names have
not been refactored.

Moreover ;

1) some methods are not longer available like getStatefulKnowledsession():

StatefulKnowledgeSession ksession = ((KnowledgeCommandContext)
context).getStatefulKnowledgesession();

2) Some methods are not implemented

public class StatefulKnowledgeSessionRemoteClient
    implements
    StatefulKnowledgeSession {

-->

    @Override public void destroy() {
        //To change body of implemented methods use File | Settings | File
Templates.
    }

    @Override public ProcessInstance getProcessInstance(long
processInstanceId, boolean readonly) {
        return null;  //To change body of implemented methods use File |
Settings | File Templates.
    }

3) There is a missign dependency with knowledgebase-api

public class KnowledgeBaseConfigurationRemoteClient implements
KieBaseConfiguration, Serializable{

    public <T extends MultiValueKnowledgeBaseOption> T getOption(Class<T>
option, String key) {
        throw new UnsupportedOperationException("Not supported yet.");
    }


Question : Will the module drools-grid-impl be maintained ? If this is not
case, what is the alternative as drools-camel use it and perhaps others ?

Regards,

-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20130409/12983ddf/attachment.html 


More information about the rules-dev mailing list