I just built the platform up to AS and looks like everything is fine.. Thanks, ~Isuru
On Wed, Mar 28, 2012 at 3:17 PM, Isuru Suriarachchi <[email protected]> wrote: > OK, found the issue and fixed it. This has been introduced by the addition > of the woden dependency into the service stubs root pom. It introduces a > versioned javax.xml.namespace package. So maven bundle plugin adds it's > version into the manifest. > > Please take an svn up in platform/service-stubs/pom.xml and build. Please > let me know if there are more issues. In the mean while I'll try to > properly handle the woden introduciton. > > Thanks, > ~Isuru > > > On Wed, Mar 28, 2012 at 2:57 PM, Manjula Rathnayake <[email protected]>wrote: > >> Hi, >> >> I was trying removing features from products and was able to build when >> following features are not there. >> >> For greg --> human task, uddi, system.statistics >> For IS --> system.statistics >> >> thank you. >> >> On Wed, Mar 28, 2012 at 2:24 PM, Kathiravelu Pradeeban < >> [email protected]> wrote: >> >>> >>> >>> On Wed, Mar 28, 2012 at 2:12 PM, Isuru Suriarachchi <[email protected]>wrote: >>> >>>> OK, here's what I found so far. >>>> >>>> * javax.xml.namespace package is taken from the JDK in our products >>>> (see launch.ini) >>>> * When a package is taken from the JDK, it's version is always 0.0.0 >>>> * So all the bundles which uses javax.xml.namespace package should >>>> import it without specifying a version or with version 0.0.0 >>>> * Up to yesterday morning, all bundles which imports this package has >>>> imported it without specifying a version >>>> * But now, all stubs are importing javax.xml.namespace; version=" >>>> [1.0.0,2.0.0)" >>>> * When I have a look at poms of few stubs, there are no changes there >>>> and no stub specifically import javax.xml.namespace in their bundle plugins >>>> * AFAIK, maven bundle plugin adds import packages into MANIFEST.MF >>>> without a version if there's no version specified >>>> * But on current trunk, it adds the version [1.0.0,2.0.0) due to some >>>> reason. >>>> >>>> Now we have to find out the reason for this. Did anyone do any change >>>> related to maven bundle plugin? May be a version change? >>>> >>> >>> I did a version declaration in carbon/orbit/trunk/pom.xml for the plugin >>> to be 2.3.7, to address the maven3 warnings, in the commit 124152. >>> We are looking into this to see whether that could be the case. >>> >>> Regards, >>> Pradeeban. >>> >>> >>>> >>>> Thanks, >>>> ~Isuru >>>> >>>> On Wed, Mar 28, 2012 at 12:15 PM, Isuru Suriarachchi <[email protected]>wrote: >>>> >>>>> >>>>> >>>>> On Wed, Mar 28, 2012 at 12:00 PM, Manjula Rathnayake < >>>>> [email protected]> wrote: >>>>> >>>>>> >>>>>> >>>>>> On Wed, Mar 28, 2012 at 11:52 AM, Isuru Suriarachchi >>>>>> <[email protected]>wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>> On Wed, Mar 28, 2012 at 11:18 AM, Manjula Rathnayake < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Mar 28, 2012 at 11:12 AM, Kasun Gajasinghe <[email protected] >>>>>>>> > wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Mar 28, 2012 at 10:27 AM, Manjula Rathnayake < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Hi, >>>>>>>>>>> >>>>>>>>>>> I'm also experiencing similar error mentioning '*requires >>>>>>>>>>> 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be >>>>>>>>>>> found >>>>>>>>>>> *' when installing the Transport Management Feature in >>>>>>>>>>> product-BAM2. >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Have we sorted out this issue? I checked in orbit,carbon and >>>>>>>>>> platform poms, but I could not find a place where we export >>>>>>>>>> javax.xml.namespace package. >>>>>>>>>> >>>>>>>>>> Any others getting this error? Or it is local to me? >>>>>>>>>> >>>>>>>>> >>>>>>>>> No, it's still there. I'm also facing this issue. I think Bamboo >>>>>>>>> will start complaining sooner. >>>>>>>>> >>>>>>>>> >>>>>>>> I exported in orbit axiom bundle, I will check the build and commit >>>>>>>> if there is no concern regarding this change. >>>>>>>> >>>>>>> >>>>>>> But before that, we have to find out how this issue came up and due >>>>>>> to which change. Better if Pradeep also can have a look into this.. >>>>>>> >>>>>> +1, I have done this change locally for getting packs to verify >>>>>> issues. We need to find out root cause, and how it worked earlier. And we >>>>>> could not figure out this with recent commit mails. >>>>>> >>>>> >>>>> Looks like non of the Carbon core guys are around. I'll have a look >>>>> into this.. >>>>> >>>>> Thanks, >>>>> ~Isuru >>>>> >>>>> >>>>>> >>>>>> Thank you. >>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> ~Isuru >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> thank you. >>>>>>>> >>>>>>>>> >>>>>>>>>> Thank you. >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Installation failed. >>>>>>>>>>> >>>>>>>>>>> Cannot complete the install because one or more required items >>>>>>>>>>> could not be found. >>>>>>>>>>> Software being installed: WSO2 Carbon - Transport Management >>>>>>>>>>> Feature 4.0.0.SNAPSHOT (org.wso2.carbon.transport.mgt.feature.group >>>>>>>>>>> 4.0.0.SNAPSHOT) >>>>>>>>>>> Missing requirement: org.wso2.carbon.transport.mgt.stub >>>>>>>>>>> 4.0.0.SNAPSHOT (org.wso2.carbon.transport.mgt.stub 4.0.0.SNAPSHOT) >>>>>>>>>>> requires >>>>>>>>>>> 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be >>>>>>>>>>> found >>>>>>>>>>> Cannot satisfy dependency: >>>>>>>>>>> From: WSO2 Carbon - Transport Management Feature >>>>>>>>>>> 4.0.0.SNAPSHOT (org.wso2.carbon.transport.mgt.feature.group >>>>>>>>>>> 4.0.0.SNAPSHOT) >>>>>>>>>>> To: org.wso2.carbon.transport.mgt.ui.feature.group >>>>>>>>>>> [4.0.0.SNAPSHOT] >>>>>>>>>>> Cannot satisfy dependency: >>>>>>>>>>> From: WSO2 Carbon - Transport Management UI Feature >>>>>>>>>>> 4.0.0.SNAPSHOT (org.wso2.carbon.transport.mgt.ui.feature.group >>>>>>>>>>> 4.0.0.SNAPSHOT) >>>>>>>>>>> To: org.wso2.carbon.transport.mgt.stub [4.0.0.SNAPSHOT] >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Sinthuja. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Tue, Mar 27, 2012 at 8:05 PM, Isuru Suriarachchi < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> Looks like you haven't built data services ui feature.. I built >>>>>>>>>>>> AS after updating the entire platform about 4 hours ago and it >>>>>>>>>>>> built >>>>>>>>>>>> without any trouble.. >>>>>>>>>>>> >>>>>>>>>>>> ~Isuru >>>>>>>>>>>> >>>>>>>>>>>> On Tue, Mar 27, 2012 at 7:35 PM, Manjula Rathnayake < >>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Hi all, >>>>>>>>>>>>> >>>>>>>>>>>>> Have we encountered this error? >>>>>>>>>>>>> >>>>>>>>>>>>> Cannot complete the install because one or more required items >>>>>>>>>>>>> could not be found. >>>>>>>>>>>>> Software being installed: Data Service Hosting Feature >>>>>>>>>>>>> 4.0.0.SNAPSHOT (org.wso2.carbon.dataservices.feature.group >>>>>>>>>>>>> 4.0.0.SNAPSHOT) >>>>>>>>>>>>> Missing requirement: >>>>>>>>>>>>> org.wso2.carbon.dataservices.fileupload.stub 4.0.0.SNAPSHOT >>>>>>>>>>>>> (org.wso2.carbon.dataservices.fileupload.stub 4.0.0.SNAPSHOT) >>>>>>>>>>>>> requires >>>>>>>>>>>>> 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be >>>>>>>>>>>>> found >>>>>>>>>>>>> Cannot satisfy dependency: >>>>>>>>>>>>> From: Data Service Hosting Feature 4.0.0.SNAPSHOT >>>>>>>>>>>>> (org.wso2.carbon.dataservices.feature.group 4.0.0.SNAPSHOT) >>>>>>>>>>>>> To: org.wso2.carbon.dataservices.ui.feature.group >>>>>>>>>>>>> [4.0.0.SNAPSHOT] >>>>>>>>>>>>> Cannot satisfy dependency: >>>>>>>>>>>>> From: Data Service Hosting UI Feature 4.0.0.SNAPSHOT >>>>>>>>>>>>> (org.wso2.carbon.dataservices.ui.feature.group 4.0.0.SNAPSHOT) >>>>>>>>>>>>> To: org.wso2.carbon.dataservices.fileupload.stub >>>>>>>>>>>>> [4.0.0.SNAPSHOT] >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> Thank you. >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> Manjula Rathnayaka >>>>>>>>>>>>> Software Engineer >>>>>>>>>>>>> WSO2, Inc. >>>>>>>>>>>>> Mobile:+94 77 743 1987 >>>>>>>>>>>>> >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>> [email protected] >>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Isuru Suriarachchi >>>>>>>>>>>> Technical Lead >>>>>>>>>>>> WSO2 Inc. http://wso2.com >>>>>>>>>>>> email : [email protected] >>>>>>>>>>>> blog : http://isurues.wordpress.com/ >>>>>>>>>>>> >>>>>>>>>>>> lean . enterprise . middleware >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Dev mailing list >>>>>>>>>>>> [email protected] >>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Manjula Rathnayaka >>>>>>>>>> Software Engineer >>>>>>>>>> WSO2, Inc. >>>>>>>>>> Mobile:+94 77 743 1987 >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Dev mailing list >>>>>>>>>> [email protected] >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> *Kasun Gajasinghe* >>>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com >>>>>>>>> >>>>>>>>> , >>>>>>>>> *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813* >>>>>>>>> *linked-in: *http://lk.linkedin.com/in/gajasinghe* >>>>>>>>> * >>>>>>>>> *blog: **http://blog.kasunbg.org* <http://blog.kasunbg.org> >>>>>>>>> >>>>>>>>> * >>>>>>>>> twitter: **http://twitter.com/kasunbg*<http://twitter.com/kasunbg> >>>>>>>>> >>>>>>>>> * >>>>>>>>> * >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Manjula Rathnayaka >>>>>>>> Software Engineer >>>>>>>> WSO2, Inc. >>>>>>>> Mobile:+94 77 743 1987 >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Dev mailing list >>>>>>>> [email protected] >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Isuru Suriarachchi >>>>>>> Technical Lead >>>>>>> WSO2 Inc. http://wso2.com >>>>>>> email : [email protected] >>>>>>> blog : http://isurues.wordpress.com/ >>>>>>> >>>>>>> lean . enterprise . middleware >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Manjula Rathnayaka >>>>>> Software Engineer >>>>>> WSO2, Inc. >>>>>> Mobile:+94 77 743 1987 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Isuru Suriarachchi >>>>> Technical Lead >>>>> WSO2 Inc. http://wso2.com >>>>> email : [email protected] >>>>> blog : http://isurues.wordpress.com/ >>>>> >>>>> lean . enterprise . middleware >>>>> >>>>> >>>> >>>> >>>> -- >>>> Isuru Suriarachchi >>>> Technical Lead >>>> WSO2 Inc. http://wso2.com >>>> email : [email protected] >>>> blog : http://isurues.wordpress.com/ >>>> >>>> lean . enterprise . middleware >>>> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Kathiravelu Pradeeban. >>> Software Engineer. >>> Cloud Technologies Team. >>> WSO2 Inc. >>> >>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/ >>> M: +94 776 477 976 >>> >>> >> >> >> -- >> Manjula Rathnayaka >> Software Engineer >> WSO2, Inc. >> Mobile:+94 77 743 1987 >> > > > > -- > Isuru Suriarachchi > Technical Lead > WSO2 Inc. http://wso2.com > email : [email protected] > blog : http://isurues.wordpress.com/ > > lean . enterprise . middleware > > -- Isuru Suriarachchi Technical Lead WSO2 Inc. http://wso2.com email : [email protected] blog : http://isurues.wordpress.com/ lean . enterprise . middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
