Everything looks fine when the endpoints are contract-first (so the wsdlLocation attribute of @WebService is set), while there seems to be problems when they're code-first and no wsdl is explicitly provided by the user. The issue is then seen when the wsdl-host conf attribute is not set to jbossws.undefined.host value, as that would enable automatic rewrite. Alessio thinks the problem is due to the CXF WSDLGetUtils.AUTO_REWRITE_ADDRESS prop that is no longer set by the jbossws-cxf integration (CXF default is ON), as the addresses are controlled differently in the contract-first scenario.
Verified using test JBWS2150TestCaseForked from jbossws cxf testsuite for EAP-6.2.0.ER2. Passed when run against EAP 6.2.0.ER2, failed for EAP 6.1.0.ER8
Passed for EAP 6.1.1.ER7 (GA) as well