Re: [Dev] Why some of the features aren't shown in the Available Feature UI

2016-08-16 Thread Aruna Karunarathna
On Tue, Aug 16, 2016 at 5:35 PM, Abimaran Kugathasan wrote: > Hi Dev, > > When I tried to install features on latest Identity Server 5.2.0 SNAPHOT, > I could observe that, the features listed under a category are not shown in > the list of feature when I don't select either of

Re: [Dev] Creating a new Profile for ESB

2016-07-12 Thread Aruna Karunarathna
On Wed, Jul 13, 2016 at 9:56 AM, Eranda Rajapakshe wrote: > hi, > > I am trying to create a new profile using minimum features for ESB. > Currently, I have included following features, > > >> org.wso2.carbon.application.mgt.feature.group >>

Re: [Dev] To change theme per product

2016-07-06 Thread Aruna Karunarathna
Hi Harsha, As per the fix done in [1], You can achieve this by, Creating a fragment osgi bundle with host (org.wso2.carbon.ui) ; create a required bundle with the changes and make it as required in fragment bundle. [1]. https://wso2.org/jira/browse/CARBON-14326 Regards, Aruna On Wed, Jul 6,

Re: [Dev] How do I create a cache instance that's local to the JVM?

2016-07-06 Thread Aruna Karunarathna
Hi Nuwan, You can use the CachingConstants.LOCAL_CACHE_PREFIX constant value as defined in [1], You need to use two under score values. [1]. https://github.com/wso2/carbon-kernel/blob/4.4.x/core/javax.cache/src/main/java/org/wso2/carbon/caching/impl/CachingConstants.java#L36 Regards, Aruna On

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.7 RC1

2016-07-04 Thread Aruna Karunarathna
Hi all, I've tested the kernel with following databases and found no issues. 1. mysql_cluster - Server version: 5.6.29-ndb-7.4.11-cluster-gpl 2. mariadb 5.5.49-MariaDB-1ubuntu0.14.04.1 [x] Stable - go ahead and release. Regards, Aruna On Fri, Jul 1, 2016 at 6:20 PM, Jayanga Dissanayake

Re: [Dev] [MB] [C5] Integration tests with PAX Exam.

2016-06-15 Thread Aruna Karunarathna
it supports OSGi, >> >> "This strategy is only supported in Java EE, CDI and Web modes." >> >> Regards, >> Hemika >> >> >> Hemika Kodikara >> Software Engineer >> WSO2 Inc. >> lean . enterprise . middleware >> http://wso

Re: [Dev] [MB] [C5] Integration tests with PAX Exam.

2016-06-15 Thread Aruna Karunarathna
On Wed, Jun 15, 2016 at 1:11 PM, Hemika Kodikara wrote: > Hi All, > > In C4, We had integration tests running in a way that the server is > started up by the test framework and the MB test cases were done through a > JMS client. This JMS client is completely independent from

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Aruna Karunarathna
on why we need to inject that service? > > On Wed, Jun 1, 2016 at 9:14 PM, Aruna Karunarathna <ar...@wso2.com> wrote: > >> Is this an OSGi test?.. If so did you inject the CarbonServerInfo >> service? >> >> On Wed, Jun 1, 2016 at 9:05 PM, Afkham Azeez <az.

Re: [Dev] Error stacktrace printed during Carbon caching PAX logging tests

2016-06-01 Thread Aruna Karunarathna
Is this an OSGi test?.. If so did you inject the CarbonServerInfo service? On Wed, Jun 1, 2016 at 9:05 PM, Afkham Azeez wrote: > What could be the reason for the following? > > > 21:03:36.298 [Timer-0] ERROR >

Re: [Dev] Should we ship custom error pages with product?

2016-05-30 Thread Aruna Karunarathna
so2.com > > > On Tue, May 31, 2016 at 8:20 AM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> Hi Samisa, >> >> This is already been addressed. See [1], [2]. >> >> [1]. https://wso2.org/jira/browse/CARBON-15894 >> [2]. >> https

Re: [Dev] Should we ship custom error pages with product?

2016-05-30 Thread Aruna Karunarathna
Hi Samisa, This is already been addressed. See [1], [2]. [1]. https://wso2.org/jira/browse/CARBON-15894 [2]. https://github.com/wso2/carbon-kernel/tree/release-4.4.6/core/org.wso2.carbon.ui/src/main/resources/web/errors Regards, Aruna On Tue, May 31, 2016 at 7:14 AM, Samisa Abeysinghe

Re: [Dev] [EMM] Build failed due to one or more certificates rejected

2016-05-11 Thread Aruna Karunarathna
Seems like a similar issue @dev in [1], can you check the solution given? [1]. [Dev] One or more certificates rejected Issue on product Build On Wed, May 11, 2016 at 10:12 PM, Saad Sahibjan wrote: > Hi, > > I;m trying to build product EMM. I have successfully built >

Re: [Dev] ESB 4.9.0 JSM client error

2016-05-10 Thread Aruna Karunarathna
> >>> ActiveMQ jars are not required to connect to MB. Would you happen to >>> have ActiveMQ context factory set in some config file? >>> >>> >>> On Tue, May 10, 2016 at 2:24 PM, Aruna Karunarathna <ar...@wso2.com> >>> wrote: >>

Re: [Dev] ESB 4.9.0 JSM client error

2016-05-10 Thread Aruna Karunarathna
https://docs.wso2.com/display/ESB490/Configure+with+ActiveMQ > > Thanks. > > On Tue, May 10, 2016 at 1:39 PM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> Hi ESB team, >> >> When trying to invoke the JMSClient [1] getting the below error. Seems >&

[Dev] ESB 4.9.0 JSM client error

2016-05-10 Thread Aruna Karunarathna
Hi ESB team, When trying to invoke the JMSClient [1] getting the below error. Seems like the activemq jar is not present in the classpath. ant jmsclient -Djms_type=pox -Djms_dest=dynamicQueues/StockQuoteProxy -Djms_payload=MSFT Buildfile: /home/aruna//wso2esb-4.9.0/samples/axis2Client/build.xml

Re: [Dev] Retrieving an OSGi service from CarbonContext in C5

2016-04-26 Thread Aruna Karunarathna
ded way to invoke OSGi services >> in C5. >> >> @Nipuni >> On the JNDI approach; are all OSGi services getting registered through a >> unique URI(eg. "java:comp/env/osgi-service-a") at the service startup? >> >> Thanks, >> Rasika >> &

Re: [Dev] Retrieving an OSGi service from CarbonContext in C5

2016-04-26 Thread Aruna Karunarathna
On Tue, Apr 26, 2016 at 12:33 PM, Rasika Perera wrote: > ​Hi All, > > Before C5, we had a method "getOSGiService(Class clazz, Hashtable String> props)​ to retrieve an OSGi service[1]. In latest C5, I couldn't > find any similar feature in [2]. > Can you elaborate

Re: [Dev] One or more certificates rejected Issue on product Build

2016-04-25 Thread Aruna Karunarathna
Experienced the same issue and was able to resolve by using a different JDK version. Haven't dig further though, since it resolved after the JDK version change. On Mon, Apr 25, 2016 at 5:11 PM, Anupama Pathirage wrote: > Hi, > > When building wso2-products (Ex: DSS ,ESB) [1],

Re: [Dev] product-mss hangs after deploying a (faulty) service

2016-04-19 Thread Aruna Karunarathna
up for at least one OSGi service implementing >>>> CarbonTransport.class interface[1]. As Aruna mentioned can you verify >>>> whether you are packing carbon transport. >>>> >>>> However one issue found on your pom file. >>>> >>>> >>>>

Re: [Dev] Clarification about OSGi Bundle Picking

2016-04-17 Thread Aruna Karunarathna
On Sun, Apr 17, 2016 at 11:09 PM, Chamila Wijayarathna wrote: > Hi all, > > So myself and Malithi dig this issue little bit and observed following. > > As I mentioned earlier by default we had opensaml2.6.4wasov2.jar in > plugins directory and I removed it. But there were an

Re: [Dev] [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-11 Thread Aruna Karunarathna
hanks, > Nilmini > > On Fri, Apr 8, 2016 at 12:13 AM, Imesh Gunaratne <im...@wso2.com> wrote: > >> Hi Aruna, >> >> On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna <ar...@wso2.com> >> wrote: >> >>> Hi Devs, >>> >>> Wh

Re: [Dev] "org.wso2.carbon.core.server.feature" packs "poi-ooxml"

2016-04-08 Thread Aruna Karunarathna
On Fri, Apr 8, 2016 at 11:38 AM, Prabath Abeysekera wrote: > Hi Kicha, > > Looks like "org.wso2.carbon.core.server.feature" packs "poi-ooxml", even > though it is not currently used in the underlying implementation, which > claims for 7.6M. IOW, there's no sign of any usage of

Re: [Dev] [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Aruna Karunarathna
On Fri, Apr 8, 2016 at 7:07 AM, Sameera Jayasoma <same...@wso2.com> wrote: > > > On Fri, Apr 8, 2016 at 12:13 AM, Imesh Gunaratne <im...@wso2.com> wrote: > >> Hi Aruna, >> >> On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna <ar...@wso2.com> >

[Dev] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Aruna Karunarathna
Hi Devs, When writing OSGi Test Cases, Please Inject the CarbonServerInfo service [1]. Otherwise the container wont start properly and the test cases will fail. After injecting the service it will guarantee that the server will fully start, before running the test cases. e.g. [2] [1].

Re: [Dev] product-mss hangs after deploying a (faulty) service

2016-04-07 Thread Aruna Karunarathna
Have you guys added the carbon-transport-mgt? On Thu, Apr 7, 2016 at 1:57 PM, Hasitha Aravinda wrote: > Hi Manu, > > were you able to solve this issue, I am getting the same error. > > Thanks, > Hasitha. > > On Wed, Feb 10, 2016 at 1:42 PM, Manuranga Perera

Re: [Dev] Include carbon.yml and other config files in Carbon Core feature

2016-04-05 Thread Aruna Karunarathna
On Fri, Apr 1, 2016 at 2:31 PM, Niranjan Karunanandham wrote: > Hi Devs, > > In Carbon 5, the carbon.yml, log4j2.xml and etc., are in the distribution > folder and copied to the distribution pack via bin.xml. Why don't we add > these configuration files to Carbon Server

Re: [Dev] Secure vault for C5 ?

2016-03-30 Thread Aruna Karunarathna
On Wed, Mar 30, 2016 at 12:26 PM, Afkham Azeez wrote: > What if we modify secvault to be able to read the password from an env var? > > Env variables for passwords in docker is not a good approach I believe. Can't we use something like [1], for docker containers? [1].

Re: [Dev] Configuring java.util.logging in C5 - CARBON-15745

2016-03-29 Thread Aruna Karunarathna
On Tue, Mar 29, 2016 at 12:19 PM, Nipuni Perera wrote: > Hi all, > > In C5 we use java.util.logging as the logging framework in launcher > module. Java util logging uses a configuration file in > JRE/lib/logging.properties file as the default configuration. In order to > use a

Re: [Dev] How to create database tables with -Dsetup in Carbon 5?

2016-03-25 Thread Aruna Karunarathna
On Fri, Mar 25, 2016 at 1:45 PM, Isuru Perera wrote: > Hi, > > In Carbon 4.x.x, we extend [1] > org.wso2.carbon.utils.dbcreator.DatabaseCreator [2]. How can we do the same > in Carbon 5? > Hi Isuru, There is no such feature planned or available ATM for hamming platform

Re: [Dev] [Carbon] Build fail in cerbon4-kernel source code.

2016-03-24 Thread Aruna Karunarathna
On Wed, Mar 23, 2016 at 7:08 PM, Maduranga Siriwardena wrote: > Any ideas how to resolve this issue? > Hi Maduranga, I tried with both JDK 7 and 8 and the 4.4.x branch built without any issue. Can you try building with a clean maven repo? Regards, Aruna > > Thanks, >

Re: [Dev] Carbon Parent POM: Remove Microservices from Manifest

2016-03-21 Thread Aruna Karunarathna
On Mon, Mar 21, 2016 at 4:31 PM, Isuru Perera wrote: > Hi, > > Can we remove element from the Carbon Parent POM [1]? > Can you please create a jira so that we could remove it in the next carbon-parent release. Regards, Aruna > > Thanks! > > Best Regards, > > [1] >

Re: [Dev] Secure Vault support in Carbon 5 based products

2016-03-21 Thread Aruna Karunarathna
On Mon, Mar 21, 2016 at 4:02 PM, Isuru Perera wrote: > Hi, > > I'm working on supporting Carbon Metrics on Carbon 5 and I would like to > know the status of $subject. > [Adding Sameera] AFAIK, we haven't started/finalized the secure vault feature in the hamming platform

[Dev] WSO2 Carbon Caching - 1.0.0-M1 Released

2016-03-21 Thread Aruna Karunarathna
Hi all, Please note $subject. You may install carbon-caching feature to your product with: org.wso2.carbon.caching org.wso2.carbon.caching.feature 1.0.0-m1 Please refer [1] for instructions on using carbon-caching. [1]. https://github.com/wso2/carbon-caching/tree/v1.0.0-m1 Regards, Aruna --

Re: [Dev] Annotations are not processed correctly with maven-bundle-plugin 3.0.1 version

2016-03-15 Thread Aruna Karunarathna
s related to this issue. We need to find out why >> they have done this change. >> >> https://wso2.org/jira/browse/CARBON-15810 >> >> On Tue, Mar 15, 2016 at 5:31 AM, Aruna Karunarathna <ar...@wso2.com> >> wrote: >> >>> Hi all, >&g

[Dev] Annotations are not processed correctly with maven-bundle-plugin 3.0.1 version

2016-03-14 Thread Aruna Karunarathna
Hi all, With the upgrade of wso2 parent pom version 3, the maven-bundle-plugin version is upgraded to 3.0.1. The property annotation inside the Component are not being added to the Manifest headers with this new version. See the below example. @Component( name =

Re: [Dev] Installing IBM Websphere MQ

2016-03-09 Thread Aruna Karunarathna
On Wed, Mar 9, 2016 at 2:18 PM, Mahesh Chinthaka wrote: > Hi, > > Has anybody tried $subject. > Im trying to do [1]. But facing some issues on installing IBM MQ on my > machine. > Im using a Mac with Os X. > I tried to install in Ubuntu, but unable to do so. But installed in

Re: [Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-03 Thread Aruna Karunarathna
t; On Thu, Mar 3, 2016 at 1:55 PM, Aruna Karunarathna <ar...@wso2.com> wrote: > >> >> >> On Thu, Mar 3, 2016 at 12:35 PM, Dumidu Handakumbura <dum...@wso2.com> >> wrote: >> >>> Hi, >>> >>> Carbon servers provides restart/sh

Re: [Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-03 Thread Aruna Karunarathna
On Thu, Mar 3, 2016 at 12:35 PM, Dumidu Handakumbura wrote: > Hi, > > Carbon servers provides restart/shutdown operations through the > ServerAdmin MBean(in org.wso2.carbon). You should be able to call these > operations using a java jmx client. > I think he wants to start the

Re: [Dev] Error on loading external OSGI bundles with Carbon 5

2016-03-01 Thread Aruna Karunarathna
ed my pom.xml file herewith. > > > > On Tue, Mar 1, 2016 at 3:45 PM, Aruna Karunarathna <ar...@wso2.com> wrote: > >> Hi Anupama, >> >> Since you are doing a class.forName();, you have to do dynamic import >> package. >> >> Can you try addin

Re: [Dev] Error on loading external OSGI bundles with Carbon 5

2016-03-01 Thread Aruna Karunarathna
Hi Anupama, Since you are doing a class.forName();, you have to do dynamic import package. Can you try adding that to your pom.xml? Regards, Aruna On Tue, Mar 1, 2016 at 2:54 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Anupama, > > Are you importing the com.mysql.jdbc

Re: [Dev] 'carbon.sh start' gives an error if it has been started earlier

2016-01-08 Thread Aruna Karunarathna
Hi Senduran, Thanks for reporting this issue. We will fix this in the next release. Can you report a jira for this? Regards, Aruna On Fri, Jan 8, 2016 at 12:34 PM, Senduran Balasubramaniyam < sendu...@wso2.com> wrote: > Hi, > > $subject in Linux. This issue was fixed in the kernel 4.x [1] > It

[Dev] WSO2 Carbon Kernel 5.0.0 Released !!!

2015-12-21 Thread Aruna Karunarathna
*WSO2 Carbon Kernel 5.0.0 - Released !!!* We are pleased to announce the release of WSO2 Carbon Kernel 5.0.0. It is now available to download from here . The source and tag location for this release are available

Re: [Dev] Orbit bundle for BigQueue

2015-12-21 Thread Aruna Karunarathna
This is merged. Maheshika Can you please host this bundle? Regards, Aruna On Mon, Dec 21, 2015 at 5:18 PM, Gokul Balakrishnan wrote: > Hi Kernel team, > > I've sent a PR for a $subject at [1]. Could you please review? > > [1] https://github.com/wso2/orbit/pull/160 > > Thanks, >

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Aruna Karunarathna
I've tested, the following features 1. Logging framework 2. Transport Management 3. Jar to bundle conversion 4. Dropins bundle deployment [x] Stable - go ahead and release Regards, Aruna On Sat, Dec 19, 2015 at 11:50 PM, Manuri Amaya Perera wrote: > Hi, > > I created

[Dev] Transports can't be stopped and start in MSS

2015-12-18 Thread Aruna Karunarathna
Hi, I tried to stop the jaxrs-http transport in MSS and tried to start and ended up with the following exception. Seems like a bug in MSS? osgi> listTransports Transport Name: jaxrs-http State: STARTED osgi> osgi> osgi> stopTransport jaxrs-http [2015-12-18 18:18:54,729] INFO

[Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC1

2015-12-15 Thread Aruna Karunarathna
Hi Devs, This is the 1st Release Candidate of WSO2 Carbon Kernel 5.0.0. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12581 Please download and test your products with kernel 5.0.0 RC1 and vote. Vote will be open for 72 hours or as longer as needed. *​Source and

[Dev] Carbon Parent 2 Released

2015-12-08 Thread Aruna Karunarathna
Hi Devs, Please note the $subject. org.wso2 wso2 2 All C5 based products now can be moved to new carbon-parent. New Additions. [i]. Parameterized maven bundle plugin strategy. Sample can be found in [1] [ii]. Update of maven plugins and dependencies to latest

Re: [Dev] Clarification on OSGi bundle activation

2015-11-27 Thread Aruna Karunarathna
Hi Senduran, Are you using maven-scr-plugin?. Or only the maven-bundle-plugin in your pom.xml? AFAIK this is not the expected behavior, since you are using AT_LEAST_ONE("1..n"); which means wait for at least one service. Regards, Aruna On Fri, Nov 27, 2015 at 5:39 PM, Senduran

Re: [Dev] Deploying Capp using Java Client

2015-11-24 Thread Aruna Karunarathna
On Tue, Nov 24, 2015 at 2:40 PM, Rukshan Premathunga wrote: > Hi Lakshman, > > Yes. It is working if we set file type as "jar" like here[1]. But actually > capp have .car file type. So is this way is correct? > > [1] >

Re: [Dev] Carbon-Feature-Plugin Adding more than one license for a feature

2015-11-18 Thread Aruna Karunarathna
e have a limitation here. And also Created a jira to track this [1] [1].https://wso2.org/jira/browse/CARBON-15645 Regards, Aruna > > You can also try creating different features based on different bundles. > However, I'm not sure that will address your issue. > > -Dinusha > >

[Dev] Carbon-Feature-Plugin Adding more than one license for a feature

2015-11-18 Thread Aruna Karunarathna
Hi all, Currently I am creating a feature for carbon-5, in my feature I have bundles which contains multiple licenses. So my question is how to add those multiple licenses in the feature.properties file?. Or Is there any other way to achieve this? Regards, Aruna -- *Aruna Sujith Karunarathna

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-16 Thread Aruna Karunarathna
Hi Azeez, Please review and merge the fix for the above issue [1]. [1]. https://github.com/wso2/product-mss/pull/60 Regards, Aruna On Fri, Nov 13, 2015 at 12:00 PM, Aruna Karunarathna <ar...@wso2.com> wrote: > > > On Fri, Nov 13, 2015 at 11:55 AM, Kalpa Welivitigoda <kal...

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Aruna Karunarathna
On Fri, Nov 13, 2015 at 11:55 AM, Kalpa Welivitigoda <kal...@wso2.com> wrote: > Hi Aruna, > > On Fri, Nov 13, 2015 at 11:48 AM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> So to overcome this issue, we will follow the following approach. >> >&g

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-12 Thread Aruna Karunarathna
Samples are there >>>> to guide the user how to write his own stuff. The user will not extend a >>>> sample parent pom from AS, so IMO it is wrong to have it in that manner in >>>> AS. >>>> >>>> On Wed, Nov 11, 2015 at 12:49

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-11 Thread Aruna Karunarathna
gt; On Tue, Nov 10, 2015 at 11:31 PM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> >> >> On Wed, Nov 11, 2015 at 12:46 PM, Afkham Azeez <az...@wso2.com> wrote: >> >>> sample pom --> mss-service-parent-pom --> mss-parent-pom -> wso

[Dev] MSS helloworld sample can't build in clean repo

2015-11-10 Thread Aruna Karunarathna
Without building the product-mss repo, can't build the helloworld sample. [1] After adding the wso2-nexus repo was able to build. I think we need to mention in the docs for alpha release and fix this properly in next release. Following changes required to build in clean repo. 1. Remove the

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-10 Thread Aruna Karunarathna
, 2015 at 11:06 PM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> Without building the product-mss repo, can't build the helloworld sample. >> [1] >> >> After adding the wso2-nexus repo was able to build. I think we need to >> mention in the

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-10 Thread Aruna Karunarathna
sample, AFAIU the following artifact is searched in the maven central repo. So the sample pom has no idea about the mss-service parent? mss-service-parent org.wso2.carbon.mss 1.0.0-alpha > On Tue, Nov 10, 2015 at 11:13 PM, Aruna Karunarathna <ar...@wso2.com> > wrote

[Dev] MSS Getting Started sample link not working

2015-11-10 Thread Aruna Karunarathna
Does the sample hello-service changed to helloworld? Getting Started Sample link is not working in [1]. [1]. https://github.com/wso2/product-mss/blob/master/README.md -- *Aruna Sujith Karunarathna *| Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri

Re: [Dev] Carbon 4.2.0 patch0009 build failes

2015-11-08 Thread Aruna Karunarathna
This maybe due to the upgrade version of the maven-bundle-plugin which is build in a JDK later than JDK6. Since patch0009 is already released we may not able to fix in that version, other than pointing out in documentation. @Nipuni. Please note, this need to be fixed in patch0013 and 4.4.x patch

Re: [Dev] Carbon 4.2.0 patch0009 build failes

2015-11-08 Thread Aruna Karunarathna
Hi Ashwin, For carbon 4.2.0 based ones you should build only using JDK6. AFAIR patch0009 can't be build directly even though you use JDK6, because of some dependencies in earlier patches. Cant exactly remember the dependent patches. What you can try is to build from parch0001 to patch0009 using

Re: [Dev] IOT-Server does not start-up correctly

2015-11-04 Thread Aruna Karunarathna
On Wed, Nov 4, 2015 at 2:21 PM, Menaka Jayawardena wrote: > Hello, > > I cloned the repositories for the iot-server project and built it. > > Build order: > > 1. https://github.com/ayyoob/carbon-identity (git checkout master) > > 2. https://github.com/ruwany/carbon-apimgt (git

[Dev] WSO2 Carbon Kernel 5.0.0 - Alpha Released !

2015-10-28 Thread Aruna Karunarathna
WSO2 Carbon Kernel 5.0.0 - *Alpha* Released ! We are pleased to announce the alpha release of WSO2 Carbon Kernel 5.0.0. It is now available to download from here . The source and tag location

[Dev] WSO2 Carbon Kernel 5.0.0 - Milestone 07 Released !

2015-10-27 Thread Aruna Karunarathna
WSO2 Carbon Kernel 5.0.0 - Milestone 07 Released ! We are pleased to announce that the seventh milestone release of Carbon Kernel 5.0.0 is now available to download from here . The Source and Tag

[Dev] WSO2 Carbon Kernel 5.0.0 - Milestone 06 Released !

2015-10-23 Thread Aruna Karunarathna
WSO2 Carbon Kernel 5.0.0 - Milestone 06 Released ! We are pleased to announce that the sixth milestone release of Carbon Kernel 5.0.0 is now available to download from here . The Source and Tag Location for this

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-18 Thread Aruna Karunarathna
On Mon, Oct 19, 2015 at 9:32 AM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote: > Hi Kishanthan, > Please find the requested information for [1] as a jira attchement. Please > consider that I observed this issue only when both proxy context path and > web context root is enabled as I

[Dev] WSO2 Carbon Kernel 5.0.0 - Milestone 05 Released!

2015-10-16 Thread Aruna Karunarathna
WSO2 Carbon Kernel 5.0.0 - Milestone 05 Released! We are pleased to inform you the 5th milestone release of Carbon Kernel 5.0.0 is now available to download from here . Source and Tag Location for this release

Re: [Dev] [Orbit] [BRS] Upgrade jxl, dools, Joda-time and Revamp group IDs of jsr94, janino for BRS

2015-10-14 Thread Aruna Karunarathna
1:48 AM, Milinda Perera <milin...@wso2.com> > wrote: > >> Hi Aruna, >> >> Will update suggestions, test BRS and let you know ASAP. >> >> Thanks, >> Milinda >> >> On Tue, Oct 13, 2015 at 11:28 AM, Aruna Karunarathna <ar...@wso2.com> >&

Re: [Dev] [Orbit] [BRS] Upgrade jxl, dools, Joda-time and Revamp group IDs of jsr94, janino for BRS

2015-10-12 Thread Aruna Karunarathna
Hi Milinda, I have added some comments to your PR. Can you please check them?. Regards, Aruna On Tue, Oct 13, 2015 at 12:31 AM, Milinda Perera wrote: > Hi, > > Please review and merge PR : https://github.com/wso2/orbit/pull/139 > > Please refer following information about

[Dev] [C5] Product materialize issue after upgrading OSGi bundles to equinox-SDK-Mars.1

2015-10-08 Thread Aruna Karunarathna
Hi all, I tried to upgrade the OSGi bundles of the C5 to the latest version and getting the following error [1]. Seems like the signed algorithm is not found by the eclipse plugin. Any insights regarding this issue?.. [1]. [INFO] Command line: /bin/sh -c cd

Re: [Dev] Starting server in debug mode when running tests

2015-10-02 Thread Aruna Karunarathna
On Fri, Oct 2, 2015 at 11:41 AM, Gothami Abayawickrama wrote: > Hi all, > I need to start the server in debug mode when running tests. Can somebody > help me with this. > you can run the test case in debug mode. [1] [1].

[Dev] [C5] Tomcat Plugging POC JSP error

2015-10-01 Thread Aruna Karunarathna
Hi all, When running Tomcat with C5 executing a jsp is causing the following error. [1] Complaining that unable to find the org.xml.sax.Attributes class. Do we need to explicitly export those classes coming from the JDK, I believe this class is coming from jre/lib/rt.jar?.. Any idea what is

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Aruna Karunarathna
. BTW PR is not still merged. Did you build adding the fix?.. > > Thank You. > > On Thu, Sep 24, 2015 at 2:42 PM, Kasun Indrasiri <ka...@wso2.com> wrote: > >> Thanks a lor Anura. >> >> @Bhanuka : Can we please test this. >> >> On Wed, Sep 23, 2015

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Aruna Karunarathna
ue, Sep 29, 2015 at 8:36 PM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> >> >> On Tue, Sep 29, 2015 at 8:07 PM, Bhanuka Dissanayake <bhan...@wso2.com> >> wrote: >> >>> Hi Aruna, >>> >>> The fix is not making any effect on

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-23 Thread Aruna Karunarathna
@Kasun This is fixed with [1]. [1]. https://github.com/wso2/carbon4-kernel/pull/504 On Wed, Sep 23, 2015 at 10:01 AM, Aruna Karunarathna <ar...@wso2.com> wrote: > > > On Wed, Sep 23, 2015 at 9:51 AM, Supun Malinga <sup...@wso2.com> wrote: > >> >> >&

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-22 Thread Aruna Karunarathna
On Wed, Sep 23, 2015 at 9:51 AM, Supun Malinga <sup...@wso2.com> wrote: > > > On Wed, Sep 23, 2015 at 9:06 AM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> >> >> On Tue, Sep 22, 2015 at 11:23 AM, Kasun Indrasiri <ka...@wso2.com> wrote: &

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-22 Thread Aruna Karunarathna
process id. You can get the carbon process id by jps command. Not sure this is a feasible workaround for your perf-testing scenario, Regards, Aruna > > Thanks, > Kasun. > > On Tue, Sep 22, 2015 at 10:37 AM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> Hi Bha

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-21 Thread Aruna Karunarathna
Hi Bhanuka, Yes I was able to reproduce the same. Can you create a jira for this?.. Regards, Aruna On Tue, Sep 22, 2015 at 10:32 AM, Bhanuka Dissanayake wrote: > Hi, > > I am using the "wso2carbon-kernel-5.0.0-SNAPSHOT" pack , and have tried > to start and stop the server

Re: [Dev] WSO2 Carbon Metrics UI OSGi Fragment Bundle issue

2015-09-15 Thread Aruna Karunarathna
Sure will have a look. On Tue, Sep 15, 2015 at 11:13 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > @Aruna, can you have a look on this? > > On Mon, Sep 14, 2015 at 7:19 PM, Nirmal Fernando wrote: > >> Hi All, >> >> Any thoughts? >> >> On Tue, Sep 8, 2015 at 3:11

Re: [Dev] WSO2 Carbon Metrics UI OSGi Fragment Bundle issue

2015-09-15 Thread Aruna Karunarathna
d it get installed successfully > Thanks > > On Tue, Sep 15, 2015 at 11:45 AM, Aruna Karunarathna <ar...@wso2.com> > wrote: > >> Sure will have a look. >> >> On Tue, Sep 15, 2015 at 11:13 AM, Kishanthan Thangarajah < >> kishant...@wso2.com> wrote: >>

Re: [Dev] [VOTE] Release WSO2 AS 5.3.0 RC2

2015-09-15 Thread Aruna Karunarathna
Hi all, I tested the following functions. * JavaEE Samples * Java Security [x] -Stable - go ahead and release Regards, On Tue, Sep 15, 2015 at 3:47 PM, Supun Malinga wrote: > Hi, > > I tested following functionalities > > * Java Security > * Caching > * SSO Valve > > So

Re: [Dev] Jenkins build is unstable: carbon4-kernel » WSO2 Carbon - Integration Test Module #1019

2015-09-10 Thread Aruna Karunarathna
Hi all, I am looking into this test failures. Regards, Aruna On Thu, Sep 10, 2015 at 8:29 AM, wrote: > See < > https://wso2.org/jenkins/job/carbon4-kernel/org.wso2.carbon$org.wso2.carbon.kernel.integration.test/1019/ > > > > -- *Aruna Sujith Karunarathna *| Software

Re: [Dev] HA cluster exception

2015-09-10 Thread Aruna Karunarathna
On Thu, Sep 10, 2015 at 6:01 PM, Supun Malinga wrote: > Do you have the server in both nodes in similar paths ? > [Adding Chandana] Yeah, similar issue was observed recently, as a workaround put products in different folder paths. > > On Thu, Sep 10, 2015 at 5:58 PM, Maninda

[Dev] Clarification regarding the PR

2015-09-10 Thread Aruna Karunarathna
Hi Firzhan, Can you explain the fix added here [1], Is there a public jira?. [1]. https://github.com/wso2/carbon4-kernel/pull/121/files Regards, Aruna -- *Aruna Sujith Karunarathna *| Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka Mobile:

Re: [Dev] [VOTE] Release WSO2 AS 5.3.0 RC1

2015-09-09 Thread Aruna Karunarathna
On Thu, Sep 10, 2015 at 10:59 AM, Prasanna Dangalla wrote: > Hi KasunG, > > This release candidate pack contains the version as wso2as-5.3.0-rc1 . IMO > any release candidate pack version should be same as the release version. > If it is versioned as wso2as-5.3.0-rcX, after

Re: [Dev] [Carbon] mysql dbscripts using values > 255 for varchar for unique keys

2015-09-07 Thread Aruna Karunarathna
On Mon, Sep 7, 2015 at 6:13 PM, Niranda Perera wrote: > Hi all, > > I came across with the following issue while running the mysql script. > > 23:41:09 CREATE INDEX REG_PATH_IND_BY_PATH_VALUE USING HASH ON > REG_PATH(REG_PATH_VALUE, REG_TENANT_ID) Error Code: 1071. Specified

Re: [Dev] How to define version ranges for orbit bundles

2015-09-04 Thread Aruna Karunarathna
On Fri, Sep 4, 2015 at 11:22 AM, Sameera Jayasoma wrote: > Hi Rajith, > > The correct one should be [1.6.1, 1.7) AFAIK. > Yep, this should be the correct way. > > Niranjan please update the document. > > Thanks, > Sameera. > > On Fri, Sep 4, 2015 at 11:02 AM, Rajith Vitharana

Re: [Dev] How to define version ranges for orbit bundles

2015-09-04 Thread Aruna Karunarathna
, and we need a specific fix from a specific wso2 version? Regards, Aruna On Fri, Sep 4, 2015 at 11:32 AM, Aruna Karunarathna <ar...@wso2.com> wrote: > > > On Fri, Sep 4, 2015 at 11:22 AM, Sameera Jayasoma <same...@wso2.com> > wrote: > >> Hi Rajith, >> >>

Re: [Dev] Need to check whether IP address ranges works with C5 clustering

2015-09-03 Thread Aruna Karunarathna
On Thu, Sep 3, 2015 at 11:33 AM, Kishanthan Thangarajah wrote: > ACK. > > @Aruna, can we do this as part of the clustering testing effort? For the > moment, lets test this manually. > Sure will test this. > > On Mon, Aug 24, 2015 at 6:57 PM, Afkham Azeez

Re: [Dev] Need to check whether IP address ranges works with C5 clustering

2015-09-03 Thread Aruna Karunarathna
*10.100.5.30-41* 4001 Regards, Aruna On Thu, Sep 3, 2015 at 11:36 AM, Aruna Karunarathna <ar...@wso2.com> wrote: > > > On Thu, Sep 3, 2015 at 11:33 AM, Kishanthan Thangarajah < > kisha

[Dev] C5 List of bundles to be provisioned for PAX Exam unit tests

2015-09-03 Thread Aruna Karunarathna
Hi all, Shall we finalize the list of bundles to be provisioned in order the core module to be tested. Currently I have provisioned all the bundles available, when a regular server start up. [1] mavenBundle().artifactId("testng").groupId("org.testng").versionAsInProject(),

Re: [Dev] Need to check whether IP address ranges works with C5 clustering

2015-09-03 Thread Aruna Karunarathna
Is this because running on the same domain? "wso2.carbon.domain" If that is the case shouldn't it be prevented by IP ranges?.. On Thu, Sep 3, 2015 at 5:50 PM, Aruna Karunarathna <ar...@wso2.com> wrote: > I'am getting the following error with ip ranges testing. [1] >

Re: [Dev] [AS] [Session Replication] Using Hazelcast Session Replication

2015-09-02 Thread Aruna Karunarathna
On Tue, Sep 1, 2015 at 12:34 PM, Samiyuru Senarathne wrote: > Hi, > > I am in the process of implementing session replication for the WSO2 > Application Server. For that, Hazelcast session replication [1] is > suggested. I would like to know your ideas regarding this. > AFAIR

Re: [Dev] Java Security Manager needs read permission to h2 db in AS 5.3.0 SNAPSHOT

2015-08-27 Thread Aruna Karunarathna
On Thu, Aug 27, 2015 at 6:44 PM, Supun Malinga sup...@wso2.com wrote: Hi, Found that the issue happens at the following, at org.wso2.carbon.user.core.common.AbstractUserStoreManager.listUsers(AbstractUserStoreManager.java:2034) at

Re: [Dev] [C5] Jacoco reports are not generating for Pax-Exam Test cases

2015-08-26 Thread Aruna Karunarathna
community in same time. Thanks, Krishantha. [1] http://www.eclemma.org/jacoco/trunk/doc/examples/java/ReportGenerator.java On Wed, Aug 26, 2015 at 2:04 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi all, After integrating the pax-exam plugin to the kernel. Jacoco reports

[Dev] [C5] Jacoco reports are not generating for Pax-Exam Test cases

2015-08-26 Thread Aruna Karunarathna
Hi all, After integrating the pax-exam plugin to the kernel. Jacoco reports are not generated for the OSGi based tests. Following is the output I'm getting. --- jacoco-maven-plugin:0.7.5.201505241946:restore-instrumented-classes (default-restore-instrumented-classes) @ osgi-tests --- [INFO]

[Dev] [C5] What is the usage of package-info.java file?

2015-08-26 Thread Aruna Karunarathna
Hi all, Any idea regarding the usage of file [1]. [1]. https://github.com/wso2/carbon-kernel/blob/master/core/src/main/java/org/wso2/carbon/clustering/config/package-info.java Regards, Aruna -- *Aruna Sujith Karunarathna *| Software Engineer WSO2, Inc | lean. enterprise. middleware. #20,

Re: [Dev] 1 test failure in latest C5

2015-08-23 Thread Aruna Karunarathna
14, 2015 at 11:09 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi Azeez, What branch you are building?.. master or the release-5.0.0-m4 branch? Regards, Aruna On Fri, Aug 14, 2015 at 10:23 PM, Afkham Azeez az...@wso2.com wrote: INFO: [192.168.1.3]:4004 [wso2.wka.domain] [3.5] Address

Re: [Dev] [Orbit] Upgrading Jackson libraries 2.6.1

2015-08-19 Thread Aruna Karunarathna
Merged. On Wed, Aug 19, 2015 at 3:18 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi Madhawa, Will review and update. Regards, Aruna On Wed, Aug 19, 2015 at 10:03 AM, Madhawa Gunasekara madha...@wso2.com wrote: kind reminder on this. On Fri, Aug 14, 2015 at 8:12 AM, Madhawa

Re: [Dev] [Orbit] Upgrading Jackson libraries 2.6.1

2015-08-19 Thread Aruna Karunarathna
Hi Madhawa, Will review and update. Regards, Aruna On Wed, Aug 19, 2015 at 10:03 AM, Madhawa Gunasekara madha...@wso2.com wrote: kind reminder on this. On Fri, Aug 14, 2015 at 8:12 AM, Madhawa Gunasekara madha...@wso2.com wrote: Hi Carbon team, Can you please review and merge this pull

  1   2   3   >