[JBoss JIRA] (SRAMP-411) Upgrade to Picketlink 2.5.3.SP1
by Brett Meyer (JIRA)
Brett Meyer created SRAMP-411:
---------------------------------
Summary: Upgrade to Picketlink 2.5.3.SP1
Key: SRAMP-411
URL: https://issues.jboss.org/browse/SRAMP-411
Project: S-RAMP
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 0.5.0 - API Management
EAP 6.3 upgraded to Picketlink 2.5.3.SP1. First runs on EAP 6.3 …
[View More]showing breaking package changes. Ex:
java.lang.ClassNotFoundException:org.picketlink.identity.federation.core.exceptions.ConfigurationException
--
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
[View Less]
10 years, 11 months
[JBoss JIRA] (SRAMP-408) Tab completion no longer works in s-ramp CLI
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-408?page=com.atlassian.jira.plugin.... ]
Eric Wittmann commented on SRAMP-408:
-------------------------------------
The file name completer is problematic:
{code}
s-ramp> ontology:list
Ontologies (1 entries)
Idx Base
--- ----
1 http://www.jboss.org/overlord/deployment-status.owl
s-ramp> ontology:get feed:1 java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
…
[View More]at java.util.ArrayList$Itr.next(ArrayList.java:831)
at org.overlord.sramp.shell.util.FileNameCompleter.complete(FileNameCompleter.java:102)
at org.overlord.sramp.shell.commands.ontology.GetOntologyCommand.tabCompletion(GetOntologyCommand.java:166)
at org.overlord.sramp.shell.TabCompleter.complete(TabCompleter.java:87)
at org.jboss.aesh.console.Console.complete(Console.java:1155)
at org.jboss.aesh.console.Console.parseOperation(Console.java:550)
at org.jboss.aesh.console.Console.read(Console.java:452)
at org.overlord.sramp.shell.InteractiveShellCommandReader.readLine(InteractiveShellCommandReader.java:90)
at org.overlord.sramp.shell.AbstractShellCommandReader.read(AbstractShellCommandReader.java:93)
at org.overlord.sramp.shell.SrampShell.run(SrampShell.java:98)
at org.overlord.sramp.shell.SrampShell.main(SrampShell.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297)
at java.lang.Thread.run(Thread.java:744)
{code}
> Tab completion no longer works in s-ramp CLI
> --------------------------------------------
>
> Key: SRAMP-408
> URL: https://issues.jboss.org/browse/SRAMP-408
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0 - API Management
>
>
> The recent change to using AESH has broken tab-completion. For example, I typed the following:
> {code}
> s-ramp> conn
> {code}
> Then I hit "tab" and I got this:
> {code}
> s-ramp> connmp:connect
> {code}
> And the cursor was placed three spaces beyond "connect". After that tab didn't work at all because the command wasn't recognized (obviously).
> If I type s-ramp:connect manually and *then* hit tab, I get this:
> {code}
> s-ramp> s-ramp:connect t:8080/s-ramp-server
> {code}
> Also tab-completion of just the namespace adds an extra space at the end. If I back up one and use tab, I get the list of commands in the namespace but it won't actually complete any of them.
> So I think there is some fundamental problem with the tab completion. I tested on Windows cygwin. I will now go test on Fedora.
--
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
[View Less]
10 years, 11 months
[JBoss JIRA] (SRAMP-408) Tab completion no longer works in s-ramp CLI
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-408?page=com.atlassian.jira.plugin.... ]
Eric Wittmann edited comment on SRAMP-408 at 4/25/14 9:00 AM:
--------------------------------------------------------------
Tab completion for the "property" command doesn't work as expected. If I type "property " and then hit tab, I get the list of sub-commands as expected. However if I then type "s" (for the 'set' sub-command) and hit tab I get this:
{code}
s-ramp> property
set unset
s-ramp> …
[View More]property s set
{code}
This same problem happens for the "classification" command:
{code}
s-ramp> classification
clear remove add
s-ramp> classification r remove
{code}
It's also an issue for the third argument in the command. If I type "property set de" and then hit tab, it should complete the line as "property set description " but instead I get:
{code}
s-ramp> property set
description name version
s-ramp> property set de description
{code}
was (Author: eric.wittmann):
Tab completion for the "property" command doesn't work as expected. If I type "property " and then hit tab, I get the list of sub-commands as expected. However if I then type "s" (for the 'set' sub-command) and hit tab I get this:
{code}
s-ramp> property
set unset
s-ramp> property s set
{code}
This same problem happens for the "classification" command:
{code}
s-ramp> classification
clear remove add
s-ramp> classification r remove
{code}
> Tab completion no longer works in s-ramp CLI
> --------------------------------------------
>
> Key: SRAMP-408
> URL: https://issues.jboss.org/browse/SRAMP-408
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0 - API Management
>
>
> The recent change to using AESH has broken tab-completion. For example, I typed the following:
> {code}
> s-ramp> conn
> {code}
> Then I hit "tab" and I got this:
> {code}
> s-ramp> connmp:connect
> {code}
> And the cursor was placed three spaces beyond "connect". After that tab didn't work at all because the command wasn't recognized (obviously).
> If I type s-ramp:connect manually and *then* hit tab, I get this:
> {code}
> s-ramp> s-ramp:connect t:8080/s-ramp-server
> {code}
> Also tab-completion of just the namespace adds an extra space at the end. If I back up one and use tab, I get the list of commands in the namespace but it won't actually complete any of them.
> So I think there is some fundamental problem with the tab completion. I tested on Windows cygwin. I will now go test on Fedora.
--
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
[View Less]
10 years, 11 months