[jira] [Commented] (IGNITE-2380) .NET: Ignite configuration in app.config and web.config

2016-02-09 Thread Pavel Tupitsyn (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15138605#comment-15138605
 ] 

Pavel Tupitsyn commented on IGNITE-2380:


1, 4) Fixed
2) It accepts strings because everything in XML is string. It accepts both ints 
and event type names, see IgniteConfigurationSerializerTest:92.
3) 

> .NET: Ignite configuration in app.config and web.config
> ---
>
> Key: IGNITE-2380
> URL: https://issues.apache.org/jira/browse/IGNITE-2380
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 1.1.4
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
> Fix For: 1.6
>
>
> * Define custom ConfigurationSection for IgniteConfiguration (see 
> https://msdn.microsoft.com/en-us/library/2tw134k3.aspx)
> * Extend Ignition class to be able to start Ignite from app.config / 
> web.config configuration
> * Make sure to include xml schema



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


[jira] [Commented] (IGNITE-2380) .NET: Ignite configuration in app.config and web.config

2016-02-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15138831#comment-15138831
 ] 

ASF GitHub Bot commented on IGNITE-2380:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/417


> .NET: Ignite configuration in app.config and web.config
> ---
>
> Key: IGNITE-2380
> URL: https://issues.apache.org/jira/browse/IGNITE-2380
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 1.1.4
>Reporter: Pavel Tupitsyn
>Assignee: Vladimir Ozerov
> Fix For: 1.6
>
>
> * Define custom ConfigurationSection for IgniteConfiguration (see 
> https://msdn.microsoft.com/en-us/library/2tw134k3.aspx)
> * Extend Ignition class to be able to start Ignite from app.config / 
> web.config configuration
> * Make sure to include xml schema



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


[jira] [Commented] (IGNITE-2380) .NET: Ignite configuration in app.config and web.config

2016-01-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15112135#comment-15112135
 ] 

ASF GitHub Bot commented on IGNITE-2380:


GitHub user ptupitsyn opened a pull request:

https://github.com/apache/ignite/pull/417

IGNITE-2380 .NET: Allow Ignite configuration in app.config and web.config



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ptupitsyn/ignite ignite-2380

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/417.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #417


commit 118b97c320ef2c765a30c1432c88a6315dbe701d
Author: Pavel Tupitsyn 
Date:   2015-11-18T10:44:36Z

wip cpp & java interop

commit 3a01794c22f9fa96df005fda49eac33920c408dc
Author: Pavel Tupitsyn 
Date:   2015-11-18T12:16:59Z

Java impl done

commit f1a1a875e46afac532883c39645a6ca80db1d921
Author: Pavel Tupitsyn 
Date:   2015-11-18T12:36:01Z

Tests added

commit 4228e317c07b556368a16136371df3940d790e34
Author: Pavel Tupitsyn 
Date:   2015-11-18T12:39:47Z

wip

commit 5eaed25c74fc1e6bd60ce800dc900cfcbe88a549
Author: Pavel Tupitsyn 
Date:   2015-11-18T12:47:00Z

wip

commit b0c5c2fb181b6cf4b79c47e45060e6fa28bcfa69
Author: Pavel Tupitsyn 
Date:   2015-11-18T12:52:42Z

wip module def

commit 828f953d0034eb8885fb7f5cf7c4f17f99704f4c
Author: Pavel Tupitsyn 
Date:   2015-11-18T13:01:14Z

Fix  typo

commit 10f87672c742c1a8ed55129e246af7861fbb0b41
Author: Pavel Tupitsyn 
Date:   2015-11-18T13:04:30Z

Fix tests

commit c0eb4ce9f282b3cff3c6ceff194ee9d563b6c6e7
Author: Pavel Tupitsyn 
Date:   2015-11-18T13:09:35Z

Merge remote-tracking branch 'remotes/upstream/ignite-1282' into ignite-1933

commit ad762a55951d26671856f8ad0cd7b13d76f689f8
Author: Pavel Tupitsyn 
Date:   2015-11-18T15:03:34Z

IGNITE-1931 .Net: Store configuration - done

commit e9fb5a1789822b9b6d416f6acc1a2023e086b024
Author: Pavel Tupitsyn 
Date:   2015-11-19T08:42:42Z

* Fix serialVersionUUID in storeFactoryNative
* Ignore *.ruleset in RAT

commit 38a6ec8728a72c583b718d6eb2e73f86fada5add
Author: Pavel Tupitsyn 
Date:   2015-11-19T08:45:53Z

Merge remote-tracking branch 'remotes/upstream/ignite-1282' into ignite-1906

commit fd673ca05ef83e10ea8686d2d26f75774991b667
Author: Pavel Tupitsyn 
Date:   2015-11-19T12:17:44Z

IGNITE-1909 .Net: Discovery configuration

commit 141617083d992a5437014f518f4b87db8fd73631
Author: Pavel Tupitsyn 
Date:   2015-11-19T14:39:20Z

IGNITE-1944 .Net: IgniteConfiguration properties

commit e05212c5b41242735622896fdab13df75be3769d
Author: Pavel Tupitsyn 
Date:   2015-11-27T09:34:14Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906

Conflicts:

modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java

modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheTestAsyncWrapper.cs
modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj

commit 00a1271e70ed062a909c242ca09b4633962ce95f
Author: Pavel Tupitsyn 
Date:   2015-11-27T09:34:21Z

Fix merge

commit 241a31aeb09387dd61213a7e4c4a40191fa08647
Author: Pavel Tupitsyn 
Date:   2015-11-27T09:42:03Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906

commit a7c6d948447002244155d6d9819b43bd8e5f2469
Author: Pavel Tupitsyn 
Date:   2015-11-27T15:32:21Z

IGNITE-1954 .Net: IIgnite.GetConfiguration

commit c4fc9fdf120b127ec173f11e0cf955dbe41f6478
Author: Pavel Tupitsyn 
Date:   2015-11-27T15:38:42Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906

commit 04f648f56966f1cedc68de359dafea94b4f74ca9
Author: Pavel Tupitsyn 
Date:   2015-11-27T15:40:44Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906

commit a4acb1a19acb17f150cded9837e751f1721f9a9d
Author: Pavel Tupitsyn 
Date:   2015-12-03T13:46:04Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906

commit 9be0c44df6a0c465c67cfe5f8819ec45af190de5
Author: Pavel Tupitsyn 
Date:   2015-12-10T14:29:55Z

Merge remote-tracking branch 'remotes/upstream/ignite-1.5' into ignite-1906
  

[jira] [Commented] (IGNITE-2380) .NET: Ignite configuration in app.config and web.config

2016-01-15 Thread Pavel Tupitsyn (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15101709#comment-15101709
 ] 

Pavel Tupitsyn commented on IGNITE-2380:


TODO: 
* How to represent and serialize IgniteConfiguration in XML?
* Can we start Ignite automatically if there is a configuration section?

> .NET: Ignite configuration in app.config and web.config
> ---
>
> Key: IGNITE-2380
> URL: https://issues.apache.org/jira/browse/IGNITE-2380
> Project: Ignite
>  Issue Type: New Feature
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
> Fix For: 1.6
>
>
> * Define custom ConfigurationSection for IgniteConfiguration (see 
> https://msdn.microsoft.com/en-us/library/2tw134k3.aspx)
> * Extend Ignition class to be able to start Ignite from app.config / 
> web.config configuration



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


[jira] [Commented] (IGNITE-2380) .NET: Ignite configuration in app.config and web.config

2016-01-14 Thread Pavel Tupitsyn (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098107#comment-15098107
 ] 

Pavel Tupitsyn commented on IGNITE-2380:


Can't be done before IGNITE-1906

> .NET: Ignite configuration in app.config and web.config
> ---
>
> Key: IGNITE-2380
> URL: https://issues.apache.org/jira/browse/IGNITE-2380
> Project: Ignite
>  Issue Type: New Feature
>  Components: interop
>Affects Versions: 1.1.4
>Reporter: Pavel Tupitsyn
>
> * Define custom ConfigurationSection for IgniteConfiguration
> * Extend Ignition class to be able to start Ignite from app.config / 
> web.config configuration



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