Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Sriskandarajah Suhothayan
Since the above should be used for all the products, shall we move the
common indexing part to the registry.xml of the kernel (pack that in
the feature).

Specific products can overwrite that as and when needed.

WDYT?

Suho

On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda  wrote:

>
>
> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe  wrote:
>
>> Hi Chandana/GReg team,
>>
>> Hi Kasun,
>
>
>> Can we know what indexers needs be enabled in other products? Do we need
>> all the indexers mentioned?
>>
>
> Above indexing configuration should be used for all the products which
> doesn't have a governance aspect. Products which have governance aspect,
> need to use RXT indexers as well.
>
>>
>> BTW, I take it that the indexing happens per instance? How does it work
>> with a mounted registry?
>>
>
> Indexing happens per instance, and it doesn't have a relationship with
> mounting.
>
> Regards,
> Chandana
>
>>
>> Thanks.
>>
>> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham > > wrote:
>>
>>> Hi Thusitha,
>>>
>>> If this is required by the registry and the file is coming from the
>>> kernel, shouldn't this change to the registry.xml be sent to the kernel
>>> directly?
>>>
>>> Regards,
>>> Nira
>>>
>>> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
>>> thusit...@wso2.com> wrote:
>>>
 Hi All,

 While doing the testing on AS 5.3.0 RC1 pack we found that registry
 search functionality is not working. The issue was that we pack the
 registry.xml file that is provided by the kernel level and it doesn't
 contain the registry indexing related configurations.

 According to the offline chat had with the registry team, we have to
 override the default registry.xml that provided with kernel in product
 level.

 In AS case we have added following configuration to the registry.xml
 and now registry search functionality works

 
> true
> 35
> 3
> 
> 50
>  
> 50
> 
>
> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
> 
> 
>  class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
> mediaTypeRegEx="application/vnd.ms-excel"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
> mediaTypeRegEx="application/msword"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
> mediaTypeRegEx="application/pdf"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/(.)+\+xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/swagger\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/(.)+\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="text/(.)+"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/x-javascript"/>
> 
> 
>  pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>  pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
> 
> 



 We have 2 options

1. We can override registry.xml file in product level with required
config
2. We can document that we need to add the necessary config to
registry.xml in order to make registry functionality work without
overriding it product level

 What would be the better approach?

 Thanks
 /Thusitha
 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>>
>>> *Niranjan Karunanandham*
>>> Senior Software Engineer - WSO2 Inc.
>>> WSO2 Inc.: http://www.wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>>
>>
>
>
>
> --
> *Chandana Napagoda*
> Senior Software Engineer
> WSO2 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread KasunG Gajasinghe
We can do that if indexing is coming from kernel. @Chandana, is that the
case?

On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan 
wrote:

> Since the above should be used for all the products, shall we move the
> common indexing part to the registry.xml of the kernel (pack that in
> the feature).
>
> Specific products can overwrite that as and when needed.
>
> WDYT?
>
> Suho
>
> On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
> wrote:
>
>>
>>
>> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
>> wrote:
>>
>>> Hi Chandana/GReg team,
>>>
>>> Hi Kasun,
>>
>>
>>> Can we know what indexers needs be enabled in other products? Do we need
>>> all the indexers mentioned?
>>>
>>
>> Above indexing configuration should be used for all the products which
>> doesn't have a governance aspect. Products which have governance aspect,
>> need to use RXT indexers as well.
>>
>>>
>>> BTW, I take it that the indexing happens per instance? How does it work
>>> with a mounted registry?
>>>
>>
>> Indexing happens per instance, and it doesn't have a relationship with
>> mounting.
>>
>> Regards,
>> Chandana
>>
>>>
>>> Thanks.
>>>
>>> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
>>> niran...@wso2.com> wrote:
>>>
 Hi Thusitha,

 If this is required by the registry and the file is coming from the
 kernel, shouldn't this change to the registry.xml be sent to the kernel
 directly?

 Regards,
 Nira

 On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
 thusit...@wso2.com> wrote:

> Hi All,
>
> While doing the testing on AS 5.3.0 RC1 pack we found that registry
> search functionality is not working. The issue was that we pack the
> registry.xml file that is provided by the kernel level and it doesn't
> contain the registry indexing related configurations.
>
> According to the offline chat had with the registry team, we have to
> override the default registry.xml that provided with kernel in product
> level.
>
> In AS case we have added following configuration to the registry.xml
> and now registry search functionality works
>
> 
>> true
>> 35
>> 3
>> 
>> 50
>>  
>> 50
>> 
>>
>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>> 
>> 
>> > class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>> mediaTypeRegEx="application/vnd.ms-excel"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>> mediaTypeRegEx="application/msword"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>> mediaTypeRegEx="application/pdf"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/(.)+\+xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/swagger\+json"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/(.)+\+json"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="text/(.)+"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/x-javascript"/>
>> 
>> 
>> > pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>> > pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
>> 
>> 
>
>
>
> We have 2 options
>
>1. We can override registry.xml file in product level with
>required config
>2. We can document that we need to add the necessary config to
>registry.xml in order to make registry functionality work without
>overriding it product level
>
> What would be the better approach?
>
> Thanks
> /Thusitha
> --
> Thusitha Dayaratne
> Software Engineer
> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>
> Mobile  +94712756809
> Blog  alokayasoya.blogspot.com
> Abouthttp://about.me/thusithathilina
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --


Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Sriskandarajah Suhothayan
We resonantly encountered an issue in rendering the theme when a new tenant
is created due to missing indexing config.
So I think this is common for all products

Suho

On Thu, Sep 10, 2015 at 12:30 PM, KasunG Gajasinghe  wrote:

>
> We can do that if indexing is coming from kernel. @Chandana, is that the
> case?
>
> On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan  > wrote:
>
>> Since the above should be used for all the products, shall we move the
>> common indexing part to the registry.xml of the kernel (pack that in
>> the feature).
>>
>> Specific products can overwrite that as and when needed.
>>
>> WDYT?
>>
>> Suho
>>
>> On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
>> wrote:
>>
>>>
>>>
>>> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
>>> wrote:
>>>
 Hi Chandana/GReg team,

 Hi Kasun,
>>>
>>>
 Can we know what indexers needs be enabled in other products? Do we
 need all the indexers mentioned?

>>>
>>> Above indexing configuration should be used for all the products which
>>> doesn't have a governance aspect. Products which have governance aspect,
>>> need to use RXT indexers as well.
>>>

 BTW, I take it that the indexing happens per instance? How does it work
 with a mounted registry?

>>>
>>> Indexing happens per instance, and it doesn't have a relationship with
>>> mounting.
>>>
>>> Regards,
>>> Chandana
>>>

 Thanks.

 On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
 niran...@wso2.com> wrote:

> Hi Thusitha,
>
> If this is required by the registry and the file is coming from the
> kernel, shouldn't this change to the registry.xml be sent to the kernel
> directly?
>
> Regards,
> Nira
>
> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
> thusit...@wso2.com> wrote:
>
>> Hi All,
>>
>> While doing the testing on AS 5.3.0 RC1 pack we found that registry
>> search functionality is not working. The issue was that we pack the
>> registry.xml file that is provided by the kernel level and it doesn't
>> contain the registry indexing related configurations.
>>
>> According to the offline chat had with the registry team, we have to
>> override the default registry.xml that provided with kernel in product
>> level.
>>
>> In AS case we have added following configuration to the registry.xml
>> and now registry search functionality works
>>
>> 
>>> true
>>> 35
>>> 3
>>> 
>>> 50
>>>  
>>> 50
>>> 
>>>
>>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>>> 
>>> 
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>>> mediaTypeRegEx="application/vnd.ms-excel"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>>> mediaTypeRegEx="application/msword"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>>> mediaTypeRegEx="application/pdf"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/(.)+\+xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/swagger\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/(.)+\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="text/(.)+"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/x-javascript"/>
>>> 
>>> 
>>> >> pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>>> >> pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
>>> 
>>> 
>>
>>
>>
>> We have 2 options
>>
>>1. We can override registry.xml file in product level with
>>required config
>>2. We can document that we need to add the necessary config to
>>registry.xml in order to make registry functionality work without
>>overriding it product level
>>
>> What would be the better approach?
>>
>> Thanks
>> /Thusitha
>> --
>> Thusitha 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Chandana Napagoda
Hi Kasun,

We don't like to move important registry configuration/components into
kernel.

Regards,
Chandana

On Thu, Sep 10, 2015 at 12:30 PM, KasunG Gajasinghe  wrote:

>
> We can do that if indexing is coming from kernel. @Chandana, is that the
> case?
>
> On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan  > wrote:
>
>> Since the above should be used for all the products, shall we move the
>> common indexing part to the registry.xml of the kernel (pack that in
>> the feature).
>>
>> Specific products can overwrite that as and when needed.
>>
>> WDYT?
>>
>> Suho
>>
>> On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
>> wrote:
>>
>>>
>>>
>>> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
>>> wrote:
>>>
 Hi Chandana/GReg team,

 Hi Kasun,
>>>
>>>
 Can we know what indexers needs be enabled in other products? Do we
 need all the indexers mentioned?

>>>
>>> Above indexing configuration should be used for all the products which
>>> doesn't have a governance aspect. Products which have governance aspect,
>>> need to use RXT indexers as well.
>>>

 BTW, I take it that the indexing happens per instance? How does it work
 with a mounted registry?

>>>
>>> Indexing happens per instance, and it doesn't have a relationship with
>>> mounting.
>>>
>>> Regards,
>>> Chandana
>>>

 Thanks.

 On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
 niran...@wso2.com> wrote:

> Hi Thusitha,
>
> If this is required by the registry and the file is coming from the
> kernel, shouldn't this change to the registry.xml be sent to the kernel
> directly?
>
> Regards,
> Nira
>
> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
> thusit...@wso2.com> wrote:
>
>> Hi All,
>>
>> While doing the testing on AS 5.3.0 RC1 pack we found that registry
>> search functionality is not working. The issue was that we pack the
>> registry.xml file that is provided by the kernel level and it doesn't
>> contain the registry indexing related configurations.
>>
>> According to the offline chat had with the registry team, we have to
>> override the default registry.xml that provided with kernel in product
>> level.
>>
>> In AS case we have added following configuration to the registry.xml
>> and now registry search functionality works
>>
>> 
>>> true
>>> 35
>>> 3
>>> 
>>> 50
>>>  
>>> 50
>>> 
>>>
>>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>>> 
>>> 
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>>> mediaTypeRegEx="application/vnd.ms-excel"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>>> mediaTypeRegEx="application/msword"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>>> mediaTypeRegEx="application/pdf"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/(.)+\+xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/swagger\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/(.)+\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="text/(.)+"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/x-javascript"/>
>>> 
>>> 
>>> >> pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>>> >> pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
>>> 
>>> 
>>
>>
>>
>> We have 2 options
>>
>>1. We can override registry.xml file in product level with
>>required config
>>2. We can document that we need to add the necessary config to
>>registry.xml in order to make registry functionality work without
>>overriding it product level
>>
>> What would be the better approach?
>>
>> Thanks
>> /Thusitha
>> --
>> Thusitha Dayaratne
>> Software Engineer
>> WSO2 Inc. - lean . 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Chandana Napagoda
Hi Ramith,

Next carbon-registry release onwards this will be available with content
search feature.

Regards,
Chandana

On Thu, Sep 10, 2015 at 7:05 PM, Ramith Jayasinghe  wrote:

> so whats the conclusion?
> will this be included in next kernel version (so all product can use it)
> or should we pack this ?
>
> On Thu, Sep 10, 2015 at 12:38 PM, Sriskandarajah Suhothayan  > wrote:
>
>> We resonantly encountered an issue in rendering the theme when a new
>> tenant is created due to missing indexing config.
>> So I think this is common for all products
>>
>> Suho
>>
>> On Thu, Sep 10, 2015 at 12:30 PM, KasunG Gajasinghe 
>> wrote:
>>
>>>
>>> We can do that if indexing is coming from kernel. @Chandana, is that the
>>> case?
>>>
>>> On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Since the above should be used for all the products, shall we move the
 common indexing part to the registry.xml of the kernel (pack that in
 the feature).

 Specific products can overwrite that as and when needed.

 WDYT?

 Suho

 On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
 wrote:

>
>
> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
> wrote:
>
>> Hi Chandana/GReg team,
>>
>> Hi Kasun,
>
>
>> Can we know what indexers needs be enabled in other products? Do we
>> need all the indexers mentioned?
>>
>
> Above indexing configuration should be used for all the products which
> doesn't have a governance aspect. Products which have governance aspect,
> need to use RXT indexers as well.
>
>>
>> BTW, I take it that the indexing happens per instance? How does it
>> work with a mounted registry?
>>
>
> Indexing happens per instance, and it doesn't have a relationship with
> mounting.
>
> Regards,
> Chandana
>
>>
>> Thanks.
>>
>> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
>> niran...@wso2.com> wrote:
>>
>>> Hi Thusitha,
>>>
>>> If this is required by the registry and the file is coming from the
>>> kernel, shouldn't this change to the registry.xml be sent to the kernel
>>> directly?
>>>
>>> Regards,
>>> Nira
>>>
>>> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
>>> thusit...@wso2.com> wrote:
>>>
 Hi All,

 While doing the testing on AS 5.3.0 RC1 pack we found that registry
 search functionality is not working. The issue was that we pack the
 registry.xml file that is provided by the kernel level and it doesn't
 contain the registry indexing related configurations.

 According to the offline chat had with the registry team, we have
 to override the default registry.xml that provided with kernel in 
 product
 level.

 In AS case we have added following configuration to the
 registry.xml and now registry search functionality works

 
> true
> 35
> 3
> 
> 50
>  
> 50
> 
>
> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
> 
> 
>  class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
> mediaTypeRegEx="application/vnd.ms-excel"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
> mediaTypeRegEx="application/msword"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
> mediaTypeRegEx="application/pdf"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/(.)+\+xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/swagger\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/(.)+\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="text/(.)+"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/x-javascript"/>
> 
> 
> 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Ramith Jayasinghe
so whats the conclusion?
will this be included in next kernel version (so all product can use it) or
should we pack this ?

On Thu, Sep 10, 2015 at 12:38 PM, Sriskandarajah Suhothayan 
wrote:

> We resonantly encountered an issue in rendering the theme when a new
> tenant is created due to missing indexing config.
> So I think this is common for all products
>
> Suho
>
> On Thu, Sep 10, 2015 at 12:30 PM, KasunG Gajasinghe 
> wrote:
>
>>
>> We can do that if indexing is coming from kernel. @Chandana, is that the
>> case?
>>
>> On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Since the above should be used for all the products, shall we move the
>>> common indexing part to the registry.xml of the kernel (pack that in
>>> the feature).
>>>
>>> Specific products can overwrite that as and when needed.
>>>
>>> WDYT?
>>>
>>> Suho
>>>
>>> On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
>>> wrote:
>>>


 On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
 wrote:

> Hi Chandana/GReg team,
>
> Hi Kasun,


> Can we know what indexers needs be enabled in other products? Do we
> need all the indexers mentioned?
>

 Above indexing configuration should be used for all the products which
 doesn't have a governance aspect. Products which have governance aspect,
 need to use RXT indexers as well.

>
> BTW, I take it that the indexing happens per instance? How does it
> work with a mounted registry?
>

 Indexing happens per instance, and it doesn't have a relationship with
 mounting.

 Regards,
 Chandana

>
> Thanks.
>
> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
> niran...@wso2.com> wrote:
>
>> Hi Thusitha,
>>
>> If this is required by the registry and the file is coming from the
>> kernel, shouldn't this change to the registry.xml be sent to the kernel
>> directly?
>>
>> Regards,
>> Nira
>>
>> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
>> thusit...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> While doing the testing on AS 5.3.0 RC1 pack we found that registry
>>> search functionality is not working. The issue was that we pack the
>>> registry.xml file that is provided by the kernel level and it doesn't
>>> contain the registry indexing related configurations.
>>>
>>> According to the offline chat had with the registry team, we have to
>>> override the default registry.xml that provided with kernel in product
>>> level.
>>>
>>> In AS case we have added following configuration to the registry.xml
>>> and now registry search functionality works
>>>
>>> 
 true
 35
 3
 
 50
  
 50
 

 /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
 
 
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
 mediaTypeRegEx="application/vnd.ms-excel"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
 mediaTypeRegEx="application/vnd.ms-powerpoint"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
 mediaTypeRegEx="application/msword"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
 mediaTypeRegEx="application/pdf"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
 mediaTypeRegEx="application/xml"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
 mediaTypeRegEx="application/(.)+\+xml"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/swagger\+json"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/(.)+\+json"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="text/(.)+"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/x-javascript"/>
 
 
 >>> pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
 >>> pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
 
 
>>>
>>>
>>>
>>> We have 2 options
>>>
>>>1. We can override registry.xml 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread KasunG Gajasinghe
On Thu, Sep 10, 2015 at 7:11 PM, Chandana Napagoda 
wrote:

> Hi Ramith,
>
> Next carbon-registry release onwards this will be available with content
> search feature.
>
>
Can you guys try to insert this xml segment using a p2 touchpoint via
p2.inf instead? Having a registry.xml under carbon-registry will create
maintainability issues.

Thanks.



> Regards,
> Chandana
>
> On Thu, Sep 10, 2015 at 7:05 PM, Ramith Jayasinghe 
> wrote:
>
>> so whats the conclusion?
>> will this be included in next kernel version (so all product can use it)
>> or should we pack this ?
>>
>> On Thu, Sep 10, 2015 at 12:38 PM, Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> We resonantly encountered an issue in rendering the theme when a new
>>> tenant is created due to missing indexing config.
>>> So I think this is common for all products
>>>
>>> Suho
>>>
>>> On Thu, Sep 10, 2015 at 12:30 PM, KasunG Gajasinghe 
>>> wrote:
>>>

 We can do that if indexing is coming from kernel. @Chandana, is that
 the case?

 On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan <
 s...@wso2.com> wrote:

> Since the above should be used for all the products, shall we move
> the common indexing part to the registry.xml of the kernel (pack that in
> the feature).
>
> Specific products can overwrite that as and when needed.
>
> WDYT?
>
> Suho
>
> On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda 
> wrote:
>
>>
>>
>> On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe 
>> wrote:
>>
>>> Hi Chandana/GReg team,
>>>
>>> Hi Kasun,
>>
>>
>>> Can we know what indexers needs be enabled in other products? Do we
>>> need all the indexers mentioned?
>>>
>>
>> Above indexing configuration should be used for all the products
>> which doesn't have a governance aspect. Products which have governance
>> aspect, need to use RXT indexers as well.
>>
>>>
>>> BTW, I take it that the indexing happens per instance? How does it
>>> work with a mounted registry?
>>>
>>
>> Indexing happens per instance, and it doesn't have a relationship
>> with mounting.
>>
>> Regards,
>> Chandana
>>
>>>
>>> Thanks.
>>>
>>> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham <
>>> niran...@wso2.com> wrote:
>>>
 Hi Thusitha,

 If this is required by the registry and the file is coming from the
 kernel, shouldn't this change to the registry.xml be sent to the kernel
 directly?

 Regards,
 Nira

 On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
 thusit...@wso2.com> wrote:

> Hi All,
>
> While doing the testing on AS 5.3.0 RC1 pack we found that
> registry search functionality is not working. The issue was that we 
> pack
> the registry.xml file that is provided by the kernel level and it 
> doesn't
> contain the registry indexing related configurations.
>
> According to the offline chat had with the registry team, we have
> to override the default registry.xml that provided with kernel in 
> product
> level.
>
> In AS case we have added following configuration to the
> registry.xml and now registry search functionality works
>
> 
>> true
>> 35
>> 3
>> 
>> 50
>>  
>> 50
>> 
>>
>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>> 
>> 
>> > class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>> mediaTypeRegEx="application/vnd.ms-excel"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>> mediaTypeRegEx="application/msword"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>> mediaTypeRegEx="application/pdf"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/(.)+\+xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/swagger\+json"/>
>> > 

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-09 Thread Niranjan Karunanandham
Hi Thusitha,

If this is required by the registry and the file is coming from the kernel,
shouldn't this change to the registry.xml be sent to the kernel directly?

Regards,
Nira

On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
thusit...@wso2.com> wrote:

> Hi All,
>
> While doing the testing on AS 5.3.0 RC1 pack we found that registry search
> functionality is not working. The issue was that we pack the registry.xml
> file that is provided by the kernel level and it doesn't contain the
> registry indexing related configurations.
>
> According to the offline chat had with the registry team, we have to
> override the default registry.xml that provided with kernel in product
> level.
>
> In AS case we have added following configuration to the registry.xml and
> now registry search functionality works
>
> 
>> true
>> 35
>> 3
>> 
>> 50
>>  
>> 50
>> 
>>
>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>> 
>> 
>> > class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>> mediaTypeRegEx="application/vnd.ms-excel"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>> mediaTypeRegEx="application/msword"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>> mediaTypeRegEx="application/pdf"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>> mediaTypeRegEx="application/(.)+\+xml"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/swagger\+json"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/(.)+\+json"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="text/(.)+"/>
>> > class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>> mediaTypeRegEx="application/x-javascript"/>
>> 
>> 
>> > pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>> > pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
>> 
>> 
>
>
>
> We have 2 options
>
>1. We can override registry.xml file in product level with required
>config
>2. We can document that we need to add the necessary config to
>registry.xml in order to make registry functionality work without
>overriding it product level
>
> What would be the better approach?
>
> Thanks
> /Thusitha
> --
> Thusitha Dayaratne
> Software Engineer
> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>
> Mobile  +94712756809
> Blog  alokayasoya.blogspot.com
> Abouthttp://about.me/thusithathilina
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Niranjan Karunanandham*
Senior Software Engineer - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-09 Thread KasunG Gajasinghe
Hi Chandana/GReg team,

Can we know what indexers needs be enabled in other products? Do we need
all the indexers mentioned?

BTW, I take it that the indexing happens per instance? How does it work
with a mounted registry?

Thanks.

On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham 
wrote:

> Hi Thusitha,
>
> If this is required by the registry and the file is coming from the
> kernel, shouldn't this change to the registry.xml be sent to the kernel
> directly?
>
> Regards,
> Nira
>
> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
> thusit...@wso2.com> wrote:
>
>> Hi All,
>>
>> While doing the testing on AS 5.3.0 RC1 pack we found that registry
>> search functionality is not working. The issue was that we pack the
>> registry.xml file that is provided by the kernel level and it doesn't
>> contain the registry indexing related configurations.
>>
>> According to the offline chat had with the registry team, we have to
>> override the default registry.xml that provided with kernel in product
>> level.
>>
>> In AS case we have added following configuration to the registry.xml and
>> now registry search functionality works
>>
>> 
>>> true
>>> 35
>>> 3
>>> 
>>> 50
>>>  
>>> 50
>>> 
>>>
>>> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
>>> 
>>> 
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
>>> mediaTypeRegEx="application/vnd.ms-excel"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
>>> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
>>> mediaTypeRegEx="application/msword"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
>>> mediaTypeRegEx="application/pdf"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
>>> mediaTypeRegEx="application/(.)+\+xml"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/swagger\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/(.)+\+json"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="text/(.)+"/>
>>> >> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
>>> mediaTypeRegEx="application/x-javascript"/>
>>> 
>>> 
>>> >> pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>>> >> pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
>>> 
>>> 
>>
>>
>>
>> We have 2 options
>>
>>1. We can override registry.xml file in product level with required
>>config
>>2. We can document that we need to add the necessary config to
>>registry.xml in order to make registry functionality work without
>>overriding it product level
>>
>> What would be the better approach?
>>
>> Thanks
>> /Thusitha
>> --
>> Thusitha Dayaratne
>> Software Engineer
>> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>>
>> Mobile  +94712756809
>> Blog  alokayasoya.blogspot.com
>> Abouthttp://about.me/thusithathilina
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Niranjan Karunanandham*
> Senior Software Engineer - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-09 Thread Thusitha Thilina Dayaratne
Hi All,

While doing the testing on AS 5.3.0 RC1 pack we found that registry search
functionality is not working. The issue was that we pack the registry.xml
file that is provided by the kernel level and it doesn't contain the
registry indexing related configurations.

According to the offline chat had with the registry team, we have to
override the default registry.xml that provided with kernel in product
level.

In AS case we have added following configuration to the registry.xml and
now registry search functionality works


> true
> 35
> 3
> 
> 50
>  
> 50
> 
>
> /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
> 
> 
>  class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
> mediaTypeRegEx="application/vnd.ms-excel"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
> mediaTypeRegEx="application/vnd.ms-powerpoint"/>
>  class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
> mediaTypeRegEx="application/msword"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
> mediaTypeRegEx="application/pdf"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
> mediaTypeRegEx="application/(.)+\+xml"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/swagger\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/(.)+\+json"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="text/(.)+"/>
>  class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
> mediaTypeRegEx="application/x-javascript"/>
> 
> 
>  pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
>  pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
> 
> 



We have 2 options

   1. We can override registry.xml file in product level with required
   config
   2. We can document that we need to add the necessary config to
   registry.xml in order to make registry functionality work without
   overriding it product level

What would be the better approach?

Thanks
/Thusitha
-- 
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809
Blog  alokayasoya.blogspot.com
Abouthttp://about.me/thusithathilina
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-09 Thread Chandana Napagoda
On Wed, Sep 9, 2015 at 2:15 PM, KasunG Gajasinghe  wrote:

> Hi Chandana/GReg team,
>
> Hi Kasun,


> Can we know what indexers needs be enabled in other products? Do we need
> all the indexers mentioned?
>

Above indexing configuration should be used for all the products which
doesn't have a governance aspect. Products which have governance aspect,
need to use RXT indexers as well.

>
> BTW, I take it that the indexing happens per instance? How does it work
> with a mounted registry?
>

Indexing happens per instance, and it doesn't have a relationship with
mounting.

Regards,
Chandana

>
> Thanks.
>
> On Wed, Sep 9, 2015 at 1:18 PM, Niranjan Karunanandham 
> wrote:
>
>> Hi Thusitha,
>>
>> If this is required by the registry and the file is coming from the
>> kernel, shouldn't this change to the registry.xml be sent to the kernel
>> directly?
>>
>> Regards,
>> Nira
>>
>> On Wed, Sep 9, 2015 at 12:31 PM, Thusitha Thilina Dayaratne <
>> thusit...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> While doing the testing on AS 5.3.0 RC1 pack we found that registry
>>> search functionality is not working. The issue was that we pack the
>>> registry.xml file that is provided by the kernel level and it doesn't
>>> contain the registry indexing related configurations.
>>>
>>> According to the offline chat had with the registry team, we have to
>>> override the default registry.xml that provided with kernel in product
>>> level.
>>>
>>> In AS case we have added following configuration to the registry.xml and
>>> now registry search functionality works
>>>
>>> 
 true
 35
 3
 
 50
  
 50
 

 /_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime
 
 
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSExcelIndexer"
 mediaTypeRegEx="application/vnd.ms-excel"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSPowerpointIndexer"
 mediaTypeRegEx="application/vnd.ms-powerpoint"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.MSWordIndexer"
 mediaTypeRegEx="application/msword"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PDFIndexer"
 mediaTypeRegEx="application/pdf"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
 mediaTypeRegEx="application/xml"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.XMLIndexer"
 mediaTypeRegEx="application/(.)+\+xml"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/swagger\+json"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/(.)+\+json"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="text/(.)+"/>
 >>> class="org.wso2.carbon.registry.indexing.indexer.PlainTextIndexer"
 mediaTypeRegEx="application/x-javascript"/>
 
 
 >>> pathRegEx="/_system/config/repository/dashboards/gadgets/swfobject1-5/.*[.]html"/>
 >>> pathRegEx="/_system/local/repository/components/org[.]wso2[.]carbon[.]registry/mount/.*"/>
 
 
>>>
>>>
>>>
>>> We have 2 options
>>>
>>>1. We can override registry.xml file in product level with required
>>>config
>>>2. We can document that we need to add the necessary config to
>>>registry.xml in order to make registry functionality work without
>>>overriding it product level
>>>
>>> What would be the better approach?
>>>
>>> Thanks
>>> /Thusitha
>>> --
>>> Thusitha Dayaratne
>>> Software Engineer
>>> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>>>
>>> Mobile  +94712756809
>>> Blog  alokayasoya.blogspot.com
>>> Abouthttp://about.me/thusithathilina
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *Niranjan Karunanandham*
>> Senior Software Engineer - WSO2 Inc.
>> WSO2 Inc.: http://www.wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
>
>



-- 
*Chandana Napagoda*
Senior Software Engineer
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com **Mobile : +94718169299
<%2B94718169299>*

*Blog  :http://cnapagoda.blogspot.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev