RE: [rules-users] Rules Repository and Rule Modeller

2007-02-15 Thread Anstis, Michael \(M.\)
Thanks Michael, Just so that I can acquaintance myself with your release numbering system; 3.0.5 is the current production release and 3.1.0-M1 I assume to be 3.1 Milestone 1 (pre-release). Presumably M2 and M3 are other milestones on the way to production release of 3.1 (you're going to call

RE: [rules-users] How to generate rules from decision tables whereLHS has no field constraints

2007-02-15 Thread Martin Weidner
Hi Michael, Thanks for your reply. Leaving a cell empty results in the condition not being added to the rule at all. Which is fine, cause then you're more flexible in grouping rules with different conditions together in one decision table I actually found a way yesterday, which seems to me

Re: [rules-users] How to generate rules from decision tables whereLHS has no field constraints

2007-02-15 Thread Steven Williams
Hi Martin, The decision tables on trunk do what you want and should be available in the 3.1 release (I think). The new code separates the rule template from the data and is more flexible than the current version. There are some integration tests that demonstrate how to use it (have a look at

[rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Nagabhushanam B
Hi , I have installed Eclipse 3.2 and tomcat 5.5, when I am trying to jboss rule I am getting the following exception Even though I added org.eclipse.jdt.core_3.2.0.v_671.jar in to my class path Guys help me out from this… urgent

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Kris Verlaenen
The wiki contains an entry on how to combine JBoss Rules with tomcat: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat Kris - Original Message - From: Nagabhushanam B To: rules-users@lists.jboss.org Sent: Thursday, February 15, 2007 2:21 PM Subject: [rules-users]

RE: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Francisco Brum
Hi there Nagabhushanam!! I had the same problem with drools and JBoss Server application. I believe that my solution will be the same for you. The solution for this problem is on this site: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat I used the code solution, but after that

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Nagabhushanam B
Thanks kris... its working fine On 2/15/07, Kris Verlaenen [EMAIL PROTECTED] wrote: The wiki contains an entry on how to combine JBoss Rules with tomcat: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat Kris - Original Message - *From:* Nagabhushanam B [EMAIL PROTECTED] *To:*

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Nagabhushanam B
Thanks Brum, Its working On 2/15/07, Francisco Brum [EMAIL PROTECTED] wrote: Hi there Nagabhushanam!! I had the same problem with drools and JBoss Server application. I believe that my solution will be the same for you. The solution for this problem is on this site:

RE: [rules-users] Short-circuit rules by group?!

2007-02-15 Thread Ho, Alan
Sorry, I take back what I said about the previous email - when I was refering to agenda groups, I actually ment activation groups. But thinking about it more, I think activation groups might be a ok. Just makes sure that all rules in the activation group have the same consequence. Regards,

[rules-users] Eclipse 3.2.1 and Jboss Rules 3.0.5

2007-02-15 Thread Uday Kamath
Everything looks ok except when CTRL backspace for content assistance is used it throws this exception. Any one has any clue? java.lang.ClassCastException: org.eclipse.ui.internal.editors.text.JavaFileEditorInput at org.drools.ide.editors.completion.RuleCompletionProcessor.getDSLAdapter(