RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-04-18 Thread Marko Kocic
gt; > Cheers, > Marko > > -Original Message- > From: Marko Kocic > Sent: Montag, 13. Februar 2023 12:22 > To: users@cxf.apache.org > Subject: RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0 > > Hi, > > The attachment in previous mail is just a stripped down

Re: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-04-18 Thread Colm O hEigeartaigh
public, can > someone with the access to bug tracker report this as a regression bug in > cxf-codegen-plugin 4.0.0 ? > > Cheers, > Marko > > -Original Message- > From: Marko Kocic > Sent: Montag, 13. Februar 2023 12:22 > To: users@cxf.apache.org > Subject:

RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-04-18 Thread Marko Kocic
To: users@cxf.apache.org Subject: RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0 Hi, The attachment in previous mail is just a stripped down minimal example that ilustrates the issue with the new cxf-codegen plugin 4.0.0. The real wsdl file is huge and changes relatively frequently

RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-02-13 Thread Marko Kocic
o use cxf-codegen-plugin 4.0.0 which is broken in this regard. Cheers, Marko -Original Message- From: Lulseged Zerfu Sent: Samstag, 11. Februar 2023 11:22 To: users@cxf.apache.org Subject: RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0 Hi You need to customize because these

RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-02-11 Thread Lulseged Zerfu
Hi You need to customize because these 2 elements will get same class name: May be you can instead put like: BR Lulseged From: Marko Kocic Sent: Thursday, 9 February 2023 16:24 To: users@cxf.apache.org Subject: RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0 Attached

RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-02-09 Thread Marko Kocic
Attached is the stripped up minimal example that demonstrates the issue with cxf-codegen-plugin. When running mvn clean generate-sources with 4.0.0 it fails with "Two declarations cause a collision in the ObjectFactory class." When changing cxf.version to 3.5.5 it builds successfully. Best