ParseException in serviceComponents.xml when using 'updated' attribute of @Reference annotation

2011-04-25 Thread Mike Ottinger
Hi All, The subject line about says it all: I'm using scr annotations version 1.5.0, the scr plugin is version 1.7.0. I've placed a org.apache.felix.scr.annotations.Reference annotation on a dependency in my component and gave it a updated="update" attribute. I pulled out of a JIRA it

Re: ParseException in serviceComponents.xml when using 'updated' attribute of @Reference annotation

2011-04-25 Thread Pierre De Rop
@Mike -> Hi Mike; Let's see if I correctly understand your use case (I think that your post is also related to your previous one which subject is "Accessing all of the configurations of a configuration factory" ; right ?) So, you would like to: 1) create some DS components from webconsole, using

Re: ParseException in serviceComponents.xml when using 'updated' attribute of @Reference annotation

2011-04-26 Thread Mike Ottinger
Thanks so much Pierre, great info in here. I've devised an alternative approach to get around the below. I'll be keen to see what comes of this, whether this is bug or not, it'd be a great way to simplify some of my classes. Thanks again! On Apr 25, 2011, at 5:55 AM, Pierre De Rop wrote: > @M