Re: [Dev] [DEV][APIM] writing automation tests for APIM

2014-09-16 Thread Waruna Perera
Hi,

Issue logged for for *"APIM does not return correct error when adding
document with duplicate name to a API".*

[1] https://wso2.org/jira/browse/APIMANAGER-2874

On Wed, Sep 10, 2014 at 10:51 PM, Sanjeewa Malalgoda 
wrote:

> Hi Waruna,
> In UI we first call host object isContextExist method and then validate it
> before add API. That is why you dont get this error in UI. AFAIR there is
> no rest API to check context existence. Its API developers responsibility
> to check this first. But still we need to have same check in add API method
> as well. So we might need to add this check in add API method(to work rest
> call properly).
>
> Thanks,
> sanjeewa.
>
> On Wed, Sep 10, 2014 at 2:11 AM, Waruna Perera  wrote:
>
>> Hi,
>>
>> Issue logged in JIRA related to automation test case.
>>
>> [1] https://wso2.org/jira/browse/APIMANAGER-2835
>>
>> On Thu, Sep 4, 2014 at 11:02 AM, Waruna Perera  wrote:
>>
>>> Hi Sanjeewa,
>>>
>>> Noted. I will update the thread as we move forward about the API calls
>>> which we will think of useful to have.
>>>
>>> Thanks
>>>
>>>
>>> On Thu, Sep 4, 2014 at 10:47 AM, Sanjeewa Malalgoda 
>>> wrote:
>>>
 Hi Waruna,


 On Wed, Sep 3, 2014 at 9:49 PM, Waruna Perera  wrote:

> Hi,
>
> Amalka and me started doing above $subject by following[1]. When
> following some of the test cases available we found that API calls in
> publisher[2] and store are limited. The search API functions are covered 
> by
> calling host objects. I have few questions regarding that.
>
> Do we have a plan to provide other API calls in publisher and store?
>
 I assume here you are talking about rest APIs that we documented. For
 the moment most of required operations are exposed as rest APIs. But still
 there are missing parts. In such cases  we can deploy simple jag file in
 the server and call to host object. If you looked at HostObjectTestCase,
 you will see how we tested host object operations that did not exposed as
 rest APIs. Please refer java test cases available in product.

 Do we need uniformity with test cases? (some via API calls and others
> with direct host object calls)
>
 IMO there is no such requirement. We cant test all scenarios in the
 same way. Important thing is cover use cases as much as possible.

 Thanks,
 sanjeewa.

>
> [1]
> https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AmcQWA48EWBddEdzVVZ4aDJTVTBOeV9fVkE0dU9KMWc&usp
>
> [2] https://docs.wso2.com/display/AM170/Publisher+APIs
>
> --
> Waruna Perera
> Senior Software Engineer - Test Automation
> Mobile: +94 77 3867037
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middlewear.
>



 --

 *Sanjeewa Malalgoda*
 WSO2 Inc.
 Mobile : +94713068779

  blog
 :http://sanjeewamalalgoda.blogspot.com/
 



>>>
>>>
>>> --
>>> Waruna Perera
>>> Senior Software Engineer - Test Automation
>>> Mobile: +94 77 3867037
>>> WSO2, Inc.; http://wso2.com/
>>> lean . enterprise . middlewear.
>>>
>>
>>
>>
>> --
>> Waruna Perera
>> Senior Software Engineer - Test Automation
>> Mobile: +94 77 3867037
>> WSO2, Inc.; http://wso2.com/
>> lean . enterprise . middlewear.
>>
>
>
>
> --
>
> *Sanjeewa Malalgoda*
> WSO2 Inc.
> Mobile : +94713068779
>
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
> 
>
>
>


-- 
Waruna Perera
Senior Software Engineer - Test Automation
Mobile: +94 77 3867037
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Writing a custom Tomcat valve

2014-09-16 Thread Inosh Perera
Hi,
Thank you. I will look into the suggestions.

Regards,
Inosh

On Mon, Sep 15, 2014 at 11:27 AM, Danushka Fernando 
wrote:

> Hi Insosh
> Its true that you need to register the valve in tomcat. But I think since
> you need to filter out context you need to register in a context. Refer to
> [1].
>
> [1]
> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Request_Filters
>
> Thanks & Regards
> Danushka Fernando
> Software Engineer
> WSO2 inc. http://wso2.com/
> Mobile : +94716332729
>
>
> On Mon, Sep 15, 2014 at 10:56 AM, Chamil Jeewantha 
> wrote:
>
>> Hi Inosh,
>>
>> You can write a new valve for your work and simply register it with
>> catalina-server.xml. Multiple valves are allowed in Tomcat. You can see
>> there are many valves defined in the catalina-server.xml in the following
>> example.
>>
>> 
>>   
>>   > "org.wso2.carbon.tomcat.ext.realms.CarbonTomcatRealm"/>
>>   > autoDeploy="false" appBase=
>> "${carbon.home}/repository/deployment/server/webapps/">
>>   > "org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve"/>
>>   > directory="${carbon.home}/repository/logs"
>>prefix="http_access_" suffix=".log"
>>pattern="combined" />
>>   > "org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve"
>> threshold="600"/>
>>   > "org.wso2.carbon.tomcat.ext.valves.CompositeValve"/>
>>  
>> 
>>
>> Regards,
>> Chamil
>>
>> On Mon, Sep 15, 2014 at 10:41 AM, Inosh Perera  wrote:
>>
>>> Hi all,
>>> I need to write a custom Tomcat valve, to filter out some context. This
>>> is for EMM where API manager is included as a feature. I understand that
>>> currently, all the requests goes through APIManagerInterceptorValve. So
>>> since API manager is added to EMM as a feature, when I write a custom
>>> valve, how do I add it to EMM, since the existing valve comes from API
>>> manager?
>>>
>>> Regards,
>>> Inosh
>>> --
>>> Inosh Perera
>>> Software Engineer, WSO2 Inc.
>>> Tel: 0785293686
>>>
>>
>>
>>
>> --
>> K.D. Chamil Jeewantha
>> Associate Technical Lead
>> WSO2, Inc.;  http://wso2.com
>> http://kdchamil.blogspot.com
>> Mobile: +94716813892
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Inosh Perera
Software Engineer, WSO2 Inc.
Tel: 0785293686
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-16 Thread Gayan Dhanushka
Hi Pirinthapan,

I can see that you have tried to group by the relavant fields which is
correct. I am not sure whether you have tried to group by later on after
running the hive script at least once. Otherwise it is just basic sql and
it should work.

You can try dropping the hive intermediate hive table by running "drop
table AppCommits" as a query in BAM. Run the aforesaid hive script again
and see the result.

Regards
Gayan

On Tue, Sep 16, 2014 at 6:52 PM, Pirinthapan Mahendran  wrote:

> Hi Gayan,
>
> I have written the following hive script to collect the data from
> Cassandra.
>
> CREATE EXTERNAL TABLE IF NOT EXISTS AppCommit(row_id STRING,
> applicationKey STRING, tenantDomain STRING, user STRING, revision STRING,
> timeSt BIGINT)
> STORED BY 'org.apache.hadoop.hive.cassandra.CassandraStorageHandler'  with
> SERDEPROPERTIES("wso2.carbon.datasource.name" =
> "WSO2BAM_CASSANDRA_DATASOURCE",
> "cassandra.cf.name" = "org_wso2_carbon_appfactory_appCommit" ,
> "cassandra.columns.mapping" = ":key, payload_appKey,
> payload_tenantDomain, payload_user, payload_revision, Timestamp");
>
>
> CREATE EXTERNAL TABLE IF NOT EXISTS commit_test1 (TENANT_DOMAIN STRING,
> APPLICATION_KEY STRING, DAY STRING, COMMITS BIGINT) STORED BY
> 'org.wso2.carbon.hadoop.hive.jdbc.storage.JDBCStorageHandler' TBLPROPERTIES
> ( 'mapred.jdbc.driver.class' = 'com.mysql.jdbc.Driver' , '
> wso2.carbon.datasource.name'='WSO2_AF_STAT_DB','hive.jdbc.update.on.duplicate'
> = 'true', 'hive.jdbc.primary.key.fields' =
> 'TENANT_DOMAIN,APPLICATION_KEY,DAY,COMMITS', 'hive.jdbc.table.create.query'
> = 'CREATE TABLE commit_test1(APPLICATION_KEY VARCHAR(100), TENANT_DOMAIN
> VARCHAR(100), DAY VARCHAR(100), COMMITS BIGINT)');
>
>
> INSERT OVERWRITE TABLE commit_test1
> SELECT rslt.tenantDomain, rslt.applicationKey, rslt.day,
> count(rslt.applicationKey) as COMMITS FROM(SELECT tenantDomain,
> applicationKey, day(from_unixtime(cast(timest/1000 as BIGINT),'-MM-dd
> HH:mm:ss.SSS' )) day FROM AppCommit WHERE (UNIX_TIMESTAMP() -
> cast(timest/1000 as BIGINT)) < 1209600) rslt GROUP BY rslt.tenantDomain,
> rslt.applicationKey, rslt.day;
>
>
> when I execute this script it insert the following data to mysql database.
>
>
> ​
> In the above table when the commit number increases, the new data is
> appended to the table as in the last four rows. But my requirement is to
> have only one entry for each combination of APPLICATION_KEY, TENANT_DOMAIN
> and DAY.
>
> So could you please tell me whether there are any methods to do this using
> Hive?
>
> Thanks.
>
>
>
> Mahendran Pirinthapan
> Software Engineer | WSO2 Inc.
> Mobile +94772378732.
>
> On Mon, Sep 15, 2014 at 10:05 PM, Pirinthapan Mahendran <
> pirintha...@wso2.com> wrote:
>
>> Thanks Gayan. Now its working.
>>
>>
>>
>> Mahendran Pirinthapan
>> Software Engineer | WSO2 Inc.
>> Mobile +94772378732.
>>
>> On Mon, Sep 15, 2014 at 9:40 PM, Gayan Dhanushka  wrote:
>>
>>> Hi Pirinthapan,
>>>
>>> What you have done is correct. But in order to publish commit details to
>>> BAM from the gitblit server you need to enable data publishing in the
>>> gitblit server.
>>>
>>> Please locate and open the gitblit.properties file resides within
>>> /data folder. There is a property at the bottom called
>>> "publishToBAM". You need to assign true to this property and restart the
>>> server.
>>>
>>> This should solve your problem.
>>>
>>> Thanks
>>> Gayan
>>>
>>>
>>> On Mon, Sep 15, 2014 at 9:25 PM, Pirinthapan Mahendran <
>>> pirintha...@wso2.com> wrote:
>>>
 Hi Gayan,

 Now I'm writing Hive script to collect the necessary commit data from
 Cassandra to MYSQL.  Before I started to write this I tested the existing
 hive script  with the name "AppCommits" in BAM server. For this I did
 the following steps:

 1. I created an application in App Factory.
 2. Cloned the application to my PC.
 3. Made some changes and did some commits.
 4. Then I accessed the GitBlit server in the browser. It shows all the
 commit details.
 5. Then I executed the hive script "AppCommits" from BAM management
 console.
 6. Then I checked the mysql database. The table "APP_COMMITS" is there.
 7. But when I did some queries from that table, it returns empty set.

 According to my understanding whenever a commit happens the commit data
 will be published to the BAM server by the script [1].

 Could you please make me clear about whether my understandings and the
 procedures, I did, are correct. If those are correct could you please help
 me to find out, why the data is not in mysql.

 1.
 https://svn.wso2.org/repos/wso2/scratch/appfactory_2.0.0/products/appfactory/2.0.1/vmware/appfactory_deployment_s4/resources/configs/jenkins.groovy

 Thanks.



 Mahendran Pirinthapan
 Software Engineer | WSO2 Inc.
 Mobile +94772378732.

 On Thu, Sep 11, 2014 at 1:21 PM, Iqbal Irham  wrote:

> Hi,
>
> Update

[Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Inosh Perera
Hi all,
I need to call java method inside Jaggery. But this has to be done in an
asynchronous way. Is there a way to do this in Jaggery? Is there a way to
deal with threads in Jaggery?

Regards,
Inosh

-- 
Inosh Perera
Software Engineer, WSO2 Inc.
Tel: 0785293686
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [BRS]How to modify date formats in drools.

2014-09-16 Thread stevegyc
Hi Waruna:

I have tried it, it worked!
Thank you very much!




stevegyc

From: Waruna Jayaweera
Date: 2014-09-15 03:33
To: stevegyc
CC: dev
Subject: Re: Re: [Dev] [BRS]How to modify date formats in drools.
Hi Stevegyc,


I have attached modified wso2server.sh and wso2server.bat .I have tested in 
Linux Environment and works fine.
(I have renamed bat file due to email restrictions. Please rename it again)


Thanks,
Waruna


On Fri, Sep 12, 2014 at 9:24 AM, stevegyc  wrote:

Hi Waruna:

Thank you for your indication.

I have inserted  -Ddrools.dateformat="-MM-dd HH:mm:ss " \(I want to use 
the date format)
to line 298 of wso2server.sh(after -Dfile.encoding=UTF8 \ )
but it seems does not work. 
Is the location not correct?

By the way, If I use windows, how to modify wso2server.bat?

It will be helpful if you can send me the modified file of wso2server.sh 
and wso2server.bat.




stevegyc

From: Waruna Jayaweera
Date: 2014-09-10 22:40
To: stevegyc
CC: dev
Subject: Re: Re: [Dev] [BRS]How to modify date formats in drools.
Hi Stevegyc,


You can add following line to wso2server.sh file in /bin to 
change the system property.


-Ddrools.dateformat="dd-MMM- HH:mm" \


You will find similar kind of system property settings at end of the 
wso2server.sh file.Add above line in same manner.


Thanks,
Waruna


On Wed, Sep 10, 2014 at 5:59 PM, stevegyc  wrote:

Hi Waruna:

Thank you for your reply.
I understand that it need to set an alternative date format to 
drools.dateformat, 
but I do not know to set it, Do I need to modify the code of BRS?




stevegyc

From: Waruna Jayaweera
Date: 2014-09-10 18:39
To: stevegyc
CC: dev
Subject: Re: [Dev] [BRS]How to modify date formats in drools.
Hi Stevegyc,
According to drools document,
The date format dd-mmm- is supported by default. You can customize this by 
providing an alternative date format mask as the System property named 
drools.dateformat. If more control is required, use a restriction.


So you can set custom value to System property drools.dateformat to modify the 
data format.


According to that below restriction should also work.


rule "Date-restricted rule"
date-effective "10.9.2014 8:00"  # 8 AM
date-expires   "10.9.2014 17:00" # 5 PM
when
then
end


Thanks,
Waruna



On Wed, Sep 10, 2014 at 8:42 AM, stevegyc  wrote:

Hi:

The default date format in drools is 'dd-MMM-', 
but in the definition of rule attribute date-effective, it says it contain 
a date and time definition.
It need to use the date format as 'dd-MMM- HH:mm'.

Any one know how to modify the date format to 'dd-MMM- HH:mm'?




stevegyc

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







-- 

Regards,


Waruna Lakshitha Jayaweera 
Software Engineer
WSO2 Inc; http://wso2.com
phone: +94713255198





-- 

Regards,


Waruna Lakshitha Jayaweera 
Software Engineer
WSO2 Inc; http://wso2.com
phone: +94713255198





-- 

Regards,


Waruna Lakshitha Jayaweera
Software Engineer
WSO2 Inc; http://wso2.com
phone: +94713255198___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] Purpose of features/nested-categories and features/repository

2014-09-16 Thread Gimantha Bandara
Hi,

Can someone explain what is the purpose of features/nested-categories and
features/repository?
As I got to know, nested-categories relates the p2-repo and the groupings
inside the p2-repo. Is feature/repository related to p2-repo too?

A Feature which I made some UI changes to, is referred by the pom.xml's
inside the sub folders of  features/repository. So Do I have to  update
feature/repositoy with the updated feature?

Thanks,
-- 
Gimantha Bandara
Software Engineer
WSO2. Inc : http://wso2.com
Mobile : +94714961919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Darshana Gunawardana
Hi all,

I have deployed above missing poms and also went through chunk pom deployed
following missing artifacts as well.

   - org.wso2.carbon:andes-feature:pom:4.2.0
   - org.wso2.carbon:
   org.wso2.carbon.identity.provisioning.server.feature:pom:4.2.0
   - new application-authenticators poms (except basic-auth)
   - nested categories of apim 1.7.0, is 5.0.0 and brs 2.1.0

And also I have noticed root pom of community.features-feature[1] also
missing in the nexus[2] which should be ideally deployed from chunk-02.
@Subash: Can you please confirm that? If so i can deploy that one as well.

[1]
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/registry/community-features/pom.xml
[2] http://dist.wso2.org/maven2/org/wso2/carbon/community.features-feature/

Regards,
Darshana.

On Fri, Sep 12, 2014 at 11:18 PM, Darshana Gunawardana 
wrote:

> Hi all,
>
> Currently it's unable to deploy artifacts to nexus since builder machines
> are not configured properly. Informed infra on that will deploy those as
> soon as get that fixed. Following up the issue with infra in a separate
> thread.
>
> Thanks,
>
> On Fri, Sep 12, 2014 at 7:11 PM, Maninda Edirisooriya 
> wrote:
>
>> According to [1] which came in a clean m2 repo, it seems artifact
>> org.wso2.carbon:application-mgt-feature:pom:4.2.0 should also added to the
>> nexus repo.
>>
>>
>> [1]
>>
>> [ERROR] Failed to execute goal on project
>> org.wso2.carbon.identity.application.mgt.feature: Could not resolve
>> dependencies for project
>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:pom:4.2.1:
>> Failed to collect dependencies for
>> [org.wso2.carbon:org.wso2.carbon.identity.application.mgt.server.feature:zip:4.2.1
>> (compile),
>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0
>> (compile)]: Failed to read artifact descriptor for
>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0:
>> Could not find artifact org.wso2.carbon:application-mgt-feature:pom:4.2.0
>> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> -> [Help 1]
>>
>>
>> *Maninda Edirisooriya*
>> Senior Software Engineer
>>
>> *WSO2, Inc.*lean.enterprise.middleware.
>>
>> *Blog* : http://maninda.blogspot.com/
>> *E-mail* : mani...@wso2.com
>> *Skype* : @manindae
>> *Twitter* : @maninda
>>
>> On Fri, Sep 12, 2014 at 6:43 PM, Maninda Edirisooriya 
>> wrote:
>>
>>> We need these changes ASAP as we need to release our BAM 2.5.0 Alpha
>>> with a clean repo. :)
>>>
>>>
>>> *Maninda Edirisooriya*
>>> Senior Software Engineer
>>>
>>> *WSO2, Inc.*lean.enterprise.middleware.
>>>
>>> *Blog* : http://maninda.blogspot.com/
>>> *E-mail* : mani...@wso2.com
>>> *Skype* : @manindae
>>> *Twitter* : @maninda
>>>
>>> On Fri, Sep 12, 2014 at 6:35 PM, Vijayaratha Vijayasingam <
>>> rat...@wso2.com> wrote:
>>>

 hi Darshana;
 Can  you commit these files o nexus?

- org.wso2.carbon:tools-saml-feature:pom:4.2.0
-  org.wso2.carbon:forum-feature:pom:4.2.0


 Thanks.
 -Ratha

>>>
>>>
>>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Software Engineer
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>



-- 
Regards,


*Darshana Gunawardana*Software Engineer
WSO2 Inc.; http://wso2.com

*E-mail: darsh...@wso2.com *
*Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Method to Load tenant configuration

2014-09-16 Thread Chamila Adhikarinayake
Hi all,

We have a TenantServiceCreator[1] class ( extened from
AbstractAxis2ConfigurationContextObserver) in API manager to load tenant
synapse configuration.

When tenant user logs in, this is get fired and the synapse configs are
created. But when SSO is enabled, This login does not happen and as a
result this observer doesn't get executed.

Is there any carbon util or some admin service where I can use to load the
tenant (similar effect to login to the tenant domain ) so that this
observer class will also be executed?

[1]
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/apimgt/org.wso2.carbon.apimgt.impl/1.2.3/src/main/java/org/wso2/carbon/apimgt/impl/observers/TenantServiceCreator.java

Thanks,
Chamila

-- 
Regards,
Chamila Adhikarinayake
Software Engineer
WSO2, Inc.
Mobile - +94712346437
Email  - chami...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] test - please ignore

2014-09-16 Thread Selvaratnam Uthaiyashankar
testing

-- 
S.Uthaiyashankar
VP Engineering
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"

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


[Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Amal Gunatilake
Hi all,

We are hoping to integrate jQuery DataTables plug-in [1] for BPMN UI to
enhance data loading performance and provide additional user friendly
features such as sort, search, pagination, theme and data filtering to the
user.

The library is licensed under MIT license [2].

Please feel free to send feedback if any.

[1] http://www.datatables.net
[2] http://www.datatables.net/download/index#License

Thank you  & Best regards,

*Amal Gunatilake*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Kasun Dissanayake
Hi Inosh,

AFAIY there is no way to do that. But you can easily use AJAX methods. Just
follow these demos [1].

[1] http://jaggeryjs.org/samples.jag

Cheers

On Wed, Sep 17, 2014 at 9:43 AM, Inosh Perera  wrote:

> Hi all,
> I need to call java method inside Jaggery. But this has to be done in an
> asynchronous way. Is there a way to do this in Jaggery? Is there a way to
> deal with threads in Jaggery?
>
> Regards,
> Inosh
>
> --
> Inosh Perera
> Software Engineer, WSO2 Inc.
> Tel: 0785293686
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Kasun Dissanayake
Software Engineer
WSO2 Inc.
Lean | Enterprise | Middleware
Tel - +94 77 086 2860
Skype - kasun.dissanayake4
LinkedIn - lk.linkedin.com/in/kasundis/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Chamil Jeewantha
This library is already used in AS - BAM monitoring dashboard and several
other places. You can safely go ahead.

Regards,
Chamil

On Tue, Sep 16, 2014 at 2:44 PM, Amal Gunatilake  wrote:

> Hi all,
>
> We are hoping to integrate jQuery DataTables plug-in [1] for BPMN UI to
> enhance data loading performance and provide additional user friendly
> features such as sort, search, pagination, theme and data filtering to the
> user.
>
> The library is licensed under MIT license [2].
>
> Please feel free to send feedback if any.
>
> [1] http://www.datatables.net
> [2] http://www.datatables.net/download/index#License
>
> Thank you  & Best regards,
>
> *Amal Gunatilake*
>  Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
http://kdchamil.blogspot.com
Mobile: +94716813892
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS] What is the usage of "Internal Role" in Identity Server Users and Roles

2014-09-16 Thread Tharindu Edirisinghe
Thanks Suresh & Prasad...

I think Option 2 and 3 suggested by Suresh together would solve the
issue... but before that I have to check from where this role name is
referred. If the user can change the role name, that name should be
retrieved from all the places the where the role is used if for the role
name, SP's name is referred.

On Mon, Sep 15, 2014 at 11:02 PM, Suresh Attanayaka  wrote:

> However in the role of the application, those have edit permission to the
> application. That is why we have to be careful here. First question is, how
> we can get a role with the same name here. Three options here.
>
> 1. If role exist, don't try to create a new, use the existing - Issue :
> Users who were in that role inherently gets edit permissions to the
> application which might not be the expected behavior.
>
> 2. If role exist, fail application creating. Log a proper Error message in
> the log file.
>
> 3. Allow the role name to be specified in the SP Config. So this will be
> configurable to user an existing role or create a new role if it doesn't
> exist.
>
> Thanks,
> -Suresh
>
> On Mon, Sep 15, 2014 at 9:31 AM, Tharindu Edirisinghe 
> wrote:
>
>> Hi,
>>
>> I'm working on issue [1 ]
>> and noticed following.
>>
>> When registering a Service Provider, it creates an internal role with the
>> same name given for SP. If we already have an internal role with the name
>> given for the new SP, we cannot register the SP as the role creation for SP
>> fails.
>>
>> [1] https://wso2.org/jira/browse/IDENTITY-2717
>>
>> --
>>
>> Thanks & Best Regards,
>>
>> Tharindu Edirisinghe
>> Software Engineer
>>
>> *WSO2 Inc*
>> *email   : tharin...@wso2.com  *
>> *mobile : +94 775 181586*
>> *www: :http://wso2.com  *lean . enterprise . middleware
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Suresh Attanayake
> Senior Software Engineer; WSO2 Inc. http://wso2.com/
> Blog : http://sureshatt.blogspot.com/
> Twitter : https://twitter.com/sureshatt
> LinkedIn : http://lk.linkedin.com/in/sureshatt
> Mobile : +94755012060
>



-- 

Thanks & Best Regards,

Tharindu Edirisinghe
Software Engineer

*WSO2 Inc*
*email   : tharin...@wso2.com  *
*mobile : +94 775 181586*
*www: :http://wso2.com  *lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS] What is the usage of "Internal Role" in Identity Server Users and Roles

2014-09-16 Thread Bhathiya Jayasekara
Hi Suresh & IS team

We also came across this and were in the same confusion, while we were
using SP implementation to implement custom permissions for Storage Server.
Can you please explain why we need such a role here? Can't an admin create
this role manually with edit permissions only if they need?

In our case when we use this to implement custom permissions in SS, having
this auto-created role does not make sense. So, it would be better if we
can make it optional.

Please correct me if I'm missing something.

Thanks,
Bhathiya

On Mon, Sep 15, 2014 at 11:02 PM, Suresh Attanayaka  wrote:

> However in the role of the application, those have edit permission to the
> application.
>
That is why we have to be careful here. First question is, how we can get a
> role with the same name here. Three options here.
>
> 1. If role exist, don't try to create a new, use the existing - Issue :
> Users who were in that role inherently gets edit permissions to the
> application which might not be the expected behavior.
>
> 2. If role exist, fail application creating. Log a proper Error message in
> the log file.
>
> 3. Allow the role name to be specified in the SP Config. So this will be
> configurable to user an existing role or create a new role if it doesn't
> exist.
>
> Thanks,
> -Suresh
>
> On Mon, Sep 15, 2014 at 9:31 AM, Tharindu Edirisinghe 
> wrote:
>
>> Hi,
>>
>> I'm working on issue [1 ]
>> and noticed following.
>>
>> When registering a Service Provider, it creates an internal role with the
>> same name given for SP. If we already have an internal role with the name
>> given for the new SP, we cannot register the SP as the role creation for SP
>> fails.
>>
>> [1] https://wso2.org/jira/browse/IDENTITY-2717
>>
>> --
>>
>> Thanks & Best Regards,
>>
>> Tharindu Edirisinghe
>> Software Engineer
>>
>> *WSO2 Inc*
>> *email   : tharin...@wso2.com  *
>> *mobile : +94 775 181586*
>> *www: :http://wso2.com  *lean . enterprise . middleware
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Suresh Attanayake
> Senior Software Engineer; WSO2 Inc. http://wso2.com/
> Blog : http://sureshatt.blogspot.com/
> Twitter : https://twitter.com/sureshatt
> LinkedIn : http://lk.linkedin.com/in/sureshatt
> Mobile : +94755012060
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com *

*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj
*
*Twitter: https://twitter.com/bhathiyax *
*Blog: http://movingaheadblog.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Appfactory plugin build failures due to corrupted poms in nexus repo

2014-09-16 Thread Danushka Fernando
Hi All
uddi and wstx seems fine now. But I am still getting error for
eclipse.core.runtime. Can someone look in to this. We cannot build with
clean repo due to this.

Thanks & Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729


On Fri, Sep 5, 2014 at 10:41 AM, Samith Dassanayake  wrote:

> Hi Rumesh,
> Still getting the old corrupted pom files from the above links.
>
> Thanks,
> Samith
>
>
> On Thu, Sep 4, 2014 at 9:44 AM, Rumesh Bandara  wrote:
>
>> Uploaded the given pom. Please check now.
>>
>> Regards,
>> Rumesh
>>
>>
>> On Wed, Sep 3, 2014 at 3:05 PM, Samith Dassanayake 
>> wrote:
>>
>>> Hi Rumesh,
>>>
>>> Following pom file is also corrupted. I have attached the corrected pom
>>> file. Could you please commit it as well.
>>> wstx-asl-3.1.0:
>>> http://maven.wso2.org/nexus/content/groups/wso2-public/woodstox/wstx-asl/3.1.0/wstx-asl-3.1.0.pom
>>>
>>> Thanks,
>>> Samith.
>>>
>>>
>>>
>>> On Tue, Sep 2, 2014 at 10:55 AM, Rumesh Bandara  wrote:
>>>
 Hi Anuruddha,

 Please re-check after some time because there is an ongoing syncing
 process with maven.

 Thanks,
 Rumesh


 On Tue, Sep 2, 2014 at 10:43 AM, Anuruddha Premalal >>> > wrote:

> Hi Rumesh,
>
> I'm still getting the old pom files from the previous links.
>
> Regards,
> Anuruddha.
>
>
> On Tue, Sep 2, 2014 at 10:35 AM, Rumesh Bandara 
> wrote:
>
>> Uploaded the given pom files. Please check now.
>>
>> Thanks,
>> Rumesh
>>
>>
>> On Wed, Aug 20, 2014 at 10:24 AM, Anuruddha Premalal <
>> anurud...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> We are facing build failures due to the following corrupted pom
>>> files. Can some authorized person commit the following corrected poms to
>>> wso2 nexus repo?.
>>>
>>> uddi4j :
>>> http://maven.wso2.org/nexus/content/groups/wso2-public/uddi/uddi4j/1.0.1/uddi4j-1.0.1.pom
>>>
>>> org.eclipse.core.runtime :
>>> http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/core/org.eclipse.core.runtime/3.5.0.v20090429-1800/org.eclipse.core.runtime-3.5.0.v20090429-1800.pom
>>>
>>>
>>> Thanks & Regards,
>>> --
>>> *Anuruddha Premalal*
>>> Software Eng. | WSO2 Inc.
>>> Mobile : +94710461070
>>> Web site : www.regilandvalley.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>
>
> --
> *Anuruddha Premalal*
> Software Eng. | WSO2 Inc.
> Mobile : +94710461070
> Web site : www.regilandvalley.com
>
>

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


>>>
>>>
>>> --
>>> Best Regards
>>>
>>> Samith Dassanayake
>>> Software Engineer, WSO2 Inc.
>>>
>>>
>>
>
>
> --
> Best Regards
>
> Samith Dassanayake
> Software Engineer, WSO2 Inc.
>
>
> ___
> 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


Re: [Dev] [DEV][Jaggery] Calling a Java method asynchronously from Jaggery

2014-09-16 Thread Manuranga Perera
setTimeout(function(){
Packages.org.my.ClassName.method();
},1);

this will call it in a new thread.

On Wed, Sep 17, 2014 at 9:57 AM, Kasun Dissanayake  wrote:

> Hi Inosh,
>
> AFAIY there is no way to do that. But you can easily use AJAX methods.
> Just follow these demos [1].
>
> [1] http://jaggeryjs.org/samples.jag
>
> Cheers
>
> On Wed, Sep 17, 2014 at 9:43 AM, Inosh Perera  wrote:
>
>> Hi all,
>> I need to call java method inside Jaggery. But this has to be done in an
>> asynchronous way. Is there a way to do this in Jaggery? Is there a way to
>> deal with threads in Jaggery?
>>
>> Regards,
>> Inosh
>>
>> --
>> Inosh Perera
>> Software Engineer, WSO2 Inc.
>> Tel: 0785293686
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kasun Dissanayake
> Software Engineer
> WSO2 Inc.
> Lean | Enterprise | Middleware
> Tel - +94 77 086 2860
> Skype - kasun.dissanayake4
> LinkedIn - lk.linkedin.com/in/kasundis/
>



-- 
With regards,
*Manu*ranga Perera.

phone : 071 7 70 20 50
mail : m...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Thushara Ranawaka
Hi,
FYI
For mac osx it is illegal to use sed -r. As per a work around solution we
use -E instead of -r.

We used apache-stratos-4.0.0 version.

Thanks

On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya  wrote:

> Hi,
>
> Myself and Thushara were following the tutorial [1] installing apache
> Stratos and came to the following section.
>
>- Run the stratos-setup.sh file as the root.
>
> $ sudo ./setup.sh -p "default"
>
> After running the command we got the following error in our mac book pros.
> Detail terminal output is attached in the mail for reference.
>
> /WSO2/Products/stratos/opt/stratos-installer
> Warning: Using a password on the command line interface can be insecure.
> *ERROR 1061 (42000) at line 57: Duplicate key name
> 'REG_PATH_IND_BY_PATH_VALUE'*
>
> We also followed the apache stratos wiki [3].
> Please provide a direction to proceed from here.
>
> *Note*: *earlier setup.sh file gave an error saying,*
> sed: illegal option --r
> *Then the shell script was changed accordingly[2].*
> *Please note that we are using Mac OSX 10.9.4*
>
> *Then again an error appeared stating -i switch is not supported.*
>
> *Therefore the following shell script files were modified removing -i
> switch.*
> *ec2.sh*
> *openstack.sh*
> *setup.sh*
> *setup.conf*
>
> *Scripts are attached for reference. *
>
> [1]
> http://blog.ravihansa3000.com/2014/04/installing-apache-stratos-40-with.html
> [2] http://www.flashesofpanic.com/panic/002596.php
> [3]
> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Cloud+Controller+Configuration
>
> Thanks,
> Suhan and Thushara
> --
> Suhan Dharmasuriya
> Software Engineer - Test Automation
>
> *WSO2, Inc. *
>
> lean . enterprise . middleware
> Tel: +94 112 145345
> Mob: +94 779 869138
> Blog: http://suhancoold.blogspot.com/
>



-- 
Thushara Kasun Ranawaka
Software Engineer
WSO2 Inc.; 
lean.enterprise.middleware
Mobile : *+94 (0) 773438949*
*thusha...@wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Darshana Gunawardana
Hi all,

I have deployed all artifacts that has been identified as missing.

@Ratha,Maninda: Please let me know if you found any issues when triggering
a build in a clean repo.

Thanks,

On Tue, Sep 16, 2014 at 10:01 AM, Subash Chaturanga  wrote:

> Hi Darshana,
> It should be there. +1 if we have missed this.
>
> On Tue, Sep 16, 2014 at 9:21 AM, Darshana Gunawardana 
> wrote:
>
>> Hi all,
>>
>> I have deployed above missing poms and also went through chunk pom
>> deployed following missing artifacts as well.
>>
>>- org.wso2.carbon:andes-feature:pom:4.2.0
>>- org.wso2.carbon:
>>org.wso2.carbon.identity.provisioning.server.feature:pom:4.2.0
>>- new application-authenticators poms (except basic-auth)
>>- nested categories of apim 1.7.0, is 5.0.0 and brs 2.1.0
>>
>> And also I have noticed root pom of community.features-feature[1] also
>> missing in the nexus[2] which should be ideally deployed from chunk-02.
>> @Subash: Can you please confirm that? If so i can deploy that one as well.
>>
>> [1]
>> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/registry/community-features/pom.xml
>> [2]
>> http://dist.wso2.org/maven2/org/wso2/carbon/community.features-feature/
>>
>> Regards,
>> Darshana.
>>
>> On Fri, Sep 12, 2014 at 11:18 PM, Darshana Gunawardana > > wrote:
>>
>>> Hi all,
>>>
>>> Currently it's unable to deploy artifacts to nexus since builder
>>> machines are not configured properly. Informed infra on that will deploy
>>> those as soon as get that fixed. Following up the issue with infra in a
>>> separate thread.
>>>
>>> Thanks,
>>>
>>> On Fri, Sep 12, 2014 at 7:11 PM, Maninda Edirisooriya 
>>> wrote:
>>>
 According to [1] which came in a clean m2 repo, it seems artifact
 org.wso2.carbon:application-mgt-feature:pom:4.2.0 should also added to the
 nexus repo.


 [1]

 [ERROR] Failed to execute goal on project
 org.wso2.carbon.identity.application.mgt.feature: Could not resolve
 dependencies for project
 org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:pom:4.2.1:
 Failed to collect dependencies for
 [org.wso2.carbon:org.wso2.carbon.identity.application.mgt.server.feature:zip:4.2.1
 (compile),
 org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0
 (compile)]: Failed to read artifact descriptor for
 org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0:
 Could not find artifact org.wso2.carbon:application-mgt-feature:pom:4.2.0
 in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 -> [Help 1]


 *Maninda Edirisooriya*
 Senior Software Engineer

 *WSO2, Inc.*lean.enterprise.middleware.

 *Blog* : http://maninda.blogspot.com/
 *E-mail* : mani...@wso2.com
 *Skype* : @manindae
 *Twitter* : @maninda

 On Fri, Sep 12, 2014 at 6:43 PM, Maninda Edirisooriya >>> > wrote:

> We need these changes ASAP as we need to release our BAM 2.5.0 Alpha
> with a clean repo. :)
>
>
> *Maninda Edirisooriya*
> Senior Software Engineer
>
> *WSO2, Inc.*lean.enterprise.middleware.
>
> *Blog* : http://maninda.blogspot.com/
> *E-mail* : mani...@wso2.com
> *Skype* : @manindae
> *Twitter* : @maninda
>
> On Fri, Sep 12, 2014 at 6:35 PM, Vijayaratha Vijayasingam <
> rat...@wso2.com> wrote:
>
>>
>> hi Darshana;
>> Can  you commit these files o nexus?
>>
>>- org.wso2.carbon:tools-saml-feature:pom:4.2.0
>>-  org.wso2.carbon:forum-feature:pom:4.2.0
>>
>>
>> Thanks.
>> -Ratha
>>
>
>

>>>
>>>
>>> --
>>> Regards,
>>>
>>>
>>> *Darshana Gunawardana*Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>>
>>> *E-mail: darsh...@wso2.com *
>>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Regards,
>>
>>
>> *Darshana Gunawardana*Software Engineer
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: darsh...@wso2.com *
>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>
>
>
>
> --
> Thanks
> /subash
>
> *Subash Chaturanga*
> Senior Software Engineer & Lead WSO2 Governance Registry
> Platform TG; WSO2 Inc. http://wso2.com
> Contact:
> email: sub...@wso2.com
> blog:  http://subashsdm.blogspot.com/
> twitter: @subash89
> phone: +9477 2225922
> Lean . Enterprise . Middleware
>



-- 
Regards,


*Darshana Gunawardana*Software Engineer
WSO2 Inc.; http://wso2.com

*E-mail: darsh...@wso2.com *
*Mobile: +94718566859*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Could not store message to store ... Exception

2014-09-16 Thread Susinda Perera
Hi All

I got following exception when i tryout MS and MP scenario as described in
http://wso2.com/library/articles/2014/01/guaranteed-delivery-with-Message-Store-Message-Processor%20/

What i might have done wrong. Any idea?

[1]
java.lang.NoClassDefFoundError: org/fusesource/hawtbuf/UTF8Buffer
at
org.apache.activemq.command.ActiveMQMessage.setObjectProperty(ActiveMQMessage.java:488)
at
org.apache.activemq.command.ActiveMQMessage.setObjectProperty(ActiveMQMessage.java:476)
at
org.apache.activemq.command.ActiveMQMessage.setStringProperty(ActiveMQMessage.java:723)
at
org.apache.synapse.message.store.impl.jms.JmsProducer.storeMessage(JmsProducer.java:72)
at
org.apache.synapse.mediators.store.MessageStoreMediator.mediate(MessageStoreMediator.java:84)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:131)
at
org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:166)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
at
org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:411)
at
org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:183)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException:
org.fusesource.hawtbuf.UTF8Buffer
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 16 more
[2014-09-16 12:05:19,882] ERROR - MessageStoreMediator Failed to store
message [urn:uuid:c8f5a11c-13fd-49d7-bb8a-6f83b669f7d6] in store [JMSMS]





-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Commit to Kernal

2014-09-16 Thread Sameera Jayasoma
I am getting a test failure in the user.core bundle with this patch. Please
have a look

On Fri, Sep 12, 2014 at 5:27 PM, Johann Nallathamby  wrote:

> Hi Sameera,
>
> Patch looks OK. We need to commit this to 4.2.0 as well.
>
> Thanks,
> Johann.
>
> On Fri, Sep 12, 2014 at 3:04 PM, Sameera Jayasoma 
> wrote:
>
>> Hi Johana,
>>
>> Can you review this patch? Do we need to need commit this patch to Carbon
>> 4.2.0 branch also?
>>
>> Thanks,
>> Sameera.
>>
>> On Thu, Sep 11, 2014 at 7:47 PM, Tharindu Edirisinghe > > wrote:
>>
>>> Hi Kernal Team,
>>>
>>> Please apply the patch to resolve issue [1].
>>>
>>> Pull request for the same is [2].
>>>
>>> [1] https://wso2.org/jira/browse/IDENTITY-2711
>>>
>>> [2]https://github.com/wso2-dev/carbon4-kernel/pull/96
>>>
>>>
>>> --
>>>
>>> Thanks & Best Regards,
>>>
>>> Tharindu Edirisinghe
>>> Software Engineer
>>>
>>> *WSO2 Inc*
>>> *email   : tharin...@wso2.com  *
>>> *mobile : +94 775 181586*
>>> *www: :http://wso2.com  *lean . enterprise .
>>> middleware
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sameera Jayasoma,
>> Software Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://sameera.adahas.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>> Mobile: 0094776364456
>>
>> Lean . Enterprise . Middleware
>>
>>
>
>
> --
> Thanks & Regards,
>
> *Johann Dilantha Nallathamby*
> Associate Technical Lead & Product Lead of WSO2 Identity Server
> Integration Technologies Team
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - *+9476950*
> Blog - *http://nallaa.wordpress.com *
>



-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

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


[Dev] WSO2 DSS 3.2.2 Alpha Released!!!

2014-09-16 Thread Chanika Geeganage
Hi,

WSO2 Data Services Server 3.2.2 Alpha  Release is available for download at
[1] . This release includes following bug fixes and improvements.

Bugs

   - [DS-961 ] - Results do not show
   up when using excel data source + non sql qeury mode + use column numbers
   - [DS-903 ] - Nested Query does not
   work in MySQL datasources
   - [DS-958 ] - Result is not in
   correct format in when using RDF output format
   - [DS-955 ] - Existing output
   mappings does not show up in "Add/Edit Output Mapping" window
   - [DS-946 ] - Registry tree is not
   loaded to give the registry resource for XSLT transformation
   - [DS-945 ] - RDF output mappings
   does not appear in UI
   - [DS-935 ] - Duplicate entries
   added when editing RDF format resource output mapping
   - [DS-902 ] - Remove
   returnGeneratedKeys option for CSV dataservices
   - [DS-959 ] - Dataservice
   generation fails for some data types. ex: TIMESTAMP
   - [DS-956 ] - When creating
   datasources "Test Connection" fails when user name has an '&' sign
   - [DS-937 ] - When calling
   begin_boxcarring method from wso2esb there is no way to retrieve the
   Set-Cookie transport headers.
   - [DS-914 ] - In the permission
   tree dataservices in listed under configure
   - [DS-913 ] - Wrong permission tree
   for creating a new datasouce
   - [DS-909 ] - Insert query is
   executed twice when the result set is null and an incorrect result mapping
   is given in the query
   - [DS-908 ] - Input mapping Sql
   Type CLOB in DSS, throws null exception

Improvements

   - [DS-930 ] - New Google
   Spreadsheet URL support
   - [DS-953 ] - Configuring transport
   and security policy in dataservice config



 Please report issues at [2] and specify the affect version as 3.2.2 Alpha.

[1]
https://svn.wso2.org/repos/wso2/scratch/chunk13-release/14-09-2014/wso2dss-3.2.2.zip

[2] https://wso2.org/jira/browse/DS

-- 
Best Regards..

Chanika Geeganage
Software Engineer
WSO2, Inc.; http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [App Factory Training Project] Build a development statistics Dashboard for Apps in App Factory

2014-09-16 Thread Pirinthapan Mahendran
Hi Gayan,

I have written the following hive script to collect the data from
Cassandra.

CREATE EXTERNAL TABLE IF NOT EXISTS AppCommit(row_id STRING, applicationKey
STRING, tenantDomain STRING, user STRING, revision STRING, timeSt BIGINT)
STORED BY 'org.apache.hadoop.hive.cassandra.CassandraStorageHandler'  with
SERDEPROPERTIES("wso2.carbon.datasource.name" =
"WSO2BAM_CASSANDRA_DATASOURCE",
"cassandra.cf.name" = "org_wso2_carbon_appfactory_appCommit" ,
"cassandra.columns.mapping" = ":key, payload_appKey, payload_tenantDomain,
payload_user, payload_revision, Timestamp");


CREATE EXTERNAL TABLE IF NOT EXISTS commit_test1 (TENANT_DOMAIN STRING,
APPLICATION_KEY STRING, DAY STRING, COMMITS BIGINT) STORED BY
'org.wso2.carbon.hadoop.hive.jdbc.storage.JDBCStorageHandler' TBLPROPERTIES
( 'mapred.jdbc.driver.class' = 'com.mysql.jdbc.Driver' , '
wso2.carbon.datasource.name'='WSO2_AF_STAT_DB','hive.jdbc.update.on.duplicate'
= 'true', 'hive.jdbc.primary.key.fields' =
'TENANT_DOMAIN,APPLICATION_KEY,DAY,COMMITS', 'hive.jdbc.table.create.query'
= 'CREATE TABLE commit_test1(APPLICATION_KEY VARCHAR(100), TENANT_DOMAIN
VARCHAR(100), DAY VARCHAR(100), COMMITS BIGINT)');


INSERT OVERWRITE TABLE commit_test1
SELECT rslt.tenantDomain, rslt.applicationKey, rslt.day,
count(rslt.applicationKey) as COMMITS FROM(SELECT tenantDomain,
applicationKey, day(from_unixtime(cast(timest/1000 as BIGINT),'-MM-dd
HH:mm:ss.SSS' )) day FROM AppCommit WHERE (UNIX_TIMESTAMP() -
cast(timest/1000 as BIGINT)) < 1209600) rslt GROUP BY rslt.tenantDomain,
rslt.applicationKey, rslt.day;


when I execute this script it insert the following data to mysql database.


​
In the above table when the commit number increases, the new data is
appended to the table as in the last four rows. But my requirement is to
have only one entry for each combination of APPLICATION_KEY, TENANT_DOMAIN
and DAY.

So could you please tell me whether there are any methods to do this using
Hive?

Thanks.



Mahendran Pirinthapan
Software Engineer | WSO2 Inc.
Mobile +94772378732.

On Mon, Sep 15, 2014 at 10:05 PM, Pirinthapan Mahendran <
pirintha...@wso2.com> wrote:

> Thanks Gayan. Now its working.
>
>
>
> Mahendran Pirinthapan
> Software Engineer | WSO2 Inc.
> Mobile +94772378732.
>
> On Mon, Sep 15, 2014 at 9:40 PM, Gayan Dhanushka  wrote:
>
>> Hi Pirinthapan,
>>
>> What you have done is correct. But in order to publish commit details to
>> BAM from the gitblit server you need to enable data publishing in the
>> gitblit server.
>>
>> Please locate and open the gitblit.properties file resides within
>> /data folder. There is a property at the bottom called
>> "publishToBAM". You need to assign true to this property and restart the
>> server.
>>
>> This should solve your problem.
>>
>> Thanks
>> Gayan
>>
>>
>> On Mon, Sep 15, 2014 at 9:25 PM, Pirinthapan Mahendran <
>> pirintha...@wso2.com> wrote:
>>
>>> Hi Gayan,
>>>
>>> Now I'm writing Hive script to collect the necessary commit data from
>>> Cassandra to MYSQL.  Before I started to write this I tested the existing
>>> hive script  with the name "AppCommits" in BAM server. For this I did
>>> the following steps:
>>>
>>> 1. I created an application in App Factory.
>>> 2. Cloned the application to my PC.
>>> 3. Made some changes and did some commits.
>>> 4. Then I accessed the GitBlit server in the browser. It shows all the
>>> commit details.
>>> 5. Then I executed the hive script "AppCommits" from BAM management
>>> console.
>>> 6. Then I checked the mysql database. The table "APP_COMMITS" is there.
>>> 7. But when I did some queries from that table, it returns empty set.
>>>
>>> According to my understanding whenever a commit happens the commit data
>>> will be published to the BAM server by the script [1].
>>>
>>> Could you please make me clear about whether my understandings and the
>>> procedures, I did, are correct. If those are correct could you please help
>>> me to find out, why the data is not in mysql.
>>>
>>> 1.
>>> https://svn.wso2.org/repos/wso2/scratch/appfactory_2.0.0/products/appfactory/2.0.1/vmware/appfactory_deployment_s4/resources/configs/jenkins.groovy
>>>
>>> Thanks.
>>>
>>>
>>>
>>> Mahendran Pirinthapan
>>> Software Engineer | WSO2 Inc.
>>> Mobile +94772378732.
>>>
>>> On Thu, Sep 11, 2014 at 1:21 PM, Iqbal Irham  wrote:
>>>
 Hi,

 Update on the project below.

 We have showed the hardcoded diagrams(bar chart for commit logs and pie
 chat for build statistics) to Dimuthu and Ajanthan and got their feedback.

 According to that,

1. Application dashboard will have commit logs bar chart with last
2 week data.
2. Detail page will have a detail bar chart for commit logs and a
pie chart for build statistics.
3. Both graphs will have options to choose the time period of the
graph.
4. Detail page bar chart will have zooming option to get the
accurate value of the column.


 Thanks,

 On Tue, S

Re: [Dev] User does not log out properly when Local Transport is configured

2014-09-16 Thread Nipuni Perera
Hi,

I have sent pull request for the fix. (Please find the attached diff).

[1] https://github.com/wso2-dev/carbon4-kernel/pull/102

Thanks,
Nipuni

On Mon, Sep 15, 2014 at 11:50 AM, Nipuni Perera  wrote:

> Hi,
>
> *problem:*
> I am working on issue[1]. After configuring local transport according to
> [2], I could get following log message when login,
>
> INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
> 'admin@carbon.super [-1234]' logged in at [2014-09-15 10:50:32,218+0530]
> from IP address 
>
> But no log message received when log out. Also the user does not logout
> properly. This will make other users to login from the console.
>
> *Root cause: *
> When debugging I could notice that implementation for authenticator object
> read from CarbonUILoginUtil.java (line 234) is different after configuring
> local transport. They are BasicAuthUIAuthenticator.java [4] and
> DefaultCarbonAuthenticator.java [5].  Therefore authenticator.
> unauthenticate(request); will execute two different implementations.
>
> According to [4], unauthenticate(request) method is not implemented (line
> 154 of [4]) in BasicAuthUIAuthenticator.java. Therefore the log out
> request does not direct to logout() method of
> AuthenticationAdminClient.java.
>
> *Suggested solution:*
>
> I could add the same implementation  for unauthenticate(request) to[4] as
> in DefaultCarbonAuthenticator.java (line 137 of [5]) and could get a
> valid log message when log out.
>
> INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
> 'admin@carbon.super [-1234]' logged in at [2014-09-15 10:50:32,218+0530]
> from IP address 10.100.5.86
> INFO {org.wso2.carbon.core.services.authentication.AuthenticationAdmin} -
> 'admin@carbon.super [-1234]' logged out at [2014-09-15 10:50:35,0821]
>
> But DefaultCarbonAuthenticator.java [5] extends BasicAuthUIAuthenticator.java
> [4] and I can remove implementation for unauthenticate(request) method
> from DefaultCarbonAuthenticator.java if I add the same implementation to 
> BasicAuthUIAuthenticator.java.
> (I can remove unauthenticate(request) implementation from 
> DefaultCarbonAuthenticator.java
> only if there is no other class that overrides this method.). Is this
> solution acceptable?
>
> [1] https://wso2.org/jira/browse/CARBON-14947 - User does not log out
> properly when Local Transport is configured
> [2] https://docs.wso2.com/display/ESB470/Local+Transport
> [3]
> https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
> [4]
> https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
> [5]
> https://github.com/wso2-dev/carbon4-kernel/blob/master/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
>
> Thanks,
> Nipuni
> --
> Nipuni Perera
> Software Engineer; WSO2 Inc.; http://wso2.com
> Email: nip...@wso2.com
> Git hub profile: https://github.com/nipuni
> Mobile: +94 (71) 5626680
>
>


-- 
Nipuni Perera
Software Engineer; WSO2 Inc.; http://wso2.com
Email: nip...@wso2.com
Git hub profile: https://github.com/nipuni
Mobile: +94 (71) 5626680

diff --git 
a/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
 
b/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
index 53a2842..c4db106 100644
--- 
a/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
+++ 
b/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
@@ -2,15 +2,20 @@ package org.wso2.carbon.ui;
 
 import java.util.Map;
 
+import javax.servlet.ServletContext;
 import javax.servlet.http.Cookie;
 import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpSession;
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.client.ServiceClient;
+import org.apache.axis2.context.ConfigurationContext;
 import org.wso2.carbon.CarbonConstants;
+import org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient;
 import org.wso2.carbon.core.common.AuthenticationException;
 import org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil;
 import org.wso2.carbon.utils.CarbonUtils;
+import org.wso2.carbon.utils.ServerConstants;
 import org.wso2.carbon.utils.multitenancy.MultitenantConstants;
 
 public class BasicAuthUIAuthenticator extends AbstractCarbonUIAuthenticator {
@@ -152,8 +157,32 @@ public class BasicAuthUIAuthenticator extends 
AbstractCarbonUIAuthenticator {
 
 @Override
 public void unauthenticate(Object object) throws Exception {
-// TODO Auto-generated method stub
+try {
+getAuthenticationAdminCient(((HttpServletRequest) 
object)).logout();
+} catch (Exception ignored) {
+String msg = "Configuration context is null.";
+log.error(msg);
+throw new Exception(msg);
+ 

[Dev] Fwd: BAM 2.5.0 Alpha is released!

2014-09-16 Thread Maninda Edirisooriya
Hi all,

BAM 2.5.0 Alpha is released and it's binary distribution is available at
https://svn.wso2.org/repos/wso2/people/maninda/BAM_packs/wso2bam-2.5.0_Alpha.zip

Following are the JIRA issues fixed with this release.


BAM-1780 

Fixes related to JMS input and output event adaptor

BAM-1778 

Issue in the logic on the way of handling default event builder creation

BAM-1779 

Mapped event processing not working for event adaptors except wso2Event

BAM-1775 

wso2server.bat script fails when "--run" parameter is provided

BAM-1673 

Read credentials for WSO2BAM_UTIL_DATASOURCE from hive-site.xml

BAM-1769 

NullPointerException when running hive query in SSL connection mode with
Cassandra 
BAM-1777 

Cassandra Data Source Type for BAM Configurations

BAM-1600 

[BAM] When one Task member left the cluster, error occurring on other
member when rescheduling the tasks 
BAM-1682 

Acitivity Monitor Dashboard displays __SynapseService instead of actual
service name 
BAM-1761 

Supporting to schedhule cassandra data deletion through toolboxes

BAM-1700 

after port offset was changed by 1 the BAM242 (22nd) pack seems to look for
the default 9160 port 
BAM-1770 

Add MQTT Input Event Adaptor to BAM 
BAM-1764 

Add comment support to Hive script editor

BAM-1637 

Wrong method signature 
BAM-1582 

Analytics script not removed and Task got schduled even after hot
undeployment 
BAM-1750 

BAM accept data published with an user credentials who actually don't have
any assigned permissions 
BAM-1632 

Need migration guide to BAM 2.4.0 to 2.4.1

BAM-1757 

Improve BAM to work with all Input adators provided by CEP

BAM-1748 

ClientPoolFactory does not close connections when calling destroyObjecy()

BAM-1650 

Enhance Message Tracer agent to capture request url in a REST API invoke
and transport headers 
BAM-1760 

Support index deletion 
BAM-1614 

Starting the server with Cassandra profile throwing exception

BAM-1741 

Getting "ERROR
{org.wso2.carbon.hadoop.hive.jdbc.storage.datasource.CarbonDataSourceFetcher}
- Error occurred while getting carbon data-source" at server startup

BAM-1745 

FAILED: Error in metadata: java.lang.NumberFormatException: null is thrown
when running the analytical scrips 
BAM-1744 

BAM dashboards are not shown when logged in using non-BAM tenant users when
using shared user store 
BAM-1738 

if we create a tenant on API Manager and then try to access the Cassandra
explorer on BAM the system has a permission issue

BAM-1628 

[Doc] Configuration details needs to be documented when admin user contains
different credentials except admin/admin

BAM-1736 

Removing reduntant configuration from streamDefn.xml and read all cassandra
related configs from datasources 
BAM-1696 

toolbox adding option is not shown for 

Re: [Dev] {chunk 13 packs}-14-09-2014/

2014-09-16 Thread Evanthika Amarasiri
Hi Ratha,

We are getting an OOM error and key manager/gatway nodes crash when
regenerating tokens and doing some other operations. See [1]. We are
blocked by this issue since we cannot continue testing on our clustered
setup.  Also, we see some other issues with the store as well. See [2]. How
soon can we get a new pack with fixes for these issues?

[1] - https://wso2.org/jira/browse/APIMANAGER-2856
[2] - https://wso2.org/jira/browse/APIMANAGER-2858

Regards,
Evanthika Amarasiri
Senior Technical Lead - Quality Assurance
Mobile: +94773125935

wso2.com lean.enterprise.middleware

On Mon, Sep 15, 2014 at 11:08 AM, Amila De Silva  wrote:

> Hi,
> Added the config element mentioned in [1] to specify a custom
> JWTGenerator. However, the default implementation will be picked if this
> change is absent.
>
>
> [1] https://wso2.org/jira/browse/APIMANAGER-2711
>
> On Mon, Sep 15, 2014 at 9:18 AM, Pavithra Madurangi 
> wrote:
>
>> Hi Ratha,
>>
>> In the latest build, observed that configuration for self sign up to the
>> store is missing from api-manager.xml (below config). Any particular reason
>> for that?
>>
>> 
>> 
>> 
>> true
>>
>> 
>> subscriber
>> 
>>
>> On Mon, Sep 15, 2014 at 7:05 AM, Evanthika Amarasiri 
>> wrote:
>>
>>> Meaning, have you introduced new configurations since the  last release?
>>> We are planning to replace the packs and copy the conf folder in the setup
>>> we have done. But last time we noticed you have introduced two new
>>> parameters to registry.xml & api manager.xmls.
>>> Hence the question.
>>>
>>>
>>> On Monday, September 15, 2014, Vijayaratha Vijayasingam 
>>> wrote:
>>>
 What type of config change you mean?

 BTW, p2 repo is here[1] (not in the same folder since i got some svn
 conflicts).
 @Pavithra, i will check the p2 issue you reported..

 [1]
 https://svn.wso2.org/repos/wso2/scratch/chunk13-release/14_09_2014_p2/

 Thanks

 On 14 September 2014 22:37, Evanthika Amarasiri 
 wrote:

> Hi Ratha,
>
> Have you guys done any configuration changes since the day you
> released 4th September packs?
>
> Regards,
> Evanthika
>
> On Sun, Sep 14, 2014 at 10:21 PM, Vijayaratha Vijayasingam <
> rat...@wso2.com> wrote:
>
>> Please find here;
>> https://svn.wso2.org/repos/wso2/scratch/chunk13-release/14-09-2014/
>>
>> Will commit p2 repo soon..
>>
>> Thanks..
>>
>> --
>> -Ratha
>>
>
>


 --
 -Ratha

>>>
>>>
>>> --
>>> Regards,
>>> Evanthika Amarasiri
>>> Senior Technical Lead - Quality Assurance
>>> Mobile: +94773125935
>>>
>>> wso2.com lean.enterprise.middleware
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Pavithra Madurangi*
>> Associate Technical Lead - QA.
>> WSO2 Inc.: http://wso2.com/
>> Mobile: +94777207357 / +94773814110
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila De Silva*
>
> WSO2 Inc.
> mobile :(+94) 775119302
>
>
> ___
> 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] BAM 2.5.0 Alpha is released!

2014-09-16 Thread Maninda Edirisooriya
Hi all,

BAM 2.5.0 Alpha is released and it's binary distribution is available at
https://svn.wso2.org/repos/wso2/people/maninda/BAM_packs/wso2bam-2.5.0_Alpha.zip

Following are the JIRA issues fixed with this release.


BAM-1780 

Fixes related to JMS input and output event adaptor

BAM-1778 

Issue in the logic on the way of handling default event builder creation

BAM-1779 

Mapped event processing not working for event adaptors except wso2Event

BAM-1775 

wso2server.bat script fails when "--run" parameter is provided

BAM-1673 

Read credentials for WSO2BAM_UTIL_DATASOURCE from hive-site.xml

BAM-1769 

NullPointerException when running hive query in SSL connection mode with
Cassandra 
BAM-1777 

Cassandra Data Source Type for BAM Configurations

BAM-1600 

[BAM] When one Task member left the cluster, error occurring on other
member when rescheduling the tasks 
BAM-1682 

Acitivity Monitor Dashboard displays __SynapseService instead of actual
service name 
BAM-1761 

Supporting to schedhule cassandra data deletion through toolboxes

BAM-1700 

after port offset was changed by 1 the BAM242 (22nd) pack seems to look for
the default 9160 port 
BAM-1770 

Add MQTT Input Event Adaptor to BAM 
BAM-1764 

Add comment support to Hive script editor

BAM-1637 

Wrong method signature 
BAM-1582 

Analytics script not removed and Task got schduled even after hot
undeployment 
BAM-1750 

BAM accept data published with an user credentials who actually don't have
any assigned permissions 
BAM-1632 

Need migration guide to BAM 2.4.0 to 2.4.1

BAM-1757 

Improve BAM to work with all Input adators provided by CEP

BAM-1748 

ClientPoolFactory does not close connections when calling destroyObjecy()

BAM-1650 

Enhance Message Tracer agent to capture request url in a REST API invoke
and transport headers 
BAM-1760 

Support index deletion 
BAM-1614 

Starting the server with Cassandra profile throwing exception

BAM-1741 

Getting "ERROR
{org.wso2.carbon.hadoop.hive.jdbc.storage.datasource.CarbonDataSourceFetcher}
- Error occurred while getting carbon data-source" at server startup

BAM-1745 

FAILED: Error in metadata: java.lang.NumberFormatException: null is thrown
when running the analytical scrips 
BAM-1744 

BAM dashboards are not shown when logged in using non-BAM tenant users when
using shared user store 
BAM-1738 

if we create a tenant on API Manager and then try to access the Cassandra
explorer on BAM the system has a permission issue

BAM-1628 

[Doc] Configuration details needs to be documented when admin user contains
different credentials except admin/admin

BAM-1736 

Removing reduntant configuration from streamDefn.xml and read all cassandra
related configs from datasources 
BAM-1696 

toolbox adding option is not shown for 

Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Subash Chaturanga
Hi Darshana,
It should be there. +1 if we have missed this.

On Tue, Sep 16, 2014 at 9:21 AM, Darshana Gunawardana 
wrote:

> Hi all,
>
> I have deployed above missing poms and also went through chunk pom
> deployed following missing artifacts as well.
>
>- org.wso2.carbon:andes-feature:pom:4.2.0
>- org.wso2.carbon:
>org.wso2.carbon.identity.provisioning.server.feature:pom:4.2.0
>- new application-authenticators poms (except basic-auth)
>- nested categories of apim 1.7.0, is 5.0.0 and brs 2.1.0
>
> And also I have noticed root pom of community.features-feature[1] also
> missing in the nexus[2] which should be ideally deployed from chunk-02.
> @Subash: Can you please confirm that? If so i can deploy that one as well.
>
> [1]
> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/registry/community-features/pom.xml
> [2]
> http://dist.wso2.org/maven2/org/wso2/carbon/community.features-feature/
>
> Regards,
> Darshana.
>
> On Fri, Sep 12, 2014 at 11:18 PM, Darshana Gunawardana 
> wrote:
>
>> Hi all,
>>
>> Currently it's unable to deploy artifacts to nexus since builder machines
>> are not configured properly. Informed infra on that will deploy those as
>> soon as get that fixed. Following up the issue with infra in a separate
>> thread.
>>
>> Thanks,
>>
>> On Fri, Sep 12, 2014 at 7:11 PM, Maninda Edirisooriya 
>> wrote:
>>
>>> According to [1] which came in a clean m2 repo, it seems artifact
>>> org.wso2.carbon:application-mgt-feature:pom:4.2.0 should also added to the
>>> nexus repo.
>>>
>>>
>>> [1]
>>>
>>> [ERROR] Failed to execute goal on project
>>> org.wso2.carbon.identity.application.mgt.feature: Could not resolve
>>> dependencies for project
>>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:pom:4.2.1:
>>> Failed to collect dependencies for
>>> [org.wso2.carbon:org.wso2.carbon.identity.application.mgt.server.feature:zip:4.2.1
>>> (compile),
>>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0
>>> (compile)]: Failed to read artifact descriptor for
>>> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0:
>>> Could not find artifact org.wso2.carbon:application-mgt-feature:pom:4.2.0
>>> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>>> -> [Help 1]
>>>
>>>
>>> *Maninda Edirisooriya*
>>> Senior Software Engineer
>>>
>>> *WSO2, Inc.*lean.enterprise.middleware.
>>>
>>> *Blog* : http://maninda.blogspot.com/
>>> *E-mail* : mani...@wso2.com
>>> *Skype* : @manindae
>>> *Twitter* : @maninda
>>>
>>> On Fri, Sep 12, 2014 at 6:43 PM, Maninda Edirisooriya 
>>> wrote:
>>>
 We need these changes ASAP as we need to release our BAM 2.5.0 Alpha
 with a clean repo. :)


 *Maninda Edirisooriya*
 Senior Software Engineer

 *WSO2, Inc.*lean.enterprise.middleware.

 *Blog* : http://maninda.blogspot.com/
 *E-mail* : mani...@wso2.com
 *Skype* : @manindae
 *Twitter* : @maninda

 On Fri, Sep 12, 2014 at 6:35 PM, Vijayaratha Vijayasingam <
 rat...@wso2.com> wrote:

>
> hi Darshana;
> Can  you commit these files o nexus?
>
>- org.wso2.carbon:tools-saml-feature:pom:4.2.0
>-  org.wso2.carbon:forum-feature:pom:4.2.0
>
>
> Thanks.
> -Ratha
>


>>>
>>
>>
>> --
>> Regards,
>>
>>
>> *Darshana Gunawardana*Software Engineer
>> WSO2 Inc.; http://wso2.com
>>
>> *E-mail: darsh...@wso2.com *
>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>
>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Software Engineer
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>



-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer & Lead WSO2 Governance Registry
Platform TG; WSO2 Inc. http://wso2.com
Contact:
email: sub...@wso2.com
blog:  http://subashsdm.blogspot.com/
twitter: @subash89
phone: +9477 2225922
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] missing jars/files in nexus

2014-09-16 Thread Vijayaratha Vijayasingam
Thanks Darshana , will check and let you know.

On 16 September 2014 10:10, Darshana Gunawardana  wrote:

> Hi all,
>
> I have deployed all artifacts that has been identified as missing.
>
> @Ratha,Maninda: Please let me know if you found any issues when triggering
> a build in a clean repo.
>
> Thanks,
>
> On Tue, Sep 16, 2014 at 10:01 AM, Subash Chaturanga 
> wrote:
>
>> Hi Darshana,
>> It should be there. +1 if we have missed this.
>>
>> On Tue, Sep 16, 2014 at 9:21 AM, Darshana Gunawardana 
>> wrote:
>>
>>> Hi all,
>>>
>>> I have deployed above missing poms and also went through chunk pom
>>> deployed following missing artifacts as well.
>>>
>>>- org.wso2.carbon:andes-feature:pom:4.2.0
>>>- org.wso2.carbon:
>>>org.wso2.carbon.identity.provisioning.server.feature:pom:4.2.0
>>>- new application-authenticators poms (except basic-auth)
>>>- nested categories of apim 1.7.0, is 5.0.0 and brs 2.1.0
>>>
>>> And also I have noticed root pom of community.features-feature[1] also
>>> missing in the nexus[2] which should be ideally deployed from chunk-02.
>>> @Subash: Can you please confirm that? If so i can deploy that one as
>>> well.
>>>
>>> [1]
>>> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/registry/community-features/pom.xml
>>> [2]
>>> http://dist.wso2.org/maven2/org/wso2/carbon/community.features-feature/
>>>
>>> Regards,
>>> Darshana.
>>>
>>> On Fri, Sep 12, 2014 at 11:18 PM, Darshana Gunawardana <
>>> darsh...@wso2.com> wrote:
>>>
 Hi all,

 Currently it's unable to deploy artifacts to nexus since builder
 machines are not configured properly. Informed infra on that will deploy
 those as soon as get that fixed. Following up the issue with infra in a
 separate thread.

 Thanks,

 On Fri, Sep 12, 2014 at 7:11 PM, Maninda Edirisooriya >>> > wrote:

> According to [1] which came in a clean m2 repo, it seems artifact
> org.wso2.carbon:application-mgt-feature:pom:4.2.0 should also added to the
> nexus repo.
>
>
> [1]
>
> [ERROR] Failed to execute goal on project
> org.wso2.carbon.identity.application.mgt.feature: Could not resolve
> dependencies for project
> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:pom:4.2.1:
> Failed to collect dependencies for
> [org.wso2.carbon:org.wso2.carbon.identity.application.mgt.server.feature:zip:4.2.1
> (compile),
> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0
> (compile)]: Failed to read artifact descriptor for
> org.wso2.carbon:org.wso2.carbon.identity.application.mgt.ui.feature:zip:4.2.0:
> Could not find artifact org.wso2.carbon:application-mgt-feature:pom:4.2.0
> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
> -> [Help 1]
>
>
> *Maninda Edirisooriya*
> Senior Software Engineer
>
> *WSO2, Inc.*lean.enterprise.middleware.
>
> *Blog* : http://maninda.blogspot.com/
> *E-mail* : mani...@wso2.com
> *Skype* : @manindae
> *Twitter* : @maninda
>
> On Fri, Sep 12, 2014 at 6:43 PM, Maninda Edirisooriya <
> mani...@wso2.com> wrote:
>
>> We need these changes ASAP as we need to release our BAM 2.5.0 Alpha
>> with a clean repo. :)
>>
>>
>> *Maninda Edirisooriya*
>> Senior Software Engineer
>>
>> *WSO2, Inc.*lean.enterprise.middleware.
>>
>> *Blog* : http://maninda.blogspot.com/
>> *E-mail* : mani...@wso2.com
>> *Skype* : @manindae
>> *Twitter* : @maninda
>>
>> On Fri, Sep 12, 2014 at 6:35 PM, Vijayaratha Vijayasingam <
>> rat...@wso2.com> wrote:
>>
>>>
>>> hi Darshana;
>>> Can  you commit these files o nexus?
>>>
>>>- org.wso2.carbon:tools-saml-feature:pom:4.2.0
>>>-  org.wso2.carbon:forum-feature:pom:4.2.0
>>>
>>>
>>> Thanks.
>>> -Ratha
>>>
>>
>>
>


 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com *
 *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>>
>>> *Darshana Gunawardana*Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>>
>>> *E-mail: darsh...@wso2.com *
>>> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Thanks
>> /subash
>>
>> *Subash Chaturanga*
>> Senior Software Engineer & Lead WSO2 Governance Registry
>> Platform TG; WSO2 Inc. http://wso2.com
>> Contact:
>> email: sub...@wso2.com
>> blog:  http://subashsdm.blogspot.com/
>> twitter: @subash89
>> phone: +9477 2225922
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Software Engineer
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware
>



-- 
-Ratha
_

Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Suhan Dharmasuriya
We have installed mysql for OSX 10.9 [1]

[1] http://www.macminivault.com/mysql-mavericks/

On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya  wrote:

> Hi,
>
> Myself and Thushara were following the tutorial [1] installing apache
> Stratos and came to the following section.
>
>- Run the stratos-setup.sh file as the root.
>
> $ sudo ./setup.sh -p "default"
>
> After running the command we got the following error in our mac book pros.
> Detail terminal output is attached in the mail for reference.
>
> /WSO2/Products/stratos/opt/stratos-installer
> Warning: Using a password on the command line interface can be insecure.
> *ERROR 1061 (42000) at line 57: Duplicate key name
> 'REG_PATH_IND_BY_PATH_VALUE'*
>
> We also followed the apache stratos wiki [3].
> Please provide a direction to proceed from here.
>
> *Note*: *earlier setup.sh file gave an error saying,*
> sed: illegal option --r
> *Then the shell script was changed accordingly[2].*
> *Please note that we are using Mac OSX 10.9.4*
>
> *Then again an error appeared stating -i switch is not supported.*
>
> *Therefore the following shell script files were modified removing -i
> switch.*
> *ec2.sh*
> *openstack.sh*
> *setup.sh*
> *setup.conf*
>
> *Scripts are attached for reference. *
>
> [1]
> http://blog.ravihansa3000.com/2014/04/installing-apache-stratos-40-with.html
> [2] http://www.flashesofpanic.com/panic/002596.php
> [3]
> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Cloud+Controller+Configuration
>
> Thanks,
> Suhan and Thushara
> --
> Suhan Dharmasuriya
> Software Engineer - Test Automation
>
> *WSO2, Inc. *
>
> lean . enterprise . middleware
> Tel: +94 112 145345
> Mob: +94 779 869138
> Blog: http://suhancoold.blogspot.com/
>



-- 
Suhan Dharmasuriya
Software Engineer - Test Automation

*WSO2, Inc. *

lean . enterprise . middleware
Tel: +94 112 145345
Mob: +94 779 869138
Blog: http://suhancoold.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Storage Sever Integration tests are disabled

2014-09-16 Thread Krishantha Samaraweera
Hi Team,

Integration test module is disabled in product root pom [1]. Let us know
what is the reason for this ?

Please create TA JIRA or RM if feature limitation blocking you.

Thanks,
Krishantha.

[1]https://github.com/wso2/product-ss/blob/master/pom.xml

-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Using jQuery DataTables plug-in for BPMN UI

2014-09-16 Thread Amal Gunatilake
Hi Chamil,

Thank you for the feedback.

Thank you  & Best regards,

*Amal Gunatilake*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

On Wed, Sep 17, 2014 at 10:04 AM, Chamil Jeewantha  wrote:

> This library is already used in AS - BAM monitoring dashboard and several
> other places. You can safely go ahead.
>
> Regards,
> Chamil
>
> On Tue, Sep 16, 2014 at 2:44 PM, Amal Gunatilake  wrote:
>
>> Hi all,
>>
>> We are hoping to integrate jQuery DataTables plug-in [1] for BPMN UI to
>> enhance data loading performance and provide additional user friendly
>> features such as sort, search, pagination, theme and data filtering to the
>> user.
>>
>> The library is licensed under MIT license [2].
>>
>> Please feel free to send feedback if any.
>>
>> [1] http://www.datatables.net
>> [2] http://www.datatables.net/download/index#License
>>
>> Thank you  & Best regards,
>>
>> *Amal Gunatilake*
>>  Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> K.D. Chamil Jeewantha
> Associate Technical Lead
> WSO2, Inc.;  http://wso2.com
> http://kdchamil.blogspot.com
> Mobile: +94716813892
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge CEP Integration test commit#17

2014-09-16 Thread Nuwan Wimalasekara
Hi CEP Team,
Please merge the pull request
https://github.com/wso2-dev/product-cep/pull/17
This will integrate the UI test module for CEP integration tests

Thanks,
Nuwanw

-- 
Nuwan Wimalasekara
Senior Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

phone: +94 71 668 4620
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Lasindu Charith
Hi Thushara and Suhan,

Better if you can discuss the issues related to Apaches Stratos in
stratos-dev list (http://stratos.apache.org/community/mailing-lists.html)
But for now, regarding the issues you have when setting up Stratos in osx,
Nirmal, Reka or Prasanna might be able to help (Added).

Thanks,

On Tue, Sep 16, 2014 at 3:57 PM, Suhan Dharmasuriya  wrote:

> We have installed mysql for OSX 10.9 [1]
>
> [1] http://www.macminivault.com/mysql-mavericks/
>
> On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya 
> wrote:
>
>> Hi,
>>
>> Myself and Thushara were following the tutorial [1] installing apache
>> Stratos and came to the following section.
>>
>>- Run the stratos-setup.sh file as the root.
>>
>> $ sudo ./setup.sh -p "default"
>>
>> After running the command we got the following error in our mac book pros.
>> Detail terminal output is attached in the mail for reference.
>>
>> /WSO2/Products/stratos/opt/stratos-installer
>> Warning: Using a password on the command line interface can be insecure.
>> *ERROR 1061 (42000) at line 57: Duplicate key name
>> 'REG_PATH_IND_BY_PATH_VALUE'*
>>
>> We also followed the apache stratos wiki [3].
>> Please provide a direction to proceed from here.
>>
>> *Note*: *earlier setup.sh file gave an error saying,*
>> sed: illegal option --r
>> *Then the shell script was changed accordingly[2].*
>> *Please note that we are using Mac OSX 10.9.4*
>>
>> *Then again an error appeared stating -i switch is not supported.*
>>
>> *Therefore the following shell script files were modified removing -i
>> switch.*
>> *ec2.sh*
>> *openstack.sh*
>> *setup.sh*
>> *setup.conf*
>>
>> *Scripts are attached for reference. *
>>
>> [1]
>> http://blog.ravihansa3000.com/2014/04/installing-apache-stratos-40-with.html
>> [2] http://www.flashesofpanic.com/panic/002596.php
>> [3]
>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Cloud+Controller+Configuration
>>
>> Thanks,
>> Suhan and Thushara
>> --
>> Suhan Dharmasuriya
>> Software Engineer - Test Automation
>>
>> *WSO2, Inc. *
>>
>> lean . enterprise . middleware
>> Tel: +94 112 145345
>> Mob: +94 779 869138
>> Blog: http://suhancoold.blogspot.com/
>>
>
>
>
> --
> Suhan Dharmasuriya
> Software Engineer - Test Automation
>
> *WSO2, Inc. *
>
> lean . enterprise . middleware
> Tel: +94 112 145345
> Mob: +94 779 869138
> Blog: http://suhancoold.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lasindu Charith*
Software Engineer, WSO2 Inc.
Mobile: +94714427192
Web: blog.lasindu.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Vimeo Connector - MalformedURLException

2014-09-16 Thread Naasheera Ali
Hi All,
 While I'm doing connector integration test I'm getting this error what
could be the cause of this error?
 (I'm doing this to create a channel , channel is created but I get
this error )

[2014-09-16 10:56:15,355]  INFO
{org.wso2.carbon.automation.api.clients.proxy.admin.ProxyServiceAdminClient}
-  Proxy Added
[2014-09-16 10:56:15,375]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,374] DEBUG - wire >> "POST
/services/vimeo_createChannel HTTP/1.1[\r][\n]"
[2014-09-16 10:56:15,375]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Accept-Charset: UTF-8[\r][\n]"
[2014-09-16 10:56:15,375]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Content-Type:
application/json;charset=UTF-8[\r][\n]"
[2014-09-16 10:56:15,375]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "User-Agent:
Java/1.7.0_07[\r][\n]"
[2014-09-16 10:56:15,376]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Host: localhost:8280[\r][\n]"
[2014-09-16 10:56:15,376]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Accept: text/html, image/gif,
image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
[2014-09-16 10:56:15,376]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
[2014-09-16 10:56:15,377]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "Content-Length: 149[\r][\n]"
[2014-09-16 10:56:15,377]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "[\r][\n]"
[2014-09-16 10:56:15,377]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> "{[\n]"
[2014-09-16 10:56:15,377]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> ""apiUrl":"https://api.vimeo.com
",[\n]"
[2014-09-16 10:56:15,378]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >>
""accessToken":"3ee2f30c294f6c9bb24fd2f5cbb410c5",[\n]"
[2014-09-16 10:56:15,378]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,375] DEBUG - wire >> ""name":"myabc",[\n]"
[2014-09-16 10:56:15,378]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,376] DEBUG - wire >> ""description":"mygroup",[\n]"
[2014-09-16 10:56:15,378]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,376] DEBUG - wire >> ""privacy":"anybody"[\n]"
[2014-09-16 10:56:15,379]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,376] DEBUG - wire >> "}[\n]"
[2014-09-16 10:56:15,453]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:15,453]  INFO - TimeoutHandler This engine will expire
all callbacks after : 120 seconds, irrespective of the timeout action,
after the specified or optional timeout
[2014-09-16 10:56:16,335]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,335] DEBUG - wire << "POST
/channels?access_token=3ee2f30c294f6c9bb24fd2f5cbb410c5 HTTP/1.1[\r][\n]"
[2014-09-16 10:56:16,336]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Accept-Charset: UTF-8[\r][\n]"
[2014-09-16 10:56:16,336]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Content-Type:
application/json[\r][\n]"
[2014-09-16 10:56:16,336]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Accept: text/html, image/gif,
image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
[2014-09-16 10:56:16,336]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Transfer-Encoding:
chunked[\r][\n]"
[2014-09-16 10:56:16,336]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Host: api.vimeo.com:80[\r][\n]"
[2014-09-16 10:56:16,337]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
[2014-09-16 10:56:16,337]  INFO
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
 [2014-09-16 10:56:16,336] DEBUG - wire << "User-A

Re: [Dev] Storage Sever Integration tests are disabled

2014-09-16 Thread Harsha Kumara
HI Krishantha,

I have migrated all the previous test cases to new test framework version.
Also Dhanuka and Bhathiya did changes in the migrated tests and added new
tests. Test module should be Ok now. So we can uncomment integration test
module. I will talk to PrabathA and do necessary for activate the test
module.

Thanks,
Harsha

On Wed, Sep 17, 2014 at 12:16 AM, Krishantha Samaraweera <
krishan...@wso2.com> wrote:

> Hi Team,
>
> Integration test module is disabled in product root pom [1]. Let us know
> what is the reason for this ?
>
> Please create TA JIRA or RM if feature limitation blocking you.
>
> Thanks,
> Krishantha.
>
> [1]https://github.com/wso2/product-ss/blob/master/pom.xml
>
> --
> Krishantha Samaraweera
> Senior Technical Lead - Test Automation
> Mobile: +94 77 7759918
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middlewear.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] way for develop CRUD Form with JSP and data services server

2014-09-16 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Harsha,

Thank you very much for your helpful resources. also we did the same for 
generate stubs and call services.

Regards,
Akila

From: Harsha Kumara [mailto:hars...@wso2.com]
Sent: Friday, September 12, 2014 7:10 PM
To: Akila Nimantha [IT/EKO/LOITS]
Cc: dev@wso2.org
Subject: Re: [Dev] way for develop CRUD Form with JSP and data services server

Hi Akila,

Generating Stub and using is not a difficult task as there are many stub 
generators available. To call soap services, what you need is a soap client 
which may use stubs to call required services and display required data in jsp 
forms. You can find [1] and [2] as useful resources.

[1]-https://axis.apache.org/axis2/java/core/docs/userguide-creatingclients.html
[2]-http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/

Thanks,
Harsha

On Fri, Sep 12, 2014 at 5:34 PM, Akila Nimantha [IT/EKO/LOITS] 
mailto:aki...@lolctech.com>> wrote:
Hi all,

As we know we can easily call soap services using few lines of jaggery code. 
also jaggery is very much friendly for developers(and get addicted to it ☺). 
But if we use jsp as one of our application interface, now AFAIK we have to 
generate stubs for each call. And it is a difficult work.
My question is ,
Is there a way(or best practice or a framework) to call soap services with 
jsp(like jaggery). ???

Regards,
Akila

This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, you are hereby notified that any use, 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this communication in error, notify us 
immediately by telephone and (i) destroy this message if a facsimile or (ii) 
delete this message immediately if this is an electronic communication. Thank 
you.

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



--
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com

This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

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


[Dev] [GREG] Improve notification support for Cluster environment

2014-09-16 Thread Danesh Kuruppu
Hi All,
I am currently working on the issue Redmine-3207[1].

*Issue:*
With the current notification impl, each node cache needs to sync with
every others. So when the particular resource updated, it gets the all
subscription keys from its cache and send notifications.

With the distributed cache, each node does not have all
records(subscriptions) synced in its cache. records are distributed among
the nodes. So our above implementation fails, because we cannot retrieve
all record from the working node.

*Proposed Solution: *
As offline chat with Azeez, We came up with the solution of sending a
cluster message with the instruction and the node which actually having the
record, perform the instruction on behalf of the working node.

*Problem with the solution:*
One particular record can exists in multiple nodes. So when the working
node send a cluster message, every other node having that record gets
triggered and perform the instruction. In this case, all these nodes send
notification and we get multiple notifications for the resource update.

This is happen because each time when server get restart, it loads all
subscriptions from the subscription manager(db).

Is there way of distribute records among nodes when loading subscriptions
from the manager?

[1] https://redmine.wso2.com/issues/3207

Thanks
-- 

Danesh Kuruppu
Software Engineer
WSO2 Inc,
Mobile: +94 (77) 1690552
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge CEP Integration test commit#18

2014-09-16 Thread Nuwan Wimalasekara
Hi CEP Team,
Please merge the pull request
https://github.com/wso2-dev/product-cep/pull/18

Thanks,
Nuwanw

-- 
Nuwan Wimalasekara
Senior Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

phone: +94 71 668 4620
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Exception when trying to access the store

2014-09-16 Thread Sohani Weerasinghe
Hi All,

I am using AM 1.6.0 and when I try to access the store I am getting the
below exception.

Please note that I have enabled workflow execution and have shared the same
registry db among BPS and AM.

TID: [0] [AM] [2014-09-17 11:30:22,719] ERROR
{org.jaggeryjs.scriptengine.engine.RhinoEngine} -
 org.mozilla.javascript.WrappedException: Wrapped
java.lang.NullPointerException (/store/modules/manager/manager.jag#41)
{org.jaggeryjs.scriptengine.engine.RhinoEngine}
TID: [0] [AM] [2014-09-17 11:30:22,720] ERROR
{org.jaggeryjs.jaggery.core.manager.WebAppManager} -
 org.mozilla.javascript.WrappedException: Wrapped
java.lang.NullPointerException (/store/modules/manager/manager.jag#41)
{org.jaggeryjs.jaggery.core.manager.WebAppManager}
org.jaggeryjs.scriptengine.exceptions.ScriptException:
org.mozilla.javascript.WrappedException: Wrapped
java.lang.NullPointerException (/store/modules/manager/manager.jag#41)
at
org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:575)
at org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
at
org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:432)
at org.jaggeryjs.jaggery.core.JaggeryServlet.doGet(JaggeryServlet.java:24)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339)
at org.jaggeryjs.jaggery.core.JaggeryFilter.doFilter(JaggeryFilter.java:21)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:178)
at
org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at
org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:56)
at
org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at
org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:141)
at
org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
at
org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:52)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.mozilla.javascript.WrappedException: Wrapped
java.lang.NullPointerException (/store/modules/manager/manager.jag#41)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1754)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:148)
at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:392)
at org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:343)
at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349)
at
org.jaggeryjs.rhino.store.modules.manager.c1._c_anonymous_8(/store/modules/manager/manager.jag:41)
at
org.jaggeryjs.rhino.store.modules.manager.c1.call(/store/modules/manager/manager.jag)
at org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.j

[Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Ramith Jayasinghe
Hi Sewwandhi,

Congratulations!

It is with great pleasure that we welcome you as a WSO2 committer. Keep up
the good work!
thanks and best regards,

-- 
Ramith Jayasinghe
Technical Lead
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

E: ram...@wso2.com
P: +94 777542851
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 IS 5]"Error when adding the consumer application. An application with the same name already exists."

2014-09-16 Thread Tharindu Edirisinghe
Hi Fabrizio,

Can you please refer [1
],
access the H2 database that comes inbuilt and execute the following query.

SELECT * FROM IDN_OAUTH_CONSUMER_APPS

Then you should be able to see whether there are existing records similar
to the one you are trying to create.

If you can share the exact steps to reproduce this issue, we can help you
with this.

[1]
http://ajithvblogs.blogspot.com/2012/04/how-to-browse-h2-database-of-wso2.html

On Thu, Aug 28, 2014 at 2:55 PM, De Ceglia Fabrizio 
wrote:

>  Hi all,
>
>
>
> i’m using WSO2 Identity Server version 5.0.
>
>
>
> I’m following this tutorial:
> https://docs.wso2.com/display/IS500/Configuring+Inbound+Authentication+for+a+Service+Provider#ConfiguringInboundAuthenticationforaServiceProvider-ConfiguringOAuth/OpenIDConnect
>
>
>
> But every time I try to add an application in the “OAuth/OpenID Connect
> Configuration” under “Inboud Authentication Configuration” during the SP
> configuration, WSO2 gives me this error:
>
> “Error when adding the consumer application. An application with the same
> name already exists.”
>
>
>
> I really doesn’t understand which application refers because this is my
> first configuration on a fresh installation of WSO2 IS.
>
>
>
> Let me know if I can attach more info/file to help finding the solution.
>
>
>  Fabrizio De Ceglia
>
> Concept Reply
> Via Giuseppe Sangiorgi, 15
> 70124 - Bari - ITALY
> phone: +39 080 9727039
> f.deceg...@reply.it
> www.reply.it
>
> [image: Concept Reply]
>
>
> --
>
> --
> The information transmitted is intended for the person or entity to which
> it is addressed and may contain confidential and/or privileged material.
> Any review, retransmission, dissemination or other use of, or taking of any
> action in reliance upon, this information by persons or entities other than
> the intended recipient is prohibited. If you received this in error, please
> contact the sender and delete the material from any computer.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & Best Regards,

Tharindu Edirisinghe
Software Engineer

*WSO2 Inc*
*email   : tharin...@wso2.com  *
*mobile : +94 775 181586*
*www: :http://wso2.com  *lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Sajini De Silva
Congrats Sewwandi !!!

On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe  wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer. Keep
> up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sajini De SIlva
Software Engineer; WSO2 Inc.; http://wso2.com ,
Email: saj...@wso2.com
Blog: http://sajinid.blogspot.com/
Git hub profile: https://github.com/sajinidesilva

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


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Hasitha Amal De Silva
Congrats Sewwandi !! :)

On Wed, Sep 17, 2014 at 11:59 AM, Sajini De Silva  wrote:

> Congrats Sewwandi !!!
>
> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
> wrote:
>
>> Hi Sewwandhi,
>>
>> Congratulations!
>>
>> It is with great pleasure that we welcome you as a WSO2 committer. Keep
>> up the good work!
>> thanks and best regards,
>>
>> --
>> Ramith Jayasinghe
>> Technical Lead
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> E: ram...@wso2.com
>> P: +94 777542851
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sajini De SIlva
> Software Engineer; WSO2 Inc.; http://wso2.com ,
> Email: saj...@wso2.com
> Blog: http://sajinid.blogspot.com/
> Git hub profile: https://github.com/sajinidesilva
>
> Phone: +94 712797729
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Cheers,

Hasitha Amal De Silva
 Software Engineer
Mobile : 0772037426
Blog: http://hastef.wordpress.com/
WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. )
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Maven build failure when generating service stub for a WSO2 Carbon Component

2014-09-16 Thread Vimalanathan Rajeevan
Hi,

I got a maven build failure when trying to create a service stub after
successfully creating server component and generating .wsdl file. I was
following a tutorial [1].
[1]
http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/

Please find  the attached org.wso2.carbon.student.mgt.stub → pom.xml file
is used. I am getting the following error when building
"org.wso2.carbon.student.mgt.stub"
module using maven.

*Failed to execute goal on project org.wso2.carbon.student.mgt.stub: Could
not resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.student.mgt.stub:bundle:4.2.0:*

*The following artifacts could not be resolved:
org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10,
org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v4,
wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v4: *

*Failure to find org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10 in
http://repo.maven.apache.org/maven2 
was cached in the local repository, resolution will not be reattempted
until the update interval of central has elapsed or updates are forced*

It seems like problem with maven dependency versions. Please help me to get
this resolved.

Best Regards,
V.Rajeevan
Software Engineer,
WSO2 Inc. :http://wso2.com

Mobile : +94 773090875
Email : rajeev...@wso2.com
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural

\f0\fs24 \cf0 \
http://maven.apache.org/POM/4.0.0"\
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>\
\
student-manager-components\
org.wso2.carbon\
4.2.0\
\
4.0.0\
\
org.wso2.carbon.student.mgt.stub\
\
bundle\
WSO2 Carbon - Student Manager Stub\
\
\
\
org.apache.axis2.wso2\
axis2\
1.6.1.wso2v10\
\
\
org.apache.ws.commons.axiom.wso2\
axiom\
1.2.11.wso2v4\
\
\
wsdl4j.wso2\
wsdl4j\
1.6.2.wso2v4\
\
\
\
\
\
\
org.apache.maven.plugins\
maven-antrun-plugin\
1.1\
\
\
source-code-generation\
process-resources\
\
run\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
org.codehaus.mojo\
build-helper-maven-plugin\
\
\
add-source\
generate-sources\
\
add-source\
\
\
\
target/generated-code/src\
\
\
\
\
\
\
\
org.apache.felix\
maven-bundle-plugin\
true\
\
\
$\{project.artifactId\}\
$\{project.artifactId\}\
\
\
\
org.wso2.carbon.student.mgt.*\
\
\
!org.wso2.carbon.student.mgt.*\
\
*\
\
\
\
\
\
}___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Shiroshica Kulatilake
Congrats !

On Wed, Sep 17, 2014 at 12:01 PM, Hasitha Amal De Silva 
wrote:

> Congrats Sewwandi !! :)
>
> On Wed, Sep 17, 2014 at 11:59 AM, Sajini De Silva  wrote:
>
>> Congrats Sewwandi !!!
>>
>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
>> wrote:
>>
>>> Hi Sewwandhi,
>>>
>>> Congratulations!
>>>
>>> It is with great pleasure that we welcome you as a WSO2 committer. Keep
>>> up the good work!
>>> thanks and best regards,
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 777542851
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sajini De SIlva
>> Software Engineer; WSO2 Inc.; http://wso2.com ,
>> Email: saj...@wso2.com
>> Blog: http://sajinid.blogspot.com/
>> Git hub profile: https://github.com/sajinidesilva
>>
>> Phone: +94 712797729
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Cheers,
>
> Hasitha Amal De Silva
>  Software Engineer
> Mobile : 0772037426
> Blog: http://hastef.wordpress.com/
> WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. )
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Shiroshica Kulatilake

Architect,
WSO2, Inc. http://wso2.com/
Phone: +94 776523867
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Sameera Jayaratna
Congrats Sewwandi!!!

On Wed, Sep 17, 2014 at 12:03 PM, Shiroshica Kulatilake 
wrote:

> Congrats !
>
> On Wed, Sep 17, 2014 at 12:01 PM, Hasitha Amal De Silva  > wrote:
>
>> Congrats Sewwandi !! :)
>>
>> On Wed, Sep 17, 2014 at 11:59 AM, Sajini De Silva 
>> wrote:
>>
>>> Congrats Sewwandi !!!
>>>
>>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
>>> wrote:
>>>
 Hi Sewwandhi,

 Congratulations!

 It is with great pleasure that we welcome you as a WSO2 committer.
 Keep up the good work!
 thanks and best regards,

 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 E: ram...@wso2.com
 P: +94 777542851


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


>>>
>>>
>>> --
>>> Sajini De SIlva
>>> Software Engineer; WSO2 Inc.; http://wso2.com ,
>>> Email: saj...@wso2.com
>>> Blog: http://sajinid.blogspot.com/
>>> Git hub profile: https://github.com/sajinidesilva
>>>
>>> Phone: +94 712797729
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Cheers,
>>
>> Hasitha Amal De Silva
>>  Software Engineer
>> Mobile : 0772037426
>> Blog: http://hastef.wordpress.com/
>> WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. )
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shiroshica Kulatilake
>
> Architect,
> WSO2, Inc. http://wso2.com/
> Phone: +94 776523867
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 



*Thanks & Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

*lean . enterprise . middleware |  http://wso2.com  *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Isura Karunaratne
Congratzz

On Wed, Sep 17, 2014 at 12:05 PM, Sameera Jayaratna 
wrote:

> Congrats Sewwandi!!!
>
> On Wed, Sep 17, 2014 at 12:03 PM, Shiroshica Kulatilake 
> wrote:
>
>> Congrats !
>>
>> On Wed, Sep 17, 2014 at 12:01 PM, Hasitha Amal De Silva <
>> hasit...@wso2.com> wrote:
>>
>>> Congrats Sewwandi !! :)
>>>
>>> On Wed, Sep 17, 2014 at 11:59 AM, Sajini De Silva 
>>> wrote:
>>>
 Congrats Sewwandi !!!

 On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
 wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer.
> Keep up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva

 Phone: +94 712797729


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


>>>
>>>
>>> --
>>> Cheers,
>>>
>>> Hasitha Amal De Silva
>>>  Software Engineer
>>> Mobile : 0772037426
>>> Blog: http://hastef.wordpress.com/
>>> WSO2 Inc.: http://wso2.com ( lean.enterprise.middleware. )
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Shiroshica Kulatilake
>>
>> Architect,
>> WSO2, Inc. http://wso2.com/
>> Phone: +94 776523867
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
>
>
> *Thanks & Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *
>
> *lean . enterprise . middleware |  http://wso2.com  *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isura Dilhara Karunaratne
Software Engineer

Mob +94 772 254 810
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Sinthuja Ragendran
Congratz sewwandi!

On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe  wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer. Keep
> up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sinthuja Rajendran*
Senior Software Engineer 
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] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Manula Chathurika Thantriwatte
Congratulations !!!

On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran 
wrote:

> Congratz sewwandi!
>
> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
> wrote:
>
>> Hi Sewwandhi,
>>
>> Congratulations!
>>
>> It is with great pleasure that we welcome you as a WSO2 committer. Keep
>> up the good work!
>> thanks and best regards,
>>
>> --
>> Ramith Jayasinghe
>> Technical Lead
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> E: ram...@wso2.com
>> P: +94 777542851
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sinthuja Rajendran*
> Senior Software Engineer 
> 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
>
>


-- 
Regards,
Manula Chathurika Thantriwatte
Software Engineer
WSO2 Inc. : http://wso2.com
lean . enterprise . middleware

email : manu...@wso2.com / man...@apache.org
phone : +94 772492511
blog : http://manulachathurika.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Nipuni Perera
Congradulations Sewwandi

On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
manu...@wso2.com> wrote:

> Congratulations !!!
>
> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran 
> wrote:
>
>> Congratz sewwandi!
>>
>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
>> wrote:
>>
>>> Hi Sewwandhi,
>>>
>>> Congratulations!
>>>
>>> It is with great pleasure that we welcome you as a WSO2 committer. Keep
>>> up the good work!
>>> thanks and best regards,
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 777542851
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Sinthuja Rajendran*
>> Senior Software Engineer 
>> 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
>>
>>
>
>
> --
> Regards,
> Manula Chathurika Thantriwatte
> Software Engineer
> WSO2 Inc. : http://wso2.com
> lean . enterprise . middleware
>
> email : manu...@wso2.com / man...@apache.org
> phone : +94 772492511
> blog : http://manulachathurika.blogspot.com/
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Nipuni Perera
Software Engineer; WSO2 Inc.; http://wso2.com
Email: nip...@wso2.com
Git hub profile: https://github.com/nipuni
Mobile: +94 (71) 5626680

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


Re: [Dev] Apache Stratos configuration - Duplicate key name 'REG_PATH_IND_BY_PATH_VALUE'

2014-09-16 Thread Suhan Dharmasuriya
Thanks Lasindu,

Thushara and I are in the process of modifying the shell scripts suitable
for osx.
We contacted Nirmal, Lakmal, Waruna and Udara and had a quick discussion.

After the discussion, the solution we found was to delete the
USERSTORE_DB_SCHEMA database from mysql manually.

As mentioned earlier, once $ sudo ./setup.sh -p "default" -s command is run
we get the following error.
http://wso2.org/carbon/eventadaptormanager";>
  
  tcp://10.100.5.175:61616

  org.apache.activemq.jndi.ActiveMQInitialContextFactory
  TopicConnectionFactory
  topic

End configuring the Complex Event Processor
/WSO2/Products/stratos/opt/stratos-installer
Changing owner of /WSO2/Products/stratos/opt/stratos to suhanr:suhanr
chown: suhanr: illegal group name

*After the second attempt we were getting the said error. $subject.*

As a temporary solution we deleted the said database from mysql.
mysql> show databases;
+-+
| Database|
+-+
| information_schema  |
| *USERSTORE_DB_SCHEMA* |
| mysql   |
| performance_schema  |
| test|
+-+
5 rows in set (0.00 sec)

mysql> drop database *USERSTORE_DB_SCHEMA*;
Query OK, 39 rows affected (0.05 sec)

mysql> show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| test   |
++
4 rows in set (0.00 sec)

Then we were able to avoid the mentioned error in $subject.

Thanks,
Suhan

On Wed, Sep 17, 2014 at 11:21 AM, Lasindu Charith  wrote:

> Hi Thushara and Suhan,
>
> Better if you can discuss the issues related to Apaches Stratos in
> stratos-dev list (http://stratos.apache.org/community/mailing-lists.html)
> But for now, regarding the issues you have when setting up Stratos in osx,
> Nirmal, Reka or Prasanna might be able to help (Added).
>
> Thanks,
>
> On Tue, Sep 16, 2014 at 3:57 PM, Suhan Dharmasuriya 
> wrote:
>
>> We have installed mysql for OSX 10.9 [1]
>>
>> [1] http://www.macminivault.com/mysql-mavericks/
>>
>> On Tue, Sep 16, 2014 at 3:55 PM, Suhan Dharmasuriya 
>> wrote:
>>
>>> Hi,
>>>
>>> Myself and Thushara were following the tutorial [1] installing apache
>>> Stratos and came to the following section.
>>>
>>>- Run the stratos-setup.sh file as the root.
>>>
>>> $ sudo ./setup.sh -p "default"
>>>
>>> After running the command we got the following error in our mac book
>>> pros.
>>> Detail terminal output is attached in the mail for reference.
>>>
>>> /WSO2/Products/stratos/opt/stratos-installer
>>> Warning: Using a password on the command line interface can be insecure.
>>> *ERROR 1061 (42000) at line 57: Duplicate key name
>>> 'REG_PATH_IND_BY_PATH_VALUE'*
>>>
>>> We also followed the apache stratos wiki [3].
>>> Please provide a direction to proceed from here.
>>>
>>> *Note*: *earlier setup.sh file gave an error saying,*
>>> sed: illegal option --r
>>> *Then the shell script was changed accordingly[2].*
>>> *Please note that we are using Mac OSX 10.9.4*
>>>
>>> *Then again an error appeared stating -i switch is not supported.*
>>>
>>> *Therefore the following shell script files were modified removing -i
>>> switch.*
>>> *ec2.sh*
>>> *openstack.sh*
>>> *setup.sh*
>>> *setup.conf*
>>>
>>> *Scripts are attached for reference. *
>>>
>>> [1]
>>> http://blog.ravihansa3000.com/2014/04/installing-apache-stratos-40-with.html
>>> [2] http://www.flashesofpanic.com/panic/002596.php
>>> [3]
>>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Cloud+Controller+Configuration
>>>
>>> Thanks,
>>> Suhan and Thushara
>>> --
>>> Suhan Dharmasuriya
>>> Software Engineer - Test Automation
>>>
>>> *WSO2, Inc. *
>>>
>>> lean . enterprise . middleware
>>> Tel: +94 112 145345
>>> Mob: +94 779 869138
>>> Blog: http://suhancoold.blogspot.com/
>>>
>>
>>
>>
>> --
>> Suhan Dharmasuriya
>> Software Engineer - Test Automation
>>
>> *WSO2, Inc. *
>>
>> lean . enterprise . middleware
>> Tel: +94 112 145345
>> Mob: +94 779 869138
>> Blog: http://suhancoold.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasindu Charith*
> Software Engineer, WSO2 Inc.
> Mobile: +94714427192
> Web: blog.lasindu.com
>



-- 
Suhan Dharmasuriya
Software Engineer - Test Automation

*WSO2, Inc. *

lean . enterprise . middleware
Tel: +94 112 145345
Mob: +94 779 869138
Blog: http://suhancoold.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Rajith Vitharana
Congrags ... :)

On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera  wrote:

>
> Congradulations Sewwandi
>
> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
> manu...@wso2.com> wrote:
>
>> Congratulations !!!
>>
>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran 
>> wrote:
>>
>>> Congratz sewwandi!
>>>
>>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
>>> wrote:
>>>
 Hi Sewwandhi,

 Congratulations!

 It is with great pleasure that we welcome you as a WSO2 committer.
 Keep up the good work!
 thanks and best regards,

 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 E: ram...@wso2.com
 P: +94 777542851


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


>>>
>>>
>>> --
>>> *Sinthuja Rajendran*
>>> Senior Software Engineer 
>>> 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
>>>
>>>
>>
>>
>> --
>> Regards,
>> Manula Chathurika Thantriwatte
>> Software Engineer
>> WSO2 Inc. : http://wso2.com
>> lean . enterprise . middleware
>>
>> email : manu...@wso2.com / man...@apache.org
>> phone : +94 772492511
>> blog : http://manulachathurika.blogspot.com/
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nipuni Perera
> Software Engineer; WSO2 Inc.; http://wso2.com
> Email: nip...@wso2.com
> Git hub profile: https://github.com/nipuni
> Mobile: +94 (71) 5626680
> 
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven build failure when generating service stub for a WSO2 Carbon Component

2014-09-16 Thread Aruna Karunarathna
Hi Vimalathan,

Can you try adding the wso2 repo to your pom.xml file.

Regards,
Aruna

On Tue, Sep 16, 2014 at 10:56 AM, Vimalanathan Rajeevan 
wrote:

> Hi,
>
> I got a maven build failure when trying to create a service stub after
> successfully creating server component and generating .wsdl file. I was
> following a tutorial [1].
> [1]
> http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/
>
> Please find  the attached org.wso2.carbon.student.mgt.stub → pom.xml file
> is used. I am getting the following error when building 
> "org.wso2.carbon.student.mgt.stub"
> module using maven.
>
> *Failed to execute goal on project org.wso2.carbon.student.mgt.stub: Could
> not resolve dependencies for project
> org.wso2.carbon:org.wso2.carbon.student.mgt.stub:bundle:4.2.0:*
>
> *The following artifacts could not be resolved:
> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10,
> org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v4,
> wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v4: *
>
> *Failure to find org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10 in
> http://repo.maven.apache.org/maven2 
> was cached in the local repository, resolution will not be reattempted
> until the update interval of central has elapsed or updates are forced*
>
> It seems like problem with maven dependency versions. Please help me to
> get this resolved.
>
> Best Regards,
> V.Rajeevan
> Software Engineer,
> WSO2 Inc. :http://wso2.com
>
> Mobile : +94 773090875
> Email : rajeev...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Aruna Karunarathna
Congratulations Sewwandi...!!!

On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana  wrote:

> Congrags ... :)
>
> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera  wrote:
>
>>
>> Congradulations Sewwandi
>>
>> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
>> manu...@wso2.com> wrote:
>>
>>> Congratulations !!!
>>>
>>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran 
>>> wrote:
>>>
 Congratz sewwandi!

 On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
 wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer.
> Keep up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sinthuja Rajendran*
 Senior Software Engineer 
 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


>>>
>>>
>>> --
>>> Regards,
>>> Manula Chathurika Thantriwatte
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> email : manu...@wso2.com / man...@apache.org
>>> phone : +94 772492511
>>> blog : http://manulachathurika.blogspot.com/
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nipuni Perera
>> Software Engineer; WSO2 Inc.; http://wso2.com
>> Email: nip...@wso2.com
>> Git hub profile: https://github.com/nipuni
>> Mobile: +94 (71) 5626680
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Suhan Dharmasuriya
Congrats... :)

On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana  wrote:

> Congrags ... :)
>
> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera  wrote:
>
>>
>> Congradulations Sewwandi
>>
>> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
>> manu...@wso2.com> wrote:
>>
>>> Congratulations !!!
>>>
>>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran 
>>> wrote:
>>>
 Congratz sewwandi!

 On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
 wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer.
> Keep up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sinthuja Rajendran*
 Senior Software Engineer 
 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


>>>
>>>
>>> --
>>> Regards,
>>> Manula Chathurika Thantriwatte
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> email : manu...@wso2.com / man...@apache.org
>>> phone : +94 772492511
>>> blog : http://manulachathurika.blogspot.com/
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nipuni Perera
>> Software Engineer; WSO2 Inc.; http://wso2.com
>> Email: nip...@wso2.com
>> Git hub profile: https://github.com/nipuni
>> Mobile: +94 (71) 5626680
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Suhan Dharmasuriya
Software Engineer - Test Automation

*WSO2, Inc. *

lean . enterprise . middleware
Tel: +94 112 145345
Mob: +94 779 869138
Blog: http://suhancoold.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge the pull requests for BPS-552

2014-09-16 Thread Firzhan Naqash
Hi,

Please review and merge the pull requests [1] and [2]. This fixes the issue
[3].

[1] https://github.com/wso2-dev/carbon-business-process/pull/5

[2] https://github.com/wso2-dev/product-bps/pull/5

[3] https://wso2.org/jira/browse/BPS-552


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


[Dev] [APIM] Is there a way to throttle from IP based and API based

2014-09-16 Thread Shashika Ubhayaratne
Hi,

I need to know is there a way to verify throttling combinations: Throttle
from IP level and API level.

I referred [1] and couldn't find a handler for ip based throttling to
engage policy for an API.

[1]:
https://docs.wso2.com/display/AM170/Managing+Throttling+Tiers#ManagingThrottlingTiers-Differentlevelsofthrottling

Please clarify?

Thanks,
Shashika


Shashika Ubhayaratne
Associate Technical Lead - QA
WSO2 Inc: http://www.wso2.com/
Mobile: *+94773383831*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Gayashan Amarasinghe
Congratulations Sewwandi!!!

On Wed, Sep 17, 2014 at 12:19 PM, Aruna Karunarathna  wrote:

> Congratulations Sewwandi...!!!
>
> On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana 
> wrote:
>
>> Congrags ... :)
>>
>> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera  wrote:
>>
>>>
>>> Congradulations Sewwandi
>>>
>>> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
>>> manu...@wso2.com> wrote:
>>>
 Congratulations !!!

 On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran >>> > wrote:

> Congratz sewwandi!
>
> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
> wrote:
>
>> Hi Sewwandhi,
>>
>> Congratulations!
>>
>> It is with great pleasure that we welcome you as a WSO2 committer.
>> Keep up the good work!
>> thanks and best regards,
>>
>> --
>> Ramith Jayasinghe
>> Technical Lead
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> E: ram...@wso2.com
>> P: +94 777542851
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sinthuja Rajendran*
> Senior Software Engineer 
> 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
>
>


 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.com/




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


>>>
>>>
>>> --
>>> Nipuni Perera
>>> Software Engineer; WSO2 Inc.; http://wso2.com
>>> Email: nip...@wso2.com
>>> Git hub profile: https://github.com/nipuni
>>> Mobile: +94 (71) 5626680
>>> 
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Rajith Vitharana
>>
>> Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94715883223
>> Blog : http://lankavitharana.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Gayashan Amarasinghe*
Software Engineer | Platform TG
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Chalitha Waldeniyage
Congratulations Sewwandi !!! :)

On Wed, Sep 17, 2014 at 12:20 PM, Gayashan Amarasinghe 
wrote:

> Congratulations Sewwandi!!!
>
> On Wed, Sep 17, 2014 at 12:19 PM, Aruna Karunarathna 
> wrote:
>
>> Congratulations Sewwandi...!!!
>>
>> On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana 
>> wrote:
>>
>>> Congrags ... :)
>>>
>>> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera  wrote:
>>>

 Congradulations Sewwandi

 On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
 manu...@wso2.com> wrote:

> Congratulations !!!
>
> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran <
> sinth...@wso2.com> wrote:
>
>> Congratz sewwandi!
>>
>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe 
>> wrote:
>>
>>> Hi Sewwandhi,
>>>
>>> Congratulations!
>>>
>>> It is with great pleasure that we welcome you as a WSO2 committer.
>>> Keep up the good work!
>>> thanks and best regards,
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 777542851
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Sinthuja Rajendran*
>> Senior Software Engineer 
>> 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
>>
>>
>
>
> --
> Regards,
> Manula Chathurika Thantriwatte
> Software Engineer
> WSO2 Inc. : http://wso2.com
> lean . enterprise . middleware
>
> email : manu...@wso2.com / man...@apache.org
> phone : +94 772492511
> blog : http://manulachathurika.blogspot.com/
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680
 


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


>>>
>>>
>>> --
>>> Rajith Vitharana
>>>
>>> Software Engineer,
>>> WSO2 Inc. : wso2.com
>>> Mobile : +94715883223
>>> Blog : http://lankavitharana.blogspot.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *Aruna Sujith Karunarathna* | Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: ar...@wso2.com | Web: www.wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Gayashan Amarasinghe*
> Software Engineer | Platform TG
> WSO2, Inc. | http://wso2.com
> lean. enterprise. middleware
>
> Mobile : +94718314517
> Blog : gayashan-a.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Chalitha Maheshwari*
Software Engineer-QA,
WSO2 Inc.

*E-mail:* chali...@wso2.com
*Mobile: *+94710 411 112
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven build failure when generating service stub for a WSO2 Carbon Component

2014-09-16 Thread Harsha Kumara
HI Vimalanathan,

Add following repos to your pom file. This should solve the issue.


wso2-nexus
WSO2 internal Repository
http://maven.wso2.org/nexus/content/groups/wso2-public/


true
daily
ignore




wso2.releases
WSO2 internal Repository
http://maven.wso2.org/nexus/content/repositories/releases/


true
daily
ignore




Thanks,
Harsha

On Wed, Sep 17, 2014 at 12:18 PM, Aruna Karunarathna  wrote:

> Hi Vimalathan,
>
> Can you try adding the wso2 repo to your pom.xml file.
>
> Regards,
> Aruna
>
> On Tue, Sep 16, 2014 at 10:56 AM, Vimalanathan Rajeevan <
> rajeev...@wso2.com> wrote:
>
>> Hi,
>>
>> I got a maven build failure when trying to create a service stub after
>> successfully creating server component and generating .wsdl file. I was
>> following a tutorial [1].
>> [1]
>> http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/
>>
>> Please find  the attached org.wso2.carbon.student.mgt.stub → pom.xml
>> file is used. I am getting the following error when building 
>> "org.wso2.carbon.student.mgt.stub"
>> module using maven.
>>
>> *Failed to execute goal on project org.wso2.carbon.student.mgt.stub:
>> Could not resolve dependencies for project
>> org.wso2.carbon:org.wso2.carbon.student.mgt.stub:bundle:4.2.0:*
>>
>> *The following artifacts could not be resolved:
>> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10,
>> org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v4,
>> wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v4: *
>>
>> *Failure to find org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v10 in
>> http://repo.maven.apache.org/maven2 
>> was cached in the local repository, resolution will not be reattempted
>> until the update interval of central has elapsed or updates are forced*
>>
>> It seems like problem with maven dependency versions. Please help me to
>> get this resolved.
>>
>> Best Regards,
>> V.Rajeevan
>> Software Engineer,
>> WSO2 Inc. :http://wso2.com
>>
>> Mobile : +94 773090875
>> Email : rajeev...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Dhanuka Ranasinghe
Congrattzzz !!!

*Dhanuka Ranasinghe*

Senior Software Engineer
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 715381915

On Wed, Sep 17, 2014 at 12:22 PM, Chalitha Waldeniyage 
wrote:

> Congratulations Sewwandi !!! :)
>
> On Wed, Sep 17, 2014 at 12:20 PM, Gayashan Amarasinghe 
> wrote:
>
>> Congratulations Sewwandi!!!
>>
>> On Wed, Sep 17, 2014 at 12:19 PM, Aruna Karunarathna 
>> wrote:
>>
>>> Congratulations Sewwandi...!!!
>>>
>>> On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana 
>>> wrote:
>>>
 Congrags ... :)

 On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera 
 wrote:

>
> Congradulations Sewwandi
>
> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
> manu...@wso2.com> wrote:
>
>> Congratulations !!!
>>
>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran <
>> sinth...@wso2.com> wrote:
>>
>>> Congratz sewwandi!
>>>
>>> On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe >> > wrote:
>>>
 Hi Sewwandhi,

 Congratulations!

 It is with great pleasure that we welcome you as a WSO2 committer.
 Keep up the good work!
 thanks and best regards,

 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 E: ram...@wso2.com
 P: +94 777542851


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


>>>
>>>
>>> --
>>> *Sinthuja Rajendran*
>>> Senior Software Engineer 
>>> 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
>>>
>>>
>>
>>
>> --
>> Regards,
>> Manula Chathurika Thantriwatte
>> Software Engineer
>> WSO2 Inc. : http://wso2.com
>> lean . enterprise . middleware
>>
>> email : manu...@wso2.com / man...@apache.org
>> phone : +94 772492511
>> blog : http://manulachathurika.blogspot.com/
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nipuni Perera
> Software Engineer; WSO2 Inc.; http://wso2.com
> Email: nip...@wso2.com
> Git hub profile: https://github.com/nipuni
> Mobile: +94 (71) 5626680
> 
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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


>>>
>>>
>>> --
>>>
>>> *Aruna Sujith Karunarathna* | Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 71 9040362 | Work: +94 112145345
>>> Email: ar...@wso2.com | Web: www.wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Gayashan Amarasinghe*
>> Software Engineer | Platform TG
>> WSO2, Inc. | http://wso2.com
>> lean. enterprise. middleware
>>
>> Mobile : +94718314517
>> Blog : gayashan-a.blogspot.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Chalitha Maheshwari*
> Software Engineer-QA,
> WSO2 Inc.
>
> *E-mail:* chali...@wso2.com
> *Mobile: *+94710 411 112
>
> ___
> 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


Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Sohani Weerasinghe
Congratulations 

Sohani Weerasinghe
Software Engineer
WSO2, Inc: http://wso2.com

Mobile  : +94 716439774
Blog :http://christinetechtips.blogspot.com/
Twitter  : https://twitter.com/sohanichristine

On Wed, Sep 17, 2014 at 12:23 PM, Dhanuka Ranasinghe 
wrote:

> Congrattzzz !!!
>
> *Dhanuka Ranasinghe*
>
> Senior Software Engineer
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 715381915
>
> On Wed, Sep 17, 2014 at 12:22 PM, Chalitha Waldeniyage 
> wrote:
>
>> Congratulations Sewwandi !!! :)
>>
>> On Wed, Sep 17, 2014 at 12:20 PM, Gayashan Amarasinghe > > wrote:
>>
>>> Congratulations Sewwandi!!!
>>>
>>> On Wed, Sep 17, 2014 at 12:19 PM, Aruna Karunarathna 
>>> wrote:
>>>
 Congratulations Sewwandi...!!!

 On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana 
 wrote:

> Congrags ... :)
>
> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera 
> wrote:
>
>>
>> Congradulations Sewwandi
>>
>> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
>> manu...@wso2.com> wrote:
>>
>>> Congratulations !!!
>>>
>>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran <
>>> sinth...@wso2.com> wrote:
>>>
 Congratz sewwandi!

 On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe <
 ram...@wso2.com> wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer.
> Keep up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sinthuja Rajendran*
 Senior Software Engineer 
 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


>>>
>>>
>>> --
>>> Regards,
>>> Manula Chathurika Thantriwatte
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> email : manu...@wso2.com / man...@apache.org
>>> phone : +94 772492511
>>> blog : http://manulachathurika.blogspot.com/
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nipuni Perera
>> Software Engineer; WSO2 Inc.; http://wso2.com
>> Email: nip...@wso2.com
>> Git hub profile: https://github.com/nipuni
>> Mobile: +94 (71) 5626680
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --

 *Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


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


>>>
>>>
>>> --
>>> *Gayashan Amarasinghe*
>>> Software Engineer | Platform TG
>>> WSO2, Inc. | http://wso2.com
>>> lean. enterprise. middleware
>>>
>>> Mobile : +94718314517
>>> Blog : gayashan-a.blogspot.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chalitha Maheshwari*
>> Software Engineer-QA,
>> WSO2 Inc.
>>
>> *E-mail:* chali...@wso2.com
>> *Mobile: *+94710 411 112
>>
>> ___
>> 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
>
>
___
D

Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Danesh Kuruppu
Congrats Sewwandi !!!

On Wed, Sep 17, 2014 at 12:23 PM, Dhanuka Ranasinghe 
wrote:

> Congrattzzz !!!
>
> *Dhanuka Ranasinghe*
>
> Senior Software Engineer
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 715381915
>
> On Wed, Sep 17, 2014 at 12:22 PM, Chalitha Waldeniyage 
> wrote:
>
>> Congratulations Sewwandi !!! :)
>>
>> On Wed, Sep 17, 2014 at 12:20 PM, Gayashan Amarasinghe > > wrote:
>>
>>> Congratulations Sewwandi!!!
>>>
>>> On Wed, Sep 17, 2014 at 12:19 PM, Aruna Karunarathna 
>>> wrote:
>>>
 Congratulations Sewwandi...!!!

 On Wed, Sep 17, 2014 at 12:17 PM, Rajith Vitharana 
 wrote:

> Congrags ... :)
>
> On Wed, Sep 17, 2014 at 12:16 PM, Nipuni Perera 
> wrote:
>
>>
>> Congradulations Sewwandi
>>
>> On Wed, Sep 17, 2014 at 12:13 PM, Manula Chathurika Thantriwatte <
>> manu...@wso2.com> wrote:
>>
>>> Congratulations !!!
>>>
>>> On Wed, Sep 17, 2014 at 12:09 PM, Sinthuja Ragendran <
>>> sinth...@wso2.com> wrote:
>>>
 Congratz sewwandi!

 On Wed, Sep 17, 2014 at 11:56 AM, Ramith Jayasinghe <
 ram...@wso2.com> wrote:

> Hi Sewwandhi,
>
> Congratulations!
>
> It is with great pleasure that we welcome you as a WSO2 committer.
> Keep up the good work!
> thanks and best regards,
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 777542851
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sinthuja Rajendran*
 Senior Software Engineer 
 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


>>>
>>>
>>> --
>>> Regards,
>>> Manula Chathurika Thantriwatte
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> email : manu...@wso2.com / man...@apache.org
>>> phone : +94 772492511
>>> blog : http://manulachathurika.blogspot.com/
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nipuni Perera
>> Software Engineer; WSO2 Inc.; http://wso2.com
>> Email: nip...@wso2.com
>> Git hub profile: https://github.com/nipuni
>> Mobile: +94 (71) 5626680
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --

 *Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


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


>>>
>>>
>>> --
>>> *Gayashan Amarasinghe*
>>> Software Engineer | Platform TG
>>> WSO2, Inc. | http://wso2.com
>>> lean. enterprise. middleware
>>>
>>> Mobile : +94718314517
>>> Blog : gayashan-a.blogspot.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chalitha Maheshwari*
>> Software Engineer-QA,
>> WSO2 Inc.
>>
>> *E-mail:* chali...@wso2.com
>> *Mobile: *+94710 411 112
>>
>> ___
>> 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
>
>


-- 

Danesh Kuruppu
Software Engineer
WSO2 Inc,
Mobile: +94 (77) 1690552
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev