You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2023/03/23 13:10:24 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4689: Cxf-soap: Extend test coverage with Wsrm scenario

JiriOndrusek opened a new issue, #4689:
URL: https://github.com/apache/camel-quarkus/issues/4689

   There is a coverage of CXF with wsrm in CSB (see [code](https://github.com/apache/camel-spring-boot/tree/camel-spring-boot-3.x/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/soap/springboot/wsrm)). It would be nice to have the same coverage in Camel-Quarkus.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4689: Cxf-soap: Extend test coverage with Wsrm scenario

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4689:
URL: https://github.com/apache/camel-quarkus/issues/4689#issuecomment-1484991559

   Tests are prepared in my branch https://github.com/JiriOndrusek/camel-quarkus/tree/CQ4689-cxf-wsrm-coverage-backup
   Tests works in JVM, unfortunately for the native mode, the reliable-messaging is not supported at this time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4689: Cxf-soap: Extend test coverage with Wsrm scenario

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4689:
URL: https://github.com/apache/camel-quarkus/issues/4689#issuecomment-1490141345

   @ppalaga I checked my branch (3 days old) and the test is working there in JVM.
   After rebase to `main`, the test fails with the same problem as you described [here](https://github.com/quarkiverse/quarkus-cxf/issues/627#issuecomment-1341205682). I can see the following message in the log:
   
   ```
   It is not possible to send out-of-band acknowledgments to the anonymous address.
   An acknowledgement will be piggybacked on the next response. 
   ```
   
   I have to find out why it was working on 3 day old codebase and not now. Do you recall any recent changes which could cause this behavior?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #4689: Cxf-soap: Extend test coverage with Wsrm scenario

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga commented on issue #4689:
URL: https://github.com/apache/camel-quarkus/issues/4689#issuecomment-1488622213

   @JiriOndrusek would you please send a PR so that I can review? If it only does not work in native mode, we can disable the native test and file a followup issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4689: Cxf-soap: Extend test coverage with Wsrm scenario

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4689:
URL: https://github.com/apache/camel-quarkus/issues/4689#issuecomment-1490221661

   @ppalaga  PR is created and JVM works - https://github.com/apache/camel-quarkus/pull/4721


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org