Re: ConfigurationAdmin and properties starting with .

2007-08-08 Thread Alin Dreghiciu
Thanx Felix, That's the kind of info I was looking for. I do have a use case related to this but is not an hard issue, so it is not required to change the . restriction. I just could not find why this restriction was there. Thanx for the information. Alin On 8/8/07, Felix Meschberger <[EMAIL PROT

Re: ConfigurationAdmin and properties starting with .

2007-08-08 Thread Felix Meschberger
Hi Alin, The spec of the Configuration Admin Service (section 104.4.2 Configuration Properties) says, that property names should obey the syntax production "symbolic-name". This is a dot-separated token list, where the dot must not be at the start or end and each token only consists of characters

ConfigurationAdmin and properties starting with .

2007-08-08 Thread Alin Dreghiciu
Hi guys, I have a question: Is there any restriction on the key of a service property, restriction that says that the key should not start with . (dot)? I'm asking this because I'm using the configuration admin and the configuration admin is complaining about properties that start with . when resto