[rules-dev] Module drools-grid-impl

Mark Proctor mproctor at codehaus.org
Tue Apr 9 19:07:43 EDT 2013


the module is not in the build system, and can be ignored - it should not be referenced in the parent pom.xml.

Mark
On 9 Apr 2013, at 18:23, Charles Moulliard <ch007m at gmail.com> wrote:

> 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
> 
> _______________________________________________
> rules-dev mailing list
> rules-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20130410/b0b3f657/attachment.html 


More information about the rules-dev mailing list