MTOM sample - Compile errors when building the sample
-----------------------------------------------------

                 Key: WSAS-685
                 URL: http://wso2.org/jira/browse/WSAS-685
             Project: WSO2 WSAS
          Issue Type: Bug
         Environment: winxp, jdk15, WSAS-2.2-qabuild6
            Reporter: Charitha Kankanamge
         Assigned To: Afkham Azeez
            Priority: Critical


    [javac] Compiling 6 source files to 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\ta
rget\classes
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:26: package org.apache.ws.axis2.mtomsample does not 
exist
    [javac] import org.apache.ws.axis2.mtomsample.AttachmentResponse;
    [javac]                                       ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:27: package org.apache.ws.axis2.mtomsample does not 
exist
    [javac] import org.apache.ws.axis2.mtomsample.AttachmentType;
    [javac]                                       ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:28: package org.w3.www._2005._05.xmlmime does not 
exist
    [javac] import org.w3.www._2005._05.xmlmime.Base64Binary;
    [javac]                                     ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:42: package org.apache.ws.axis2.mtomsample does not 
exist
    [javac]                     
org.apache.ws.axis2.mtomsample.AttachmentRequest param0)
    [javac]                                                       ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:41: package org.apache.ws.axis2.mtomsample does not 
exist
    [javac]     public org.apache.ws.axis2.mtomsample.AttachmentResponse 
attachment(
    [javac]                                              ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:44: cannot find symbol
    [javac] symbol  : class AttachmentType
    [javac] location: class org.wso2.wsas.sample.mtom.services.MTOMService
    [javac]             AttachmentType attachmentRequest = 
param0.getAttachmentRequest();
    [javac]                 ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:45: cannot find symbol
    [javac] symbol  : class Base64Binary
    [javac] location: class org.wso2.wsas.sample.mtom.services.MTOMService
    [javac]             Base64Binary binaryData = 
attachmentRequest.getBinaryData();
    [javac]                 ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:54: cannot find symbol
    [javac] symbol  : class AttachmentResponse
    [javac] location: class org.wso2.wsas.sample.mtom.services.MTOMService
    [javac]             AttachmentResponse response = new AttachmentResponse();
    [javac]                 ^
    [javac] 
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\src\org\wso2\wsas\sample\mtom\
services\MTOMService.java:54: cannot find symbol
    [javac] symbol  : class AttachmentResponse
    [javac] location: class org.wso2.wsas.sample.mtom.services.MTOMService
    [javac]             AttachmentResponse response = new AttachmentResponse();
    [javac]                                                   ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors

BUILD FAILED
C:\wsas\wsas-2.2\qa-build6\wso2wsas-SNAPSHOT\samples\MTOM\build.xml:89: Compile 
failed; see the comp
iler error output for details.

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

        

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to