[rules-users] 5.4.0.Beta2 parse error in consequence /* in string

2012-02-23 Thread Benjamin Bennett
Just passing on I am using the drools 5.4.0Beta2 The following doesn't compile using the mvel dialect . rule "some rule" when fact: Fact() then BasicFact fault= new BasicFact( "/*"); end but rule "some rule" when fact: Fact() then BasicFact fault= new BasicFact( "/ *"); end does compile some h

Re: [rules-users] KnowledgeAgent custom class loader not working for PKG resources

2012-02-23 Thread Hrumph
That was the problem – I updated Guvnor to the new 5.4.0-SNAPSHOT I built and it works! Thanks much for your help Esteban, Herm From: Esteban [via Drools] [mailto:ml-node+s46999n376745...@n3.nabble.com] Sent: Wednesday, February 22, 2012 11:52 AM To: Herman Post Subject: Re: [rules-users] Knowl

Re: [rules-users] PDFs of Drools 5.2.final: pictures too big

2012-02-23 Thread Geoffrey De Smet
This is fixed now, automatically by the styles and not a image by image basis. Op 19-07-11 11:40, Michael Anstis schreef: +1 On 19 July 2011 10:35, Geoffrey De Smet > wrote: Let's not waste time fixing this image by image. It should be done in the docb

Re: [rules-users] Is jBPM Guvnor meant to be used for production runtime deployment or is it mainly for development sync?

2012-02-23 Thread MALABALU
Re posting it -- View this message in context: http://drools.46999.n3.nabble.com/Is-jBPM-Guvnor-meant-to-be-used-for-production-runtime-deployment-or-is-it-mainly-for-development-sy-tp3770320p3770340.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] JRules to Drools migration

2012-02-23 Thread Davide Sottara
Hi, in the near future (ideally next spring) we will start a subproject dedicated to a "universal" translation framework. It could include IRL, assuming there are no legal/IP limitations (and will likely use templates internally, as suggested by Mark). The effort is not trivial, depending on whethe

Re: [rules-users] jboss tohu

2012-02-23 Thread Davide Sottara
The original version of Tohu is relatively usable, the site has some documentation (videos) and examples. In a nutshell, you need to import the tohu DRLs in your knowledge base and write the rules to generate questions etc... When the "business logic" is ready and tested, you can deploy your rules

Re: [rules-users] JRules to Drools migration

2012-02-23 Thread Mark Proctor
On 23/02/2012 09:25, massios wrote: > Dear all, > > I am interested to find out how easy/hard it would be to migrate rules from > IBM WebSphere JRules to Drools. I understand this would involve a > considerate amount of effort for the migration, testing and deployment of > the rules. > > Is there a

[rules-users] JRules to Drools migration

2012-02-23 Thread massios
Dear all, I am interested to find out how easy/hard it would be to migrate rules from IBM WebSphere JRules to Drools. I understand this would involve a considerate amount of effort for the migration, testing and deployment of the rules. Is there a tool that can help with the migration of at least

Re: [rules-users] Filtering inside the LHS

2012-02-23 Thread Wolfgang Laun
Using queries doesn't solve the Hezi's problem which is the selection of an operator based on some property value. Relying on Java and evel, you can always write an expression such as eval( $ctxt.state == SContextState.ONE ? $ds.sentence.equals( $someSentence ) : $ds.sentence.me