[JBoss JIRA] (SRAMP-388) Use jboss version of javax.servlet GAV consistently
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-388?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-388:
------------------------------
Fix Version/s: 0.5.0.Alpha1
> Use jboss version of javax.servlet GAV consistently
> ---------------------------------------------------
>
> Key: SRAMP-388
> URL: https://issues.jboss.org/browse/SRAMP-388
> Project: S-RAMP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0.Final, 0.5.0.Alpha1
>
>
> EAP uses the GAV
> {code}
> <dependency>
> <groupId>org.jboss.spec.javax.servlet</groupId>
> <artifactId>jboss-servlet-api_3.0_spec</artifactId>
> </dependency>
> {code}
> rather than
> {code}
> <dependency>
> <groupId>javax.servlet</groupId>
> <artifactId>servlet-api</artifactId>
> </dependency>
> {code}
> This GAV is also available in the community BOM.
> We need to remove all references to the javax.servlet:servlet-api dependency in all Overlord projects (s-ramp, dtgov, overlord-commons, etc). Anywhere we reference that GAV please change it to org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-408) Tab completion no longer works in s-ramp CLI
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-408?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-408:
------------------------------
Fix Version/s: 0.5.0.Alpha1
> 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.Final, 0.5.0.Alpha1
>
>
> 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 was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-212) Support property expansion in CLI command files
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-212?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-212:
------------------------------
Fix Version/s: 0.5.0.Alpha1
> Support property expansion in CLI command files
> -----------------------------------------------
>
> Key: SRAMP-212
> URL: https://issues.jboss.org/browse/SRAMP-212
> Project: S-RAMP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Shell
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0.Final, 0.5.0.Alpha1
>
>
> Currently the CLI (sramp shell) supports the ability to pass it a file containing a list of commands to execute. This should be enhanced to support property expansion (standard Ant format), which would allow for more powerful/useful operation when integrating with e.g. Ant.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-247) Convert from JLine to AEsh for CLI
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-247?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-247:
------------------------------
Fix Version/s: 0.5.0.Alpha1
> Convert from JLine to AEsh for CLI
> ----------------------------------
>
> Key: SRAMP-247
> URL: https://issues.jboss.org/browse/SRAMP-247
> Project: S-RAMP
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Shell
> Reporter: Eric Wittmann
> Assignee: David virgil naranjo
> Fix For: 0.5.0.Final, 0.5.0.Alpha1
>
>
> These libraries are used to provide unbuffered input, history, etc... (shell-like features). The CLI working group has decided to use AEsh.
> Make changes in all the commands and refactor the commands if it required to adjust better to the capabilities of Aesh.
> Also improve the code, avoiding to repeat code and adding comments/javadoc if it is possible.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (SRAMP-379) Support for the Overlord IDP/SP in Fuse/Karaf
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-379?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-379:
------------------------------
Fix Version/s: 0.5.0.Alpha1
> Support for the Overlord IDP/SP in Fuse/Karaf
> ---------------------------------------------
>
> Key: SRAMP-379
> URL: https://issues.jboss.org/browse/SRAMP-379
> Project: S-RAMP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: Eric Wittmann
> Fix For: 0.5.0.Final, 0.5.0.Alpha1
>
>
> When running in EAP and Tomcat we use the Overlord IDP (SSO) as the UI authentication mechanism. Unfortunately I have unable to get the picketlink based IDP (or the SP) working when running in Fuse 6.1. There are various class loading issues that I encounter when I try this.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months