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
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.
__
> 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
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.
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
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
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
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
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
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
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
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
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
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)
14 matches
Mail list logo