<div dir="ltr">Hi,<div><br></div><div>The Module drools-grid-impl cannot be compiled as some package names have not been refactored. </div><div><br></div><div>Moreover ;</div><div><br></div><div>1) some methods are not longer available like getStatefulKnowledsession():</div>
<div><br></div><div>StatefulKnowledgeSession ksession = ((KnowledgeCommandContext) context).getStatefulKnowledgesession();</div><div><br></div><div style>2) Some methods are not implemented </div><div style><br></div><div style>
<div>public class StatefulKnowledgeSessionRemoteClient</div><div>    implements</div><div>    StatefulKnowledgeSession {</div><div><br></div><div style>--&gt; </div><div style><br></div><div style><div>    @Override public void destroy() {</div>
<div>        //To change body of implemented methods use File | Settings | File Templates.</div><div>    }</div><div><br></div><div><div>    @Override public ProcessInstance getProcessInstance(long processInstanceId, boolean readonly) {</div>
<div>        return null;  //To change body of implemented methods use File | Settings | File Templates.</div><div>    }</div></div><div><br></div><div style>3) There is a missign dependency with knowledgebase-api</div><div style>
<br></div><div style>public class KnowledgeBaseConfigurationRemoteClient implements KieBaseConfiguration, Serializable{<br></div><div style><br></div><div style><div>    public &lt;T extends MultiValueKnowledgeBaseOption&gt; T getOption(Class&lt;T&gt; option, String key) {</div>
<div>        throw new UnsupportedOperationException(&quot;Not supported yet.&quot;);</div><div>    }</div></div><div><br></div></div></div><div><br></div><div>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 ?</div>
<div><br></div><div>Regards,</div><div><br>-- <br><div>Charles Moulliard</div><div>Apache Committer / Sr. Enterprise Architect (RedHat)</div><div>Twitter : @cmoulliard | Blog : <a href="http://cmoulliard.blogspot.com" target="_blank">http://cmoulliard.blogspot.com</a></div>
<div><br></div>
</div></div>