[JBoss JIRA] (SRAMP-399) S-RAMP Shell Help Command. Add completers
by David virgil naranjo (JIRA)
David virgil naranjo created SRAMP-399:
------------------------------------------
Summary: S-RAMP Shell Help Command. Add completers
Key: SRAMP-399
URL: https://issues.jboss.org/browse/SRAMP-399
Project: S-RAMP
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: David virgil naranjo
Assignee: David virgil naranjo
Completers should be added to the HelpCommand in case of namespace option or command option, or when both are typed.
--
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
10 years, 9 months
[JBoss JIRA] (SRAMP-398) S-RAMP Shell Add Alias parsing in non interactive mode
by David virgil naranjo (JIRA)
David virgil naranjo created SRAMP-398:
------------------------------------------
Summary: S-RAMP Shell Add Alias parsing in non interactive mode
Key: SRAMP-398
URL: https://issues.jboss.org/browse/SRAMP-398
Project: S-RAMP
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: David virgil naranjo
Assignee: David virgil naranjo
When no interactive mode is selected, for example in the file mode (-f) the alias file is not getting processed.
It is not possible to pass to Aesh Parser a Setting object that contains the alias file, so the solution would be to parse manually the alias file and substitute the alias by the original command name.
--
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
10 years, 9 months
[JBoss JIRA] (SRAMP-397) SRAMP Shell Create custom aesh help format
by David virgil naranjo (JIRA)
David virgil naranjo created SRAMP-397:
------------------------------------------
Summary: SRAMP Shell Create custom aesh help format
Key: SRAMP-397
URL: https://issues.jboss.org/browse/SRAMP-397
Project: S-RAMP
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: David virgil naranjo
Assignee: David virgil naranjo
The basic Aesh settings display all the options when --help is set as argument. It is not displayed in good style and also is not displayed which of the options are required and which are optional.
Create our own s-ramp options renderer.
--
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
10 years, 9 months
[JBoss JIRA] (SRAMP-396) S-RAMP Shell improvements and new capabilities
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-396?page=com.atlassian.jira.plugin.... ]
David virgil naranjo updated SRAMP-396:
---------------------------------------
Description:
This task is composed of a set of subtask that will improve the new aesh shell console.
Some existing bugs will be fixed.
Some new features to the existing commands will be added.
Some new commands will be added.
> S-RAMP Shell improvements and new capabilities
> ----------------------------------------------
>
> Key: SRAMP-396
> URL: https://issues.jboss.org/browse/SRAMP-396
> Project: S-RAMP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
>
> This task is composed of a set of subtask that will improve the new aesh shell console.
> Some existing bugs will be fixed.
> Some new features to the existing commands will be added.
> Some new commands will be added.
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-374) Support for JPA ActivityStore
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-374?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-374:
----------------------------------
[~brmeyer] In the latest version of Karaf, they have an approach for managing different databases when configuring the data sources: http://karaf.apache.org/manual/latest/users-guide/jdbc.html
Unfortunately this is not available in the version of Karaf being used in Fuse 6.1, so we need an equivalent (but possibly interim) solution until Fuse updates to Karaf 3.0.0.
When I originally started looking into this task, I experimented with creating a bundle specific for h2 (rtgov/release/karaf/ds/activity-store-jpa-h2) - but not sure now if this is the right way to go, so feel free to remove.
Would be great if you could suggest the best way forward to support the JPA activity store on a range of databases - and feel free to improve the jpa support in rtgov in general, as this is more your area of expertise.
Another JPA related area is the JPAEventProcessor (modules/event-processor/ep-jpa). We have also recently introduced a situations-store-jpa module as part of the new rtgov ui work, which uses an entity manager callback mechanism to manage use of entity manager across multiple calls. If that is a better approach, then would be good to get some consistency across these areas.
Ideally this area needs improvement to provide support for J2EE and other environments (karaf, jetty8 and tomcat). Any advice/work you feel is appropriate, would be appreciated. Next release is likely to be mid May, so let me know what can be achieved in that timeframe, and whether other resources may be required.
> Support for JPA ActivityStore
> -----------------------------
>
> Key: RTGOV-374
> URL: https://issues.jboss.org/browse/RTGOV-374
> Project: RTGov (Run Time Governance)
> Issue Type: Sub-task
> Reporter: Gary Brown
> Assignee: Brett Meyer
> Fix For: 2.0.0.Final
>
> Original Estimate: 2 weeks
> Remaining Estimate: 2 weeks
>
> Need to be able to use JPAActivityStore within Karaf/OSGi environment, with different databases (e.g. h2, mysql etc)
--
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
10 years, 9 months
[JBoss JIRA] (SRAMP-247) Convert from JLine to AEsh for CLI
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-247?page=com.atlassian.jira.plugin.... ]
David virgil naranjo updated SRAMP-247:
---------------------------------------
Description:
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.
was:These libraries are used to provide unbuffered input, history, etc... (shell-like features). The CLI working group has decided to use AEsh.
> 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 - API Management
>
>
> 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 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
10 years, 9 months