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 "Mark Hutchinson (JIRA)" <ax...@ws.apache.org> on 2007/02/27 22:03:06 UTC

[jira] Created: (AXIS-2634) wsdl.toJava.Utils makePackageName doesn't always return correct package

wsdl.toJava.Utils makePackageName doesn't always return correct package
-----------------------------------------------------------------------

                 Key: AXIS-2634
                 URL: https://issues.apache.org/jira/browse/AXIS-2634
             Project: Axis
          Issue Type: Bug
          Components: WSDL processing
    Affects Versions: 1.3
            Reporter: Mark Hutchinson


The wsdl2java emitter sometimes generates java files into a package like package_pkg.  For example if I have a wsdl with a target namespace of http://test and an operation named test the java files would be generated into a test_pkg package.  It looks like the "_pkg" is appended in the org.apache.axis.wsdl.toJava.Emitter#sanityCheck(SymbolTable) method.

The problem is that when I call org.apache.axis.wsdl.toJava.Utils#makePackageName(String namespace) it returns the package back without the "_pkg".  The package name returned by this utility method is not the same package the java files were created in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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