Re: [rules-users] result of one rule to another rule

2010-06-17 Thread Greg Barton
Yes. When you modify an existing working memory object or insert a new one the resulting objects can be matched by another rule. This in effect "passes" the data to the next rule, but it's not direct like a procedure call. GreG On Jun 17, 2010, at 11:03 PM, surabhi soni wrote: h can we

[rules-users] result of one rule to another rule

2010-06-17 Thread surabhi soni
h can we pass result of one rule to another rule as input ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Loading .brl files

2010-06-17 Thread Mahalakshmi
Hi, I am creating brl files using eclipse. "business guided rule" option in eclipse drools. version used is drools plugin of 3.3 created dsl using eclipse only. Thanks M 2010/6/17 Mauricio Salatino > How do you create the BRL file? > Are you using Guvnor? which version of drools are you usin

[rules-users] HELP Drools Guvnor

2010-06-17 Thread Baig, Kaleem
I have been able to create users for Guvnor as admin and guest. But what I want is, instead of going to the login form http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.html I should be able to pass in the username and password through a query string. Such as shown below: http

Re: [rules-users] Loading .brl files

2010-06-17 Thread Mauricio Salatino
How do you create the BRL file? Are you using Guvnor? which version of drools are you using? 2010/6/17 Fnu Mahalakshmi > Hi, > > > > Does anyone have any idea as to how we can load .brl files which have been > created using a dsl into the rulebase? > > How do we convert them to a format underst

[rules-users] Loading .brl files

2010-06-17 Thread Fnu Mahalakshmi
Hi, Does anyone have any idea as to how we can load .brl files which have been created using a dsl into the rulebase? How do we convert them to a format understood by the rulebase? Please help. Thank you M Please consider the environment before printing this email. Visit our website at http

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Esteban Aliverti
The first part of this post: http://ilesteban.wordpress.com/2010/05/14/how-to-develop-drools-guvnor-using-netbeans/ shows how to download and build drools' trunk. Best, 2010/6/17 Mauricio Salatino > yes, you should use Subversion (SVN). > http://subversion.tigris.org/project_packages.html > > >

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Mauricio Salatino
yes, you should use Subversion (SVN). http://subversion.tigris.org/project_packages.html 2010/6/17 Peddada, Shanthakumar > Do I need to use any version control to download the guvnor source, bcos > if a click on the provided link ,the files are getting opened in the browser > itself. > > > > >

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Peddada, Shanthakumar
Do I need to use any version control to download the guvnor source, bcos if a click on the provided link ,the files are getting opened in the browser itself. Thanks much Shantha From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Esteban Aliver

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Esteban Aliverti
I'm not very familiar with maven yet. You only need to build http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-guvnor/. But no idea if the parent pom is required. Best, 2010/6/17 Peddada, Shanthakumar > Thanks for the response.. > > I need to customize only guvnor. War source c

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Peddada, Shanthakumar
Thanks for the response.. I need to customize only guvnor. War source code and build it again.. So do I need download the complete rules code and build ? Shantha From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Esteban Aliverti Sent: Thursda

[rules-users] Knowledge Builder error

2010-06-17 Thread Fnu Mahalakshmi
Hi, I am using the following code for adding DSLs to my knowledge base and I keep getting following error My code : private KnowledgeBase loadRules(String[] rules) throws Exception{ KnowledgeBuilder builder = KnowledgeBuilderFactory.newKnowledgeBuilder(); builder.add(ResourceF

[rules-users] Potential Job Opening for Core Drools Developer around Guvnor

2010-06-17 Thread Mark Proctor
We are just finalising the details, but it looks like we may have a job opening for a mid to senior java developer, to work with the Drools team around Guvnor. I'm particulary interested in a London based developer, who can work directly with me. I'll post more details and a reference to the on

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Esteban Aliverti
You can get it from here: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/ (whole drools' source code) Best, 2010/6/17 ShanzRules > Thanks much.. > > Where can I get the guvnor source code link to download? could you pls. > help me . > > > > Regards, > > Shantha > > > > > > *From:

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread ShanzRules
Thanks much.. Where can I get the guvnor source code link to download? could you pls. help me . Regards, Shantha From: Esteban [via Drools - Java Rules Engine] [mailto:ml-node+902689-1918464014-276...@n3.nabble.com] Sent: Thursday, June 17, 2010 9:31 AM To: Peddada, Shanthakumar Subject: Re:

[rules-users] Working with DSL

2010-06-17 Thread Fnu Mahalakshmi
Hi, I am creating a DSL for my rules. All my rules are business guided rules. When using these business rules and loading them into the rule base : I need to convert them into .dslr rules. I do know how to go about converting a .brl to a .drl file. Can anyone give me a hint how to go about conve

Re: [rules-users] dsl error- please help

2010-06-17 Thread Esteban Aliverti
Again? You posted a similar problem some days ago. The stacktrace you have posted doesn't involve any drools' class. Did you try to debug your code? According to the error, I'm 90% sure that ruleSource is null. Please, try to debug or try different solutions before posting here. What you have here

Re: [rules-users] JBOSS DROOLS Guvnor and SSO authentication

2010-06-17 Thread Esteban Aliverti
You could use this: http://community.jboss.org/wiki/RulesRepositoryBuildInstructions as a starting point. Best, On Wed, Jun 16, 2010 at 6:01 PM, ShanzRules wrote: > > where can i get the source code of guvnor Rules UI , build procedure so > that > can edit some classes for security modules cus

Re: [rules-users] smooks terrible error

2010-06-17 Thread paulB
This may be a silly question, but did you create a smooks-config.xml file? If so, what does it look like? http://www.smooks.org/mediawiki/index.php?title=V1.3:Smooks_v1.3_User_Guide#Basics_Of_Java_Binding -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/smoo