jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
26 stars 22 forks source link

Ensure Camel rest generated with rest endpoints even with underscored #71

Closed apupier closed 5 years ago

apupier commented 5 years ago

names #66

Some tests are failing but creating to ease discussion on this issue.

[ERROR] Errors: [ERROR] CamelRestDocLitTest.testRestClient:132 » NotFound HTTP 404 Not Found [ERROR] CamelRestRpcLitTest.testRestClient:132 » NotFound HTTP 404 Not Found

tdiesler commented 5 years ago

This fails even locally. Lets make it visible in Jenkins too ...

tdiesler commented 5 years ago

ok to test

tdiesler commented 5 years ago

Fails in Jenkins https://ci.fabric8.io/job/wsdl2rest-pullreq/18

apupier commented 5 years ago

This fails even locally. Lets make it visible in Jenkins too ...

yes this is what I mentioned in the description. I created the issue to ease discussion.

tdiesler commented 5 years ago

A PR is a proposal for a change that must have been verified to work before the PR is created. It seems that more work is required before this issue can be resolved. As mentioned in the associated issue, you may want to create (or expand on) a comprehensive test that verifies your change.