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é
