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 "Vincent Coldrick (JIRA)" <ax...@ws.apache.org> on 2005/09/22 12:29:28 UTC

[jira] Created: (AXIS-2228) Missing documented methods on QName object in jaxrpc.jar

Missing documented methods on QName object in jaxrpc.jar
--------------------------------------------------------

         Key: AXIS-2228
         URL: http://issues.apache.org/jira/browse/AXIS-2228
     Project: Apache Axis
        Type: Bug
    Versions: 1.2.1    
 Environment: Windows 2000   Java SDK 1.4.2
    Reporter: Vincent Coldrick


While trying to compile source I received an unresolved reference error while calling the getPrefix() method on QName.

This method is documented in the Javadoc distributed with Axis 1.2.1

The Javadoc associated with Axis 1.1 does NOT define this method.

I suspect that the jaxrpc.jar that is in the 1.2.1\lib subdirectory is not the correct one. My Axis 1.2.1 directories were created by unzipping your distribution file which I downloaded from your site.

If so, this may also be the cause of some other absolutely inexplicable errors I am getting trying to create a simple WS client.

Can you advise where I might get a version of jaxrpc.jar that matches the documentation set shipped with Axis 1.2.1

Best Regards
DeFacto

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS-2228) Missing documented methods on QName object in jaxrpc.jar

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2228?page=all ]
     
Tom Jordahl resolved AXIS-2228:
-------------------------------

    Resolution: Invalid

Vincent,
Just ran in to this myself where a classloader issue cause an old wsdl4j jar to be loaded.

If you are using a wsdl4j.jar older than the 1.5.1 version shipped with Axis, then it may contain the older QName class and cause problems.  The Axis 1.2.1 jaxrpc.jar definitely has the new QName in it.


> Missing documented methods on QName object in jaxrpc.jar
> --------------------------------------------------------
>
>          Key: AXIS-2228
>          URL: http://issues.apache.org/jira/browse/AXIS-2228
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2.1
>  Environment: Windows 2000   Java SDK 1.4.2
>     Reporter: Vincent Coldrick

>
> While trying to compile source I received an unresolved reference error while calling the getPrefix() method on QName.
> This method is documented in the Javadoc distributed with Axis 1.2.1
> The Javadoc associated with Axis 1.1 does NOT define this method.
> I suspect that the jaxrpc.jar that is in the 1.2.1\lib subdirectory is not the correct one. My Axis 1.2.1 directories were created by unzipping your distribution file which I downloaded from your site.
> If so, this may also be the cause of some other absolutely inexplicable errors I am getting trying to create a simple WS client.
> Can you advise where I might get a version of jaxrpc.jar that matches the documentation set shipped with Axis 1.2.1
> Best Regards
> DeFacto

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira