Hi Sameera, When Building the carbon4-kernel, I am getting the following compilation errors, in *feature manager *core component. I think we need to update the org.eclipse.equinox p2 bundles to overcome such compilation errors.I will try with the latest equinox distribution and let you know the results.
What is your opinion in updating the equinox related bundles in carbon4-kerrnel?.. Regards, Aruna [INFO] ------------------------------------------------------------------------ [INFO] Building WSO2 Carbon - Feature Manager Core 4.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.wso2.carbon.feature.mgt.core --- [INFO] Deleting /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/target [INFO] [INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ org.wso2.carbon.feature.mgt.core --- [INFO] Verifying module descriptor ... [INFO] Pom descriptor modification detected. [INFO] Deleting /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/target [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.wso2.carbon.feature.mgt.core --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.wso2.carbon.feature.mgt.core --- [INFO] Compiling 16 source files to /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[93,46] error: type IQueryResult does not take parameters [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[121,50] error: incompatible types [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[126,50] error: incompatible types [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[194,14] error: type IQuery does not take parameters [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[211,14] error: type IQuery does not take parameters [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[230,14] error: type IQuery does not take parameters [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/util/ProvisioningUtils.java:[242,14] error: type IQuery does not take parameters [ERROR] /home/aruna/wso2/development/github/1.7/carbon4-kernel/core/feature-manager/org.wso2.carbon.feature.mgt.core/src/main/java/org/wso2/carbon/feature/mgt/core/operations/ProfileChangeOperation.java:[143,72] error: incompatible types On Mon, Sep 22, 2014 at 11:39 AM, Sameera Jayasoma <[email protected]> wrote: > Good progress so far. Keep us updated. > > Thanks, > Sameera. > > On Sun, Sep 21, 2014 at 10:57 AM, Aruna Karunarathna <[email protected]> > wrote: > >> Hi Sameera, >> >> Update of the $subject. >> >> I've manged fix wso2-axis2 to build in java 7, with one test failure in >> the integration module. Once done with that we can successfully build >> wso2-axis2 in java7. >> For the wss4j-wso2 I've managed to fix it to build with java 7 >> successfully. >> Currently I am working with carbon4-kernel to build with java 7, There >> are some compilation errors we need to deal with. >> >> So the summary so far. >> >> 1. wso2-axiom - Fixed to build in java 7 successfully. >> 2. wso2-axis2 - One test failure in Integration module. (Removed the >> jaxws and jaxws-integration modules as per the above mail) >> 3. wso2-wss4j - Fixed to build in java 7 successfully. >> 4. carbon4-kernel - Compilation errors in 3 modules. >> >> >> Regards, >> Aruna >> >> On Fri, Sep 19, 2014 at 2:24 PM, Sameera Jayasoma <[email protected]> >> wrote: >> >>> Hi Aruna, >>> >>> >>> >>> On Fri, Sep 19, 2014 at 1:54 PM, Aruna Karunarathna <[email protected]> >>> wrote: >>> >>>> Hi all, >>>> >>>> In the first phase, I will focus on stabilizing the build on Java 7, >>>> then as the phase two move into the java 8. If the build stabilizing on >>>> Java 8 is not >>>> possible, we will try to provide the capability of running the products >>>> in Java 8 environments. >>>> >>>> As the first step I am trying to stabilize the build in the following >>>> components in github. >>>> >>>> 1. wso2-axiom >>>> 2. wso2-axis2 >>>> 3. wso2-wss4j >>>> 4. carbon4-kernel >>>> >>>> >>>> So far I was able to make all the test cases working in wso2-axiom. So >>>> now the wso2-axiom can be successfully build in java 1.7. >>>> >>>> In wso2-axis2 there were compilation failures and test failures. The >>>> compilation failures were solved and there are test failures in the >>>> following components. >>>> >>>> jaxws >>>> jaxws-integration >>>> >>> >>> AFAIK, nobody uses axis2-jaxws implementation these days. I believe we >>> don't need to fix JAX-WS related issues for now. Please disable these >>> modules from the build. Sagara/Azeez WDYT? >>> >>> Thanks, >>> Sameera. >>> >>> >>> >>>> intregration >>>> >>>> I will work on the wso2-wss4j and carbon4-kernel also and update the >>>> progress. >>>> >>>> Any suggestions comments on this matter is appreciated. >>>> >>>> Regards, >>>> Aruna >>>> -- >>>> >>>> *Aruna Sujith Karunarathna* | Software Engineer >>>> WSO2, Inc | lean. enterprise. middleware. >>>> #20, Palm Grove, Colombo 03, Sri Lanka >>>> Mobile: +94 71 9040362 | Work: +94 112145345 >>>> Email: [email protected] | Web: www.wso2.com >>>> >>>> >>> >>> >>> >>> -- >>> Sameera Jayasoma, >>> Software Architect, >>> >>> WSO2, Inc. (http://wso2.com) >>> email: [email protected] >>> blog: http://sameera.adahas.org >>> twitter: https://twitter.com/sameerajayasoma >>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections >>> Mobile: 0094776364456 >>> >>> Lean . Enterprise . Middleware >>> >>> >> >> >> -- >> >> *Aruna Sujith Karunarathna* | Software Engineer >> WSO2, Inc | lean. enterprise. middleware. >> #20, Palm Grove, Colombo 03, Sri Lanka >> Mobile: +94 71 9040362 | Work: +94 112145345 >> Email: [email protected] | Web: www.wso2.com >> >> > > > > -- > Sameera Jayasoma, > Software Architect, > > WSO2, Inc. (http://wso2.com) > email: [email protected] > blog: http://sameera.adahas.org > twitter: https://twitter.com/sameerajayasoma > flickr: http://www.flickr.com/photos/sameera-jayasoma/collections > Mobile: 0094776364456 > > Lean . Enterprise . Middleware > > -- *Aruna Sujith Karunarathna* | Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka Mobile: +94 71 9040362 | Work: +94 112145345 Email: [email protected] | Web: www.wso2.com
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
