Re: Building and deploying in different locations

2009-11-17 Thread Daniel Kulp
Generally, you would add a element to the wsdlOption which would specify the location of the wsdl for runtime use. Something like: /WEB-INF/wsdl/mywsdl.wsdl Dan On Tue November 17 2009 10:00:20 am Hale,Katherine wrote: > Hello CXF listserv! > > I'm using version 2.2.4 of the CXF-Codege

Building and deploying in different locations

2009-11-17 Thread Hale,Katherine
Hello CXF listserv! I'm using version 2.2.4 of the CXF-Codegen-Plugin for Maven. I understand the error I'm getting, but I'm wondering if there's something I can do to avoid it. When we create our build, we use Maven to generate the CXF files. But in all environments except for local environments