Re: [Dev] Possible Dep sync issue in BAM toolbox deployment

2014-04-18 Thread Malith Dhanushka
Hi Sinthuja, On Sat, Apr 12, 2014 at 12:57 PM, Sinthuja Ragendran wrote: > Hi Malith, > > To confirm can you delete all the toolbox from deployment/server, and > including .svn directory, and start the BAM node? > > > And do you still see this problem? Or you get this when you have default > too

Re: [Dev] ESB Sample 255 fails when trying to connect to FTP server

2014-04-18 Thread Malaka Silva
It seems you only have just read permission. On Fri, Apr 18, 2014 at 10:54 AM, Buddhima Wijeweera wrote: > Hi Malaka, > > Thank you for the help. That solved the locking issue. > But, now I came across a new issue: > > [2014-04-18 10:38:33,124] ERROR - VFSTransportListener Error moving file : >

Re: [Dev] Possible Dep sync issue in BAM toolbox deployment

2014-04-18 Thread Kishanthan Thangarajah
You should not interfere with deployers and deployment using another task, when your are dealing with deployment synchronizer. The carbon scheduler task does the job of handling this. Or else you will get into these type of issues. BTW, whats the new approach you guys are following to solve this r

Re: [Dev] [ESB] Failed to locate the configure element for connector

2014-04-18 Thread Rushmin Fernando
Thanks a lot Ramindu ! Package name mismatch was the issue. The package name of the connector was "org.wso2.carbon.connector" while I was using "org.wso2.carbon.connectors" in the test case. The following busy wait code is there before the status update of the connector. for (byte attemptCount =

Re: [Dev] What does sh -DworkerNode=true really mean?

2014-04-18 Thread Kishanthan Thangarajah
This parameter basically makes a server read only. A node with this parameter, will not do any changes such as writing/modifying to deployment repo etc. This parameter also enables the worker profile, where the UI bundles will not be activated and only the BE bundles will be activated with the serv

[Dev] Giving cluster in jdbc url

2014-04-18 Thread Ragavan Thiruchittampalam
Hi, I am having a cassandra cluster and using datastax client to connect from DSS 3.2.0. How should I define the jdbc url to point to a cluster? Ragavan ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Please merge carbon-platform-integration-utils pull request

2014-04-18 Thread Dimuthu De Lanerolle
Hi Krishantha, Please apply the pull request - https://github.com/wso2/carbon-platform-integration-utils/pull/1 Regards -- Dimuthu De Lanerolle Software Engineer WSO2 Inc. lean . enterprise . middlewear. http://wso2.com/ Tel. : +94 11 2145345 Fax : +94 11 2145300 email : dimut...@wso2.com

[Dev] Best approach to removing stratos.common.server.feature from a product

2014-04-18 Thread Sameera Medagammaddegedara
Hi Everyone, *Background* - The Enterprise Store (ES) and the Cassandra components require the stratos.common.server.feature :2.2.1 - At the moment we are in the process of moving ES to Carbon 4.3.0 for the next Governance Registry milestone. *Problem* - The stratos.common.server

Re: [Dev] Giving cluster in jdbc url

2014-04-18 Thread Anjana Fernando
Hi, In DSS 3.2.0, we have created a new Cassandra CQL connector, which basically uses the Datastax Java Cassandra driver. And this is not the earlier JDBC driver we had earlier. You can find the properties you've to set in the docs here [1], and also a sample Cassandra data service here [2]. [1]

Re: [Dev] Best approach to removing stratos.common.server.feature from a product

2014-04-18 Thread Amila Maha Arachchi
Lot of components bundled in stratos.common feature are not needed for individual products now. They were needed for StratosLive setup. But I cannot be sure about which bundles are needed and which are not. Following are the components bundled and features imported in this feature. IMO, we only ne

Re: [Dev] [ESB] Failed to locate the configure element for connector

2014-04-18 Thread Ramindu Deshapriya
Hi Rushmin, On Fri, Apr 18, 2014 at 1:52 PM, Rushmin Fernando wrote: > On another note do you have any idea why it didnt work even after I > enabled the connector using the admin console as described in my previous > email ? Probably because the proxy service/whatever method you used to invoke

Re: [Dev] DSS(wso2dss-3.3.0-SNAPSHOT) Integration Test Migration

2014-04-18 Thread Chanika Geeganage
Hi Nuwan, I added the tenant mgt features to the DSS product. Thanks On Thu, Apr 17, 2014 at 2:56 PM, Nuwan Wimalasekara wrote: > Hi > I have completed the DSS integration test[1](user mode) migration to new > framework and All the test cases are passed when the tests are running as > a user.

Re: [Dev] DSS(wso2dss-3.3.0-SNAPSHOT) Integration Test Migration

2014-04-18 Thread Nuwan Wimalasekara
Thanks. Will make the test cases to run both user and tenant modes. Thanks, Nuwanw On Fri, Apr 18, 2014 at 4:24 PM, Chanika Geeganage wrote: > Hi Nuwan, > > I added the tenant mgt features to the DSS product. > > Thanks > > > On Thu, Apr 17, 2014 at 2:56 PM, Nuwan Wimalasekara wrote: > >> Hi >

Re: [Dev] What does sh -DworkerNode=true really mean?

2014-04-18 Thread Chathura Dilan
Thank you On Fri, Apr 18, 2014 at 2:25 PM, Kishanthan Thangarajah wrote: > This parameter basically makes a server read only. A node with this > parameter, will not do any changes such as writing/modifying to deployment > repo etc. This parameter also enables the worker profile, where the UI >

Re: [Dev] Possible Dep sync issue in BAM toolbox deployment

2014-04-18 Thread Malith Dhanushka
Hi, As per the off line chat with Kishanthan we have identified 3 possible options to solve this. 1 Delay the axis2 startup until BAMToolBoxDeployer get resolved (need to check for cyclic dependencies) 2 Delay the deployer registration of BAMToolBoxDeployer until its dependencies get resolved 3 S

[Dev] Fwd: Status of getting Enterprise Store working with Governance Registry

2014-04-18 Thread Sameera Medagammaddegedara
Hi, [Adding to to dev] This mail provides a small update on the current status of the work; *Completed* - All jaggery apps used in the Governance Registry have been bundled into a feature *Problems* - In order to get the ES installed as a feature to the Governance Registry, it must

Re: [Dev] [ESB] Failed to locate the configure element for connector

2014-04-18 Thread Rushmin Fernando
Thanks Ramindu. Yes that's the closest guess. @ESB team are package names other than "org.wso2.carbon.connector" not supported in connector naming ? On Fri, Apr 18, 2014 at 3:42 PM, Ramindu Deshapriya wrote: > Hi Rushmin, > > On Fri, Apr 18, 2014 at 1:52 PM, Rushmin Fernando wrote: > >> On anot

Re: [Dev] Best approach to removing stratos.common.server.feature from a product

2014-04-18 Thread Kasun Gajasinghe
Hi AmilaM, SameeraM, The tenant-mgt components and features are already available in 4.3.0 [1]. You can find the components we brought back in the thread "Removing Stratos features from Carbon 4.3.0 Products" in architecture list. [1] https://github.com/wso2/carbon-commons/tree/master/components/

Re: [Dev] Best approach to removing stratos.common.server.feature from a product

2014-04-18 Thread Kasun Gajasinghe
BTW, we no longer ship org.wso2.carbon.activation component starting from 4.2.0 chunk 2. On Fri, Apr 18, 2014 at 5:31 PM, Kasun Gajasinghe wrote: > Hi AmilaM, SameeraM, > > The tenant-mgt components and features are already available in 4.3.0 [1]. > You can find the components we brought back i

[Dev] [Bamboo-Build] Bamboo test email

2014-04-18 Thread Bamboo
This is a test email generated by Bamboo. If you receive this email, your mail server settings on Bamboo are correct. Thanks, Bamboo https://wso2.org/bamboo ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-18 Thread Vanjikumaran Sivajothy
Kind reminder On Tue, Apr 15, 2014 at 5:25 PM, Vanjikumaran Sivajothy wrote: > This patch is not merged yet, Therefore, I have send the pull request [1]. > > [1] https://github.com/wso2/carbon-commons/pull/3 > > > On Thu, Apr 10, 2014 at 7:04 AM, Vanjikumaran Sivajothy wrote: > >> After applying

[Dev] [Bamboo-Build] Bamboo test email

2014-04-18 Thread Bamboo
This is a test email generated by Bamboo. If you receive this email, your mail server settings on Bamboo are correct. Thanks, Bamboo https://wso2.org/bamboo ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Configuration location for jaggery apps

2014-04-18 Thread Manuranga Perera
*Current Implementation* We currently keep configuration files for jaggery apps within the app itself (eg: site.json). *Issue with Current Implementation* But this is creating some difficulties in multi environment deployments. Since the configuration files will contain some environment specific i

[Dev] [AS 5.2.1 ]hazlecast issue

2014-04-18 Thread Vijayaratha Vijayasingam
Hi; Im getting following issue in a clustered setup; TID: [0] [AS] [2014-04-18 15:25:44,074] ERROR {com.hazelcast.cluster.MergeClustersOperation} - [10.21.203.34]:4000 [wso2.appserver.domain] null {com.hazelcast.cluster.MergeClustersOperation} java.lang.NullPointerException at com.hazelcast.map.Ma

Re: [Dev] [AS 5.2.1 ]hazlecast issue

2014-04-18 Thread Bhathiya Jayasekara
Hi Ratha, This is an intermittent Hazelcast issue. You might have to upgrade Hazelcast version to resolve it. This is discussed here [1] as well. [1] [Dev] NPE while hazelcast initializing, in the 10th December Storage Server build Thanks, Bhathiya On Fri, Apr 18, 2014 at 3:40 PM, Vijayaratha

[Dev] Disable reloading super tenant themes to the registry in each server start

2014-04-18 Thread Eranda Sooriyabandara
Hi All, Currently we are loading super tenant themes to the registry in each server startup, when the themes-mgt bundle start. Since this involves registry calls this cause considerable startup delay. So here we are proposing a configuration which we can enable to stop loading themes. Here is the

Re: [Dev] Disable reloading super tenant themes to the registry in each server start

2014-04-18 Thread Danushka Fernando
+1. I think this is a good solution. Currently we are writing to registry no matter what. Specially when it comes to stratos environments no need to write it from each server restart. Since the solution is configurable i think this is a good solution. On Apr 18, 2014 4:33 PM, "Eranda Sooriyabandara

[Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Nandika Jayawardana
Hi All, It's my pleasure to announce Waruna Jayaweera as a WSO2 Committer. Waruna has been a valuable contributor for WSO2 BPS / BRS products and in recognition of his contributions to WSO2, he has been voted as a WSO2 Committer. Waruna, Congratulations and Keep up the good work! Thanks and Re

[Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Nandika Jayawardana
Hi All, It's my pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal has been a valuable contributor for WSO2 BPS product and in recognition of his contributions to WSO2, he has been voted as a WSO2 Committer. Amal, Congratulations and Keep up the good work! Thanks and Regards, Nandi

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Malintha Adikari
Congratulations Waruna...!!! On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana wrote: > Hi All, > > It's my pleasure to announce Waruna Jayaweera as a WSO2 Committer. Waruna > has been a valuable contributor for WSO2 BPS / BRS products and in > recognition of his contributions to WSO2,

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Malintha Adikari
Congratulations Amal. On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana wrote: > Hi All, > > It's my pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal > has been a valuable contributor for WSO2 BPS product and in recognition of > his contributions to WSO2, he has been voted

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Sohani Weerasinghe
Congratulations Waruna Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Sat, Apr 19, 2014 at 9:10 AM, Malintha Adikari wrote: > Congratulations Waruna

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Sohani Weerasinghe
Congratulations Amal Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Sat, Apr 19, 2014 at 9:12 AM, Malintha Adikari wrote: > Congratulations Amal...

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Subash Chaturanga
Congratulations !! On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana wrote: > Hi All, > > It's my pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal > has been a valuable contributor for WSO2 BPS product and in recognition of > his contributions to WSO2, he has been voted as a W

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Manula Chathurika Thantriwatte
Congratulations !!! On Sat, Apr 19, 2014 at 9:56 AM, Subash Chaturanga wrote: > Congratulations !! > > > On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana wrote: > >> Hi All, >> >> It's my pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal >> has been a valuable contributor for

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Manula Chathurika Thantriwatte
Congratulations !!! On Sat, Apr 19, 2014 at 9:42 AM, Sohani Weerasinghe wrote: > Congratulations Waruna > > Sohani Weerasinghe > Software Engineer > WSO2, Inc: http://wso2.com > > Mobile : +94 716439774 > Blog :http://christinetechtips.blogspot.com/ > Twitter : https://twitter.com/so

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Lali Devamanthri
Congratulations ! On Sat, Apr 19, 2014 at 10:28 AM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Congratulations !!! > > > On Sat, Apr 19, 2014 at 9:42 AM, Sohani Weerasinghe wrote: > >> Congratulations Waruna >> >> Sohani Weerasinghe >> Software Engineer >> WSO2, Inc: http:/

Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-18 Thread Lali Devamanthri
Congratulations !!! On Sat, Apr 19, 2014 at 10:27 AM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Congratulations !!! > > > On Sat, Apr 19, 2014 at 9:56 AM, Subash Chaturanga wrote: > >> Congratulations !! >> >> >> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana wrote: >> >>

[Dev] IS 5.0.0 moved to chunk-10

2014-04-18 Thread Darshana Gunawardana
Hi, Please note $subject with r200629. Thanks, -- 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

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-18 Thread Chandana Napagoda
Congratulations Waruna...!!! Regards, Chandana On Apr 19, 2014 8:24 AM, "Nandika Jayawardana" wrote: > Hi All, > > It's my pleasure to announce Waruna Jayaweera as a WSO2 Committer. Waruna > has been a valuable contributor for WSO2 BPS / BRS products and in > recognition of his contributions t