Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1, 1.1.1, 1.2
-
None
-
Windows XP Pro, JDK 1.5.0.07, Oracle 10g XE, Apache Tomcat 5.5.25, OpenJPA
Description
There is a new feature introduced in ODE-185 - deploying axis2 service configuration file along with *.par process archive, named *.axis2. But this feature is not working correctly because *.wsdl file is passed to axis2 configurator instead of *.axis2 file.
this:
InputStream ais = axis2config.toURL().openStream();
if (ais != null)
should be changed to:
InputStream ais = axis2config.toURL().openStream();
if (ais != null)