[rules-users] documentation on guvnor-webapp-core

2013-04-02 Thread kurrent93
Hi all I'm looking to develop a custom UI for editing rules. I am looking into the best way to do this. One possibility is to use the guvnor codebase. Therefore, I would like to know if there is any documentation on guvnor-webapp-core ? Is it possible to have a link to this? Br Anton --

[rules-users] Fetching Rule Name from Guvnor based on category

2013-04-02 Thread abhinay_agarwal
I know i can fetch a KnowledgePackage from GUVNOR with the help of changeset and then find the rule names from them. Is it possible to find the categories and the rules associated with it? Regards, Abhinay -- View this message in context:

Re: [rules-users] Can an Object inside a map be used in guvnor

2013-04-02 Thread abhinay_agarwal
Can i use a free form DRL in Web Guided Editor (Decision Table) ? If yes, then how ? -- View this message in context: http://drools.46999.n3.nabble.com/Can-an-Object-inside-a-map-be-used-in-guvnor-tp4022907p4023153.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Not Able to create a condition BRL fragment

2013-04-02 Thread abhinay_agarwal
In addition to it business rules using Guided editor are also not getting created. -- View this message in context: http://drools.46999.n3.nabble.com/Not-Able-to-create-a-condition-BRL-fragment-in-Guvnor-5-5-tp4022188p4023154.html Sent from the Drools: User forum mailing list archive at

Re: [rules-users] Can an Object inside a map be used in guvnor

2013-04-02 Thread Michael Anstis
Yes, add a BRL Fragment column, then add a Free Format DRL. Any values you want in the decision table should be entered as @{variable} (ignoring the quotation marks if you don't need them). ___ rules-users mailing list rules-users@lists.jboss.org

[rules-users] User permission (Maker-Checker) issue in Guvnor 5.4.0

2013-04-02 Thread kulpreet_singh
Hi, I am using Guvnor version 5.4.0 and trying to implement maker-checker functionality for updating rules/assets in Guvnor. I am facing problem related to user permission. Following are the steps: 1) Configured two users in Guvnor using 'admin' login - Analyst Developer 2) I have one package

Re: [rules-users] [planner] can the solving process be carried out in a multi-thread way?

2013-04-02 Thread roman.stumm
We are experiencing that the performance for a chained-planningvariable (like vehicleRouting) starts to decrease in our app when there are 200 or more stops on a tour, while there is only one of the CPUs doing the work. We are using drools-planner 5.5.0-Final and we would be glad to hear of any

[rules-users] planner: documentation about subChain-MoveSelectors

2013-04-02 Thread roman.stumm
The only example that uses a SubChainChangeMoveSelector and a SubChainSwapMoveSelector is the vehicleRoutingProblem. The travelling-salesman-problem (which is another example for a problem with a chained PlanningVariable) does not use them. Is there a reason for this, e.g. what are the

[rules-users] planner: Solver-Phase after a ProblemFactChange?

2013-04-02 Thread roman.stumm
When the solver is in the localSearch phase and a problem-fact-change occurs: will the solver jump back into the construction-heuristics phase or continue with the local search? Reason for my question: We have a (chained) vehicle-routing-problem with a custom SwapMove- and

Re: [rules-users] [planner] can the solving process be carried out in a multi-thread way?

2013-04-02 Thread Geoffrey De Smet
Op 02-04-13 17:11, roman.stumm schreef: We are experiencing that the performance for a chained-planningvariable (like vehicleRouting) starts to decrease in our app when there are 200 or more stops on a tour, while there is only one of the CPUs doing the work. We are using drools-planner

[rules-users] drools-planner MoveIteratorFactory vs SelectionFilter

2013-04-02 Thread roman.stumm
Is there any example for a SelectionFilter or a MoveListFactory/MoveIteratorFactory with a chained-PlanningEntity problem (e.g. vehiclerouting)? We are using drools-planner 5.5.0.Final. If not: should it be possible to implement the Move*Factory in the same way as for other problems or are there

Re: [rules-users] planner: Solver-Phase after a ProblemFactChange?

2013-04-02 Thread Geoffrey De Smet
Op 02-04-13 17:23, roman.stumm schreef: When the solver is in the localSearch phase and a problem-fact-change occurs: will the solver jump back into the construction-heuristics phase or continue with the local search? it will jump back, but only change the facts which have a null planning

Re: [rules-users] drools-planner MoveIteratorFactory vs SelectionFilter

2013-04-02 Thread Geoffrey De Smet
Op 02-04-13 17:33, roman.stumm schreef: Is there any example for a SelectionFilter or a MoveListFactory/MoveIteratorFactory with a chained-PlanningEntity problem (e.g. vehiclerouting)? We are using drools-planner 5.5.0.Final. If not: should it be possible to implement the Move*Factory in the

[rules-users] shiftAssignment change

2013-04-02 Thread john poole
I'm trying to write a simple web application that uses much of the code from the NurseRostering example. It all works great except when I try to do a change move after terminating solving. In: DroolScoreDirector.afterVariableChanged() for the ShiftAssignment, I get a null back from this:

[rules-users] service() for servlet PluginServiceServlet threw exception: java.lang.IllegalArgumentException: No plugin by the name of plugins

2013-04-02 Thread saihegde
I need to change the designer context root to support multiple instances of guvnor and thereby designer on the same server. I did by changing the following files guvnor.war/WEB-INF/jboss-web.xml - Change context root guvnor.war/WEB-INF/beans.xml - Configure jcr repository location

Re: [rules-users] guvnor 5.5 problems on Internet Explorer

2013-04-02 Thread abhinay_agarwal
Is there a work around for this and this http://drools.46999.n3.nabble.com/Not-Able-to-create-a-condition-BRL-fragment-in-Guvnor-5-5-td4022188.html . ? Does 5.6 snapshot on github have the fixes ? Regards, Abhinay -- View this message in context:

Re: [rules-users] shiftAssignment change

2013-04-02 Thread john poole
Ignore this, I was getting the shift assignment list from the wrong solution. -- View this message in context: http://drools.46999.n3.nabble.com/shiftAssignment-change-tp4023179p4023184.html Sent from the Drools: User forum mailing list archive at Nabble.com.