You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2009/04/27 17:20:30 UTC

[jira] Created: (JCR-2083) BLOB Store: only open a stream when really necessary

BLOB Store: only open a stream when really necessary
----------------------------------------------------

                 Key: JCR-2083
                 URL: https://issues.apache.org/jira/browse/JCR-2083
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
            Reporter: Thomas Mueller
            Priority: Minor


Currently, PropertyImpl.getValue() opens a FileInputStream if the FileDataStore is used.
If the application doesn't use the value, this stream is never closed. 

See also JCR-2067 (FileDataStore)

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


[jira] Resolved: (JCR-2083) BLOB Store: only open a stream when really necessary

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

Thomas Mueller resolved JCR-2083.
---------------------------------

    Resolution: Fixed
      Assignee: Thomas Mueller

Committed in revision 769326 (trunk)

> BLOB Store: only open a stream when really necessary
> ----------------------------------------------------
>
>                 Key: JCR-2083
>                 URL: https://issues.apache.org/jira/browse/JCR-2083
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>
> Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
> If the application doesn't use the value, this stream is never closed. 
> See also JCR-2067 (FileDataStore)

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


[jira] Updated: (JCR-2083) BLOB Store: only open a stream when really necessary

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

Jukka Zitting updated JCR-2083:
-------------------------------

    Fix Version/s: 2.0-alpha8

> BLOB Store: only open a stream when really necessary
> ----------------------------------------------------
>
>                 Key: JCR-2083
>                 URL: https://issues.apache.org/jira/browse/JCR-2083
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 2.0-alpha8
>
>
> Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
> If the application doesn't use the value, this stream is never closed. 
> See also JCR-2067 (FileDataStore)

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


[jira] Updated: (JCR-2083) BLOB Store: only open a stream when really necessary

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

Thomas Mueller updated JCR-2083:
--------------------------------

    Description: 
Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
If the application doesn't use the value, this stream is never closed. 

See also JCR-2067 (FileDataStore)

  was:
Currently, PropertyImpl.getValue() opens a FileInputStream if the FileDataStore is used.
If the application doesn't use the value, this stream is never closed. 

See also JCR-2067 (FileDataStore)


> BLOB Store: only open a stream when really necessary
> ----------------------------------------------------
>
>                 Key: JCR-2083
>                 URL: https://issues.apache.org/jira/browse/JCR-2083
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Priority: Minor
>
> Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used.
> If the application doesn't use the value, this stream is never closed. 
> See also JCR-2067 (FileDataStore)

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