[ https://issues.apache.org/jira/browse/CXF-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631432#action_12631432 ]
Brian Plauborg commented on CXF-1802: ------------------------------------- Daniel, thanks for the prompt answer. It did of course work as advertised. Since I'm not using wsdl2java directly I base my usage on the documentation at http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html where there is no mention of a -wsdlLocation parameter. What should I do prompt an update of this page? > option in wsdl2java generation to NOT create a @Webservice.wsdlLocation > ----------------------------------------------------------------------- > > Key: CXF-1802 > URL: https://issues.apache.org/jira/browse/CXF-1802 > Project: CXF > Issue Type: Improvement > Components: Tooling > Affects Versions: 2.1.2 > Reporter: Brian Plauborg > Assignee: Daniel Kulp > Priority: Minor > > Originally reported in https://issues.apache.org/jira/browse/CXF-1586. > I'm using version 2.1.2 of the cxf-codegen-plugin to generate corresponding > java files of a wsdl on the local filesystem. This results in the *Impl file > being annotated with @WebService.wsdlLocation pointing at the wsdl on the > local filesystem. This will of course result in a failure to start up the web > service when the application is deployed to any other environment. > Ideally I'd like an option to wsdl2java to force usage of the > @WebService.wsdlLocation default ("") or complete omission of the annotation > attribute. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.