You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2023/03/15 00:46:00 UTC

[jira] [Resolved] (CXF-8825) enableAsyncMapping does not work

     [ https://issues.apache.org/jira/browse/CXF-8825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko resolved CXF-8825.
-------------------------------
    Resolution: Not A Problem

> enableAsyncMapping does not work
> --------------------------------
>
>                 Key: CXF-8825
>                 URL: https://issues.apache.org/jira/browse/CXF-8825
>             Project: CXF
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 4.0.0
>         Environment: Pom plugin:
> <plugins>
> <plugin>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-codegen-plugin</artifactId>
> <version>3.5.5</version>
> <executions>
> <execution>
> <id>generate-sources</id>
> <phase>generate-sources</phase>
> <configuration>
> <sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
> <wsdlOptions>
> <wsdlOption>
> <wsdl>[https://waget.btl.gov.il:443/WCFReporting/?WSDL|https://waget.btl.gov.il/WCFReporting/?WSDL]</wsdl>
> <bindingFiles>
> <bindingFile>${basedir}/src/main/resources/async_bindings.xml</bindingFile>
> </bindingFiles>
> </wsdlOption>
> <wsdlOption>
> <wsdl>[https://b2b.btl.gov.il/BTL.B2B.WCF.BTLWCFB2BServices/Service.svc?wsdl]</wsdl>
> <bindingFiles>
> <bindingFile>${basedir}/src/main/resources/async_bindings.xml</bindingFile>
> </bindingFiles>
> </wsdlOption>
> </wsdlOptions>
> </configuration>
> <goals>
> <goal>wsdl2java</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
> </plugins>
>            Reporter: shakked
>            Priority: Major
>         Attachments: async_bindings.xml, waget.btl.gov.il.wsdl
>
>
> When adding biding file for reaching async functions with 
> <enableAsyncMapping>true</enableAsyncMapping>, the async functions does not map. Older versions accept this binding and map the async functions



--
This message was sent by Atlassian Jira
(v8.20.10#820010)