You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kristina Petkova (JIRA)" <ji...@apache.org> on 2012/08/29 16:05:07 UTC

[jira] [Created] (AXIS2-5406) NPE in WSDL11DefaultActionPatternHelper

Kristina Petkova created AXIS2-5406:
---------------------------------------

             Summary: NPE in WSDL11DefaultActionPatternHelper
                 Key: AXIS2-5406
                 URL: https://issues.apache.org/jira/browse/AXIS2-5406
             Project: Axis2
          Issue Type: Bug
          Components: Addressing
    Affects Versions: 1.6.2, 1.4.1
            Reporter: Kristina Petkova
            Priority: Trivial


When trying to deploy a service with useOriginalwsdl property set to true and the .wsdl file contains no targetNamespace atribute in the definition a NPE is thrown on this line of WSDL11DefaultActionPatternHelper.java:

if (targetNamespace.toLowerCase().startsWith(URN)) ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org