Re: [rules-users] make the Guvnor interface into French

2012-02-12 Thread Mauricio Salatino
You should provide a translated to french properties file and the compile it against that language. Some of the guvnor guys should point you to where that localization properties file is inside the drools guvnor source code. Cheers 2012/2/12 freelance developpement : > Hi every one, > > For simpli

Re: [rules-users] make the Guvnor interface into French

2012-02-12 Thread Michael Anstis
Guvnor comes with a fr_FR locale translation. Provided your PC locale settings are fr_FR and you are using the WAR provided in the Guvnor distribution you should "see" French already. Alternatively, you can override your PC's locale by providing the locale in the URL; e.g. http://www.example.org/

[rules-users] How to use database in drool

2012-02-12 Thread shawn
Hi~ My project requires to use drool interact with MySQL. Like once the rule engine received a request, the engine will ask the database to send some fact to the engine. The engine should give a result after matching the fact with the rule (in rule engine). Is there any tutorial for building connec

Re: [rules-users] How to use database in drool

2012-02-12 Thread Brad Davis
Set a DAO into the global; then the DAO can access the data in the right hand side using whatever internal implementation you have, whether it's SQL or HQL. On Feb 12, 2012, at 10:35 AM, shawn wrote: > Hi~ > My project requires to use drool interact with MySQL. > Like once the rule engine re

Re: [rules-users] How to use database in drool

2012-02-12 Thread shawn
Thanks~~ -- View this message in context: http://drools.46999.n3.nabble.com/How-to-use-database-in-drool-tp3737584p3737622.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] make the Guvnor interface into French

2012-02-12 Thread Vincent LEGENDRE
Yes, there is me ! I even have a fresh newly updated french file (for 5.3.0.Final version), as the one in actual guvnor date from my last translation for 5.1 (parts are french, parts are english, which does not look very good) . I was thinking of updating the former JIRA with the new file ? Shou

Re: [rules-users] make the Guvnor interface into French

2012-02-12 Thread Michael Anstis
Translations are always welcome :) If you can ensure translations are up to date (there have been many more additions to master) I can push the file for you. Thanks, Mike sent on the move On 12 Feb 2012 20:59, "Vincent LEGENDRE" wrote: > Yes, there is me ! > I even have a fresh newly updated

[rules-users] How to get the Fact datatypes from the Guvnor

2012-02-12 Thread Veera
Hi All, Can anybody help to get the Field type(what datatype it is ). I have declared a Facts in Guvnor 5.3 and i can able to retreive all the package names & rules names & fact names , now i want to know what is the datatype of each fact , i don't know which api to use for this. Can any body hel