You should use file:///path/to/axis2.xml instead of //file:/path/to/axis2.xml
Regards, Sukma On 1/18/08, Michele Mazzucco <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to create a custom configuration context from inside a service > archive. The parameters (axis2.xml and repository) are contained into > the aar file (or at least the custom axis2.xml). > I've tried both the > ConfigurationContextFactory.createConfigurationContextFromFileSystem and > ConfigurationContextFactory.createConfigurationContextFromURIs, but they > don't work as expected. > > This is the result when I use the first approach and my custom axis2.xml > (worker_axis2.xml) is contained into the archive > > ERROR 16:30:35,124 (WorkerConfiguration.java:128) - > org.apache.axis2.AxisFault: System can not find the given axis2.xml > file:/work/michele/router/work/Catalina/localhost/axis2/axis227495RoutingService.aar!/ncl/qosp/controller/worker_axis2.xml > > The other approach fails in a similar way: > ERROR 16:21:10,971 (WorkerConfiguration.java:127) - > org.apache.axis2.AxisFault: invalid > url: > //file:/work/michele/router/work/Catalina/localhost/axis2/axis226240RoutingService.aar!/repository/ > (java.net.MalformedURLException: no protocol: > //file:/work/michele/router/work/Catalina/localhost/axis2/axis226240RoutingService.aar) > > > Any idea? > > Thanks, > Michele > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
