Re: [Architecture] Unified Governance Metadata models and APIs for WSO2 Platform

2014-09-18 Thread Subash Chaturanga
Hi Sanjiva, Based on previous discussions, we came to a conclusion that super types should have a version. *Service > ServiceVersion. In that case, what about super types like Endpoint ? Because version for an endpoint is not make sense IMO. As per the doc, we agreed to create a separate type for

Re: [Architecture] Unified Governance Metadata models and APIs for WSO2 Platform

2014-09-18 Thread Subash Chaturanga
Hi Dimuthu, Does AF currently doing check item/approval votes programatically for life cycles using registry API ? On Thu, Sep 18, 2014 at 3:06 PM, Subash Chaturanga wrote: > Hi Sanjiva, > Based on previous discussions, we came to a conclusion that super types > should have a version. *Service

Re: [Architecture] [BPS] Moving the artifact storage from Registry to BPS corresponding DB ( BPS_DB )

2014-09-18 Thread Firzhan Naqash
Hi All We have started to work on storing the artifact related version information in to process DB. Initially we are going to implement it to BPMN. We have identified two implementable approaches. 1. We can use the internal available ACT_RE_DEPLOYMENT table's CATEGORY_ column to store the check

Re: [Architecture] Unified Governance Metadata models and APIs for WSO2 Platform

2014-09-18 Thread Dimuthu Leelarathne
Hi, We do check items using API. I don't know what approval votes are. thanks, dimuthu On Fri, Sep 19, 2014 at 12:36 AM, Subash Chaturanga wrote: > Hi Dimuthu, > Does AF currently doing check item/approval votes programatically for > life cycles using registry API ? > > On Thu, Sep 18, 201

Re: [Architecture] Unified Governance Metadata models and APIs for WSO2 Platform

2014-09-18 Thread Dimuthu Leelarathne
hi all, We had a meeting yesterday regarding the WSO2Con demo. Participants - Nuwan, Joe, Subash, Manjula, Dimuthu Here are the notes of the meeting. 1 - When a service is promoted to production, when an API creation wizard will have a drop down of JAX-RS service endpoints when HTTP end point

Re: [Architecture] [BPS] Moving the artifact storage from Registry to BPS corresponding DB ( BPS_DB )

2014-09-18 Thread Nandika Jayawardana
Hi Firzhan, Does activiti documentation documents the CATEGORY_ column as a not used column. Otherwise there could be some usage of it, even though we have not encountered it yet. If the documentation states that the column is not used and is there for implementing extensions, then its fine to us

[Architecture] Updating 3rd party dependencies in carbon 4.3.0 and removing unused dependencies

2014-09-18 Thread Gayashan Amarasinghe
Hi all, I am in the process of updating the dependencies in carbon 4.3.0 [1]. As a result i have come up with the following approach to get this done. 1. Remove unused dependencies (including [2]) This is going to be a difficult task since it can break the build in many ways if we remove dependen

Re: [Architecture] [BPS] Moving the artifact storage from Registry to BPS corresponding DB ( BPS_DB )

2014-09-18 Thread Firzhan Naqash
Hi Nandika, Activiti documentation doesn't mention about the CATEGORY_ column. But they have provided a method to set values for the CATEGORY_ column. In future they may use the column for different purposes or they may deprecate this method. Therefore as a safest option, we can use a new table