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 <ch0...@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@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev

_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Reply via email to