[JBoss JIRA] Created: (JBRULES-971) concurrent issue on Rete node's ObjectTypeConf buildCache
by Mark Proctor (JIRA)
concurrent issue on Rete node's ObjectTypeConf buildCache
---------------------------------------------------------
Key: JBRULES-971
URL: http://jira.jboss.com/jira/browse/JBRULES-971
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.MR3, 4.0.0.MR2, 3.1-m1
Reporter: Mark Proctor
Assigned To: Mark Proctor
Fix For: 4.0.0.MR4
java.lang.ArrayIndexOutOfBoundsException: 17
at org.drools.util.AbstractHashTable$HashTableIterator.next(AbstractHashTable.java:250)
at org.drools.reteoo.Rete$ObjectTypeConf.buildCache(Rete.java:434)
at org.drools.reteoo.Rete$ObjectTypeConf.getObjectTypeNodes(Rete.java:425)
at org.drools.reteoo.Rete.assertObject(Rete.java:172)
at org.drools.reteoo.ReteooRuleBase.assertObject(ReteooRuleBase.java:190)
at org.drools.reteoo.ReteooWorkingMemory$WorkingMemoryReteAssertAction.execute (ReteooWorkingMemory.java:163)
at org.drools.common.AbstractWorkingMemory.executeQueuedActions(AbstractWorkingMemory.java:1135)
at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:781)
at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:584)
at org.drools.jsr94.rules.StatefulRuleSessionImpl.addObject(StatefulRuleSessionImpl.java:162)
--
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
17 years, 6 months
[JBoss JIRA] Closed: (JBPM-249) identity login module
by Ronald van Kuijk (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-249?page=all ]
Ronald van Kuijk closed JBPM-249.
---------------------------------
Resolution: Out of Date
> identity login module
> ---------------------
>
> Key: JBPM-249
> URL: http://jira.jboss.com/jira/browse/JBPM-249
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Reporter: Tom Baeyens
> Assigned To: Tom Baeyens
>
> a LoginModule that on commit, takes the username of the user that logged in and calls org.jbpm.securityAuthentication.pushAuthenticatedActorId(userName); upon logout, the loginmodule should call Authentication.popAuthenticatedActorId();
> the way to get the username should be configurable:
> 1) from the username callback in the login module
> 2) as the principal.getName() of a principal of a given type
> the login module should be tested with jboss 4.x
--
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
17 years, 6 months