This happens because of a corrupted axiom(as I remember 1.2.9-xxx) jar. I think we should host the correct jar in our repo.
Thanks Milinda On Sat, Aug 7, 2010 at 5:50 AM, Samisa Abeysinghe <[email protected]> wrote: > It looks like a codegen error: > > [INFO] Executing tasks > [java] Starting Codegen ... > [java] Generating code for ./conf/codegen.xml > [java] Retrieving document at './wsdl/CommodityQuote.wsdl'. > [java] java.lang.NoClassDefFoundError: > org/apache/axiom/util/UIDGenerator > [java] at > org.apache.axis2.description.AxisOperation.<init>(AxisOperation.java:90) > [java] at > org.apache.axis2.description.TwoChannelAxisOperation.<init>(TwoChannelAxisOperation.java:44) > [java] at > org.apache.axis2.description.InOutAxisOperation.<init>(InOutAxisOperation.java:37) > [java] at > org.apache.axis2.description.AxisOperationFactory.getOperationDescription(AxisOperationFactory.java:93) > [java] at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateOperations(WSDL11ToAxisServiceBuilder.java:1379) > [java] at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populatePortType(WSDL11ToAxisServiceBuilder.java:598) > [java] at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoints(WSDL11ToAxisServiceBuilder.java:475) > [java] at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:365) > [java] at > org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateAllServices(WSDL11ToAllAxisServicesBuilder.java:107) > [java] at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:147) > [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > [java] at > org.wso2.carbon.utils.codegen.CodegenHelper.generateCode(CodegenHelper.java:97) > [java] at > org.wso2.carbon.utils.codegen.CodegenHelper.execute(CodegenHelper.java:88) > [java] at > org.wso2.carbon.utils.codegen.CodegenHelper.main(CodegenHelper.java:108) > > > On Fri, Aug 6, 2010 at 12:45 PM, Samisa Abeysinghe <[email protected]>wrote: > >> OK, will check with next build of trunk >> >> >> On Fri, Aug 6, 2010 at 12:08 PM, Isuru Suriarachchi <[email protected]>wrote: >> >>> I built the trunk from the scratch and built WSAS. But I didn't get this >>> compilation failure. >>> >>> Thanks, >>> ~Isuru >>> >>> >>> On Fri, Aug 6, 2010 at 9:47 AM, Isuru Suriarachchi <[email protected]>wrote: >>> >>>> I'll have a look into this.. >>>> >>>> Thanks, >>>> ~Isuru >>>> >>>> On Thu, Aug 5, 2010 at 7:45 PM, Samisa Abeysinghe <[email protected]>wrote: >>>> >>>>> [ERROR] BUILD FAILURE >>>>> [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [INFO] Compilation failure >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[19,33] >>>>> package org.wso2.www.types.client does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[20,33] >>>>> package org.wso2.www.types.client does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[21,33] >>>>> package org.wso2.www.types.client does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[22,33] >>>>> package org.wso2.www.types.client does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[26,16] >>>>> cannot find symbol >>>>> symbol: class CommodityQuoteCallbackHandler >>>>> extends CommodityQuoteCallbackHandler { >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[55,38] >>>>> cannot find symbol >>>>> symbol : class GetQuoteResponse >>>>> location: class >>>>> org.wso2.wsas.sample.commodityquote.client.CommodityQuoteCallbackHandlerExt >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/CommodityQuoteCallbackHandlerExt.java:[69,40] >>>>> cannot find symbol >>>>> symbol : class GetSymbolsResponse >>>>> location: class >>>>> org.wso2.wsas.sample.commodityquote.client.CommodityQuoteCallbackHandlerExt >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[23,35] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[24,35] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[25,35] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[31,46] >>>>> cannot find symbol >>>>> symbol: class CommodityQuoteSkeletonInterface >>>>> public class CommodityQuoteService implements >>>>> CommodityQuoteSkeletonInterface { >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[38,39] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[37,38] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/services/CommodityQuoteService.java:[50,38] >>>>> package org.wso2.www.types.services does not exist >>>>> >>>>> /home/stratos/build/carbon/products/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java:[42,0] >>>>> package org.wso2.www.types.client does not exist >>>>> >>>>> Thanks, >>>>> Samisa... >>>>> >>>>> Samisa Abeysinghe >>>>> VP Engineering >>>>> WSO2 Inc. >>>>> http://wso2.com >>>>> http://wso2.org >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>>> >>>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> Thanks, >> Samisa... >> >> Samisa Abeysinghe >> VP Engineering >> WSO2 Inc. >> http://wso2.com >> http://wso2.org >> >> >> >> Thanks, > Samisa... > > Samisa Abeysinghe > VP Engineering > WSO2 Inc. > http://wso2.com > http://wso2.org > > > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Milinda Pathirage Technical Lead and Product Manager, Business Process Server - WSO2 Inc; http://wso2.com Blog: http://blog.mpathirage.com Lean Enterprise Middleware
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
