On Mon December 14 2009 8:43:51 am Benson Margulies wrote: > I've got a webapp with a CXF service. When I'm doing development, I'm > fine with the usual default wsdlLocation. However, when I deploy, > there's a firewall.
Have you looked into the PropertyPlaceholderConfigurer things in Spring? You should be able to have a properties file to define the wsdlLocation with a separate one for deploy than for development. I think. I think catalogs can also be used for this. Dan > > Customizing the Spring app context and rebuilding the webapp is not an > attractive prospect. Has anyone come up with a scheme so that a > servlet parameter from web.xml can be provided to override, but things > still work if it's not there? > > (Sergey, is there an equivalent set of issues for WADL?) > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
