Re: [rules-users] FileNotFoundException for drl file in classpath

2010-05-28 Thread PAYET, Manuel
If it's in the package com.abc.xyz, so you have to use:
ResourceFactory.newClassPathResource("/com/abc/xyz/keyRykes.drl") 
Or 
ResourceFactory.newClassPathResource("com/abc/xyz/keyRykes.drl")
I don't remember, it's one of those :p

-Message d'origine-
De : rules-users-boun...@lists.jboss.org 
[mailto:rules-users-boun...@lists.jboss.org] De la part de bcarlson
Envoyé : vendredi 28 mai 2010 06:13
À : rules-users@lists.jboss.org
Objet : [rules-users] FileNotFoundException for drl file in classpath


Hello, 

I'm relatively new to drools, and although I've gotten my first app working 
from the command line, I am not incorporating it into a web app, and having a 
heck of a time getting the drl file found!

Long story short, the drl file is in the package: com.abc.xyz 

I'm trying to load it with the following:

kbuilder.add(ResourceFactory.newClassPathResource("keyRules.drl",this.getClass()),ResourceType.DRL);

and I've placed it in about 42 places throughout my app in the futile attempt 
to get it to load. What am I missing? Can someone help me understand the whole 
classpath loading? I mean, I've put the path to the .drl file in my classpath, 
and it's simply not finding the file.

Thanks for your help!

-an exasperated newbie drools user
--
View this message in context: 
http://drools-java-rules-engine.46999.n3.nabble.com/FileNotFoundException-for-drl-file-in-classpath-tp850700p850700.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users






This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this 
message.


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] FileNotFoundException for drl file in classpath

2010-05-27 Thread bcarlson

Hello, 

I'm relatively new to drools, and although I've gotten my first app working
from the command line, I am not incorporating it into a web app, and having
a heck of a time getting the drl file found!

Long story short, the drl file is in the package: com.abc.xyz 

I'm trying to load it with the following:

kbuilder.add(ResourceFactory.newClassPathResource("keyRules.drl",this.getClass()),ResourceType.DRL);

and I've placed it in about 42 places throughout my app in the futile
attempt to get it to load. What am I missing? Can someone help me understand
the whole classpath loading? I mean, I've put the path to the .drl file in
my classpath, and it's simply not finding the file.

Thanks for your help!

-an exasperated newbie drools user
-- 
View this message in context: 
http://drools-java-rules-engine.46999.n3.nabble.com/FileNotFoundException-for-drl-file-in-classpath-tp850700p850700.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users