How Can i download the jar of drools-process-task
by xdyl
HI,All:
i want run the example of jbpm-5.1.0.Final-installer-full.but i find i
cant find the jar of drools-process-task.
because ProcessTest import the class:
org.jbpm.process.workitem.wsht.WSHumanTaskHandler.
but i can get this jar anyway.
i try find it which module(task,process,guvnor,expert,jbmp) include this
jar,and didnt get any hint.
and i try download it in maven,use this :
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-process-task</artifactId>
<version>5.1.0.M1</version>
</dependency>
repositroy is :
https://jboss.sonatype.org/content/repositories/JBoss
because i didnt know the correct address.in some website i find the
repository is
https://oss.sonatype.org/content/repositories/JBoss ,but i cant access.
so ,can somebody tell me,how to get the correct jar(maven is best),or how
can i run the example correctly?
--
View this message in context: http://drools.46999.n3.nabble.com/How-Can-i-download-the-jar-of-drools-pr...
Sent from the Drools: User forum mailing list archive at Nabble.com.
14 years, 5 months
[drools planner] [5.3.0 Final] Sorting successfully planned entities
by guyver
If we use the hard and soft scoring method and then terminate early without
reaching a hard score of zero, then is there a way to distinguish the
planning entity objects that met all the constraints(achieved a score of
zero) from the ones that did not meet the constraints (had a negative score)
by just looking at the planning entity list in our output planning solution.
Do we have to use some kind of boolean flag within our planning entity to
indicate if that planning entity has a score of zero or is there something
like this already built into the planner?
--
View this message in context: http://drools.46999.n3.nabble.com/drools-planner-5-3-0-Final-Sorting-succ...
Sent from the Drools: User forum mailing list archive at Nabble.com.
14 years, 5 months
Help with troubleshooting rules/Drools
by Robert Crawford
Any advice on how to troubleshoot problems? I have a fairly simple set of
rules (a couple dozen), but keep having problems with fatal exceptions. The
most recent was:
org.drools.RuntimeDroolsException: Unexpected exception executing action
org.drools.reteoo.PropagationQueuingNode$PropagateAction@1e60aa7
at
org.drools.common.AbstractWorkingMemory.executeQueuedActions(AbstractWorkingMemory.java:977)
at
org.drools.common.DefaultAgenda.fireUntilHalt(DefaultAgenda.java:1231)
at
org.drools.common.AbstractWorkingMemory.fireUntilHalt(AbstractWorkingMemory.java:753)
at
org.drools.common.AbstractWorkingMemory.fireUntilHalt(AbstractWorkingMemory.java:729)
at
org.drools.impl.StatefulKnowledgeSessionImpl.fireUntilHalt(StatefulKnowledgeSessionImpl.java:234)
at
com.kroger.tempmonitor.app.service.RuleService$1.run(RuleService.java:214)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.util.NoSuchElementException
at java.util.LinkedList.remove(LinkedList.java:788)
at java.util.LinkedList.removeFirst(LinkedList.java:134)
at
org.drools.common.PropagationContextImpl.evaluateActionQueue(PropagationContextImpl.java:264)
at
org.drools.reteoo.PropagationQueuingNode$AssertAction.execute(PropagationQueuingNode.java:357)
at
org.drools.reteoo.PropagationQueuingNode.propagateActions(PropagationQueuingNode.java:238)
at
org.drools.reteoo.PropagationQueuingNode$PropagateAction.execute(PropagationQueuingNode.java:502)
at
org.drools.common.AbstractWorkingMemory.executeQueuedActions(AbstractWorkingMemory.java:975)
... 6 more
No mention of a rule name, so where do I begin?
My architecture is simple: one thread ran fireUntilHalt(), other (multiple)
threads inserting objects. Should I synchronize on the session so only one
thread is inserting at a time?
There's one rule that triggers a large number of inserts, and it used to
give me problems, but I've moved those inserts into Commands and those
problems seem to have gone away.
Any advice would be welcome, no matter how basic you think it is! Thanks!
--
View this message in context: http://drools.46999.n3.nabble.com/Help-with-troubleshooting-rules-Drools-...
Sent from the Drools: User forum mailing list archive at Nabble.com.
14 years, 5 months
Guvnor custom form not working for DSL sentences
by GPatel@tsys.com
Hi
Is the guvnor custom form not meant for use with fact fields appearing in
dsl sentences? It works fine with guided editor, not with dsl though.
Using 5.3.CR1
Thanks
G. Patel
-----------------------------------------
The information contained in this communication (including any
attachments hereto) is confidential and is intended solely for the
personal and confidential use of the individual or entity to whom
it is addressed. If the reader of this message is not the intended
recipient or an agent responsible for delivering it to the intended
recipient, you are hereby notified that you have received this
communication in error and that any review, dissemination, copying,
or unauthorized use of this information, or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this communication in error,
please notify us immediately by e-mail, and delete the original
message. Thank you
14 years, 5 months
Online 5.3.0 javadocs
by Martin A
Hello,
I'm looking for the online 5.3.0 javadocs, but can't find it... Would you
point me to a reference?
Thanks,
Martin
14 years, 5 months