[JBoss JIRA] (ELY-462) DirContext suppliing service to be used in LDAP realm
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-462?page=com.atlassian.jira.plugin.sy... ]
Jan Kalina updated ELY-462:
---------------------------
Description:
There will be DirContext suppling service, which will be referenced by realm:
* output of service will be ExceptionSupplier<DirContext>, but the returning DirContext will be only delegator, which will call real DirContext and instead of close() it will do returnContext()
Problematic place: DirectEvidenceVerifier
* context can be copied using (Context)ctx.lookup("")
*
was:
There will be DirContext suppling service, which will be referenced by realm:
* output of service will be ExceptionSupplier<DirContext>, but the returning DirContext will be only delegator, which will call real DirContext and instead of close() it will do returnContext()
> DirContext suppliing service to be used in LDAP realm
> -----------------------------------------------------
>
> Key: ELY-462
> URL: https://issues.jboss.org/browse/ELY-462
> Project: WildFly Elytron
> Issue Type: Task
> Reporter: Jan Kalina
> Assignee: Jan Kalina
> Priority: Minor
>
> There will be DirContext suppling service, which will be referenced by realm:
> * output of service will be ExceptionSupplier<DirContext>, but the returning DirContext will be only delegator, which will call real DirContext and instead of close() it will do returnContext()
> Problematic place: DirectEvidenceVerifier
> * context can be copied using (Context)ctx.lookup("")
> *
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFCORE-1682) Missleading tab completion for edit-batch-line command
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1682?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise updated WFCORE-1682:
-----------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly-core/pull/1720
> Missleading tab completion for edit-batch-line command
> ------------------------------------------------------
>
> Key: WFCORE-1682
> URL: https://issues.jboss.org/browse/WFCORE-1682
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Petr Kremensky
> Assignee: Jean-Francois Denise
>
> Tab completion for edit-batch-list command suggest to use --line-number as a command option, but that is not how the command works.
> *command usage*
> {noformat}
> [standalone@localhost:9990 /] batch
> [standalone@localhost:9990 / #] :read-resource
> [standalone@localhost:9990 / #] list-batch
> #1 /:read-resource
> [standalone@localhost:9990 / #] edit-batch-line 1 :read-attribute(name=launch-type)
> #1 :read-attribute(name=launch-type)
> [standalone@localhost:9990 / #] list-batch
> #1 :read-attribute(name=launch-type)
> {noformat}
> *actual*
> {noformat}
> [standalone@localhost:9990 / #] edit-batch-line <TAB>
> [standalone@localhost:9990 / #] edit-batch-line --<TAB>
> --help --line-number
> [standalone@localhost:9990 / #] edit-batch-line --line-number=1 :read-attribute(name=launch-type)
> Failed to parse line number '--line-number=1': For input string: "--line-number=1"
> {noformat}
> {{--line-number}} shouldn't be offered by tab completion for the command.
> Misleading tab completion ends up with syntax error.
> *expected*
> {noformat}
> [standalone@localhost:9990 / #] edit-batch-line <TAB>
> --help
> {noformat}
> The issue is a regression against EAP 7.0.0 release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFCORE-1687) WFLYCTL0357 warning upon undeploying any deployment
by Martin Simka (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1687?page=com.atlassian.jira.plugi... ]
Martin Simka moved JBEAP-5507 to WFCORE-1687:
---------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1687 (was: JBEAP-5507)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Domain Management)
Affects Version/s: (was: 7.1.0.DR1)
> WFLYCTL0357 warning upon undeploying any deployment
> ---------------------------------------------------
>
> Key: WFCORE-1687
> URL: https://issues.jboss.org/browse/WFCORE-1687
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Reporter: Martin Simka
> Assignee: Brian Stansberry
>
> EAP produces following warning upon undeployment:
> {code}WARN [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []{code}
> The warning is produced for both managed and unmanaged deployments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (DROOLS-1244) TimedRuleExectionOption typing mistake
by Matteo Mortari (JIRA)
Matteo Mortari created DROOLS-1244:
--------------------------------------
Summary: TimedRuleExectionOption typing mistake
Key: DROOLS-1244
URL: https://issues.jboss.org/browse/DROOLS-1244
Project: Drools
Issue Type: Enhancement
Affects Versions: 7.0.0.Beta1
Reporter: Matteo Mortari
Assignee: Matteo Mortari
Priority: Minor
TimedRuleExectionOption typo in class definition and documentation.
Impacts:
* code changes
* System property / configuration
* to be properly documented (as a breaking change)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JGRP-2094) Add convenience method Rsp.readIn
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/JGRP-2094?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated JGRP-2094:
------------------------------
Description:
In Infinispan, during a staggered get we prepare several {{Rsp}} s in {{RspList}} and then for each {{Rsp}} we send one message. As the {{RspList}} can be accessed by multiple threads but we don't want to synchronize the access, we just get the {{Rsp}} and fill it from the (other) received {{Rsp}}. However the fill requires several ifs:
{code}
if (rsp.hasException()) {
futureRsp.setException(rsp.getException());
} else if (rsp.wasSuspected()) {
futureRsp.setSuspected();
} else if (rsp.wasUnreachable()) {
futureRsp.setUnreachable();
} else {
futureRsp.setValue(rsp.getValue());
}
{code}
Let's add a convenience method that will just read in the flags and value.
was:
In Infinispan, during a staggered get we prepare several {{Rsp}}s in {{RspList}} and then for each {{Rsp}} we send one message. As the {{RspList}} can be accessed by multiple threads but we don't want to synchronize the access, we just get the {{Rsp}} and fill it from the (other) received {{Rsp}}. However the fill requires several ifs:
{code}
if (rsp.hasException()) {
futureRsp.setException(rsp.getException());
} else if (rsp.wasSuspected()) {
futureRsp.setSuspected();
} else if (rsp.wasUnreachable()) {
futureRsp.setUnreachable();
} else {
futureRsp.setValue(rsp.getValue());
}
{code}
Let's add a convenience method that will just read in the flags and value.
> Add convenience method Rsp.readIn
> ---------------------------------
>
> Key: JGRP-2094
> URL: https://issues.jboss.org/browse/JGRP-2094
> Project: JGroups
> Issue Type: Enhancement
> Affects Versions: 3.6.10, 4.0
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Priority: Minor
>
> In Infinispan, during a staggered get we prepare several {{Rsp}} s in {{RspList}} and then for each {{Rsp}} we send one message. As the {{RspList}} can be accessed by multiple threads but we don't want to synchronize the access, we just get the {{Rsp}} and fill it from the (other) received {{Rsp}}. However the fill requires several ifs:
> {code}
> if (rsp.hasException()) {
> futureRsp.setException(rsp.getException());
> } else if (rsp.wasSuspected()) {
> futureRsp.setSuspected();
> } else if (rsp.wasUnreachable()) {
> futureRsp.setUnreachable();
> } else {
> futureRsp.setValue(rsp.getValue());
> }
> {code}
> Let's add a convenience method that will just read in the flags and value.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JGRP-2094) Add convenience method Rsp.readIn
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/JGRP-2094?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated JGRP-2094:
------------------------------
Affects Version/s: 4.0
> Add convenience method Rsp.readIn
> ---------------------------------
>
> Key: JGRP-2094
> URL: https://issues.jboss.org/browse/JGRP-2094
> Project: JGroups
> Issue Type: Enhancement
> Affects Versions: 3.6.10, 4.0
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Priority: Minor
>
> In Infinispan, during a staggered get we prepare several {{Rsp}}s in {{RspList}} and then for each {{Rsp}} we send one message. As the {{RspList}} can be accessed by multiple threads but we don't want to synchronize the access, we just get the {{Rsp}} and fill it from the (other) received {{Rsp}}. However the fill requires several ifs:
> {code}
> if (rsp.hasException()) {
> futureRsp.setException(rsp.getException());
> } else if (rsp.wasSuspected()) {
> futureRsp.setSuspected();
> } else if (rsp.wasUnreachable()) {
> futureRsp.setUnreachable();
> } else {
> futureRsp.setValue(rsp.getValue());
> }
> {code}
> Let's add a convenience method that will just read in the flags and value.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months