Re: [Dev] Migrate to data publisher agent on carbon-analytics-common

2015-09-14 Thread Sinthuja Ragendran
Hi,

At the time when APIM got released the new data publisher was just finished
development and not fully tested, hence it was using the old one. But
anyhow the upcoming any product releases need to use the new one as it's
now tested reasonably, and we are going to deprecate the old one soon.


On Tue, Sep 15, 2015 at 8:49 AM, Sumedha Rubasinghe 
wrote:

> Anjana,
> IMO this is serious problem for all products that have been released and
> trying to use new DAS.
>
> I think this can be easily fixed by adhering a new package name for new
> DAS based data publishers.
>

This data publisher is not only for new  DAS,or CEP, it will work for old
BAM as well. Any reason for the current master branch components to not
move to the new datapublisher? This any how needs to be done eventually.
It's easy for us also maintain if they are using new one..

Thanks,
Sinthuja.

>
>
>
> On Mon, Sep 14, 2015 at 10:53 AM, Ayyoob Hamza  wrote:
>
>> Hi All,
>> We are trying to integrate DAS Features to CDMF and we found that DAS
>> uses the latest data publisher agent[1]. Wherein APIM and ES has used the
>> one on carbon-commons[2]. This is raised a conflict on feature
>> installation. Furthermore we have found that APIM is also dependent on a
>> osgi service[3] which available on carbon-deployment, and this also
>> requires the carbon-common publisher agent. So I believe we have to migrate
>> from the carbon-common data publisher to the new one on all 3 components
>> since the old one will not have any support anymore. WDYT ?.
>>
>> eg:
>> Cannot complete the install because of a conflicting dependency.
>>  Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
>> Aggregate Feature 4.4.7
>> (org.wso2.carbon.databridge.datapublisher.feature.group 4.4.7) - Data
>> Publisher under carbon commons
>>
>>  Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
>> Aggregate Feature 5.0.1
>> (org.wso2.carbon.databridge.datapublisher.feature.group 5.0.1) - Data
>> Publisher under carbon analytics commons
>>
>> Currently in order to work on the pack, did a small work around by
>> including the thrift data publisher as a bundle within the feature. So that
>> we can test the DAS features. But this is just for testing purposes.
>>
>> [1]
>> https://github.com/wso2/carbon-analytics-common/tree/master/components/data-bridge
>> [2]
>> https://github.com/wso2/carbon-commons/tree/4.4.x/components/data-bridge
>> [3]
>> https://github.com/wso2/carbon-deployment/tree/v4.5.0/components/service-mgt/bam-data-agents/org.wso2.carbon.bam.service.data.publisher/src/main/java/org/wso2/carbon/bam/service/data/publisher
>>
>> Thanks,
>> *Ayyoob Hamza*
>> *Software Engineer*
>> WSO2 Inc.; http://wso2.com
>> email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
>>
>
>
>
> --
> /sumedha
> m: +94 773017743
> b :  bit.ly/sumedha
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sinthuja Rajendran*
Associate Technical Lead
WSO2, Inc.:http://wso2.com

Blog: http://sinthu-rajan.blogspot.com/
Mobile: +94774273955
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Migrate to data publisher agent on carbon-analytics-common

2015-09-14 Thread Sumedha Rubasinghe
Anjana,
IMO this is serious problem for all products that have been released and
trying to use new DAS.

I think this can be easily fixed by adhering a new package name for new DAS
based data publishers.



On Mon, Sep 14, 2015 at 10:53 AM, Ayyoob Hamza  wrote:

> Hi All,
> We are trying to integrate DAS Features to CDMF and we found that DAS uses
> the latest data publisher agent[1]. Wherein APIM and ES has used the one on
> carbon-commons[2]. This is raised a conflict on feature installation.
> Furthermore we have found that APIM is also dependent on a osgi service[3]
> which available on carbon-deployment, and this also requires the
> carbon-common publisher agent. So I believe we have to migrate from the
> carbon-common data publisher to the new one on all 3 components since the
> old one will not have any support anymore. WDYT ?.
>
> eg:
> Cannot complete the install because of a conflicting dependency.
>  Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
> Aggregate Feature 4.4.7
> (org.wso2.carbon.databridge.datapublisher.feature.group 4.4.7) - Data
> Publisher under carbon commons
>
>  Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
> Aggregate Feature 5.0.1
> (org.wso2.carbon.databridge.datapublisher.feature.group 5.0.1) - Data
> Publisher under carbon analytics commons
>
> Currently in order to work on the pack, did a small work around by
> including the thrift data publisher as a bundle within the feature. So that
> we can test the DAS features. But this is just for testing purposes.
>
> [1]
> https://github.com/wso2/carbon-analytics-common/tree/master/components/data-bridge
> [2]
> https://github.com/wso2/carbon-commons/tree/4.4.x/components/data-bridge
> [3]
> https://github.com/wso2/carbon-deployment/tree/v4.5.0/components/service-mgt/bam-data-agents/org.wso2.carbon.bam.service.data.publisher/src/main/java/org/wso2/carbon/bam/service/data/publisher
>
> Thanks,
> *Ayyoob Hamza*
> *Software Engineer*
> WSO2 Inc.; http://wso2.com
> email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
>



-- 
/sumedha
m: +94 773017743
b :  bit.ly/sumedha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Migrate to data publisher agent on carbon-analytics-common

2015-09-13 Thread Ayyoob Hamza
Hi All,
We are trying to integrate DAS Features to CDMF and we found that DAS uses
the latest data publisher agent[1]. Wherein APIM and ES has used the one on
carbon-commons[2]. This is raised a conflict on feature installation.
Furthermore we have found that APIM is also dependent on a osgi service[3]
which available on carbon-deployment, and this also requires the
carbon-common publisher agent. So I believe we have to migrate from the
carbon-common data publisher to the new one on all 3 components since the
old one will not have any support anymore. WDYT ?.

eg:
Cannot complete the install because of a conflicting dependency.
 Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
Aggregate Feature 4.4.7
(org.wso2.carbon.databridge.datapublisher.feature.group 4.4.7) - Data
Publisher under carbon commons

 Software being installed: WSO2 Carbon - Data Bridge - Data Publisher
Aggregate Feature 5.0.1
(org.wso2.carbon.databridge.datapublisher.feature.group 5.0.1) - Data
Publisher under carbon analytics commons

Currently in order to work on the pack, did a small work around by
including the thrift data publisher as a bundle within the feature. So that
we can test the DAS features. But this is just for testing purposes.

[1]
https://github.com/wso2/carbon-analytics-common/tree/master/components/data-bridge
[2] https://github.com/wso2/carbon-commons/tree/4.4.x/components/data-bridge
[3]
https://github.com/wso2/carbon-deployment/tree/v4.5.0/components/service-mgt/bam-data-agents/org.wso2.carbon.bam.service.data.publisher/src/main/java/org/wso2/carbon/bam/service/data/publisher

Thanks,
*Ayyoob Hamza*
*Software Engineer*
WSO2 Inc.; http://wso2.com
email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev