Re: [rules-users] Decision table errors

2012-11-07 Thread Wolfgang Laun
org.drools.builder.conf.DumpDirOption See the javadoc and Expert manual -W On 08/11/2012, Mahadevappa, Shobha wrote: > Thanks. That really answers my question. > Can you please let me know if there is an option to view the generated DRL > source ? > > > > Regards, > Shobha M > shobha.mahadeva..

[rules-users] decission table with xlsx extension is not getting compiled

2012-11-07 Thread himansu.nayak
Hi, i am using xlsx file extension worksheet( office 2007) for my decision table and i m getting the below exception. *org.drools.template.parser.DecisionTableParseException: An error occurred opening the workbook. It is possible that the encoding of the document did not match the encoding of the

Re: [rules-users] Error while upgrdaing drools version

2012-11-07 Thread mohan
Hi Mattias , i have removed "dialect java" from one of my rule then i was able to compile. Also i have seen there were incompatible mavel version under jbrules.esb (mvel2-2.1.0.drools4.jar) and esb.deployer\lib (mvel2-2.1.Beta6.jar). once I upgraded into mvel2-2.1.0.drools4 e'thing got success.

Re: [rules-users] Decision table errors

2012-11-07 Thread Mahadevappa, Shobha
Thanks. That really answers my question. Can you please let me know if there is an option to view the generated DRL source ? Regards, Shobha M shobha.mahadeva...@nttdata.com From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jbos

Re: [rules-users] Is Flow / jBPM dying on the vine?

2012-11-07 Thread Mark Proctor
If you are ever worried about a project, best place to look is the source. Plenty of commits going on there: https://github.com/droolsjbpm/jbpm/commits/master https://github.com/droolsjbpm/jbpm-console-ng/commits/master https://github.com/droolsjbpm/jbpm-designer/commits/master Plus there is a ne

Re: [rules-users] Is Flow / jBPM dying on the vine?

2012-11-07 Thread Mauricio Salatino
Hi J, Yes kind the opposite, we are full speed working and the team is getting bigger and bigger. My book is going out in one month and as you can imagine it takes time to write and a lot of effort. Write now it's getting reviewed by the editorial and it will be released early December. Feel free t

Re: [rules-users] Is Flow / jBPM dying on the vine?

2012-11-07 Thread Cristiano GaviĆ£o
Hi, don't think so... the JBPM project is under full activity... just look at the issue tracking: https://issues.jboss.org/browse/JBPM. the version 5.4.0.CR1 was released some weeks ago (could see no notes about, but it was). 5.4.0.Final should be released soon and the team is already working

[rules-users] Is Flow / jBPM dying on the vine?

2012-11-07 Thread dunnlow
Hi, I am considering using drools with Flow/jBPM as an integral part of a corporate solution. However, it seems to me like the project is dying on the vine. I understand the code is still being worked but overall interest seems to be waning; evidenced by things like, a (...the) jBPM 5 book due t

Re: [rules-users] Decision table errors

2012-11-07 Thread Welsh, Armand
They are the location in the DRL source where there error occurs. Since each row is translated into a rule, the row number is the number in the rule name. And the line is the line in that' rule. From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf O

Re: [rules-users] Decision table errors

2012-11-07 Thread Mahadevappa, Shobha
Thanks. I am aware of the error. But I am not aware of the significance of the line and column number in the error message. They are for sure not the row number in the excel. Regards, Shobha M From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of W

Re: [rules-users] Decision table errors

2012-11-07 Thread Welsh, Armand
It looks like you SHOLOG class does not have an import in your Drools Package, or you have an import, but the drools compiler cannot find the class specified with a type that is compatible with the "2101" string argument. As such, the compiler is unable to determine the data type of the lotType

[rules-users] drools grid or other high availability solution?

2012-11-07 Thread Justin Case
Hello all, I noticed there's not much fuss about drools-grid (anymore?). Is there something still going on there? Is it recommendable for something reliable? Or if not, do you have any hints/links/experience on how to achieve a certain high availability level with DRools servers? Many thanks, JC

Re: [rules-users] Decision table errors

2012-11-07 Thread fdgdg
what do u mean by "invalid column". need to see the decision table. attach a snapshot of it. On Wed, Nov 7, 2012 at 5:17 PM, Mahadevappa, Shobha < shobha.mahadeva...@nttdata.com> wrote: > Hi, > > I have a decision table which has an invalid column. > > Drools gives the below compilation

[rules-users] Decision table errors

2012-11-07 Thread Mahadevappa, Shobha
Hi, I have a decision table which has an invalid column. Drools gives the below compilation error but I am not sure about what is the line number (highlighted in red below) it is referring to in the error message. Any pointers towards this is greatly appreciated. Unable to Analyse Expression logT

[rules-users] Reg. Rule parsing & MVEL Dialect

2012-11-07 Thread Phani Saripalli
Hi. Is there any valid impression that MVEL parsing can cause performance bottlenecks as far is drools is concerned? Or to put it in a better way, I have 500 rules, patterns for each rule are bit complex, and my observations are that rule parsing (or grammar formation) is very time consuming. Wou

Re: [rules-users] To deploy Drools Guvnor5.3.0 Final in jboss7.1.0 Final.

2012-11-07 Thread joy
Hi Thank u! it's working. Regards Joy -- View this message in context: http://drools.46999.n3.nabble.com/To-deploy-Drools-Guvnor5-3-0-Final-in-jboss7-1-0-Final-tp4020720p4020729.html Sent from the Drools: User forum mailing list archive at Nabble.com. _