You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/17 01:56:27 UTC

[jira] Created: (FELIX-2084) Make the display of exception stack traces available through a variable in the shell

Make the display of exception stack traces available through a variable in the shell
------------------------------------------------------------------------------------

                 Key: FELIX-2084
                 URL: https://issues.apache.org/jira/browse/FELIX-2084
             Project: Felix
          Issue Type: Improvement
            Reporter: Guillaume Nodet


Currently, it's done using Console.PRINT_STACK_TRACES which is retrieved either from the system proeprties or from the bundleContext.
We could also provide a dev: command to toggle this flag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2084) Make the display of exception stack traces available through a variable in the shell

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2084.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.4.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	karaf/shell/console/src/main/java/org/apache/felix/karaf/shell/console/jline/Console.java
	M	karaf/shell/console/src/main/java/org/apache/felix/karaf/shell/console/jline/ConsoleFactory.java
	A	karaf/shell/dev/src/main/java/org/apache/felix/karaf/shell/dev/PrintStackTraces.java
	M	karaf/shell/dev/src/main/resources/OSGI-INF/blueprint/shell-dev.xml
	M	karaf/shell/ssh/src/main/java/org/apache/felix/karaf/shell/ssh/ShellFactoryImpl.java
	M	karaf/webconsole/gogo/src/main/java/org/apache/felix/karaf/webconsole/gogo/GogoPlugin.java
Committed r910845


> Make the display of exception stack traces available through a variable in the shell
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-2084
>                 URL: https://issues.apache.org/jira/browse/FELIX-2084
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>
> Currently, it's done using Console.PRINT_STACK_TRACES which is retrieved either from the system proeprties or from the bundleContext.
> We could also provide a dev: command to toggle this flag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-2084) Make the display of exception stack traces available through a variable in the shell

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated FELIX-2084:
-----------------------------------

    Component/s: Karaf

> Make the display of exception stack traces available through a variable in the shell
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-2084
>                 URL: https://issues.apache.org/jira/browse/FELIX-2084
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>
> Currently, it's done using Console.PRINT_STACK_TRACES which is retrieved either from the system proeprties or from the bundleContext.
> We could also provide a dev: command to toggle this flag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.