[JBoss JIRA] (ELY-835) SecurityIdentity Automatic Outflow
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-835:
------------------------------------
Summary: SecurityIdentity Automatic Outflow
Key: ELY-835
URL: https://issues.jboss.org/browse/ELY-835
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI
Reporter: Darran Lofthouse
Priority: Blocker
Fix For: 1.1.0.Beta18
We previously discussed that when runAs is called on a SecurityIdentity this should pro-actively outflow to predefined security domains so it does not need to be manually inflowed at a later point.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months
[JBoss JIRA] (ELY-835) SecurityIdentity Automatic Outflow
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-835?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse commented on ELY-835:
--------------------------------------
We may have another issue to track this, just wanted to be sure we don't forget it.
> SecurityIdentity Automatic Outflow
> ----------------------------------
>
> Key: ELY-835
> URL: https://issues.jboss.org/browse/ELY-835
> Project: WildFly Elytron
> Issue Type: Enhancement
> Components: API / SPI
> Reporter: Darran Lofthouse
> Priority: Blocker
> Fix For: 1.1.0.Beta18
>
>
> We previously discussed that when runAs is called on a SecurityIdentity this should pro-actively outflow to predefined security domains so it does not need to be manually inflowed at a later point.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months
[JBoss JIRA] (WFLY-7800) Export jackson-jaxrs-json-provider dependency in resteasy-jackson2-provider module
by Dmitrii Tikhomirov (JIRA)
[ https://issues.jboss.org/browse/WFLY-7800?page=com.atlassian.jira.plugin.... ]
Dmitrii Tikhomirov reassigned WFLY-7800:
----------------------------------------
Assignee: Dmitrii Tikhomirov
> Export jackson-jaxrs-json-provider dependency in resteasy-jackson2-provider module
> ----------------------------------------------------------------------------------
>
> Key: WFLY-7800
> URL: https://issues.jboss.org/browse/WFLY-7800
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Reporter: Katerina Novotna
> Assignee: Dmitrii Tikhomirov
>
> RFE EAP7-608, Introduces Jackson 2 JsonFilter annotation support for Resteasy.
> This cannot be used without explicitly defined dependency for jackson-jaxrs-json-provider in the deployment.
> *Actual behaviour:*
> Currently a deployment with the resource using JsonFilter annotation must have com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider dependency specified in the MANIFEST file in order to correctly deploy.
> See example - https://github.com/resteasy/Resteasy/blob/master/testsuite/integration-te...
> *Expected behaviour*:
> There is no need to add explicit dependency into the deployment.
> Dependencies in the modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml shall be updated to export jackson-jaxrs-json-provider.
> {code:java}
> <dependencies>
> <module name="com.fasterxml.jackson.core.jackson-annotations" export="true"/>
> <module name="com.fasterxml.jackson.core.jackson-core" export="true"/>
> <module name="com.fasterxml.jackson.core.jackson-databind" export="true"/>
> <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true"/>
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months
[JBoss JIRA] (WFLY-7794) Adding information how to quit batch mode when a batch fails
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFLY-7794?page=com.atlassian.jira.plugin.... ]
Jean-Francois Denise commented on WFLY-7794:
--------------------------------------------
In the redesign we plan to do, we will take into account this feedback of making it clear how one can exit a batch context.
> Adding information how to quit batch mode when a batch fails
> ------------------------------------------------------------
>
> Key: WFLY-7794
> URL: https://issues.jboss.org/browse/WFLY-7794
> Project: WildFly
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 10.1.0.Final
> Reporter: Ondra Chaloupka
> Assignee: Jean-Francois Denise
> Priority: Minor
>
> When running an interactive batch in CLI and there is some fail in steps it would be nice to get information how to exit the batch mode. The proper command is {{discard-batch}} (as I understood from documentation at https://developer.jboss.org/wiki/CLIBatchMode) but it's a bit uneasy to find that command.
> Currently when some error occurs I can see message like
> {quote}
> [standalone@localhost:9990 / #] run-batch
> The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error):
> WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
> Step: step-2
> Operation: /subsystem=transactions:write-attribute(name=process-id-uuid, value=false)
> Failure: WFLYCTL0105: process-id-uuid is invalid in combination with process-id-socket-binding
> {quote}
> Could there be added a note that for quiting interactive batch mode use {{discard-batch}} command?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months
[JBoss JIRA] (WFLY-7794) Adding information how to quit batch mode when a batch fails
by Ondra Chaloupka (JIRA)
[ https://issues.jboss.org/browse/WFLY-7794?page=com.atlassian.jira.plugin.... ]
Ondra Chaloupka edited comment on WFLY-7794 at 12/15/16 5:11 AM:
-----------------------------------------------------------------
[~jdenise] yes, that would help me. My intention of creating this jira was frustration of not being able to find the way out of the batch interactive mode. I was trying just {{<TAB>}} but nothing happened. Listing all commands was confusing as there are quite a lot of them and it's hard to say which are part of batch context. Then searching google takes me quite a while to get the answer.
Personally still I would vote for reworking the message a bit to inform somehow about {{batch <TAB>}} (or {{discard-batch}}) possibility. If simple {{<TAB>}} shows commands of context of batch interactive mode that would be even better from my point of view.
was (Author: ochaloup):
[~jdenise] yes, that would help me. My intention of creating this jira was frustration of not being able to find the way out of the batch interactive mode. I was trying just {{<TAB>}} but nothing happens. Listing all commands was confusing as there are quite a lot of them and it's hard to say which are part of batch context. Then searching google takes me quite a while to get the answer.
Personally still I would vote for reworking the message a bit to inform somehow about {{batch <TAB>}} (or {{discard-batch}}) possibility. If simple {{<TAB>}} shows commands of context of batch interactive mode that would be even better from my point of view.
> Adding information how to quit batch mode when a batch fails
> ------------------------------------------------------------
>
> Key: WFLY-7794
> URL: https://issues.jboss.org/browse/WFLY-7794
> Project: WildFly
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 10.1.0.Final
> Reporter: Ondra Chaloupka
> Assignee: Jean-Francois Denise
> Priority: Minor
>
> When running an interactive batch in CLI and there is some fail in steps it would be nice to get information how to exit the batch mode. The proper command is {{discard-batch}} (as I understood from documentation at https://developer.jboss.org/wiki/CLIBatchMode) but it's a bit uneasy to find that command.
> Currently when some error occurs I can see message like
> {quote}
> [standalone@localhost:9990 / #] run-batch
> The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error):
> WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
> Step: step-2
> Operation: /subsystem=transactions:write-attribute(name=process-id-uuid, value=false)
> Failure: WFLYCTL0105: process-id-uuid is invalid in combination with process-id-socket-binding
> {quote}
> Could there be added a note that for quiting interactive batch mode use {{discard-batch}} command?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months
[JBoss JIRA] (WFLY-7794) Adding information how to quit batch mode when a batch fails
by Ondra Chaloupka (JIRA)
[ https://issues.jboss.org/browse/WFLY-7794?page=com.atlassian.jira.plugin.... ]
Ondra Chaloupka commented on WFLY-7794:
---------------------------------------
[~jdenise] yes, that would help me. My intention of creating this jira was frustration of not being able to find the way out of the batch interactive mode. I was trying just {{<TAB>}} but nothing happens. Listing all commands was confusing as there are quite a lot of them and it's hard to say which are part of batch context. Then searching google takes me quite a while to get the answer.
Personally still I would vote for reworking the message a bit to inform somehow about {{batch <TAB>}} (or {{discard-batch}}) possibility. If simple {{<TAB>}} shows commands of context of batch interactive mode that would be even better from my point of view.
> Adding information how to quit batch mode when a batch fails
> ------------------------------------------------------------
>
> Key: WFLY-7794
> URL: https://issues.jboss.org/browse/WFLY-7794
> Project: WildFly
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 10.1.0.Final
> Reporter: Ondra Chaloupka
> Assignee: Jean-Francois Denise
> Priority: Minor
>
> When running an interactive batch in CLI and there is some fail in steps it would be nice to get information how to exit the batch mode. The proper command is {{discard-batch}} (as I understood from documentation at https://developer.jboss.org/wiki/CLIBatchMode) but it's a bit uneasy to find that command.
> Currently when some error occurs I can see message like
> {quote}
> [standalone@localhost:9990 / #] run-batch
> The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error):
> WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
> Step: step-2
> Operation: /subsystem=transactions:write-attribute(name=process-id-uuid, value=false)
> Failure: WFLYCTL0105: process-id-uuid is invalid in combination with process-id-socket-binding
> {quote}
> Could there be added a note that for quiting interactive batch mode use {{discard-batch}} command?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 6 months