You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Mark Nuttall (JIRA)" <ji...@apache.org> on 2009/12/08 15:40:18 UTC

[jira] Created: (ARIES-74) Extend Parser and ParserService to also accept an InputStream

Extend Parser and ParserService to also accept an InputStream
-------------------------------------------------------------

                 Key: ARIES-74
                 URL: https://issues.apache.org/jira/browse/ARIES-74
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
    Affects Versions: Incubation
            Reporter: Mark Nuttall
            Assignee: Mark Nuttall
             Fix For: Incubation


The Parser today only accepts List<URL>, each of which it simply turns into InputStreams. There are occasions when we need to pass in an InputStream directly - for example, to parse in-memory data, or a blueprint xml file within a .jar file without having to extract it first. 

I'm using the same JIRA to widen the ParserService interface to accept single URLs as well as List<URL> so as to simplify client code. 

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


[jira] Resolved: (ARIES-74) Extend Parser and ParserService to also accept an InputStream

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

Mark Nuttall resolved ARIES-74.
-------------------------------

    Resolution: Fixed

> Extend Parser and ParserService to also accept an InputStream
> -------------------------------------------------------------
>
>                 Key: ARIES-74
>                 URL: https://issues.apache.org/jira/browse/ARIES-74
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>    Affects Versions: Incubation
>            Reporter: Mark Nuttall
>            Assignee: Mark Nuttall
>             Fix For: Incubation
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Parser today only accepts List<URL>, each of which it simply turns into InputStreams. There are occasions when we need to pass in an InputStream directly - for example, to parse in-memory data, or a blueprint xml file within a .jar file without having to extract it first. 
> I'm using the same JIRA to widen the ParserService interface to accept single URLs as well as List<URL> so as to simplify client code. 

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


[jira] Closed: (ARIES-74) Extend Parser and ParserService to also accept an InputStream

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

Mark Nuttall closed ARIES-74.
-----------------------------


> Extend Parser and ParserService to also accept an InputStream
> -------------------------------------------------------------
>
>                 Key: ARIES-74
>                 URL: https://issues.apache.org/jira/browse/ARIES-74
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>    Affects Versions: Incubation
>            Reporter: Mark Nuttall
>            Assignee: Mark Nuttall
>             Fix For: Incubation
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Parser today only accepts List<URL>, each of which it simply turns into InputStreams. There are occasions when we need to pass in an InputStream directly - for example, to parse in-memory data, or a blueprint xml file within a .jar file without having to extract it first. 
> I'm using the same JIRA to widen the ParserService interface to accept single URLs as well as List<URL> so as to simplify client code. 

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


[jira] Work started: (ARIES-74) Extend Parser and ParserService to also accept an InputStream

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

Work on ARIES-74 started by Mark Nuttall.

> Extend Parser and ParserService to also accept an InputStream
> -------------------------------------------------------------
>
>                 Key: ARIES-74
>                 URL: https://issues.apache.org/jira/browse/ARIES-74
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>    Affects Versions: Incubation
>            Reporter: Mark Nuttall
>            Assignee: Mark Nuttall
>             Fix For: Incubation
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Parser today only accepts List<URL>, each of which it simply turns into InputStreams. There are occasions when we need to pass in an InputStream directly - for example, to parse in-memory data, or a blueprint xml file within a .jar file without having to extract it first. 
> I'm using the same JIRA to widen the ParserService interface to accept single URLs as well as List<URL> so as to simplify client code. 

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