I meant for the DSS product :) .. Cheers, Anjana.
On Fri, Nov 21, 2014 at 7:21 PM, Nipuni Perera <[email protected]> wrote: > Hi, > > This is already fixed with PR [1] > > [1] https://github.com/wso2-dev/carbon-identity/pull/17 > > Thanks, > Nipuni > > On Fri, Nov 21, 2014 at 6:12 PM, Anjana Fernando <[email protected]> wrote: > >> Hi Nipuni, >> >> Can you please send a pull request with this change. >> >> Cheers, >> Anjana. >> >> On Fri, Nov 21, 2014 at 6:03 PM, Nipuni Perera <[email protected]> wrote: >> >>> Hi Anjana, >>> >>> This is as we have released wso2-wss4j-1.5.11-wso2v7 yesterday and your >>> project dependencies should update current SNAPSHOT versions to >>> released versions 1.5.11-wso2v7 to avoid above failures. >>> Please refer mail thread with subject "WSO2-WSS4J 1.5.11-wso2v7 released" >>> to update project dependencies. >>> >>> Thanks, >>> Nipuni >>> >>> On Fri, Nov 21, 2014 at 5:23 PM, Anjana Fernando <[email protected]> >>> wrote: >>> >>>> Hi Dharshana, >>>> >>>> I merged the pull request, but from the builder, I still got the >>>> following, it may not be because of your change though:- >>>> >>>> >>>> >>>> >>>> Installing org.wso2.carbon.transaction.manager.feature.group >>>> 4.3.0.SNAPSHOT. >>>> Installing org.wso2.carbon.cassandra-jdbc-1.2.5.server.feature.group >>>> 4.3.0.SNAPSHOT. >>>> Installing >>>> org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group >>>> 4.3.0.SNAPSHOT. >>>> Installing >>>> org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group >>>> 4.3.0.SNAPSHOT. >>>> Installing org.wso2.carbon.user.mgt.feature.group 4.3.0.SNAPSHOT. >>>> Installation failed. >>>> Cannot complete the install because one or more required items could not >>>> be found. >>>> Software being installed: Data Service Tasks Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.dataservices.task.feature.group 4.3.0.SNAPSHOT) >>>> Missing requirement: org.wso2.carbon.security.mgt 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.security.mgt 4.3.0.SNAPSHOT) requires 'package >>>> org.apache.ws.security [1.5.11.wso2v7-SNAPSHOT,2.0.0)' but it could not be >>>> found >>>> Cannot satisfy dependency: >>>> From: Data Service Hosting Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.dataservices.server.feature.group 4.3.0.SNAPSHOT) >>>> To: org.wso2.carbon.service.mgt.server.feature.group >>>> [4.3.0.SNAPSHOT,4.4.0) >>>> Cannot satisfy dependency: >>>> From: Data Service Tasks Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.dataservices.task.feature.group 4.3.0.SNAPSHOT) >>>> To: org.wso2.carbon.dataservices.task.server.feature.group >>>> [4.3.0.SNAPSHOT] >>>> Cannot satisfy dependency: >>>> From: Data Service Tasks Server Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.dataservices.task.server.feature.group 4.3.0.SNAPSHOT) >>>> To: org.wso2.carbon.dataservices.server.feature.group [4.3.0.SNAPSHOT] >>>> Cannot satisfy dependency: >>>> From: WSO2 Carbon - Security Management Core Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.security.mgt.server.feature.group 4.3.0.SNAPSHOT) >>>> To: org.wso2.carbon.security.mgt [4.3.0.SNAPSHOT] >>>> Cannot satisfy dependency: >>>> From: WSO2 Carbon - Service Management Core Feature 4.3.0.SNAPSHOT >>>> (org.wso2.carbon.service.mgt.server.feature.group 4.3.0.SNAPSHOT) >>>> To: org.wso2.carbon.security.mgt.server.feature.group >>>> [4.3.0.SNAPSHOT,4.4.0) >>>> >>>> >>>> @Chanika, can you please check this out. >>>> >>>> Cheers, >>>> Anjana. >>>> >>>> >>>> On Fri, Nov 21, 2014 at 4:22 PM, Dharshana Warusavitharana < >>>> [email protected]> wrote: >>>> >>>>> Hi Anjana, >>>>> >>>>> Please find new pull request on [1]. >>>>> >>>>> [1]. https://github.com/wso2-dev/product-dss/pull/4 >>>>> >>>>> Thank you, >>>>> Dharshana. >>>>> >>>>> On Fri, Nov 21, 2014 at 10:31 AM, Dharshana Warusavitharana < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Anjana, >>>>>> >>>>>> Seems like some commits were made after the original pull request is >>>>>> made. Will provide a new pull request ASAP. >>>>>> >>>>>> Thank you, >>>>>> Dharshana. >>>>>> >>>>>> >>>>>> On Thu, Nov 20, 2014 at 5:37 PM, Anjana Fernando <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Krishantha, >>>>>>> >>>>>>> The pull request sent to DSS contains conflicts, can you please >>>>>>> check it out, and send a new pull request. >>>>>>> >>>>>>> Cheers, >>>>>>> Anjana. >>>>>>> >>>>>>> On Thu, Nov 20, 2014 at 3:58 PM, Krishantha Samaraweera < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi Product Teams, >>>>>>>> >>>>>>>> Please note following modifications required to incorporate with >>>>>>>> integration test modules due to latest changes introduced into test >>>>>>>> framework. We made these changes to remove dependencies taken from >>>>>>>> Kernel & >>>>>>>> rampart, also CarbonServerExtension (class responsible for server >>>>>>>> management and coverage generation) moved to test framework in order to >>>>>>>> make it available for all projects, our plan is to release TAF prior to >>>>>>>> Kernel 4.3.0 release because Kernel is depending on TAF now. >>>>>>>> >>>>>>>> 1.* Automation.xml - package name of **CarbonServerExtension **should >>>>>>>> be changed as follows* >>>>>>>> >>>>>>>> <platformExecutionManager> >>>>>>>> <extentionClasses> >>>>>>>> <class> >>>>>>>> <name> >>>>>>>> >>>>>>>> *org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension* >>>>>>>> </name> >>>>>>>> <!--<parameter name="-DportOffset" value="0" >>>>>>>> />--> >>>>>>>> <!--<parameter name="cmdArg" value="debug 5005" >>>>>>>> />--> >>>>>>>> </class> >>>>>>>> <class> >>>>>>>> <name> >>>>>>>> >>>>>>>> org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension >>>>>>>> </name> >>>>>>>> <!--<parameter name="-DportOffset" value="0" >>>>>>>> />--> >>>>>>>> <!--<parameter name="cmdArg" value="debug 5005" >>>>>>>> />--> >>>>>>>> </class> >>>>>>>> </extentionClasses> >>>>>>>> </platformExecutionManager> >>>>>>>> >>>>>>>> 2. SecurityAdminServiceClient was removed from >>>>>>>> carbon-platform-integration and moved to >>>>>>>> carbon-platform-integration-utils. >>>>>>>> So you need to use >>>>>>>> *org.wso2.carbon.integration.common.utils.clients.SecurityAdminServiceClient >>>>>>>> * >>>>>>>> >>>>>>>> Pull requests send to DSS, SS, MB and CEP with necessary changes. >>>>>>>> Other product teams please make sure to apply above mentioned changes >>>>>>>> if >>>>>>>> required. >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Krishantha. >>>>>>>> >>>>>>>> -- >>>>>>>> Krishantha Samaraweera >>>>>>>> Senior Technical Lead - Test Automation >>>>>>>> Mobile: +94 77 7759918 >>>>>>>> WSO2, Inc.; http://wso2.com/ >>>>>>>> lean . enterprise . middlewear. >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Dev mailing list >>>>>>>> [email protected] >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Anjana Fernando* >>>>>>> Senior Technical Lead >>>>>>> WSO2 Inc. | http://wso2.com >>>>>>> lean . enterprise . middleware >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Dev mailing list >>>>>>> [email protected] >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Dharshana Warusavitharana >>>>>> Senior Software Engineer , Test Automation >>>>>> WSO2 Inc. http://wso2.com >>>>>> email : [email protected] <[email protected]> >>>>>> Tel : +94 11 214 5345 >>>>>> Fax :+94 11 2145300 >>>>>> cell : +94770342233 >>>>>> blog : http://dharshanaw.blogspot.com >>>>>> >>>>>> lean . enterprise . middleware >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Dharshana Warusavitharana >>>>> Senior Software Engineer , Test Automation >>>>> WSO2 Inc. http://wso2.com >>>>> email : [email protected] <[email protected]> >>>>> Tel : +94 11 214 5345 >>>>> Fax :+94 11 2145300 >>>>> cell : +94770342233 >>>>> blog : http://dharshanaw.blogspot.com >>>>> >>>>> lean . enterprise . middleware >>>>> >>>> >>>> >>>> >>>> -- >>>> *Anjana Fernando* >>>> Senior Technical Lead >>>> WSO2 Inc. | http://wso2.com >>>> lean . enterprise . middleware >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Nipuni Perera >>> Software Engineer; WSO2 Inc.; http://wso2.com >>> Email: [email protected] >>> Git hub profile: https://github.com/nipuni >>> Mobile: +94 (71) 5626680 >>> <http://wso2.com> >>> >>> >> >> >> -- >> *Anjana Fernando* >> Senior Technical Lead >> WSO2 Inc. | http://wso2.com >> lean . enterprise . middleware >> > > > > -- > Nipuni Perera > Software Engineer; WSO2 Inc.; http://wso2.com > Email: [email protected] > Git hub profile: https://github.com/nipuni > Mobile: +94 (71) 5626680 > <http://wso2.com> > > -- *Anjana Fernando* Senior Technical Lead WSO2 Inc. | http://wso2.com lean . enterprise . middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
