Open istvan-hegedus opened 1 year ago
I forked the org.andromda.thirdparty.jaxb2_commons:collection-setter-injector:1.0
with a simple modification of import com.sun.xml.bind.api.impl.NameConverter;
=> import org.glassfish.jaxb.core.api.impl.NameConverter;
in the com.sun.tools.xjc.addon.collection_setter_injector.PluginImpl
and it started to work.
If you know an already patched artifact, let me know. Thanks!
I tried to configure the
wsdl2java
plugin with-Xcollection-setter-injector
as follows:Without the option everything works as expected, but with the option I got the following exception:
Before migration from javax to jakarta stuff we used
net.java.dev.vcc.thirdparty:collection-setter-injector:0.5.0-1
. I tried to useorg.andromda.thirdparty.jaxb2_commons:collection-setter-injector:1.0
, but the result is the same.Do you have any idea what kind of
collection-setter-injector
we could use?Thank you for your help in advance.