You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/08/19 08:39:47 UTC

[jira] Created: (SMX4-580) enable exception stacktrace for jaxb-api bundle

enable exception stacktrace for jaxb-api bundle
-----------------------------------------------

                 Key: SMX4-580
                 URL: https://issues.apache.org/activemq/browse/SMX4-580
             Project: ServiceMix 4
          Issue Type: Improvement
          Components: Bundles
    Affects Versions: specs-1.4.0
            Reporter: Freeman Fang
            Assignee: Freeman Fang
             Fix For: specs-1.6.0


currently it just use

         } catch (Throwable t) {
               // Ignored
         }

This will hide some importance information from the exception such as missing package import or missing jaxb.index/ObjectFactory from the contextPath.


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


[jira] Resolved: (SMX4-580) enable exception stacktrace for jaxb-api bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-580.
-------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=987034&view=rev

> enable exception stacktrace for jaxb-api bundle
> -----------------------------------------------
>
>                 Key: SMX4-580
>                 URL: https://issues.apache.org/activemq/browse/SMX4-580
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: Bundles
>    Affects Versions: specs-1.4.0
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: specs-1.6.0
>
>
> currently it just use
>          } catch (Throwable t) {
>                // Ignored
>          }
> This will hide some importance information from the exception such as missing package import or missing jaxb.index/ObjectFactory from the contextPath.

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


[jira] Reopened: (SMX4-580) enable exception stacktrace for jaxb-api bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reopened SMX4-580:
-------------------------------


also we need thow this exception besides printStackTrace

> enable exception stacktrace for jaxb-api bundle
> -----------------------------------------------
>
>                 Key: SMX4-580
>                 URL: https://issues.apache.org/activemq/browse/SMX4-580
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: Bundles
>    Affects Versions: specs-1.4.0
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: specs-1.6.0
>
>
> currently it just use
>          } catch (Throwable t) {
>                // Ignored
>          }
> This will hide some importance information from the exception such as missing package import or missing jaxb.index/ObjectFactory from the contextPath.

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


[jira] Resolved: (SMX4-580) enable exception stacktrace for jaxb-api bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-580.
-------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=997568&view=rev

> enable exception stacktrace for jaxb-api bundle
> -----------------------------------------------
>
>                 Key: SMX4-580
>                 URL: https://issues.apache.org/activemq/browse/SMX4-580
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: Bundles
>    Affects Versions: specs-1.4.0
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: specs-1.6.0
>
>
> currently it just use
>          } catch (Throwable t) {
>                // Ignored
>          }
> This will hide some importance information from the exception such as missing package import or missing jaxb.index/ObjectFactory from the contextPath.

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


[jira] Work started: (SMX4-580) enable exception stacktrace for jaxb-api bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-580 started by Freeman Fang.

> enable exception stacktrace for jaxb-api bundle
> -----------------------------------------------
>
>                 Key: SMX4-580
>                 URL: https://issues.apache.org/activemq/browse/SMX4-580
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: Bundles
>    Affects Versions: specs-1.4.0
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: specs-1.6.0
>
>
> currently it just use
>          } catch (Throwable t) {
>                // Ignored
>          }
> This will hide some importance information from the exception such as missing package import or missing jaxb.index/ObjectFactory from the contextPath.

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