You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Garrett Rooney (JIRA)" <ji...@apache.org> on 2006/12/19 02:22:21 UTC

[jira] Created: (ABDERA-29) Failure mode when dependencies are missing is totally uninformative

Failure mode when dependencies are missing is totally uninformative
-------------------------------------------------------------------

                 Key: ABDERA-29
                 URL: http://issues.apache.org/jira/browse/ABDERA-29
             Project: Abdera
          Issue Type: Bug
            Reporter: Garrett Rooney


When Abdera is used in an environment where necessary jars are missing (the JAF stuff in the case I just encountered) the failure mode (null pointer return values from things like Abdera.getNewFactory()) is basically impossible to diagnose.  Sure, you can tell something is wrong, but there's no indication as to WHAT is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (ABDERA-29) Failure mode when dependencies are missing is totally uninformative

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-29.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

Improvements to this have been made. If things need to be improved further, either reopen or create a new issue

> Failure mode when dependencies are missing is totally uninformative
> -------------------------------------------------------------------
>
>                 Key: ABDERA-29
>                 URL: https://issues.apache.org/jira/browse/ABDERA-29
>             Project: Abdera
>          Issue Type: Bug
>            Reporter: Garrett Rooney
>             Fix For: 0.4.0
>
>
> When Abdera is used in an environment where necessary jars are missing (the JAF stuff in the case I just encountered) the failure mode (null pointer return values from things like Abdera.getNewFactory()) is basically impossible to diagnose.  Sure, you can tell something is wrong, but there's no indication as to WHAT is wrong.

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


[jira] Commented: (ABDERA-29) Failure mode when dependencies are missing is totally uninformative

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481019 ] 

James M Snell commented on ABDERA-29:
-------------------------------------

I've updated the Abdera class so that the error is not hidden on the newFactory and newParser methods. We still need to make this more intuitive for the entire class

> Failure mode when dependencies are missing is totally uninformative
> -------------------------------------------------------------------
>
>                 Key: ABDERA-29
>                 URL: https://issues.apache.org/jira/browse/ABDERA-29
>             Project: Abdera
>          Issue Type: Bug
>            Reporter: Garrett Rooney
>
> When Abdera is used in an environment where necessary jars are missing (the JAF stuff in the case I just encountered) the failure mode (null pointer return values from things like Abdera.getNewFactory()) is basically impossible to diagnose.  Sure, you can tell something is wrong, but there's no indication as to WHAT is wrong.

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