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 ji...@apache.org on 2004/03/22 15:54:58 UTC

[jira] Closed: (AXIS-309) Java2WSDL should do the right thing with DataHandler

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Mon, 22 Mar 2004 6:53 AM

Added a warning if required classes are missing.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-309

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-309
    Summary: Java2WSDL should do the right thing with DataHandler
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Russell Butek

    Created: Fri, 6 Sep 2002 9:03 PM
    Updated: Mon, 22 Mar 2004 6:53 AM
Environment: Operating System: Other
Platform: Other

Description:
Right now, if mail.jar isn't in the CLASSPATH and the input to Java2WSDL has 
parameters of javax.activation.DataHandler, it prints out:

The class javax.activation.DataHandler is defined in a java or javax package and 
cannot be converted into an xml schema type.  An xml schema anyType will be used 
to define this class in the wsdl file.

This is OK for most java/javax classes, but DataHandler should say something 
like:

In order to generate a WSDL for javax.activation.DataHandler, you must have 
mail.jar in your CLASSPATH.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira