[rules-dev] Module drools-grid-impl

Charles Moulliard ch007m at gmail.com
Wed Apr 10 00:51:08 EDT 2013


Thx Mark.

Anyway there is still an issue as drools-camel uses some classes from Grid :

import org.drools.grid.GridNode;
import org.drools.grid.impl.GridImpl;

which are part of drools-spring ....


On Wed, Apr 10, 2013 at 1:07 AM, Mark Proctor <mproctor at codehaus.org> wrote:

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



-- 
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/20130410/b71c0664/attachment.html 


More information about the rules-dev mailing list