[
https://issues.apache.org/jira/browse/CXF-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361033#comment-17361033
]
Freeman Yue Fang commented on CXF-8550:
---------------------------------------
Hi [~sandeep_chinchkar],
Thanks for the reproducer. Somehow I can't build it
{code}
Could not resolve dependencies for project
com.cfxdemo.SouthBoundIntegrationParent:create-customer-interaction-lib:jar:0.0.1-SNAPSHOT:
Failed to collect dependencies at
org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp-ee:jar:7.13.0:
Failed to read artifact descriptor for
org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp-ee:jar:7.13.0
{code}
Is
org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp-ee:jar:7.13.0
available in a public maven repo.
Probably you can trim down the reproducer a little bit, just expose the issue
you need to demonstrate should be sufficient.
Best Regards
Freeman
> Apache cxf issue in consuming soap service when request has child elements as
> list
> ----------------------------------------------------------------------------------
>
> Key: CXF-8550
> URL: https://issues.apache.org/jira/browse/CXF-8550
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 3.4.3
> Reporter: Sandeep
> Priority: Major
> Attachments: SouthBoundIntegrationParent.zip,
> image-2021-06-08-10-55-36-832.png, image-2021-06-08-10-55-48-888.png,
> image-2021-06-08-10-56-04-416.png
>
>
> We are using Apache cxf to consume a soap service. Client code is generated
> using wsdl2java tool. SOAPRequest body contains child elements which are list
> of objects and nullable property for list attribute set to true.
> *Issue faced:* Our client code generates soap request by setting all
> required attributes, populates request object (client java code by wsdl2java)
> and invokes soap service. This invocation fails intermittently. During
> analysis, we logged marshalled xml request and observed that in xml request,
> list attributes were empty and populated with empty xml tags, even though
> java logs clearly shows that list was not empty.
> This happens intermittently, for same deployment and same request
> attributes. We have tried with apache cxf version 3.3.7 and 3.4.3, Issue is
> faced on both versions.
> Please refer to below attachments for details:
> !image-2021-06-08-10-55-36-832.png!
> !image-2021-06-08-10-55-48-888.png!
> !image-2021-06-08-10-56-04-416.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)