You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ramkumar Ramalingam (JIRA)" <de...@tuscany.apache.org> on 2009/09/29 11:44:16 UTC

[jira] Created: (TUSCANY-3285) Need unique error message in getApplicationContextResource method of SpringXMLComponentTypeLoader class

Need unique error message in getApplicationContextResource method of SpringXMLComponentTypeLoader class
-------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3285
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3285
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Spring Implementation Extension
    Affects Versions: Java-SCA-1.5.1
            Reporter: Ramkumar Ramalingam
            Assignee: Ramkumar Ramalingam
             Fix For: Java-SCA-1.5.1


Fixes required in SpringXMLComponentTypeLoader class getApplicationContextResource method.

1/  Error reading manifest exception string is used twice in this method so would be good to use a slightly different string in each case to be sure which one we are looking at.
2/ in this 2nd case the manfestFile variable will always be null. Need to use something sensible here
3/ The contents of the IO exception is not reported so we can't tell what really when wrong. 




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


[jira] Resolved: (TUSCANY-3285) Need unique error message in getApplicationContextResource method of SpringXMLComponentTypeLoader class

Posted by "Ramkumar Ramalingam (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Ramalingam resolved TUSCANY-3285.
------------------------------------------

    Resolution: Fixed

Committed revision 819874 in 1.5.1

> Need unique error message in getApplicationContextResource method of SpringXMLComponentTypeLoader class
> -------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3285
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3285
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Spring Implementation Extension
>    Affects Versions: Java-SCA-1.5.1
>            Reporter: Ramkumar Ramalingam
>            Assignee: Ramkumar Ramalingam
>             Fix For: Java-SCA-1.5.1
>
>
> Fixes required in SpringXMLComponentTypeLoader class getApplicationContextResource method.
> 1/  Error reading manifest exception string is used twice in this method so would be good to use a slightly different string in each case to be sure which one we are looking at.
> 2/ in this 2nd case the manfestFile variable will always be null. Need to use something sensible here
> 3/ The contents of the IO exception is not reported so we can't tell what really when wrong. 

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