Hi, > CXF will load the cxf.xml as the default configuration file > from the class path. It seems to find it in a CXF jar.
> If your configuration file's name is services.xml you need to > specify it with java command line option > -Dcxf.config.file=some_other_config.xml This didn't work for me. > or load the configuration file with SpringBusFactory first. That worked, thanks a lot! Bruno Verachten
