[JBoss JIRA] Created: (JBRULES-2841) BinaryHeapQueueAgendaGroup fails to return top salience item
by k s (JIRA)
BinaryHeapQueueAgendaGroup fails to return top salience item
------------------------------------------------------------
Key: JBRULES-2841
URL: https://issues.jboss.org/browse/JBRULES-2841
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core
Affects Versions: 5.1.1.FINAL
Reporter: k s
Assignee: Mark Proctor
We have come across a case where the rules engine does not fire the top priority (top salience) rule. After a lot of careful debugging, it seems that the BinaryHeapQueueAgendaGroup implementation (and most likely the supporting BinaryHeapQueue) has a bug. It is not a common case and it was hard to reproduce. We have put together a junit test to show the problem. The test "replays" the trace from the case where we show the error (sparing you from all the complexity of the actual rules and produced it). I will attach the JUnit test and the trace file that drives the test.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBAS-9358) Can't invoke read-config-as-xml on the host
by Brian Stansberry (JIRA)
Can't invoke read-config-as-xml on the host
-------------------------------------------
Key: JBAS-9358
URL: https://issues.jboss.org/browse/JBAS-9358
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta3
java.lang.RuntimeException: "No handler for read-config-as-xml at address [(\"host\" => \"local\")]"
at org.jboss.as.demos.domain.interactive.runner.ExampleRunner.executeForResult(ExampleRunner.java:1265)
at org.jboss.as.demos.domain.interactive.runner.ExampleRunner.writeHostController(ExampleRunner.java:336)
at org.jboss.as.demos.domain.interactive.runner.ExampleRunner.dumpHostController(ExampleRunner.java:320)
I suspect the handler got dropped.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (SECURITY-588) Try to load classes from defining classloader before delegating to TCCL
by Marcus Moyses (JIRA)
Try to load classes from defining classloader before delegating to TCCL
-----------------------------------------------------------------------
Key: SECURITY-588
URL: https://issues.jboss.org/browse/SECURITY-588
Project: PicketBox (JBoss Security and Identity Management)
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: PicketBox
Affects Versions: PicketBox_v4_0_alpha8
Reporter: Marcus Moyses
Assignee: Marcus Moyses
Fix For: PicketBox_v4_0_beta1
Most classes in PicketBox try to use the TCCL by default to load classes. We need to try and load classes from the defining classloader (the one that loaded the current class) before delegating classloading to TCCL.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBAS-9182) Unify failure description key
by Heiko Rupp (JIRA)
Unify failure description key
-----------------------------
Key: JBAS-9182
URL: https://issues.jboss.org/browse/JBAS-9182
Project: JBoss Application Server
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Beta1
Reporter: Heiko Rupp
The "standard" failure description in standalone mode
{
"outcome" : "failed",
"failure-description" : [{
"PROPERTY_VALUE" : {
"java.lang.IllegalArgumentException" : "Invalid key specification"
}
}]
}
note "failure-description"
Sometimes it is different:
[localhost:9999 /] /server-group=new:add(profile=default)
{
"outcome" => "failed",
"result" => {"domain-failure-description" => [("java.lang.IllegalStateException" => "Resource at address [(\"server-group\" => \"new\")] already exists")]}
}
note "domain-failure-description".
Please unify that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months