Re: [rules-users] Adding .package files to a KnowledgePackage

2012-09-13 Thread Paul Ryan
tX()); System.out.println("Y is " + blah.getY()); end and I have a blah.package like the following package com.x declare Blah x : String y : String end Thanks, -- Paul Ryan On Sep 13, 2012, at 12:05 AM, Wolfgang Laun mailto:wolfgang.l...@gmail.com>> wrote: You have seria

Re: [rules-users] Adding .package files to a KnowledgePackage

2012-09-12 Thread Paul Ryan
I guess I should also mention that by default we are using the expert API's so primarily we're creating the knowledge packages using a KnowledgeBuilder. Again thanks for any light you can shed on getting files with the extension .package loaded into the knowledge base. -- Paul Ryan

[rules-users] Adding .package files to a KnowledgePackage

2012-09-11 Thread Paul Ryan
use case is such that these are not in the same space and can't be loaded at startup time in most cases. Any help is greatly appreciated, -- Paul Ryan ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/lis

[rules-users] Eclipse plugin autocomplete

2012-01-31 Thread Paul Ryan
). http://drools.46999.n3.nabble.com/PackageDescr-getFactTemplates-td2922550.html Thanks, -- Paul Ryan ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Still getting an EvalConditionNode ClassCastException

2010-07-20 Thread Paul Ryan
We're only seeing it on a customer customization so I'm a little hesitant to put out the SNAPSHOT to them, I will try though. Do you know what the plan is for releasing 5.1.0 or at least a 5.1.0.M3? At the very least I'll try to make a test case I can get to repeat in dev. -

[rules-users] Still getting an EvalConditionNode ClassCastException

2010-07-20 Thread Paul Ryan
trunk I would believe this is not fixed as the line pointed to here has not changed (the place where this line exists has changed but not the code see fisheye at http://fisheye.jboss.org/browse/JBossRules/trunk/drools-core/src/main/java/org/drools/reteoo/EvalConditionNode.java?r1=23650&r2=3

Re: [rules-users] ClassCastException: org.drools.reteoo.RuleTerminalNode$TerminalNodeMemory cannot be cast to org.drools.reteoo.EvalConditionNode$EvalMemory

2010-05-14 Thread Paul Ryan
Thank you Edson and no problem on the reply time I completely understand. -- Paul Ryan On May 11, 2010, at 6:27 PM, Edson Tirelli wrote: Paul, Sorry for taking long to answer but I am on vacations with limited internet connection. You can find the changeset for that fix here: https

Re: [rules-users] ClassCastException: org.drools.reteoo.RuleTerminalNode$TerminalNodeMemory cannot be cast to org.drools.reteoo.EvalConditionNode$EvalMemory

2010-05-10 Thread Paul Ryan
Edson, Any pointers here we're seeing this all over the place and it's starting to become a major problem I'm more than willing to do a merge build and test but I really need to know which thing it was that you did to try to fix this. Thank you very much, -- Paul Ryan On May 5

Re: [rules-users] ClassCastException: org.drools.reteoo.RuleTerminalNode$TerminalNodeMemory cannot be cast to org.drools.reteoo.EvalConditionNode$EvalMemory

2010-05-05 Thread Paul Ryan
s you have here would be appreciated. As well as a review of his code for fixing the removeFactHandle issue pointed out in that thread so I can try to apply these patches and see if these issues are fixed. -- Paul Ryan On Apr 30, 2010, at 8:49 AM, Edson Tirelli wrote: Paul, I belie

[rules-users] ClassCastException: org.drools.reteoo.RuleTerminalNode$TerminalNodeMemory cannot be cast to org.drools.reteoo.EvalConditionNode$EvalMemory

2010-04-29 Thread Paul Ryan
:48) at com.infotrustgroup.what.Rule_Transform_SGML_to_XML_0ConsequenceInvoker.evaluate(Rule_Transform_SGML_to_XML_0ConsequenceInvoker.java:34) at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:934) ... 11 more Thanks in advance for your help with this

RE: [rules-users] Map using from constraint

2008-07-16 Thread Paul Ryan
mMap : paramMap) $myValue : String() from $paramMap['mykey1'] then // Sudo code... end Thank you Mark for the quick reply, -- Paul Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mar

[rules-users] Map using from constraint

2008-07-16 Thread Paul Ryan
p Then // Sudo code... end Paul Ryan Software Architect Product Engineering InfoTrust Group, Inc. [cid:image001.jpg@01C8E75E.F8448000] 500 Discovery Parkway, Suite 200 Superior, CO 80027 Office (303) 627-6528 Fax (303) 666-6711 Email [EMAIL PROTE

[rules-users] Rules Inheritance

2008-05-22 Thread Paul Ryan
would you guys suggest that I fake inheritance (just by using multiple adders)? Thanks, -- Paul Ryan ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

RE: [rules-users] DSL expanders for overriding rules question

2008-05-21 Thread Paul Ryan
I've done as suggested and created the feature request as JBRULES-1615. Thanks, -- Paul Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edson Tirelli Sent: Wednesday, May 21, 2008 8:09 AM To: Rules Users List Subject: Re: [rules-users] DSL expanders for overriding

[rules-users] DSL expanders for overriding rules question

2008-05-20 Thread Paul Ryan
legal argument exception. Is this the proper way to include rules and override or is there better way? Thanks in advance, -- Paul Ryan ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users