Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2015-03-03 Thread Raymond Auge
ards, >> Alex >> >> -Ursprüngliche Nachricht- >> Von: alexander.ber...@finnova.ch [mailto:alexander.ber...@finnova.ch] >> Gesendet: Montag, 14. Januar 2013 10:59 >> An: dev@felix.apache.org >> Betreff: AW: Metatype Service - OptionalAttributes - ex

Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2015-03-03 Thread Raymond Auge
t; attributes with the same name but different Namespaces (prefixes) might > exist on the same Element. > > > > Regards > > Alex > > > > -- > > finnova AG Bankware > > Alexander Berger > > Software Architect > > Merkurstrasse 6 > > CH-

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-18 Thread Alexander.Berger
: Metatype Service - OptionalAttributes - extra XML attributes with namespace support Bridging the world of namespace-aware XML and not namespace-aware object models like Java, where an object can only have one field (attribute) with the same name, is quite difficult. In other words if we allow

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-14 Thread Alexander.Berger
Gesendet: Montag, 14. Januar 2013 10:39 An: dev@felix.apache.org Betreff: Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support Hi QNAme is an XML-ism and the API is XML-free (as I said, use of XML is just one way to back the API). So I am extremely reluctan

Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-14 Thread Felix Meschberger
Access is always through API which can also be implemented > without having XML. > > One option I could conceive, though, would be that we extend the > AttributeDefinition interface with a new method: > > String getExtraAttribute(String name); > > which returns the named attribute. > &g

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-13 Thread Alexander.Berger
Betreff: Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support Am 10.01.2013 um 17:14 schrieb : > That's a good question. > > I think in terms of an API for accessing extra XML attributes, chances > are good that such an API could be stand

Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-12 Thread Felix Meschberger
> -Ursprüngliche Nachricht- > Von: Felix Meschberger [mailto:fmesc...@adobe.com] > Gesendet: Donnerstag, 10. Januar 2013 15:58 > An: dev@felix.apache.org > Betreff: Re: Metatype Service - OptionalAttributes - extra XML attributes > with namespace support > > Hi Al

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-10 Thread Alexander.Berger
r 2013 15:58 An: dev@felix.apache.org Betreff: Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support Hi Alex, Sorry, I missed your message from last week. Am 10.01.2013 um 13:34 schrieb : > I want to add some extra attributes to the metadata (XML) which will

Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-10 Thread Felix Meschberger
he Nachricht- > Von: Felix Meschberger [mailto:fmesc...@adobe.com] > Gesendet: Freitag, 4. Januar 2013 14:41 > An: dev@felix.apache.org > Betreff: Re: Metatype Service - OptionalAttributes - extra XML attributes > with namespace support > > Hi, > > Am 04.01.2013 um 08:23

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-10 Thread Alexander.Berger
47 47 (zentrale) Fax: +41 (0)62 886 48 88 mailto:alexander.ber...@finnova.ch http://www.finnova.ch -Ursprüngliche Nachricht- Von: Berger Alexander Gesendet: Freitag, 4. Januar 2013 18:29 An: 'dev@felix.apache.org' Betreff: AW: Metatype Service - OptionalAttributes - extra XML attributes

AW: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-04 Thread Alexander.Berger
- OptionalAttributes - extra XML attributes with namespace support Hi, Am 04.01.2013 um 08:23 schrieb : > Hi > > I intend to use extra (optional) XML attributes with the Metatype Service. Before commenting in detail, I would be interested to know what exactly you want to achieve

Re: Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-04 Thread Felix Meschberger
Hi, Am 04.01.2013 um 08:23 schrieb : > Hi > > I intend to use extra (optional) XML attributes with the Metatype Service. Before commenting in detail, I would be interested to know what exactly you want to achieve by using additional attributes on object class and attribute definitions. Reg

Metatype Service - OptionalAttributes - extra XML attributes with namespace support

2013-01-03 Thread Alexander.Berger
Hi I intend to use extra (optional) XML attributes with the Metatype Service. For this purpose I examined the Felix metatype service implementation and found the class org.apache.felix.metatype.OptionalAttributes, which is extended by AD, OCD, ... . But unluckily this class is neither inherited