[rules-dev] Working with DSL files

Michael Neale michael.neale at gmail.com
Sun Jun 27 20:11:55 EDT 2010


also please don't double post to both user AND dev lists. This type of
question is perfect for the user list - would be appropriuate for dev if you
had an enhancement you wanted to talk about.

On Mon, Jun 28, 2010 at 8:10 AM, Mahalakshmi <mr2809 at nyu.edu> wrote:

> Hi,
> Thanks for the quick response and I apologize for posting this on a dev
> forum. I did not realize.
>
> I am using Jboss- Brms version 5.0.2
> Jboss -AS 4.3
> Jdeveloper Studio version - 3.0.1.
>
> I did post a problem I was facing with knowledge agent in the previous
> post. ( I am getting a java based error but I think that because my
> change-set is not in correct format but am not sure about it.).
>
> Could you send me link of the update you have added?? Could I access it?
>
> My code snippet for using knowledge agent is as follows ( added it in the
> previous post also)
> KnowledgeBase kbase = KnowledgeBaseFactory.
> newKnowledgeBase();
>         ResourceFactory.getResourceChangeScannerService().start();
>         ResourceFactory.getResourceChangeNotifierService().start();
>
>         // creating a knowledge agent
>         KnowledgeAgentConfiguration aconf =
> KnowledgeAgentFactory.newKnowledgeAgentConfiguration();
>
>         KnowledgeAgent kagent = KnowledgeAgentFactory.newKnowledgeAgent(
> "MyAgent", kbase,aconf );
>         kagent.applyChangeSet( ResourceFactory.newUrlResource("
> http://localhost:8280/jboss-brms/org.drools.guvnor.Guvnor/Guvnor.html"));
>         StatefulKnowledgeSession ksession =
> kagent.getKnowledgeBase().newStatefulKnowledgeSession();
>
>   //      StatelessSession workingMemory = ruleBase.newStatelessSession();
>         ArrayList<Ip> ipList = new ArrayList<Ip>();
>
>         ksession.setGlobal("ipList", ipList);
>         ksession.insert(al); // al is my data to insert for firing rules
> on.
>         ksession.fireAllRules();
>         ksession.dispose();
>
>
> Thank you.
>
> Jill
>
>
> On Sun, Jun 27, 2010 at 5:59 PM, Esteban Aliverti <
> esteban.aliverti at gmail.com> wrote:
>
>> Hi Jill,
>> Which drools' version are you using? I recently added DSL/DSLR support in
>> knowledge agent. It would be great if you could use what I just did.
>> Unfortunately you will need to use a SNAPSHOT or wait until 5.1 RC1.
>> I didn't understand if you are already using knowledge agent for brl files
>> or not. When using DSL/DSLR files with the knowledge agent whenever you
>> modify the DSL resource you will need to mark the DSLR file as modified too
>> in order regenerate the rules.
>>
>> More info about knowledge agent could be found in documentation (not
>> yet DSL/DSLR support :P ).
>>
>> By the way, this is not a dev question.
>>
>> Best,
>>
>> On Sun, Jun 27, 2010 at 6:48 PM, jillika iyer <jillika at gmail.com> wrote:
>>
>>> hi,
>>>
>>> I am creating dsl files using jboss-brms and importing them to my eclipse
>>> and adding them to the knowledge agent.
>>>
>>> Now ideally we need to change a dsl or a brl file to a dslr file inorder
>>> for it to be processed by the knowledgebase.
>>>
>>> So when we use the knowledge agent how does it parse the data and create
>>> these files???
>>>
>>> Please help me out. I just am trying to add everythin directly to my
>>> knowledge base and its not working!
>>>
>>> Thank you
>>> Jill
>>>
>>> _______________________________________________
>>> rules-dev mailing list
>>> rules-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-dev
>>>
>>>
>>
>>
>> --
>> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>>
>> Esteban Aliverti
>>
>> _______________________________________________
>> 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
>
>


-- 
Michael D Neale
home: www.michaelneale.net
blog: michaelneale.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100628/c33f3ed6/attachment.html 


More information about the rules-dev mailing list