Re: [configuration] Adding Nodes in certain position

2011-05-06 Thread Oliver Heger
Am 05.05.2011 16:49, schrieb Sergio Criales: I did that you explain, and I wasn't able to insert thet new node: List keyss = config1.getList(presentacion/movil/key); System.out.println(Lista de keys: + keyss); keyss.add(2, 2.5);

Re: [configuration] Adding Nodes in certain position

2011-05-05 Thread Sergio Criales
I did that you explain, and I wasn't able to insert thet new node: List keyss = config1.getList(presentacion/movil/key); System.out.println(Lista de keys: + keyss); keyss.add(2, 2.5); config1.setProperty(presentacion/movil/key, keyss); the message was

Re: [configuration] Adding Nodes in certain position

2011-04-21 Thread Oliver Heger
Am 20.04.2011 22:14, schrieb Paul Benedict: If the ordering matters, I would introduce a new OrderedConfiguration interface for greater positioning control. Yes, this is a completely new feature. However, I fear that its implementation won't be straightforward. Currently, the hierarchical

Re: [configuration] Adding Nodes in certain position

2011-04-20 Thread Oliver Heger
Hi Sergio, Am 20.04.2011 16:03, schrieb Sergio Criales: Hi There, I want to add a node before another node, but in the API I wasn' t able to find how to do it, please any ideas to do this??? Sergio Criales this is indeed a good question! With the standard API defined by the Configuration

Re: [configuration] Adding Nodes in certain position

2011-04-20 Thread Paul Benedict
If the ordering matters, I would introduce a new OrderedConfiguration interface for greater positioning control. On Wed, Apr 20, 2011 at 3:02 PM, Oliver Heger oliver.he...@oliver-heger.dewrote: Hi Sergio, Am 20.04.2011 16:03, schrieb Sergio Criales: Hi There, I want to add a node before