Re: [rules-users] RuleBase.removeRule leads to NoClassDefFoundError

2009-05-29 Thread Christian Nedregaard
Hi. I work with Steinar. As he mentioned upgrading to 5.0 is not an option for us. Now that we have worked around this problem during compilation (by switching off beta node sharing, see https://jira.jboss.org/jira/browse/JBRULES-2098) we are starting to see similiar problem during stateless

Re: [rules-users] RuleBase.removeRule leads to NoClassDefFoundError

2009-05-26 Thread Steinar Haugen
Hi Edson, Thanks for your reply. Unfortunately, that is not yet an option for us, since we're still on JDK 1.4.2. We're working on upgrading to JDK 1.6, but that requires an upgrade of our different client applications as well (~25 apps with varying degree of maintenance personell assigned), and

Re: [rules-users] RuleBase.removeRule leads to NoClassDefFoundError

2009-05-25 Thread Steinar Haugen
We found the reason for this behaviour, it is a bug which we reported in Jira: https://jira.jboss.org/jira/browse/JBRULES-2098 See the Jira issue for details, code examples reproducing the issue and for a workaround. Regards, Steinar Haugen -- View this message in context:

Re: [rules-users] RuleBase.removeRule leads to NoClassDefFoundError

2009-05-25 Thread Edson Tirelli
Hi Steiner, Did you tried Drools 5? We fixed a couple bugs related to package add/remove in the Drools 5 codebase. []s Edson 2009/5/25 Steinar Haugen steinar.hau...@gmail.com We found the reason for this behaviour, it is a bug which we reported in Jira:

[rules-users] RuleBase.removeRule leads to NoClassDefFoundError

2009-05-21 Thread Steinar Haugen
Hi, We're having a problem with runtime rule administration; i.e. using RuleBase.addRule and RuleBase.removeRule. We're using Drools 4.0.7 on Sun JDK 1.4.2_11 and inside Weblogic 8.1 sp 6. Typically we remove a few rules followed by adding a few rules. In some cases, we receive a