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

Reply via email to