[JBoss JIRA] (WFCORE-1752) The deployment-overlay command fails to redeploy affected deployments
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1752?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFCORE-1752:
------------------------------------------
Is coupling to the runtime-name really the intended behavior? Or is that a bug? Or perhaps a design flaw?
I can see arguments both ways, so I'm curious what [~swd847] had in mind at the beginning.
Certainly the runtime-name needs to come into the picture in order to get the content into the running app; I'm asking here about the meaning of the "name" attribute in the deployment-overlay/deployment element.
> The deployment-overlay command fails to redeploy affected deployments
> ---------------------------------------------------------------------
>
> Key: WFCORE-1752
> URL: https://issues.jboss.org/browse/WFCORE-1752
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0.Alpha5
> Reporter: ehsavoie Hugonnet
> Assignee: Alexey Loubyansky
>
> The deployment-overlay command fails to redeploy affected deployments if the runtime-name isn't the same as the deployment name. Since affected deployment to be redeployed should be running the couple runtime-name + enabled == true should be used to define which deployments are affected instead of using the deployment name since the name used in overlay is the runtime-name
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (WFCORE-1755) Wrong cursor position after deleting all characters in second line
by Tomas Hofman (JIRA)
Tomas Hofman created WFCORE-1755:
------------------------------------
Summary: Wrong cursor position after deleting all characters in second line
Key: WFCORE-1755
URL: https://issues.jboss.org/browse/WFCORE-1755
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha3
Environment: Fedora 24
Gnome Terminal 3.20
Bash 4.3.42
Reporter: Tomas Hofman
Assignee: Tomas Hofman
In CLI, when typing expression that stretches more then one line, and then deleting all characters in the last line (using backspace), cursor appears on wrong position on the previous line (should be on last column, but is on column before the last).
Further editing messes up the displayed expression, which doesn't reflect the real content of the buffer.
*Reproducing:*
* Terminal width is 80 characters.
* [] marks a cursor position.
Step 1. - I have expression spreading over two lines like this:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection-
factory[]
{code}
Step 2. - Delete "factory" word using backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection-
[]
{code}
Step 3. - Another backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connectio[n]
{code}
while expected is:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection[]
{code}
Step 4. - Another backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connecti[]n
{code}
while expected is:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connectio[]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (WFCORE-1754) Wrong cursor position after deleting all characters in second line
by Tomas Hofman (JIRA)
Tomas Hofman created WFCORE-1754:
------------------------------------
Summary: Wrong cursor position after deleting all characters in second line
Key: WFCORE-1754
URL: https://issues.jboss.org/browse/WFCORE-1754
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha3
Environment: Fedora 24
Gnome Terminal 3.20
Bash 4.3.42
Reporter: Tomas Hofman
Assignee: Tomas Hofman
In CLI, when typing expression that stretches more then one line, and then deleting all characters in the last line (using backspace), cursor appears on wrong position on the previous line (should be on last column, but is on column before the last).
Further editing messes up the displayed expression, which doesn't reflect the real content of the buffer.
*Reproducing:*
* Terminal width is 80 characters.
* [] marks a cursor position.
Step 1. - I have expression spreading over two lines like this:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection-
factory[]
{code}
Step 2. - Delete "factory" word using backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection-
[]
{code}
Step 3. - Another backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connectio[n]
{code}
while expected is:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connection[]
{code}
Step 4. - Another backspace:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connecti[]n
{code}
while expected is:
{code}
[standalone@embedded /] /subsystem=datasources/data-source=ExampleDS/connectio[]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (DROOLS-1221) Add fail-safe and scalability functionality to the Drools (CEP) rules engine
by Youcef HILEM (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1221?page=com.atlassian.jira.plugi... ]
Youcef HILEM commented on DROOLS-1221:
--------------------------------------
Hi Tom,
Infinispan does not implement Off-heap in the current version (http://infinispan.org/roadmap/).
> Add fail-safe and scalability functionality to the Drools (CEP) rules engine
> ----------------------------------------------------------------------------
>
> Key: DROOLS-1221
> URL: https://issues.jboss.org/browse/DROOLS-1221
> Project: Drools
> Issue Type: Feature Request
> Components: core engine
> Affects Versions: 6.4.0.Final
> Environment: Drools (CEP) Rule engine 6.4.0.Final
> Reporter: Tom Pijl
> Assignee: Mario Fusco
>
> The Drools Rule engine is currently not fail-safe and scalable which is a requirement for Cloud deployment.
> Add a possibility to persist the state of the working memory after each state change (perhaps linked to the fireAllRules()?) and related to that the possibility to restore the state in case of a crash (fail-safe requirement).
> This persistent state store can also be used to synchronize multiple engine instances (scalability requirement).
> Of course this has major impact on the performance of the engine, but it is the only way to make the engine useful in a multi-tenant Cloud environment
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (WFCORE-1697) Not displaying all possibilities for FS completion breaks from the command
by Tomas Hofman (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1697?page=com.atlassian.jira.plugi... ]
Tomas Hofman reopened WFCORE-1697:
----------------------------------
> Not displaying all possibilities for FS completion breaks from the command
> --------------------------------------------------------------------------
>
> Key: WFCORE-1697
> URL: https://issues.jboss.org/browse/WFCORE-1697
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0.Alpha4
> Reporter: Petr Kremensky
> Assignee: Tomas Hofman
>
> Terminal gets cleared in case user select not to display all possibilities during FS completion.
> *my use-case*
> {noformat}
> [disconnected /] module add --name=org.wildfly.extension.blocker-test
> --dependencies=org.jboss.staxmapper,org.jboss.as.controller,org.jboss.msc
> --resources=~/help/test-extension.jar --module-root-dir=../../../<TAB>
> Display all 103 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> *reproduce*
> _actual_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> _expected_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /] patch apply /etc/
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (WFCORE-1697) Not displaying all possibilities for FS completion breaks from the command
by Tomas Hofman (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1697?page=com.atlassian.jira.plugi... ]
Tomas Hofman reassigned WFCORE-1697:
------------------------------------
Assignee: Tomas Hofman (was: Alexey Loubyansky)
Resolution: Done
> Not displaying all possibilities for FS completion breaks from the command
> --------------------------------------------------------------------------
>
> Key: WFCORE-1697
> URL: https://issues.jboss.org/browse/WFCORE-1697
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0.Alpha4
> Reporter: Petr Kremensky
> Assignee: Tomas Hofman
>
> Terminal gets cleared in case user select not to display all possibilities during FS completion.
> *my use-case*
> {noformat}
> [disconnected /] module add --name=org.wildfly.extension.blocker-test
> --dependencies=org.jboss.staxmapper,org.jboss.as.controller,org.jboss.msc
> --resources=~/help/test-extension.jar --module-root-dir=../../../<TAB>
> Display all 103 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> *reproduce*
> _actual_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> _expected_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /] patch apply /etc/
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months
[JBoss JIRA] (WFCORE-1697) Not displaying all possibilities for FS completion breaks from the command
by Tomas Hofman (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1697?page=com.atlassian.jira.plugi... ]
Tomas Hofman commented on WFCORE-1697:
--------------------------------------
PRs: https://github.com/aeshell/aesh/pull/231, https://github.com/aeshell/aesh/pull/230
> Not displaying all possibilities for FS completion breaks from the command
> --------------------------------------------------------------------------
>
> Key: WFCORE-1697
> URL: https://issues.jboss.org/browse/WFCORE-1697
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0.Alpha4
> Reporter: Petr Kremensky
> Assignee: Alexey Loubyansky
>
> Terminal gets cleared in case user select not to display all possibilities during FS completion.
> *my use-case*
> {noformat}
> [disconnected /] module add --name=org.wildfly.extension.blocker-test
> --dependencies=org.jboss.staxmapper,org.jboss.as.controller,org.jboss.msc
> --resources=~/help/test-extension.jar --module-root-dir=../../../<TAB>
> Display all 103 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> *reproduce*
> _actual_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /]
> {noformat}
> _expected_
> {noformat}
> [disconnected /] patch apply /etc/<TAB>
> Display all 299 possibilities? (y or n)<n>
> [disconnected /] patch apply /etc/
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 3 months