This has been fixed in the 1.x trunk code, and we now have a Extension model object that wraps the extended attribute model. An example of a processor is available in the assembly-xml test case. Most of this code should be already merged/ported to 2.x as well.
On Tue, Feb 24, 2009 at 7:06 AM, Wouter Horré <[email protected]> wrote: > Hi, > > I am trying to extend the Tuscany xml processing with an extension to > process an extra attribute. I created a processor that implements > StAXAttributeProcessor, but when I try to use that, I get a > ClassCastException at BaseAssemblyProcessor:873. This code casts the > return value of my StAXAttributeProcessor to String ... > > I am using Tuscany 1.4, but as far as I can see, this code is the same > in the 2.x SVN. > > Can somebody please provide some details on the state of extended > attributes? > > best regards > Wouter Horré > > > -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
