Re: [rules-users] ClassNotFoundException

2012-09-03 Thread Stephen Masters
Where Vincent mentions using XML config for adding persistence to simple POJO models, something I started experimenting with a while back, was to create very basic fact models in one project and have a separate project which added persistence and other features using AOP. I don't suppose anyone

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread devan.vanree...@gmail.com
Thanks Vincent, have noted your suggestions, will feedback on the outcome. -- View this message in context: http://drools.46999.n3.nabble.com/ClassNotFoundException-tp4019536p4019552.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread Vincent LEGENDRE
> There are dependencies on external classes, but the model is quite large so >not quite sure which dependencies to check, we make extensive use of >hibernate, so imported the necesssary hibernate jar to Guvnor with no luck >as well. All needed classes must be known by java classloader at co

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread devan.vanree...@gmail.com
There are dependencies on external classes, but the model is quite large so not quite sure which dependencies to check, we make extensive use of hibernate, so imported the necesssary hibernate jar to Guvnor with no luck as well. I will try the executing using DRL outside of Guvnor and feedback.

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread Vincent LEGENDRE
rg Envoyé: Lundi 3 Septembre 2012 13:49:00 Objet: Re: [rules-users] ClassNotFoundException Thanks for the response Steve, the only imports I have are specifically for objects I use within my rules, I have removed all the imports for the "problematic" jar as well as any imports for

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread devan.vanree...@gmail.com
Thanks for the response Steve, the only imports I have are specifically for objects I use within my rules, I have removed all the imports for the "problematic" jar as well as any imports for objetcs not used in the rules and tried using the fully qualified names of the classes in the rules, still n

Re: [rules-users] ClassNotFoundException

2012-09-03 Thread Stephen Masters
Something worth trying (it keeps catching me out) ... If I have been adding & removing classes from a jar, I see this frequently. I worked out that I need to open my Guvnor package and switch to the "edit" tab. There's a list of "Imported Types". You may well find that 'missing' facts are still

[rules-users] ClassNotFoundException

2012-09-03 Thread devan.vanree...@gmail.com
Hi there, Please confirm if anyone is able to assist. I have uploaded several pojo model jars to Guvnor, and resolved all issues when saving and validating the package configuration in Guvnor and no issue when building packages. I get a ClassNotFoundException for classes in a specific jar that I

[rules-users] ClassNotFoundException for functions if cached Rulebase used

2009-05-01 Thread seemamani
hi, I'm using Drools 4.0.7. Using BRMS, I created a package which consists of a technical drl rule and a function. As the performance best practice suggestion goes, I'm caching the Rulebase instance that is obtained from the RuleAgent. However, I'm facing a problem when I'm doing this. The rules e

Re: [rules-users] ClassNotFoundException for functions if cached Rulebase used

2008-09-12 Thread seemamani
I have something to add to my below post. I'm facing this problem only when the dialect is "mvel". For "java" dialect, this works without any issues. Can someone offer guidance or tips towards resolving this? Thanks, Seema seemamani wrote: > > hi, > I'm using Drools 4.0.7. Using BRMS, I created

[rules-users] ClassNotFoundException for functions if cached Rulebase used

2008-09-11 Thread Seema Manivannan
hi, I'm using Drools 4.0.7. Using BRMS, I created a package which consists of a technical drl rule and a function. As the performance best practice suggestion goes, I'm caching the Rulebase instance that is obtained from the RuleAgent. However, I'm facing a problem when I'm doing this. The rules ex

RE: [rules-users] ClassNotFoundException when using a function in a rule

2008-03-20 Thread Antonio Giurini
Behalf Of Zoltan Farkas Sent: Tuesday, March 04, 2008 11:33 AM To: Rules Users List Subject: [rules-users] ClassNotFoundException when using a function in a rule Here is the exception: Exception in thread "mythread" java.lang.NoClassDefFoundError: com/daxtechnologies/optima/fault/eve

RE: [rules-users] ClassNotFoundException when using a function in a rule

2008-03-05 Thread Zoltan Farkas
March 04, 2008 11:33 AM To: Rules Users List Subject: [rules-users] ClassNotFoundException when using a function in a rule Here is the exception: Exception in thread "mythread" java.lang.NoClassDefFoundError: com/daxtechnologies/optima/fault/eventprocessor/NewEv

[rules-users] ClassNotFoundException when using a function in a rule

2008-03-04 Thread Zoltan Farkas
Here is the exception: Exception in thread "mythread" java.lang.NoClassDefFoundError: com/daxtechnologies/optima/fault/eventprocessor/NewEvent at ASMAccessorImpl_716163221204646531490.getValue(Unknown Source) at org.mvel.ASTNode.getReducedValueAccelerated(ASTNode.java:174)