[jboss-jira] [JBoss JIRA] (JBRULES-3609) KnowledgeAgent and Guvnor still communicate in legacy rule Package classes and Guvnor stores it's package snapshots in the legacy class format

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Tue Aug 21 10:39:14 EDT 2012


    [ https://issues.jboss.org/browse/JBRULES-3609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712735#comment-12712735 ] 

Geoffrey De Smet edited comment on JBRULES-3609 at 8/21/12 10:37 AM:
---------------------------------------------------------------------

KnowledgeAgent does support serialized KnowledgePackge instances, as proven by this unit test (tnx to esteban): org.drools.agent.KnowledgeAgentIncrementalChangeSetTest#testUpdatePackageUrlOverwriteIncremental()

The code that does the work is here:
  org.drools.agent.impl.KnowledgeAgentImpl#createPackageFromResource
                
      was (Author: ge0ffrey):
    KnowledgeAgent does support serialized KnowledgePackge instances, as proven by this unit test (tnx to esteban): org.drools.agent.KnowledgeAgentIncrementalChangeSetTest#testUpdatePackageUrlOverwriteIncremental()
                  
> KnowledgeAgent and Guvnor still communicate in legacy rule Package classes and Guvnor stores it's package snapshots in the legacy class format
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBRULES-3609
>                 URL: https://issues.jboss.org/browse/JBRULES-3609
>             Project: Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Geoffrey De Smet
>            Priority: Blocker
>             Fix For: drools-5.5.0.Final
>
>
> Guvnor has 0 usages of the modern KnowledgeBase or KnowledgePackage. Instead, it's still completely based on the legacy Package of drools-core.
> For example:
> - The serialized class instance in the JCR repo is a legacy Package, not a modern KnowledgePackage
> - The serialized classes instance streamed to the KnowledgeAgent is a legacy Package, not a modern KnowledgePackage
> That's just the tip of the iceberg.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list