[jboss-jira] [JBoss JIRA] (WFLY-1841) Upgrade aesh to 0.33.7
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Mon Aug 12 06:07:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796199#comment-12796199 ]
RH Bugzilla Integration commented on WFLY-1841:
-----------------------------------------------
Tom Fonteyne <tfonteyn at redhat.com> made a comment on [bug 961425|https://bugzilla.redhat.com/show_bug.cgi?id=961425]
assigning back to stalep
as found by pkremers:
There is still problem with blocked CLI after passing the command via stdin.
echo 'ls' > /tmp/commands
jboss-eap-6.0/bin]$ ./jboss-cli.sh -c < /tmp/commands
=> Runs ls, and returns (exit correcly)
jboss-eap-6.1/bin]$ ./jboss-cli.sh -c < /tmp/commands
=> Runs ls, input is locked, only CTRL-C return to shell
to 'fix' this,
/tmp/commands
needs to contain:
ls
exit
e.g. the "exit" *must* be present
which if you think about it makes sense..... stdin is handled by the redirect and the CLI is correctly waiting for more input but you cannot type as stdin in not yours
So theoretically we could document this and done (though I'm not in favour to do this as this worked without 'exit' in EAP 6.0 obviously)
> Upgrade aesh to 0.33.7
> ----------------------
>
> Key: WFLY-1841
> URL: https://issues.jboss.org/browse/WFLY-1841
> Project: WildFly
> Issue Type: Component Upgrade
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Critical
> Fix For: 8.0.0.Alpha4
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list