You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2005/02/14 17:12:11 UTC

[jira] Created: (AXISCPP-434) WSDL2WS Warning

WSDL2WS Warning
---------------

         Key: AXISCPP-434
         URL: http://issues.apache.org/jira/browse/AXISCPP-434
     Project: Axis-C++
        Type: Bug
  Components: WSDL processing  
 Environment: n/a
    Reporter: Fred Preston
    Priority: Minor


When creating a stub with WSDL2WS I get the following warning message:-

Command Line
------------
C:\getQuote>java -classpath C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient

Warning message
---------------
14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
ignoring anonymous type >getQuote

ignoring anonymous type >getQuoteResponse


Code generation completed.

Defect
------
The defect is, How do I get rid of this warning message?

-- 
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


[jira] Assigned: (AXISCPP-434) WSDL2WS Warning

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-434?page=all ]

Samisa Abeysinghe reassigned AXISCPP-434:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> WSDL2WS Warning
> ---------------
>
>          Key: AXISCPP-434
>          URL: http://issues.apache.org/jira/browse/AXISCPP-434
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>      Fix For: 1.6 Alpha

>
> When creating a stub with WSDL2WS I get the following warning message:-
> Command Line
> ------------
> C:\getQuote>java -classpath C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient
> Warning message
> ---------------
> 14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported
> WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
> ignoring anonymous type >getQuote
> ignoring anonymous type >getQuoteResponse
> Code generation completed.
> Defect
> ------
> The defect is, How do I get rid of this warning message?

-- 
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] Closed: (AXISCPP-434) WSDL2WS Warning

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-434?page=all ]
     
Samisa Abeysinghe closed AXISCPP-434:
-------------------------------------

    Fix Version: 1.6 Alpha
     Resolution: Fixed

You need to add mailapi.jar and activation.jar to the class path to solve this problem. 
Please see my earlier comment to findout from where to download those jar files

> WSDL2WS Warning
> ---------------
>
>          Key: AXISCPP-434
>          URL: http://issues.apache.org/jira/browse/AXISCPP-434
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>      Fix For: 1.6 Alpha

>
> When creating a stub with WSDL2WS I get the following warning message:-
> Command Line
> ------------
> C:\getQuote>java -classpath C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient
> Warning message
> ---------------
> 14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported
> WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
> ignoring anonymous type >getQuote
> ignoring anonymous type >getQuoteResponse
> Code generation completed.
> Defect
> ------
> The defect is, How do I get rid of this warning message?

-- 
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] Commented: (AXISCPP-434) WSDL2WS Warning

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-434?page=comments#action_12314308 ] 

Samisa Abeysinghe commented on AXISCPP-434:
-------------------------------------------

You need to have mailapi.jar downloaded from http://java.sun.com/products/javamail/downloads/index.html and activation.jar downloaded from http://java.sun.com/products/javabeans/jaf/downloads/index.html on your class path to eliminate this warning.



> WSDL2WS Warning
> ---------------
>
>          Key: AXISCPP-434
>          URL: http://issues.apache.org/jira/browse/AXISCPP-434
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>      Fix For: 1.6 Alpha

>
> When creating a stub with WSDL2WS I get the following warning message:-
> Command Line
> ------------
> C:\getQuote>java -classpath C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient
> Warning message
> ---------------
> 14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported
> WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
> ignoring anonymous type >getQuote
> ignoring anonymous type >getQuoteResponse
> Code generation completed.
> Defect
> ------
> The defect is, How do I get rid of this warning message?

-- 
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] Commented: (AXISCPP-434) WSDL2WS Warning

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-434?page=comments#action_12314302 ] 

Samisa Abeysinghe commented on AXISCPP-434:
-------------------------------------------

I do not get this error on Linux. 

java -classpath /home/samisa/obj/classes/wsdl2ws.jar:.:/home/samisa/java/xerces-2_6_2/resolver.jar:/home/samisa/java/xerces-2_6_2/xercesSamples.jar:/home/samisa/java/xerces-2_6_2/xmlParserAPIs.jar:/home/samisa/java/xerces-2_6_2/xercesImpl.jar:/home/samisa/java/xerces-2_6_2/xml-apis.jar:/home/samisa/java/axis-1_2beta/lib/axis-ant.jar:/home/samisa/java/axis-1_2beta/lib/commons-discovery.jar:/home/samisa/java/axis-1_2beta/lib/jaxrpc.jar:/home/samisa/java/axis-1_2beta/lib/saaj.jar:/home/samisa/java/axis-1_2beta/lib/axis.jar:/home/samisa/java/axis-1_2beta/lib/commons-logging.jar:/home/samisa/java/axis-1_2beta/lib/log4j-1.2.8.jar:/home/samisa/java/axis-1_2beta/lib/wsdl4j.jar:/home/samisa/java/jakarta-tomcat-5.0.19/common/lib/servlet-api.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -sclient -lc++ /home/samisa/axiscpp/ws-axis/c/deploy/wsdls/base.wsdl
log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.

The command and the warning that I get is shown above.

> WSDL2WS Warning
> ---------------
>
>          Key: AXISCPP-434
>          URL: http://issues.apache.org/jira/browse/AXISCPP-434
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>  Environment: n/a
>     Reporter: Fred Preston
>     Priority: Minor

>
> When creating a stub with WSDL2WS I get the following warning message:-
> Command Line
> ------------
> C:\getQuote>java -classpath C:/wsdl2ws/wsdl2ws.jar;C:/java/axis.jar;C:/java/commons-discovery.jar;C:/java/commons-logging.jar;C:/java/jaxrpc.jar;C:/java/saaj.jar;C:/java/wsdl4j.jar org.apache.axis.wsdl.wsdl2ws.WSDL2Ws GetQuote.wsdl -omyGetQuote -sclient
> Warning message
> ---------------
> 14-Feb-2005 15:56:22 org.apache.axis.utils.JavaUtils isAttachmentSupported
> WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
> ignoring anonymous type >getQuote
> ignoring anonymous type >getQuoteResponse
> Code generation completed.
> Defect
> ------
> The defect is, How do I get rid of this warning message?

-- 
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