[rules-users] drools.packagebuilder.conf

Mario Fusco mario.fusco at gmail.com
Fri Jun 1 11:29:43 EDT 2012


Hi Matteo,

Drools loads conf files from several places and merge them including home
directory, meta-inf directory, etc. This is the class that does this job and
as you can see it isn't changed in the last year:

https://github.com/mariofusco/droolsjbpm-knowledge/blob/master/knowledge-api/src/main/java/org/drools/util/ChainedProperties.java 

In particular, as you can see at line 71, it should try to load the conf
file also from your home folder. I don't know why it is not working in your
case. Probably are you launching it with the wrong user? Alternatively you
could also try to put that conf file in a folder named META_INF in your
classpath.

I hope this helps,
Mario

--
View this message in context: http://drools.46999.n3.nabble.com/rules-users-drools-packagebuilder-conf-tp4017706p4017723.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list