Hi all,
I am generating my java classes for a service using wsdl first.
In the implementation I want to extend a generated class and make it
known to the jaxb context.
I have found:
<jaxws:properties>
<entry key="jaxb.additionalContextClasses">
<bean class="...ClassArrayFactoryBean">
<property name="classNames">
<list>
<value>...MyClass</value>
</list>
</property>
</bean>
</entry>
</jaxws:properties>
but I am using Blueprint and the ClassArrayFactoryBean from the systests
is spring specific. Any idea how to do this in blueprint?
Christian
--
Christian Schneider
http://www.liquid-reality.de
Open Source Architect
http://www.talend.com