Lets go with packing it into security.mgt.server feature. Having feature for just one bundle doesn't seem right.
On Tue, May 19, 2015 at 1:49 PM, Isuru Udana <[email protected]> wrote: > > > On Mon, May 18, 2015 at 4:42 PM, Kasun Indrasiri <[email protected]> wrote: > >> Can we get a new release of carbon-identity before Wed? I think we have >> sent all the required PRs. >> >> On Mon, May 18, 2015 at 4:36 PM, Isuru Udana <[email protected]> wrote: >> >>> Hi, >>> >>> In ESB we are installing org.wso2.carbon.security.mgt.server.feature >>> coming from carbon-identity. >>> >>> org.wso2.carbon.identity.sts.store is also getting packed from the same >>> feature. >>> >>> In sts store IdentityException is used in DBStsDAO class. That exception >>> class is located in org.wso2.carbon.identity.base package which is packing >>> from org.wso2.carbon.identity.core.server.feature. >>> So we have to ship that feature with ESB. >>> But since identity.core is also getting packed from that feature, there >>> are lot of unnecessary files like identity.xml getting added to the ESB >>> server. And also I noticed a significant delay in server start-up. >>> >>> So can we please create a more lightweight feature which packs only the >>> org.wso2.carbon.identity.base, so that we can ship that with ESB ? >>> >> We have the option to pack the identity.base with security.mgt.server > feature too. Please evaluate the available options and release the > carbon-identity asap. > > Thanks. > >> >>> This is applicable to other servers like AS,DSS as well. >>> >>> Thanks. >>> >>> On Mon, May 18, 2015 at 3:07 PM, Isuru Udana <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> Few more issues. >>>> >>>> 1. >>>> >>>> Installation failed. >>>> An error occurred while configuring the installed items >>>> session context was:(profile=worker, >>>> phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null >>>> --> [R]org.wso2.carbon.security.mgt.server.feature.group 4.4.1, >>>> action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CopyAction). >>>> I/O Error while copying >>>> /Users/isuruu/wso2/source/public/git/isudana/product-esb/modules/p2-profile/target/wso2carbon-core-4.4.0/repository/components/worker/../features/org.wso2.carbon.security.mgt.server_4.4.1/conf/jaas.conf >>>> - see details. >>>> Caused by: java.io.IOException: Source: >>>> /Users/isuruu/wso2/source/public/git/isudana/product-esb/modules/p2-profile/target/wso2carbon-core-4.4.0/repository/components/worker/../features/org.wso2.carbon.security.mgt.server_4.4.1/conf/jaas.confdoes >>>> not exists >>>> Application failed, log file location: >>>> /Users/isuruu/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1431939984331.log >>>> >>>> 2. >>>> >>>> !MESSAGE session context was:(profile=worker, >>>> phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null >>>> --> [R]org.wso2.carbon.identity.core.server.feature.group 4.4.1, >>>> action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CopyAction). >>>> !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.natives 4 0 2015-05-18 >>>> 14:13:26.117 >>>> !MESSAGE I/O Error while copying >>>> /Users/isuruu/wso2/source/public/git/isudana/product-esb/modules/p2-profile/target/wso2carbon-core-4.4.0/repository/components/worker/../features/org.wso2.carbon.identity.core.server_4.4.1/identity.xml >>>> - see details. >>>> !STACK 0 >>>> java.io.IOException: Source: >>>> /Users/isuruu/wso2/source/public/git/isudana/product-esb/modules/p2-profile/target/wso2carbon-core-4.4.0/repository/components/worker/../features/org.wso2.carbon.identity.core.server_4.4.1/identity.xmldoes >>>> not exists >>>> >>>> This is something related to following commit. >>>> >>>> >>>> https://github.com/wso2/carbon-identity/commit/2e4316d253df5068eb20696663de483629b5ad47 >>>> >>>> Error went away by reverting changes made to the following files in the >>>> above commit. >>>> >>>> >>>> features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/p2.inf >>>> >>>> features/security-mgt/org.wso2.carbon.security.mgt.server.feature/src/main/resources/p2.inf >>>> >>>> Please have a look on this as well. >>>> >>>> Thanks. >>>> >>>> On Mon, May 18, 2015 at 1:18 PM, Malithi Edirisinghe <[email protected] >>>> > wrote: >>>> >>>>> Hi Isuru, >>>>> >>>>> Thank you for pointing this out. We will release the next >>>>> carbon-identity version with above fixed, by Wednesday. >>>>> >>>>> Thanks, >>>>> Malithi. >>>>> >>>>> On Mon, May 18, 2015 at 12:31 PM, Isuru Udana <[email protected]> wrote: >>>>> >>>>>> Hi Johann/Prasad, >>>>>> >>>>>> We are getting lot of build errors when build p2-profile of product >>>>>> ESB. >>>>>> It looks to me massive refactoring made in the pom files has caused >>>>>> this. >>>>>> >>>>>> Most of them got fixed by packing the missing dependancies from >>>>>> Entitlement mediator feature. But we cannot do anything from our end for >>>>>> following error. >>>>>> >>>>>> >>>>>> Installation failed. >>>>>> Cannot complete the install because one or more required items could >>>>>> not be found. >>>>>> Software being installed: WSO2 Carbon - XACML Mediation Feature >>>>>> 4.4.1.SNAPSHOT (org.wso2.carbon.identity.xacml.mediator.feature.group >>>>>> 4.4.1.SNAPSHOT) >>>>>> Missing requirement: org.wso2.carbon.identity.entitlement.proxy >>>>>> 4.4.1 (org.wso2.carbon.identity.entitlement.proxy 4.4.1) requires >>>>>> 'package >>>>>> javax.cache [4.4.0,4.5.0)' but it could not be found >>>>>> Cannot satisfy dependency: >>>>>> From: org.wso2.carbon.identity.entitlement.mediator 4.4.1.SNAPSHOT >>>>>> (org.wso2.carbon.identity.entitlement.mediator 4.4.1.SNAPSHOT) >>>>>> To: package org.wso2.carbon.identity.entitlement.proxy [4.4.0,5.0.0) >>>>>> Cannot satisfy dependency: >>>>>> From: WSO2 Carbon - XACML Mediation Feature 4.4.1.SNAPSHOT >>>>>> (org.wso2.carbon.identity.xacml.mediator.feature.group 4.4.1.SNAPSHOT) >>>>>> To: org.wso2.carbon.identity.entitlement.mediator [4.4.1.SNAPSHOT] >>>>>> >>>>>> >>>>>> In Carbon 4.4.0 kernel, javax.cache package is exported without a >>>>>> version[1]. But in carbon-identity it is imported with a version >>>>>> [4.4.0,4.5.0). >>>>>> I have sent a PR[2] to remove the import version. Please merge the PR >>>>>> and release a new carbon-identity version as released 4.4.1 is useless at >>>>>> the moment. >>>>>> >>>>>> [1] >>>>>> https://github.com/wso2/carbon4-kernel/blob/master/core/javax.cache/pom.xml >>>>>> [2] https://github.com/wso2/carbon-identity/pull/293 >>>>>> >>>>>> Thanks. >>>>>> >>>>>> >>>>>> >>>>>> On Thu, May 14, 2015 at 6:44 PM, Isuru Udana <[email protected]> wrote: >>>>>> >>>>>>> Thanks IS Team and Jayanga..! >>>>>>> >>>>>>> On Thu, May 14, 2015 at 6:40 PM, Jayanga Dissanayake < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> carbon-identity-4.4.1 is released. >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Jayanga. >>>>>>>> >>>>>>>> *Jayanga Dissanayake* >>>>>>>> Senior Software Engineer >>>>>>>> WSO2 Inc. - http://wso2.com/ >>>>>>>> lean . enterprise . middleware >>>>>>>> email: [email protected] >>>>>>>> mobile: +94772207259 >>>>>>>> >>>>>>>> On Thu, May 14, 2015 at 6:07 PM, Jayanga Dissanayake < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Repo [1] is closed. >>>>>>>>> Please verify. >>>>>>>>> >>>>>>>>> [1] >>>>>>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2carbonidentity-005/ >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Jayanga. >>>>>>>>> >>>>>>>>> *Jayanga Dissanayake* >>>>>>>>> Senior Software Engineer >>>>>>>>> WSO2 Inc. - http://wso2.com/ >>>>>>>>> lean . enterprise . middleware >>>>>>>>> email: [email protected] >>>>>>>>> mobile: +94772207259 >>>>>>>>> >>>>>>>>> On Thu, May 14, 2015 at 5:52 PM, Isuru Udana <[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Hi Kernel Team, >>>>>>>>>> >>>>>>>>>> Can we please get this released. We need this for ESB 4.9.0 alpha. >>>>>>>>>> >>>>>>>>>> Thanks. >>>>>>>>>> >>>>>>>>>> On Wed, May 13, 2015 at 6:06 PM, Prasad Tissera <[email protected] >>>>>>>>>> > wrote: >>>>>>>>>> >>>>>>>>>>> Hi Kernal Team, >>>>>>>>>>> >>>>>>>>>>> carbon-identity-4.4.1 is released to the staging. Please review >>>>>>>>>>> and release. Thanks. >>>>>>>>>>> >>>>>>>>>>> [1]. >>>>>>>>>>> http://maven.wso2.org/nexus/content/repositories/orgwso2carbonidentity-005/ >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Prasad Tissera >>>>>>>>>>> Software Engineer. >>>>>>>>>>> Mobile : +94777223444 >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Isuru Udana* >>>>>>>>>> Associate Technical Lead >>>>>>>>>> WSO2 Inc.; http://wso2.com >>>>>>>>>> email: [email protected] cell: +94 77 3791887 >>>>>>>>>> blog: http://mytecheye.blogspot.com/ >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Dev mailing list >>>>>>>>>> [email protected] >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Isuru Udana* >>>>>>> Associate Technical Lead >>>>>>> WSO2 Inc.; http://wso2.com >>>>>>> email: [email protected] cell: +94 77 3791887 >>>>>>> blog: http://mytecheye.blogspot.com/ >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Isuru Udana* >>>>>> Associate Technical Lead >>>>>> WSO2 Inc.; http://wso2.com >>>>>> email: [email protected] cell: +94 77 3791887 >>>>>> blog: http://mytecheye.blogspot.com/ >>>>>> >>>>>> _______________________________________________ >>>>>> Dev mailing list >>>>>> [email protected] >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Malithi Edirisinghe* >>>>> Senior Software Engineer >>>>> WSO2 Inc. >>>>> >>>>> Mobile : +94 (0) 718176807 >>>>> [email protected] >>>>> >>>> >>>> >>>> >>>> -- >>>> *Isuru Udana* >>>> Associate Technical Lead >>>> WSO2 Inc.; http://wso2.com >>>> email: [email protected] cell: +94 77 3791887 >>>> blog: http://mytecheye.blogspot.com/ >>>> >>> >>> >>> >>> -- >>> *Isuru Udana* >>> Associate Technical Lead >>> WSO2 Inc.; http://wso2.com >>> email: [email protected] cell: +94 77 3791887 >>> blog: http://mytecheye.blogspot.com/ >>> >> >> >> >> -- >> Kasun Indrasiri >> Software Architect >> WSO2, Inc.; http://wso2.com >> lean.enterprise.middleware >> >> cell: +94 77 556 5206 >> Blog : http://kasunpanorama.blogspot.com/ >> > > > > -- > *Isuru Udana* > Associate Technical Lead > WSO2 Inc.; http://wso2.com > email: [email protected] cell: +94 77 3791887 > blog: http://mytecheye.blogspot.com/ > -- Thanks & Regards, *Johann Dilantha Nallathamby* Technical Lead & Product Lead of WSO2 Identity Server Integration Technologies Team WSO2, Inc. lean.enterprise.middleware Mobile - *+94777776950* Blog - *http://nallaa.wordpress.com <http://nallaa.wordpress.com>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
