Hi Deepal,
In my cllient I initialized the configuration context as follows but it alway gives me FileNotFound exception.
ConfigurationContext configContext = ConfigurationContextFactory.
createConfigurationContextFromFileSystem(
repository.getAbsolutePath(),
repository.getName() + "/axis2.xml");
It seems to me that the code at line 488 in DeployementEngine,
in = new FileInputStream(axis2_xml_file_name) ;
shoule be
in = new FileInputStream(axis2repository+File.separator+axis2_xml_file_name);
Thanks,
Jaliya
- [Axis 2] Could not create the configuration context from... Jaliya Ekanayake
- Re: [Axis 2] Could not create the configuration con... Deepal Jayasinghe
- Re: [Axis 2] Could not create the configuration... Eran Chinthaka
- Re: [Axis 2] Could not create the configuration... Jaliya Ekanayake
