I am having the same problems as described in: CXF-340 :
https://issues.apache.org/jira/browse/CXF-340

But I can't seem to get the fix working. My spring file currently looks
like this:

<jaxws:endpoint id="service" address="/service"
                implementor="#serviceimpl">
                <jaxws:binding>
                        <soap:soapBinding mtomEnabled="true"
version="1.2"/>
                </jaxws:binding>
                <jaxws:properties>
                        <entry key="jaxb.additionalContextClasses">
                                <bean
class="groundstation.xqueryservice.utils.ClassArrayFactoryBean">
                                        <property name="classNames">
                                                <list>
                                                        <value>station.
service.MyClass</value>
                                                </list>
                                        </property>
                                </bean>
                        </entry>
                </jaxws:properties>
        </jaxws:endpoint>

But this hasn't fixed the issue. I still keep getting: Marshalling
Error: [Lstation.service.MyClass; is not known to this context

Any ideas?

Reply via email to