Re: [Dev] Error in wso2 apim 2.1.0 kubernetes deployment in google container engine

2017-09-28 Thread Dileepa Jayakody
Hi Pubudu et al, The root cause was that the volumes were not getting created in the given hostPaths at /tmp/data/. at the deployment time. As suggested by Pubudu, we could get the issue fixed by setting the StorageClass annotation : storageclass.beta.kubernetes.io/is-default-class: *false*

Re: [Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-07-03 Thread Dileepa Jayakody
. > Rename your mysql jar to mysql-connector-java-5.1.36-bin.jar. > > mysql-connector-java-5.1.36.jar != mysql-connector-java-5.1.36-bin.jar > > > On Fri, Jun 30, 2017 at 12:57 PM, Dileepa Jayakody < > dileepajayak...@gmail.com> wrote: > >> Hi Pubudu, >>

Re: [Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-06-30 Thread Dileepa Jayakody
om/wso2/puppet-base/tree/v1.0.0 > > Thank you! > > On Fri, Jun 30, 2017 at 2:39 PM, Dileepa Jayakody < > dileepajayak...@gmail.com> wrote: > >> Hi Pubudu, Isuru, >> >> Thanks, yes manifests have been deleted by mistake. Now the >> PUPPET_HOME/manifests direc

Re: [Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-06-30 Thread Dileepa Jayakody
> location. > > 1. hieradata > 2. hiera.yaml > 3. manifests > 4. modules > > Please make sure you have the above files in your setup. > > Thank you! > > On Fri, Jun 30, 2017 at 1:06 PM, Dileepa Jayakody < > dileepajayak...@gmail.com> wrote: > >

Re: [Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-06-30 Thread Dileepa Jayakody
9331674976a6About an hour ago 232MB I think it fails to execute the image-config.sh due to some reason. Any idea how to resolve this? Thanks, Dileepa On Wed, Jun 28, 2017 at 11:01 PM, Dileepa Jayakody < dileepajayak...@gmail.com> wrote: > Hi Pubudu, > > Thank

Re: [Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-06-28 Thread Dileepa Jayakody
> [1] - https://github.com/wso2/kubernetes-apim/tree/2.1.0 > > Thank you! > > On Tue, Jun 27, 2017 at 7:00 PM, Dileepa Jayakody < > dileepajayak...@gmail.com> wrote: > >> Hi All, >> >> We have been following the kubernetes deployment guide for WSO2 produ

[Dev] Issues with deploying WSO2 APIM 2.1.0 in Google Cloud

2017-06-27 Thread Dileepa Jayakody
Hi All, We have been following the kubernetes deployment guide for WSO2 products [1] to deploy APIM 2.1.0 in kubernetes on Google cloud. We have also followed the blog post [2] as a reference. When I execute the final deploy command by running $KUBERNETES_HOME/wso2am/deploy.sh it keeps on idling

Re: [Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-11 Thread Dileepa Jayakody
selected correct message formatter for application/rdf+xml Content-Type in axis2.xml ? On Wed, Feb 11, 2015 at 2:43 PM, Dileepa Jayakody dileepajayak...@gmail.com wrote: Hi Ruwan, Thanks again. However I still get only the HTTP status code response header to the client as below; I noted

Re: [Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-11 Thread Dileepa Jayakody
Cheers, Ruwan On Wed, Feb 11, 2015 at 12:15 PM, Dileepa Jayakody dileepajayak...@gmail.com wrote: Hi Ruwan, Thanks for the link. I followed the sample but the issue still persists. Although the BE response comes to the out sequence only the HTTP 200 status message is sent

Re: [Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-11 Thread Dileepa Jayakody
value=application/rdf+xml scope=axis2/ And also 4.5.1 is a very old version of ESB, If there is no strong reason for you to keep using it, try to use latest 4.8.1 version. Thanks. On Wed, Feb 11, 2015 at 4:09 PM, Dileepa Jayakody dileepajayak...@gmail.com wrote: Hi Isuru, Thanks a lot

[Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-10 Thread Dileepa Jayakody
Hi All, I'm using WSO2 4.5.1 ESB in my project to balance load to my BE server nodes. I created a pass through proxy service calling a Load Balance Endpoint to handle the request load by 2 BE nodes in a round-robin manner. When I call the proxy service, although the expected BE response comes to

Re: [Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-10 Thread Dileepa Jayakody
- wire Transfer-Encoding: chunked[\r][\n] [2015-02-10 23:05:26,277] DEBUG - wire Connection: keep-alive[\r][\n] [2015-02-10 23:05:26,277] DEBUG - wire [\r][\n] [2015-02-10 23:05:26,277] DEBUG - wire 0[\r][\n] [2015-02-10 23:05:26,277] DEBUG - wire [\r][\n] On Tue, Feb 10, 2015 at 8:33 PM, Dileepa

Re: [Dev] [ESB 4.5.1] Load balance endpoint only sends HTTP response header to the client

2015-02-10 Thread Dileepa Jayakody
.com wrote: Hi Deleepa, Would you be able to adopt the configuration according to the following sample? https://docs.wso2.com/display/ESB481/Sample+154%3A+Load+Balancing+with+Proxy+Services Have a nice day! -Ruwan On Tue, Feb 10, 2015 at 11:14 PM, Dileepa Jayakody dileepajayak

Re: [Dev] Do we really need a separate carbon orbit?

2013-05-22 Thread Dileepa Jayakody
Hi All, The logic we used to have separate orbits is like below. carbon project |--orbit (top level orbit) : bundled 3rd party libraries with no modifications to the source (eg: rabbitmq) | |--kernel/dependencies : forked non-osgi libraries used in kernel with source code modifications (eg:

Re: [Dev] Kernel trunk - p2 profile build error

2013-04-15 Thread Dileepa Jayakody
Hi Kishanthan, Can you start the server with the osgi console and check the relevant carbon bundles are in ACTIVE state? Maybe some of the bundles are not added to the distribution during the build OR not in active state at run time. AFAIK The distribution structure changes with the

Re: [Dev] Multiple profile support in Carbon

2013-03-04 Thread Dileepa Jayakody
, Feb 20, 2013 at 1:26 AM, Dileepa Jayakody dile...@wso2.com wrote: On Tue, Feb 19, 2013 at 8:20 AM, Dileepa Jayakody dile...@wso2.comwrote: Hi All, I continued with the 1st option of updating the relative paths for source,destination in p2.inf of platform features in the new multi-profile

Re: [Dev] Build failed in trunk with clean repo

2013-03-03 Thread Dileepa Jayakody
? Thanks, Dileepa thanks Eranda * * -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Build failed in trunk with clean repo

2013-03-02 Thread Dileepa Jayakody
blog: http://lahiruwrites.blogspot.com/ twitter: http://twitter.com/lahirus linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody

Re: [Dev] Build failed in trunk with clean repo

2013-03-02 Thread Dileepa Jayakody
branch, and we haven't released it yet. So for the moment we'll have to build (only) orbit 4.1.0 branch before building trunk. Thanks, Dileepa Sent from my iPad On Mar 2, 2013, at 11:13 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi Lahiru, Please build the orbit 4.1.0 branch first

Re: [Dev] Configuring a Default Feature Repository in Carbon

2013-02-22 Thread Dileepa Jayakody
(Sri Lanka) +94 (0)774777663 * * On Feb 21, 2013, at 8:52 PM, Dileepa Jayakody wrote: On Wed, Feb 20, 2013 at 5:13 PM, Dileepa Jayakody dile...@wso2.comwrote: On Wed, Feb 20, 2013 at 4:31 PM, Pradeep Fernando prad...@wso2.comwrote: I dont think we should load the repository during

Re: [Dev] Configuring a Default Feature Repository in Carbon

2013-02-21 Thread Dileepa Jayakody
On Wed, Feb 20, 2013 at 5:13 PM, Dileepa Jayakody dile...@wso2.com wrote: On Wed, Feb 20, 2013 at 4:31 PM, Pradeep Fernando prad...@wso2.comwrote: I dont think we should load the repository during startup. Provisioning is not a requirement for server startup. The default URL appearing

Re: [Dev] Configuring a Default Feature Repository in Carbon

2013-02-20 Thread Dileepa Jayakody
to avoid configs if possible. --Pradeep On Wed, Feb 20, 2013 at 1:43 AM, Dileepa Jayakody dile...@wso2.comwrote: Hi All, Configuring a default feature repository in Carbon has been a requirement for sometime now. We can do this by having an entry in carbon.xml like below and load

Re: [Dev] Configuring a Default Feature Repository in Carbon

2013-02-20 Thread Dileepa Jayakody
. I'll just update the sample URL text in feature manager UI accordingly. Thanks, Dileepa --Pradeep On Wed, Feb 20, 2013 at 4:26 PM, Dileepa Jayakody dile...@wso2.comwrote: On Wed, Feb 20, 2013 at 11:18 AM, Pradeep Fernando prad...@wso2.comwrote: Since we are giving carbon.version during

Re: [Dev] Multiple profile support in Carbon

2013-02-19 Thread Dileepa Jayakody
On Tue, Feb 19, 2013 at 8:20 AM, Dileepa Jayakody dile...@wso2.com wrote: Hi All, I continued with the 1st option of updating the relative paths for source,destination in p2.inf of platform features in the new multi-profile target directory structure. Based on that I have done below changes

[Dev] Configuring a Default Feature Repository in Carbon

2013-02-19 Thread Dileepa Jayakody
RepositoryURLhttp://dist.wso2.org/p2/carbon/releases/4.0.5 /RepositoryURL /FeatureRepository I have done the necessary changes locally, is it good to commit this to trunk now and make it available in future releases? Thanks, Dileepa -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise

Re: [Dev] Multiple profile support in Carbon

2013-02-18 Thread Dileepa Jayakody
Hi All, I continued with the 1st option of updating the relative paths for source,destination in p2.inf of platform features in the new multi-profile target directory structure. Based on that I have done below changes to kernel in the scratch area; 1. carbon-p2-plugin [1] Updated the p2-director

Re: [Dev] Multiple profile support in Carbon

2013-02-16 Thread Dileepa Jayakody
Hi All, On Fri, Feb 15, 2013 at 4:08 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi All, After some discussions with p2-dev guys on how to support multiple product installations in a single distribution, the previous directory structure had to be slightly modified to provide separate

Re: [Dev] Multiple profile support in Carbon

2013-02-15 Thread Dileepa Jayakody
, Pradeep Fernando prad...@wso2.com wrote: Excellent progress!! --Pradeep On Thu, Jan 31, 2013 at 11:08 AM, Dileepa Jayakody dile...@wso2.comwrote: Hi Pradeep and All, To give a brief introduction on this; the purpose of this implementation is to be able to pre-provision several products

Re: [Dev] Add Latest Version Of Features To Carbon

2013-02-13 Thread Dileepa Jayakody
Canadian Bank Note Co. Ltd. 613-608-9752 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616

Re: [Dev] Adding Data Agents as a different composite feature

2013-02-10 Thread Dileepa Jayakody
*WSO2, Inc. *lean.enterprise.middleware. mobile : +94 772314602 http://sanjeewamalalgoda.blogspot.com/blog : http://kasunweranga.blogspot.com/ ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Kernel 4.0.6 #50 has FAILED. Change made by dileepa.

2013-02-05 Thread Dileepa Jayakody
http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Integration tests to cover p2 feature installation across platform

2013-01-31 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing

Re: [Dev] Multiple profile support in Carbon

2013-01-30 Thread Dileepa Jayakody
:38 AM, Pradeep Fernando prad...@wso2.com wrote: Hi, Dileepa working on the $subject. @Dileepa : can you please provide a brief update :) thanks, --Pradeep -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616

Re: [Dev] org.wso2.esb.mandatory.feature

2013-01-23 Thread Dileepa Jayakody
Anuruddha Software Engineer | WSO2, Inc. Phone: +9477272595 callto:+9477272595 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile

Re: [Dev] org.wso2.esb.mandatory.feature

2013-01-23 Thread Dileepa Jayakody
http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] User mgt bundle in both carbon core server and carbon core commons feature?

2013-01-18 Thread Dileepa Jayakody
, Tharindu Mathew thari...@wso2.com wrote: Hi, $subject. May I know the reason? -- Regards, Tharindu Mathew Associate Technical Lead, WSO2 BAM Member - Data Mgmt. Committee blog: http://tharindumathew.com/ M: +9459908 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean

Re: [Dev] User mgt bundle in both carbon core server and carbon core commons feature?

2013-01-18 Thread Dileepa Jayakody
Please note I removed user.mgt and user.core from carbon.core.common feature and added them in carbon.core.server feature On Fri, Jan 18, 2013 at 3:58 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi Tharindu, IMO there's no valid reason for having the same bundle in both core.server

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Kernel 4.0.6 #20 has FAILED. Change made by dileepa.

2013-01-16 Thread Dileepa Jayakody
/viewAdministrators.action. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Kernel 4.0.6 #20 has FAILED. Change made by dileepa.

2013-01-16 Thread Dileepa Jayakody
fixed in r153274 by rearranging the build-order of components in patch-releases/4.0.6/core Thanks, Dileepa On Thu, Jan 17, 2013 at 10:20 AM, Dileepa Jayakody dile...@wso2.com wrote: I'm looking into this. On Thu, Jan 17, 2013 at 3:27 AM, Bamboo cbuil...@wso2.org wrote: [image: Failed

Re: [Dev] Is Product == Carbon Core + Set of Features true?

2013-01-14 Thread Dileepa Jayakody
://wiki.eclipse.org/Equinox/p2/Engine/Touchpoint_Instructions_35 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Unwanted UI permissions.

2013-01-10 Thread Dileepa Jayakody
. - http://wso2.org Email : aji...@wso2.com Mobile : +94772217350 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Products 4.0.6 #10 has FAILED (1 tests failed, no failures were new). Change made by prabatha, dimuthul and dushan.

2013-01-05 Thread Dileepa Jayakody
/mailman/listinfo/dev ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616

Re: [Dev] Identity server profile gen failing

2013-01-05 Thread Dileepa Jayakody
-- Regards, Tharindu blog: http://mackiemathew.com/ M: +9459908 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777

Re: [Dev] Properly use importFeatureDef to import external feature dependencies when developing Carbon Features

2013-01-03 Thread Dileepa Jayakody
On Wed, Jan 2, 2013 at 6:59 PM, Prabath Abeysekera praba...@wso2.comwrote: Hi, On Wed, Jan 2, 2013 at 6:24 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi All, I came across some more features in our platform which have included external features instead of importing them as dependencies

Re: [Dev] Properly use importFeatureDef to import external feature dependencies when developing Carbon Features

2013-01-02 Thread Dileepa Jayakody
.carbon.mediation.initializer.server.feature:4.0.2/includedFeatureDef If there are no objections, and feature owners are agreeable to above change, can we please fix these features in 4.0.6? Thanks, Dileepa On Thu, Dec 13, 2012 at 7:38 PM, Dileepa Jayakody dile...@wso2.com wrote: On Thu, Dec 13, 2012 at 7:31 PM, Pradeep

Re: [Dev] Properly use importFeatureDef to import external feature dependencies when developing Carbon Features

2013-01-02 Thread Dileepa Jayakody
, Dileepa On Wed, Jan 2, 2013 at 6:30 PM, Amila Maha Arachchi ami...@wso2.com wrote: Hi Dileepa, If the products which packs these features are not released with 4.0.6, is it necessary to fix them also? Regards, AmilaM. On Wed, Jan 2, 2013 at 6:24 PM, Dileepa Jayakody dile...@wso2.com wrote

[Dev] Can't install BAM Data Agents on top of AS 5.0.2

2012-12-15 Thread Dileepa Jayakody
of org.wso2.carbon.mediation.initializer.server.feature:4.0.2 If we are to fix this need to update mediation.initializer.server.feature to properly import the server.feature. How to proceed with this? Thanks, Dileepa -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware

Re: [Dev] Can't install BAM Data Agents on top of AS 5.0.2

2012-12-15 Thread Dileepa Jayakody
and feature-categories in the p2-repo are updated to latest versions. How can we proceed with this? Thanks, Dileepa Regards Buddhika On Sat, Dec 15, 2012 at 1:56 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi All, Getting below error when trying to install BAM Data Agents category from

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-14 Thread Dileepa Jayakody
Created a jira to fix the test: https://wso2.org/jira/browse/CARBON-14031 I'll exclude the 2 failing unit tests in carbon.core for the timebeing. On Fri, Dec 14, 2012 at 2:55 PM, Dileepa Jayakody dile...@wso2.com wrote: On Fri, Dec 14, 2012 at 2:39 PM, Muhammed Shariq sha...@wso2.com wrote

Re: [Dev] [G-Reg 4.5.3]Can't remove selected UI features through feature manager.

2012-12-14 Thread Dileepa Jayakody
-- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Properly use importFeatureDef to import external feature dependencies when developing Carbon Features

2012-12-13 Thread Dileepa Jayakody
.carbon.service.mgt.server feature: 4.0.5 for above reason, by importing external features. When importing external features we should also make sure the importedFeatures are published to the repository. Thanks, Dileepa -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-13 Thread Dileepa Jayakody
On Thu, Dec 13, 2012 at 6:15 PM, Muhammed Shariq sha...@wso2.com wrote: Hi Dileepa, This test is still failing in builder3 Looking into it. On Thu, Dec 13, 2012 at 12:09 PM, Dileepa Jayakody dile...@wso2.comwrote: Yes Krishantha I committed the changes to carbon.core 4.0.5 in r151291

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-13 Thread Dileepa Jayakody
There was a problem in CC registry returning logic where it's always returning null regardless of the tenantID. Since that issue is now fixed, the tests should be passing. Thanks, Dileepa On Thu, Dec 13, 2012 at 6:22 PM, Dileepa Jayakody dile...@wso2.com wrote: On Thu, Dec 13, 2012 at 6:15

Re: [Dev] Properly use importFeatureDef to import external feature dependencies when developing Carbon Features

2012-12-13 Thread Dileepa Jayakody
/guidelines-for-carbon-feature-developers.html :) Thanks, Dileepa --Pradeep On Thu, Dec 13, 2012 at 6:08 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi All, *importFeatureDef* instruction in carbon-p2-plugin is used to define dependencies to external features when developing a feature. We

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-13 Thread Dileepa Jayakody
) Tests run: 23, Failures: 0, Errors: 16, Skipped: 0 On Thu, Dec 13, 2012 at 6:54 PM, Dileepa Jayakody dile...@wso2.comwrote: There was a problem in CC registry returning logic where it's always returning null regardless of the tenantID. Since that issue is now fixed, the tests should be passing

Re: [Dev] GReg P2 profile gen build failure due to org.wso2.carbon.service.mgt.server.feature

2012-12-13 Thread Dileepa Jayakody
.carbon.caching.server.feature:4.0.2/featureArtifactDef featureArtifactDeforg.wso2.carbon:org.wso2.carbon.rm.server.feature:4.0.0/featureArtifactDef On Thu, Dec 13, 2012 at 9:59 PM, Dileepa Jayakody dile...@wso2.com wrote: Yes, we had to incorporate this change to make sure it doesn't break the p2

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-13 Thread Dileepa Jayakody
in current CC implementation, it fails as there is no OSGi registry service available during the unit test life-cycle. Any idea on how to fix the unitTests here? Thanks, Dileepa On Thu, Dec 13, 2012 at 7:43 PM, Dileepa Jayakody dile...@wso2.com wrote: On Thu, Dec 13, 2012 at 7:28 PM, Pradeep Fernando

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-13 Thread Dileepa Jayakody
to PersistenceManager instance. Thoughts on a possible work-around for this? Thanks, Dileepa --Pradeep On Fri, Dec 14, 2012 at 1:08 AM, Dileepa Jayakody dile...@wso2.comwrote: In CC the registry is now retrieved using registryService from OSGIDataHolder like below; eg

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-12 Thread Dileepa Jayakody
in the test's setup flow. Thanks, Dileepa On Tue, Dec 11, 2012 at 10:27 AM, Dileepa Jayakody dile...@wso2.com wrote: I will look into this On Tue, Dec 11, 2012 at 10:17 AM, Muhammed Shariq sha...@wso2.com wrote: Hi, We need to get this test passing ASAP .. can someone have a look please ?! On Mon

Re: [Dev] [Commits] [Carbon-kernel] svn commit r151291 - carbon/kernel/branches/4.0.0/core/org.wso2.carbon.core/4.0.5/src/test/java/org/wso2/carbon/core/test/persistence

2012-12-12 Thread Dileepa Jayakody
Technologies Senior Software Engineer;WSO2 Inc.; http://wso2.com blog: http://pradeepfernando.blogspot.com m: +94776603662 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-12 Thread Dileepa Jayakody
-Dec-2012 21:00:49Tests run: 23, Failures: 0, Errors: 16, Skipped: 0 build 12-Dec-2012 21:00:49 Thanks, Krishantha [1] http://wso2.org/bamboo/download/WCB001-KER005-JOB1/build_logs/WCB001-KER005-JOB1-54.log On Wed, Dec 12, 2012 at 1:40 PM, Dileepa Jayakody dile...@wso2.comwrote

Re: [Dev] Kernel test failures in PersistenceManagerTest

2012-12-10 Thread Dileepa Jayakody
reports are attached herewith.. Regards, Dinusha. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Thanks, Shariq. Phone: +94 777 202 225 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean

[Dev] wso2server.bat is updated to support UTF8 encoding on Windows by default

2012-12-06 Thread Dileepa Jayakody
/browse/CARBON-14012 [2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.5/carbon-home/bin -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list

Re: [Dev] wso2server.bat is updated to support UTF8 encoding on Windows by default

2012-12-06 Thread Dileepa Jayakody
Only changed the .bat file [1] because this is specific to Windows [1] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.5/carbon-home/bin/wso2server.bat On Thu, Dec 6, 2012 at 2:59 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi All, As a fix to [1], UTF8

Re: [Dev] wso2server.bat is updated to support UTF8 encoding on Windows by default

2012-12-06 Thread Dileepa Jayakody
On Thu, Dec 6, 2012 at 7:44 PM, Chethiya Abeysinghe cheth...@wso2.comwrote: There are different Unix/Linux distros not having UTF8 by default. So we might have to consider doing this for .sh file too? +1. - chethiya software engineer, WSO2 On Dec 6, 2012 3:09 PM, Dileepa Jayakody dile

Re: [Dev] Clarification on features present in the IS p2-profile {was:Lot of unnecessary Jars in Carbon Core}

2012-12-05 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman

Re: [Dev] Merge kernel branch into trunk ASAP

2012-11-11 Thread Dileepa Jayakody
worked on the script and used it to merge the 4.0.3 changes to support-trunk, Please find the attached latest script. But if we are to use this for OT trunk, some changes might be needed for the script. Thanks, Dileepa thanks, --Pradeep -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean

Re: [Dev] Stop releasing Carbon distribution with each and every product release.

2012-11-11 Thread Dileepa Jayakody
process, we will document all the steps like , creating OT branch, support branch, deploying, etc so that a member/members from the releasing product teams can complete them of their own. +1 wdyt ? thanks, --Pradeep -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise

Re: [Dev] Problem in installing MB features to wso2 products

2012-11-08 Thread Dileepa Jayakody
-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Integration Tests Failure 4.0.4

2012-11-06 Thread Dileepa Jayakody
/mailman/listinfo/dev -- /sumedha m: +94 773017743 b : bit.ly/sumedha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware

Re: [Dev] Integration Tests Failure 4.0.4

2012-11-06 Thread Dileepa Jayakody
Committed the change. Please take a svn up at 4.0.0/distribution/integration/4.0.4/tests Thanks, Dileepa On Tue, Nov 6, 2012 at 8:10 PM, Dileepa Jayakody dile...@wso2.com wrote: Yes The path should not be hard coded instead defined like; carbon.zip${basedir}/../../../kernel/${project.version

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Kernel 4.0.4 #3 has FAILED. Change made by dileepa.

2012-11-06 Thread Dileepa Jayakody
profilehttp://wso2.org/bamboo/profile/userNotifications.actionor notify your administrator http://wso2.org/bamboo/viewAdministrators.action. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software

Re: [Dev] Error while building Kernel - 4.0.4

2012-11-06 Thread Dileepa Jayakody
kernel building successful? -- /sumedha m: +94 773017743 b : bit.ly/sumedha -- /sumedha m: +94 773017743 b : bit.ly/sumedha -- /sumedha m: +94 773017743 b : bit.ly/sumedha -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777

Re: [Dev] [BUILD FAILED] WSO2 Carbon 4.0.x Kernel_4.0.4 build #4

2012-11-06 Thread Dileepa Jayakody
: +94 777 775 729 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Please add Identity Server Feature Category to 4.0.3 feature repository

2012-10-30 Thread Dileepa Jayakody
Hi IS team, Can we please add IS category to 4.0.3 p2 repo pom? This is vital to test IS feature group on top other carbon products. If you need further clarifications on defining the feature category please let me know. Thanks, Dileepa -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean

Re: [Dev] Please add Identity Server Feature Category to 4.0.3 feature repository

2012-10-30 Thread Dileepa Jayakody
features. Will need help from each product team for this. Thanks, Dileepa Rajika On Wed, Oct 31, 2012 at 1:32 AM, Dileepa Jayakody dile...@wso2.comwrote: Hi IS team, Can we please add IS category to 4.0.3 p2 repo pom? This is vital to test IS feature group on top other carbon products. If you

Re: [Dev] Please create Carbon 4.0.3 product

2012-10-29 Thread Dileepa Jayakody
On Mon, Oct 29, 2012 at 12:49 PM, Samisa Abeysinghe sam...@wso2.com wrote: On Sun, Oct 28, 2012 at 11:41 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi Prabath, Sorry for the delay in reply. We can do this as soon as commit rights are granted. Can we please have commit rights

Re: [Dev] Feature manager categorization seems to be badly broken

2012-10-29 Thread Dileepa Jayakody
such mechanisms to maintain category metadata after a feature installation. Will work on it. Thanks, Dileepa On Sat, Oct 27, 2012 at 11:57 PM, Dileepa Jayakody dile...@wso2.comwrote: On Fri, Oct 26, 2012 at 11:15 AM, Samisa Abeysinghe sam...@wso2.comwrote: On Fri, Oct 26, 2012 at 11:12 AM, Samisa

Re: [Dev] Feature manager categorization seems to be badly broken

2012-10-29 Thread Dileepa Jayakody
:59 PM, Samisa Abeysinghe sam...@wso2.comwrote: And there is more into this: https://wso2.org/jira/browse/CARBON-13968 On Sat, Oct 27, 2012 at 11:57 PM, Dileepa Jayakody dile...@wso2.comwrote: On Fri, Oct 26, 2012 at 11:15 AM, Samisa Abeysinghe sam...@wso2.comwrote: On Fri, Oct 26, 2012

Re: [Dev] Feature manager categorization seems to be badly broken

2012-10-27 Thread Dileepa Jayakody
Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise

Re: [Dev] Integration test failure in Carbon 4.0.2

2012-10-13 Thread Dileepa Jayakody
, Oct 13, 2012 at 9:11 PM, Krishantha Samaraweera krishan...@wso2.com wrote: I did a build again with latest changes and haven't got such a failure. Thanks, Krishantha. On Fri, Oct 12, 2012 at 8:37 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi all, I see the below failure in 4.0.2

[Dev] Clarification regarding OAth UI and Data Bridge - Data Receiver Aggregate features

2012-10-12 Thread Dileepa Jayakody
of importing them? Thanks, Dileepa -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Feature manager is slow

2012-10-11 Thread Dileepa Jayakody
); handleCallback(); } Appreciate any more insight into this fix. Thanks, Dileepa --Pradeep -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2

Re: [Dev] Feature manager is slow

2012-10-10 Thread Dileepa Jayakody
On Wed, Oct 3, 2012 at 1:15 AM, Dileepa Jayakody dile...@wso2.com wrote: Hi All, I could reproduce this issue in esb 4.5.0 as well, so it's not limited to AS. When debugging the featureManager code what I observed is RepositoryAdminServiceCallbackHandler object registered

Re: [Dev] DSS build failure

2012-10-08 Thread Dileepa Jayakody
correcting the problems, you can resume the build with the command [ERROR] mvn goals -rf :wso2dataservices-profile-gen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc

Re: [Dev] Governance UI compilation faliure

2012-10-03 Thread Dileepa Jayakody
/4.0.1/ first and then you will be able to build org.wso2.carbon.governance. generic.ui. thanks Eranda * * -- *Eranda Sooriyabandara *Software Engineer; Integration Technologies Team; WSO2 Inc.; http://wso2.com * * -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean

Re: [Dev] Build failure Andes - core

2012-10-03 Thread Dileepa Jayakody
-- Ajith Vitharana. WSO2 Inc. - http://wso2.org Email : aji...@wso2.com Mobile : +94714631794 -- Ajith Vitharana. WSO2 Inc. - http://wso2.org Email : aji...@wso2.com Mobile : +94714631794 -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile

Re: [Dev] Feature manager is slow

2012-10-02 Thread Dileepa Jayakody
for asynchronous clients to receive service response? Thanks, Dileepa On Mon, Oct 1, 2012 at 5:09 PM, Supun Malinga sup...@wso2.com wrote: Hi, On Mon, Oct 1, 2012 at 3:57 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi Rajika and all, This issue with adding a p2-repo getting stuck

Re: [Dev] Feature manager is slow

2012-10-01 Thread Dileepa Jayakody
dependency checks. - Chethiya On Mon, Sep 10, 2012 at 4:37 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi Rajika, Thanks for the pointers. In the feature-manager we are using p2 sdk, calling the p2-api under the hood. For eg: to add and load a repository following code is used by us

Re: [Dev] org.wso2.carbon.identity.entitlement.proxy build failure

2012-10-01 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org

Re: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #410 has FAILED. Change made by 12 authors.

2012-10-01 Thread Dileepa Jayakody
, Nirmal Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing

Re: [Dev] AS p2 failure with Reporting Feature 4.0.2

2012-09-30 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi

Re: [Dev] BUILD FAILURE : Mediation Library Feature

2012-09-21 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list

Re: [Dev] Non-resolvable parent POM: Failure

2012-09-20 Thread Dileepa Jayakody
-- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] P2 Repository for Carbon 4.0.1 releases

2012-09-14 Thread Dileepa Jayakody
...@wso2.org [mailto:dev-boun...@wso2.org] *En nombre de *Dileepa Jayakody *Enviado el:* lunes, 10 de septiembre de 2012 2:45 *Para:* Dasunpriya Anuradha *CC:* WSO2 Developers' List *Asunto:* Re: [Dev] P2 Repository for Carbon 4.0.1 releases ** ** Yes please, can we have it expanded

Re: [Dev] P2 Repository for Carbon 4.0.1 releases

2012-09-10 Thread Dileepa Jayakody
-- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Feature manager is slow

2012-09-10 Thread Dileepa Jayakody
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev mailing list Dev@wso2.org http://wso2

Re: [Dev] Feature manager is slow

2012-09-10 Thread Dileepa Jayakody
, Dileepa Jayakody dile...@wso2.comwrote: Hi Rajika, Is the repository you are adding a local-repository or a remote repository? Thanks, Dileepa On Mon, Sep 10, 2012 at 2:44 PM, Rajika Kumarasiri raj...@wso2.comwrote: I just tried to add the feature repository of 4.0.1 into a AS (built from

Re: [Dev] Feature manager is slow

2012-09-10 Thread Dileepa Jayakody
I think it can take sometime for computation. But always better to check with p2-dev as there can be cases which can be configured to avoid unnecessary dependency checks. - Chethiya On Mon, Sep 10, 2012 at 4:37 PM, Dileepa Jayakody dile...@wso2.comwrote: Hi Rajika, Thanks

Re: [Dev] Doesn't BAM run on Windows?

2012-09-10 Thread Dileepa Jayakody
: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818 Linked-In: http://linkedin.com/in/senakafernando *Lean . Enterprise . Middleware -- Dileepa Jayakody, Software Engineer, WSO2 Inc. Lean . Enterprise . Middleware Mobile : +94777-857616 ___ Dev

  1   2   3   >