From srivastavamohit91 at gmail.com Mon Jan 20 05:06:43 2014 From: srivastavamohit91 at gmail.com (Mohit Srivastava) Date: Mon, 20 Jan 2014 15:36:43 +0530 Subject: [rules-dev] Fwd: Git repo for drool workbench. In-Reply-To: References: Message-ID: Hi, Can anyone please direct to me drool workbench git repo ? Thanks -- Mohit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140120/a868ff34/attachment-0001.html From michael.anstis at gmail.com Mon Jan 20 06:23:24 2014 From: michael.anstis at gmail.com (Michael Anstis) Date: Mon, 20 Jan 2014 11:23:24 +0000 Subject: [rules-dev] Fwd: Git repo for drool workbench. In-Reply-To: References: Message-ID: https://github.com/droolsjbpm/drools-wb On 20 January 2014 10:06, Mohit Srivastava wrote: > > Hi, > > Can anyone please direct to me drool workbench git repo ? > > Thanks > -- > Mohit > > > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140120/10860651/attachment.html From mproctor at codehaus.org Mon Jan 20 10:56:40 2014 From: mproctor at codehaus.org (Mark Proctor) Date: Mon, 20 Jan 2014 15:56:40 +0000 Subject: [rules-dev] Git repo for drool workbench. In-Reply-To: References: Message-ID: Mohit, Because everything is now modularised, it can be a bit daunting. Feel free to pop onto irc for direct help. http://www.jboss.org/drools/irc Over time I hope people, like yourself, can start to write tutorials and getting started guides. Mark On 20 Jan 2014, at 11:23, Michael Anstis wrote: > https://github.com/droolsjbpm/drools-wb > > > On 20 January 2014 10:06, Mohit Srivastava wrote: > > Hi, > > Can anyone please direct to me drool workbench git repo ? > > Thanks > -- > Mohit > > > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140120/77522e75/attachment.html From srivastavamohit91 at gmail.com Mon Jan 20 11:38:27 2014 From: srivastavamohit91 at gmail.com (Mohit Srivastava) Date: Mon, 20 Jan 2014 22:08:27 +0530 Subject: [rules-dev] Git repo for drool workbench. In-Reply-To: References: Message-ID: Mark, Let me know where to write tutorial or you prefer my own blog. I am already looking into into workbench code to modify it for my own need. -- Mohit On Mon, Jan 20, 2014 at 9:26 PM, Mark Proctor wrote: > Mohit, > > Because everything is now modularised, it can be a bit daunting. Feel free > to pop onto irc for direct help. > http://www.jboss.org/drools/irc > > Over time I hope people, like yourself, can start to write tutorials and > getting started guides. > > Mark > > On 20 Jan 2014, at 11:23, Michael Anstis wrote: > > https://github.com/droolsjbpm/drools-wb > > > On 20 January 2014 10:06, Mohit Srivastava wrote: > >> >> Hi, >> >> Can anyone please direct to me drool workbench git repo ? >> >> Thanks >> -- >> Mohit >> >> >> >> _______________________________________________ >> rules-dev mailing list >> rules-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-dev >> > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > > > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140120/8d72ac49/attachment.html From srivastavamohit91 at gmail.com Mon Jan 20 23:44:45 2014 From: srivastavamohit91 at gmail.com (Mohit Srivastava) Date: Tue, 21 Jan 2014 10:14:45 +0530 Subject: [rules-dev] Tomcat7 & drools workbench Message-ID: Hi, I deployed drools workbench on tomcat. Guide only explains every thing on Wildfly or JBOSS EPA cluster But I am unable to figure out following things: - How to add new user? - How to change system properties? Thanks -- Mohit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140121/ff6672c7/attachment.html From claudio.sanchez at andanta.es Thu Jan 30 11:16:50 2014 From: claudio.sanchez at andanta.es (=?UTF-8?Q?Claudio_Jes=C3=BAs_S=C3=A1nchez_Casanueva?=) Date: Thu, 30 Jan 2014 17:16:50 +0100 Subject: [rules-dev] getNestedConstraintPrefixLenght method in DRL6Parser.java Message-ID: <49143f1626059cb7065d708c287c78fd@mail.andanta.es> I am studying the drools code and i have seen strange the method 'getNestedConstraintPrefixLenght()' in DRL6Parser.java: If i translate that function to a regular expression in antlr lexer, it would be "ID? ( (DOT | HASH) ID)* DOT LEFT_PARENT", which have few sense. The header of 'nestedConstraint()' describes the expected the expected result as "( ID ( DOT | HASH ) )* ID DOT LEFT_PAREN constraints RIGHT_PAREN" : it internally calls to 'getNestedConstraintPrefixLenght()', consumes the numbers of items retuned by this, calls to 'constrains()' and cosumes a RIGHT_TOKEN. For me the expected results described in the header of 'nestedConstraint()' do not correspond with the real results. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140130/077f6177/attachment.html From ed.tirelli at gmail.com Thu Jan 30 16:18:33 2014 From: ed.tirelli at gmail.com (Edson Tirelli) Date: Thu, 30 Jan 2014 16:18:33 -0500 Subject: [rules-dev] getNestedConstraintPrefixLenght method in DRL6Parser.java In-Reply-To: <49143f1626059cb7065d708c287c78fd@mail.andanta.es> References: <49143f1626059cb7065d708c287c78fd@mail.andanta.es> Message-ID: Claudio, I am not sure I understand your question? I was looking into the method, and, although I would implement it in a different way myself, the current implementation looks correct to me... am I missing something? Edson On Thu, Jan 30, 2014 at 11:16 AM, Claudio Jes?s S?nchez Casanueva < claudio.sanchez at andanta.es> wrote: > I am studying the drools code and i have seen strange the method > 'getNestedConstraintPrefixLenght()' in DRL6Parser.java: If i translate that > function to a regular expression in antlr lexer, it would be "ID? ( (DOT | > HASH) ID)* DOT LEFT_PARENT", which have few sense. > > The header of 'nestedConstraint()' describes the expected the expected > result as "( ID ( DOT | HASH ) )* ID DOT LEFT_PAREN constraints > RIGHT_PAREN" : it internally calls to 'getNestedConstraintPrefixLenght()', > consumes the numbers of items retuned by this, calls to 'constrains()' and > cosumes a RIGHT_TOKEN. > For me the expected results described in the header of > 'nestedConstraint()' do not correspond with the real results. > > > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -- Edson Tirelli Principal Software Engineer Red Hat Business Systems and Intelligence Group -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140130/3cac4eb6/attachment.html From claudio.sanchez at andanta.es Fri Jan 31 04:57:42 2014 From: claudio.sanchez at andanta.es (=?UTF-8?Q?Claudio_Jes=C3=BAs_S=C3=A1nchez_Casanueva?=) Date: Fri, 31 Jan 2014 10:57:42 +0100 Subject: [rules-dev] getNestedConstraintPrefixLenght method in DRL6Parser.java In-Reply-To: References: <49143f1626059cb7065d708c287c78fd@mail.andanta.es> Message-ID: This is how i would translate 'nestedConstraint()' to a regular expression ID? ( (DOT | HASH) ID)* DOT LEFT_PARENT constraints RIGHT_PARENT And this is the description in his header "( ID ( DOT | HASH ) )* ID DOT LEFT_PAREN constraints RIGHT_PAREN" The difference is that 'nestedConstraint()' never checks if really starts with ID, so can starts with DOT or HASH, which contradicts his header. El 2014-01-30 22:18, Edson Tirelli escribi?: > Claudio, > > I am not sure I understand your question? > > I was looking into the method, and, although I would implement it in a different way myself, the current implementation looks correct to me... am I missing something? > > Edson > > On Thu, Jan 30, 2014 at 11:16 AM, Claudio Jes?s S?nchez Casanueva wrote: > >> I am studying the drools code and i have seen strange the method 'getNestedConstraintPrefixLenght()' in DRL6Parser.java: If i translate that function to a regular expression in antlr lexer, it would be "ID? ( (DOT | HASH) ID)* DOT LEFT_PARENT", which have few sense. >> >> The header of 'nestedConstraint()' describes the expected the expected result as "( ID ( DOT | HASH ) )* ID DOT LEFT_PAREN constraints RIGHT_PAREN" : it internally calls to 'getNestedConstraintPrefixLenght()', consumes the numbers of items retuned by this, calls to 'constrains()' and cosumes a RIGHT_TOKEN. >> For me the expected results described in the header of 'nestedConstraint()' do not correspond with the real results. >> >> _______________________________________________ >> rules-dev mailing list >> rules-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-dev [1] > > -- > > Edson Tirelli > Principal Software Engineer > Red Hat Business Systems and Intelligence Group > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev [1] Links: ------ [1] https://lists.jboss.org/mailman/listinfo/rules-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20140131/688b6f5f/attachment-0001.html