Yes, the relevant parts of the input xml document that break. Here is how
I've configured the transform:

    <jaxws:features>
        <bean class="org.apache.cxf.feature.StaxTransformFeature">
            <property name="inAppendElements">
                <map>
                    <entry key="siteId" value="test"/>
                </map>
            </property>
        </bean>
    </jaxws:features>

I encountered this problem in using my own stax transform class modeled
after this feature, and found the problem existed with the stock feature.

Using CXF 2.6.2.



Aki Yoshida-3 wrote
> Are these the input xml documents to the transformer?
> In that case, could you tell us the setting of the transformer and
> which cxf version you are using?
> 
> regards, aki





--
View this message in context: 
http://cxf.547215.n5.nabble.com/Namespace-exception-when-Transform-feature-enabled-tp5719871p5719878.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to