That works fine, but this only moves the requirement to set the WSDL
location from the Spring context to the maven pom.xml
Is there any option to avoid any wsdlLocation in the annotation ?
2008/5/14 Daniel Kulp <[EMAIL PROTECTED]>:
>
> On May 14, 2008, at 10:40 AM, nicolas de loof wrote:
>
>> I came into an issue with the [2] cxf configuration (wihtout a
>> wsdlLocation)
>> : as my service Implementation is generated using wsdl2java (maven plugin)
>> from some ${basedir} WSDL path, I get a generated @WebService wsdlLocation
>> to point to my local file (D:/...). Then the application startup fails on
>> my
>> unix server. I had to force the wsdlLocation in <jaxws:endpoint> to my
>> WEB-INF/wsdl.
>>
>
> FYI: there is a -wsdlLocation flag to wsdl2java that can be used to force
> a different location to be generated into the code. Thus, you could have
> wsdl2java generate "WEB-INF/wsdl/foo.wsdl" into the annotation.
>
>
>
> ---
> Daniel Kulp
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
>
>
>
>
>