Folks,
After tearing my hair out for the last hour as to why some <jaxws:client> config seemed no longer to be working as before, it looks like the abstract="true" attribute on this element needs to be replaced by createdFromAPI="true". What does createdFromAPI mean in this context? That the proxy is created via Service.getPort(), or? Also is this the only change required to restore the previous semantics? Whoever made the change, probably a good idea to also update any system tests and/or demos that use this config, prior to the release. A quick grep suggests this applies to the coloc demo and system tests at least, maybe others too. Cheers, Eoghan
