You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2015/04/21 05:52:59 UTC

[jira] [Created] (IGNITE-779) Allow to load configurations from abstract input stream

Valentin Kulichenko created IGNITE-779:
------------------------------------------

             Summary: Allow to load configurations from abstract input stream
                 Key: IGNITE-779
                 URL: https://issues.apache.org/jira/browse/IGNITE-779
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: sprint-3
            Reporter: Valentin Kulichenko
            Assignee: Yakov Zhdanov
            Priority: Critical
             Fix For: sprint-4


Currently we allow to load configurations from Spring XML file providing its local path or URL. Need to add an option to do the same, but providing {{InputStream}} instead.

Two methods should be added:
* {{Ignition.start(InputStream in)}}
* {{Ignition.loadSpringBean(InputStream in, String beanName)}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)