When the decider doesn't pick a move, the DefaultLocalSearchSolver shouldn't terminate by exception by try again, especially with relativeSelection on
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2213
URL: https://jira.jboss.org/jira/browse/JBRULES-2213
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-solver
Affects Versions: 5.0.1.FINAL
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Critical
a random bad relativeSelection could select only moves that are tabu
that no reason to stop, because the next relativeSelection could be great.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Multiple moves win a step (moves without direct tabu property relations)
------------------------------------------------------------------------
Key: JBRULES-1275
URL: http://jira.jboss.com/jira/browse/JBRULES-1275
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Solver
Reporter: Geoffrey De Smet
Assigned To: Geoffrey De Smet
Priority: Optional
Currently only one move can win a step.
If moves are evaluated not on their score, but on "the difference in score", it probably won't be a bad idea to take a low number of improving moves that have not tabu property's in common and do a step of all of them instead of just one, especially in the beginning.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
SelectorConfig, AccepterConfig en other Config's aren't Serializable if they have a direct Selector/Accepter instance configured
--------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-1328
URL: http://jira.jboss.com/jira/browse/JBRULES-1328
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Solver
Reporter: Geoffrey De Smet
Assigned To: Geoffrey De Smet
Priority: Optional
Because AbstractAccepter references LocalSearchSolver references the drools RuleBase references stuff that isn't Serializable...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
CompositeSelector should support weighting the selection of each sub selector.
------------------------------------------------------------------------------
Key: JBRULES-2553
URL: https://jira.jboss.org/browse/JBRULES-2553
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-planner
Affects Versions: 5.1.0.M2
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Minor
Fix For: FUTURE
Before the simulated annealing support refactor, this was possible, now it's not because the new CompositeSelector weights them all the same.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Client Delegation
-----------------
Key: SECURITY-129
URL: http://jira.jboss.com/jira/browse/SECURITY-129
Project: JBoss Security and Identity Management
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Negotiation
Reporter: Darran Lofthouse
Assigned To: Darran Lofthouse
Web browser can delegate to the server being called so same credentials can be used for further calls.
Delegation using GSSAPI, WS-Kerberos, credential propagation for EJB calls etc..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Watch org.jboss.test.remoting.stream.StreamingTestCase for failures
-------------------------------------------------------------------
Key: JBREM-988
URL: http://jira.jboss.com/jira/browse/JBREM-988
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.4.1.Beta
org.jboss.test.remoting.stream.StreamingTestCase has failed a few times in hudson. Should watch for more failures.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Review supported Mech types - currently only Kerberos V5
--------------------------------------------------------
Key: SECURITY-145
URL: http://jira.jboss.com/jira/browse/SECURITY-145
Project: JBoss Security and Identity Management
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Negotiation
Reporter: Darran Lofthouse
Assigned To: Darran Lofthouse
e.g. Should and could we support Kerberos V5 legacy?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Log a meaningful error when browser uses Kerberos5 GSSAPI and not SPNEGO
------------------------------------------------------------------------
Key: SECURITY-356
URL: https://jira.jboss.org/jira/browse/SECURITY-356
Project: JBoss Security and Identity Management
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Negotiation
Affects Versions: Negotiation_2.0.3.GA
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: Negotiation_2.0.4.GA
This can be identified by checking the OID parsed in NegTokenInitDecoder.decode() and verifying that it is the OID for SPNEGO.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Decouple window definitions from pattern matching, allowing windows to be reused among various patterns/rules
-------------------------------------------------------------------------------------------------------------
Key: JBRULES-2623
URL: https://jira.jboss.org/browse/JBRULES-2623
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-api, drools-compiler (fusion), drools-core (fusion)
Affects Versions: 5.1.0.FINAL
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: FUTURE
Decouple window definitions from pattern matching, allowing windows to be reused among various patterns/rules.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira