[Dev] Secure javax.xml.transform.TransformerFactory against XML external attacks

2015-08-18 Thread Rajith Vitharana
. Note that underlying we are using "org.apache.xalan.processor.TransformerFactoryImpl" and it doesn't support the "XMLConstants.ACCESS_EXTERNAL_DTD" feature as well. Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile :

[Dev] Simple Tool to analyse jar files for packages they contains and OSGI bundles to see packages they export and import

2015-08-11 Thread Rajith Vitharana
quot; folder and create text files with the jar name in it. Note that this is a basic tool so you need to open that in a IDE and run it (Need to modify to work in CLI) Hope this will help people who faced with similar issues [1] - https://github.com/lankavitharana/JarAnalyser Thanks, -- Rajith Vi

Re: [Dev] OAuth2 support for Google spreadsheet API in DSS

2015-07-29 Thread Rajith Vitharana
Hi Ishara, On Wed, Jul 29, 2015 at 5:22 PM, Ishara Karunarathna wrote: > Hi, > > On Wed, Jul 29, 2015 at 4:47 PM, Rajith Vitharana > wrote: > >> Hi Ishara, >> >> Thanks for the response. As per [1], [2] google refresh tokens never >> expires, quoting

Re: [Dev] OAuth2 support for Google spreadsheet API in DSS

2015-07-29 Thread Rajith Vitharana
[2] - http://stackoverflow.com/questions/8953983/do-google-refresh-tokens-expire Thanks, On Wed, Jul 29, 2015 at 4:35 PM, Ishara Karunarathna wrote: > Hi Rajith, > > On Wed, Jul 29, 2015 at 11:48 AM, Rajith Vitharana > wrote: > >> Hi All, >> >> We are in the proces

[Dev] OAuth2 support for Google spreadsheet API in DSS

2015-07-28 Thread Rajith Vitharana
nd get a access token in the dbs deployment time using the refresh token we have. Will this approach be good to tackle the situation? [1] - com.google.api-client google-api-client 1.20.0 Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. :

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-27 Thread Rajith Vitharana
tor > org.udara.mediation, > * > > * > > > > On Tue, Jul 28, 2015 at 10:43 AM, Rajith Vitharana > wrote: > >> Hi Udara, >> >> This is ok too, but AFAIK it's better to >> use org.foo.myproject.* as in [1

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-27 Thread Rajith Vitharana
6897 > > ___ > 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] Please review and merge the pull request

2015-07-20 Thread Rajith Vitharana
p://lk.linkedin.com/in/mgunasekara > <http://lk.linkedin.com/in/mgunasekara>* > -- 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] Please review and merge the pull requests

2015-07-20 Thread Rajith Vitharana
; mobile: +94 719411002 <+94+719411002> > blog: *http://madhawa-gunasekara.blogspot.com > <http://madhawa-gunasekara.blogspot.com>* > linkedin: *http://lk.linkedin.com/in/mgunasekara > <http://lk.linkedin.com/in/mgunasekara>* > -- Rajith Vitharana Softwar

Re: [Dev] [DSS] Please review and merge the pull request

2015-07-14 Thread Rajith Vitharana
://madhawa-gunasekara.blogspot.com>* > linkedin: *http://lk.linkedin.com/in/mgunasekara > <http://lk.linkedin.com/in/mgunasekara>* > -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/

Re: [Dev] NDatasource stub and class loading issue

2015-07-06 Thread Rajith Vitharana
+94 713 448188 *|** Work:* +94 112 145345 > > > On Fri, Jul 3, 2015 at 12:50 AM, Rajith Vitharana > wrote: > >> Hi, >> >> Both fixes should be there right? unless ui.stub packages will be >> exported by both stub component and ui component. >> >>

Re: [Dev] Exporting bundles with proper versions

2015-07-05 Thread Rajith Vitharana
l the pom files. Each team should fix their own > repos/components first as a start. > > On Fri, Jul 3, 2015 at 8:39 AM, Rajith Vitharana wrote: > >> Hi, >> >> Most of the current OSGI bundles are not exporting proper package >> versions in the manifest file. I feel

Re: [Dev] NDatasource stub and class loading issue

2015-07-02 Thread Rajith Vitharana
gineer; WSO2 http://wso2.com > > > *E-mail: r...@wso2.com <http://wso2.com>**M: **+94 772 930 712 > <%2B94%C2%A0772%20930%20712>* > > Lean . Enterprise . Middleware > -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http:/

[Dev] Exporting bundles with proper versions

2015-07-02 Thread Rajith Vitharana
found issues and method not found issue in build time as well. which will increase the product quality. Thanks -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/ ___ Dev mailing

Re: [Dev] 'Tx Manager JNDI Name' property in DSS

2015-06-21 Thread Rajith Vitharana
774 >> Blog :http://christinetechtips.blogspot.com/ >> Twitter : https://twitter.com/sohanichristine >> > > > > -- > *Anjana Fernando* > Senior Technical Lead > WSO2 Inc. | http://wso2.com > lean . enterprise . middleware > -- Rajith Vitharana

Re: [Dev] [DEV] Sending multipart/form-data gives invalid uri

2015-06-19 Thread Rajith Vitharana
losingMethod.(EntityEnclosingMethod.java:119) >>>> >>>> at >>>> org.apache.commons.httpclient.methods.PostMethod.(PostMethod.java:106) >>>> >>>> at >>>> org.jaggeryjs.hostobjects.xhr.XMLHttpRequestHostObject.send(XMLHttpRequestHostObject.java:472) >>>> >>>> at

Re: [Dev] Please review and merge

2015-06-08 Thread Rajith Vitharana
om>* > linkedin: *http://lk.linkedin.com/in/mgunasekara > <http://lk.linkedin.com/in/mgunasekara>* > -- 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] ESB Google Spreadsheet connector issue

2015-06-01 Thread Rajith Vitharana
* >> * * >> * * >> * * >> * * >> * The main sequence for the message >> mediation* >> * * >> ** >> >> [1] >> https://github.com/wso2/esb-connectors/tree/master/distribution/google-spreadsheet &

Re: [Dev] WSO2 Committers += Himasha Guruge

2015-05-26 Thread Rajith Vitharana
> >>>> lean.enterprise.middleware >>>> >>>> mobile: *+94728671315 <%2B94728671315>* >>>> >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi

Re: [Dev] NoClassDefFoundError for org.apache.log.format.Formatter on initializing Apache Veloctity Engine

2015-05-25 Thread Rajith Vitharana
oftware Engineer > M: +94 71 680 9060 E: rasi...@wso2.com > LinkedIn: http://lk.linkedin.com/in/rasika90 > > WSO2 Inc. www.wso2.com > lean.enterprise.middleware > > ___ > 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] Mock up Admin Service for automation test

2015-05-05 Thread Rajith Vitharana
m <http://wso2.com/> * > *lean.enterprise.middleware.* > > email: ruw...@wso2.com > phone:(+94) 39736 > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vithar

Re: [Dev] [IS] Component Version Conflict

2015-04-22 Thread Rajith Vitharana
t; *-Damith Senanayake-* > +94712205272 > > _______ > 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://lanka

Re: [Dev] DSS - Dynamic SQL in Cassandra

2015-04-21 Thread Rajith Vitharana
.0. > > Cheers, > Anjana. > > >> Thanks >> >> Jacky >> >> >> >> *From:* Anjana Fernando [mailto:anj...@wso2.com] >> *Sent:* Tuesday, April 21, 2015 7:10 AM >> *To:* Chanika Geeganage; Rajith Vitharana >> *Cc:* Jacky Jiang; Grant Lawr

Re: [Dev] Applying Security for Data Services

2015-04-21 Thread Rajith Vitharana
> Mobile : +94 716439774 >> Blog :http://christinetechtips.blogspot.com/ >> Twitter : https://twitter.com/sohanichristine >> >> ___ >> Dev mailing list >> Dev@wso2.org

Re: [Dev] Removing Temporary main() method

2015-04-19 Thread Rajith Vitharana
.; http://wso2.com/ >> Email: ga...@wso2.com >> Mobile: +94 (71) 8020933 >> > > > > -- > *Anjana Fernando* > Senior Technical Lead > WSO2 Inc. | http://wso2.com > lean . enterprise . middleware > -- Rajith Vitharana Software Engineer, WSO2 Inc. : w

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-20 Thread Rajith Vitharana
thana* > Software Engineer > WSO2 Inc., http://wso2.com/ > Mobile: +94-71-5179022 > Blog: http://blog.pulasthi.org > > ___ > 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] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Rajith Vitharana
a* > Software Engineer > WSO2 Inc., http://wso2.com/ > Mobile: +94-71-5179022 > Blog: http://blog.pulasthi.org > > ___ > 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] perform a git clone from pom.xml

2015-03-15 Thread Rajith Vitharana
gt; > [1] > http://stackoverflow.com/questions/6359332/how-can-i-do-a-git-pull-in-maven > > > > regards > > -- > Awanthika Senarath > Software Engineer, WSO2 Inc. > Mobile: +94717681791 > > > > ___ > D

Re: [Dev] [Jaggery] How to convert String value of true/false to Boolean in Jaggery?

2015-03-09 Thread Rajith Vitharana
___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Himasha Guruge >> *Software Engineer* >> WS*O2* *Inc.* >> Mobile: +94 77

Re: [Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Rajith Vitharana
wso2.com>* > > *Phone: +94715478185 <%2B94715478185>* > *LinkedIn: http://www.linkedin.com/in/bhathiyaj > <http://www.linkedin.com/in/bhathiyaj>* > *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>* > *Blog: http://movingaheadblog.blogspo

Re: [Dev] WSO2 Committers += Pulasthi Mahawithana

2015-02-17 Thread Rajith Vitharana
gt; Dev mailing list >>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Milinda Perera >>>>>>>>>>>>>> Software Engineer; >>>>>>>>>>>>>> WSO2 Inc. http://wso2.com , >>>>>>>>>>>>>> Mobile: (+94) 714 115 032 >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> ___ >>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> Best Regards, >>>>>>>>>>>>> >>>>>>>>>>>>> Kalpa Welivitigoda >>>>>>>>>>>>> Software Engineer, WSO2 Inc. http://wso2.com >>>>>>>>>>>>> Email: kal...@wso2.com >>>>>>>>>>>>> Mobile: +94776509215 >>>>>>>>>>>>> >>>>>>>>>>>>> ___ >>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Buddhima Wijeweera >>>>>>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com , >>>>>>>>>>>> >>>>>>>>>>>> Mobile: +94 71 427 9966 >>>>>>>>>>>> Email: buddh...@wso2.com >>>>>>>>>>>> Blog: https://buddhimawijeweera.wordpress.com >>>>>>>>>>>> GitHub Profile: https://github.com/Buddhima >>>>>>>>>>>> >>>>>>>>>>>> ___ >>>>>>>>>>>> Dev mailing list >>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> 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 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Supun Sethunga* >>>>>>>>>> Software Engineer >>>>>>>>>> WSO2, Inc. >>>>>>>>>> lean | enterprise | middleware >>>>>>>>>> Mobile : +94 716546324 >>>>>>>>>> >>>>>>>>>> ___ >>>>>>>>>> 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 >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Prasanna Dangalla >>>>>>>> Software Engineer, WSO2, Inc.; http://wso2.com/ >>>>>>>> lean.enterprise.middleware >>>>>>>> >>>>>>>> cell: +94 777 55 80 30 | +94 718 11 27 51 >>>>>>>> twitter: @prasa77 >>>>>>>> >>>>>>>> ___ >>>>>>>> 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 >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Thanuja Lakmal* >>>>>> Software Engineer >>>>>> WSO2 Inc. http://wso2.com/ >>>>>> *lean.enterprise.middleware* >>>>>> Mobile: +94715979891 +94758009992 >>>>>> >>>>>> ___ >>>>>> Dev mailing list >>>>>> Dev@wso2.org >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Vijitha Ekanayake >>>>> Software Engineer*, *WSO2, Inc.; http://wso2.com/ >>>>> Mobile : +94 777 24 73 39 | +94 718 74 44 08 >>>>> lean.enterprise.middleware >>>>> >>>>> ___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Gayan Gunawardana >>>> Software Engineer; WSO2 Inc.; http://wso2.com/ >>>> Email: ga...@wso2.com >>>> Mobile: +94 (71) 8020933 >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Anuja Herath >>> *Software Engineer* >>> *WSO2, Inc.* >>> Mobile : +94 (0)71 429 8861 >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Lasitha Wattaladeniya >> Software Engineer >> WSO2, Inc. | http://wso2.com >> lean. enterprise. middleware >> >> Mobile : +94719397528 >> Blog : techreadme.blogspot.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 > > -- 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] [Carbon] Carbon Component Implementation : Exception in generating service stub

2015-02-13 Thread Rajith Vitharana
ven repository or > more dependencies to add in pom file? Appreciate any help to solve this. > > [1] > http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/ > > Thank You > > Regards > -- > Indunil Upeksha Rathnayake > Software Engineer | WSO2 In

Re: [Dev] [Data Services] Contributing to Data Services

2015-02-02 Thread Rajith Vitharana
nd the documentation for WSO2 Data Services Server here: > https://docs.wso2.com/display/DSS322/WSO2+Data+Services+Server+Documentation > > Regards, > Jerad > > On Wed, Jan 28, 2015 at 1:07 PM, Pradeep Murugesan < > pradeepmuruge...@outlook.com> wrote: > > Hi , >

Re: [Dev] [Data Services] Contributing to Data Services

2015-02-01 Thread Rajith Vitharana
ices. But I am not able to > find any documentation related to this. > > I have the following source link in the web page for data services > > https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk13/ > > But this contains all the products. > > If someone could he

Re: [Dev] [Data Services] Contributing to Data Services

2015-01-29 Thread Rajith Vitharana
t; https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk13/ > > But this contains all the products. > > If someone could help me in guiding to the right manual for setting up the > dev env for Data Services that would be really helpful. > > Pradeep. > > ___

Re: [Dev] Contributing to Data Services

2015-01-28 Thread Rajith Vitharana
latform/tags/turing-chunk13/ >> >> But this contains all the products. >> >> If someone could help me in guiding to the right manual for setting up >> the dev env for Data Services that would be really helpful. >> >> Pradeep. >> >> ___ >>

Re: [Dev] CassandraDriver class not found exception when testing the db connection from BAM management console

2015-01-19 Thread Rajith Vitharana
esh Kuruppu > Software Engineer > WSO2 Inc, > Mobile: +94 (77) 1690552 > > ___ > 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] [ndatasource] Encrypting data source password

2015-01-18 Thread Rajith Vitharana
Hi, If you need the place where encryption happens, it's in [1] method "encrypt" [1] - https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.core/4.2.0/src/main/java/org/wso2/carbon/core/util/CryptoUtil.java Thanks, On Mon, Jan 19, 2015 at 12:16 PM, R

Re: [Dev] [ndatasource] Encrypting data source password

2015-01-18 Thread Rajith Vitharana
1 from dual > > It seems password is encrypted before storing as it should be. Can anyone > please point me to the source code in which this encryption() method is > called? > > Thanks. > > -- > Akila Ravihansa Perera > Software Engineer, WSO2 > > Blog: http://rav

Re: [Dev] Fast Track Training Help - Hot deployment for Jaggery

2015-01-16 Thread Rajith Vitharana
___ > 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] Debug Logs without isDebugEnabled check

2015-01-10 Thread Rajith Vitharana
ecently concluded election > on FB. Don't try to overanalyze best practices. :D > > On Sat, Jan 10, 2015 at 2:39 PM, Rajith Vitharana > wrote: > >> Hi, >> >> AFAIK this performance hit is there only when there are string operations >> inside the log. isn't th

Re: [Dev] Debug Logs without isDebugEnabled check

2015-01-10 Thread Rajith Vitharana
; >> >> >> -- >> *Bhathiya Jayasekara* >> *Software Engineer,* >> *WSO2 inc., http://wso2.com <http://wso2.com>* >> >> *Phone: +94715478185 <%2B94715478185>* >> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >> <http://www.linkedin.com/in/bhathiyaj>* >> *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>* >> *Blog: http://movingaheadblog.blogspot.com >> <http://movingaheadblog.blogspot.com/>* >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- 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] Build failures observed in Carbon-Utils

2015-01-08 Thread Rajith Vitharana
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > command > > [ERROR] mvn -rf :org.wso2.carbon.reporting.ui.feature > > &g

Re: [Dev] How to resolve SVN errors of worker nodes at server startup

2014-12-02 Thread Rajith Vitharana
a correct > solution and should be handled in some other way. > > We have come across this issue with almost all the products and have > reported the same many times. So I suppose it's time we finalize on this > solution and document it. > > @Sameera, appreciate your feed

Re: [Dev] WSO2 Committers += Sajini De Silva

2014-11-18 Thread Rajith Vitharana
ical Lead > WSO2 Inc., http://wso2.com > lean.enterprise.middleware > > E: ram...@wso2.com > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vitharana Software Engi

Re: [Dev] [ES] Value not getting stored in registry

2014-11-16 Thread Rajith Vitharana
something wrong here? > > Thanks, & Regards, > Himasha > > On Sun, Nov 16, 2014 at 8:35 AM, Himasha Guruge wrote: > >> Hi Rajith, >> >> Thanks a lot, it worked. >> >> Thanks & Regards, >> >> On Sun, Nov 16, 2014 at 3:49 AM, Raji

Re: [Dev] [ES] Value not getting stored in registry

2014-11-15 Thread Rajith Vitharana
uot;time" : >> 1416026845474}, "content" : {}, "id" : "/_system/config/wso2/sample", >> "version" : 3885, "uuid" : "0123", "path" : "/_system/config/wso2/sample", >> "name" : "samp

Re: [Dev] [ES] Value not getting stored in registry

2014-11-14 Thread Rajith Vitharana
file/d/0B2gZ09XLMRjKMkFQc1ZJckJMNFE/edit?usp=drive_web> > ​ > [2] > ​ > valueOfPath > <https://docs.google.com/a/wso2.com/file/d/0B2gZ09XLMRjKMm1aTW9CcnpLMDg/edit?usp=drive_web> > ​ > > -- > Himasha Guruge > *Software Engineer* > WS*O2* *Inc.* > Mobile: +94 7774

Re: [Dev] WSO2 Committers += Asanka Abeyweera

2014-11-05 Thread Rajith Vitharana
; Technical Lead > WSO2 Inc., http://wso2.com > lean.enterprise.middleware > > E: ram...@wso2.com > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vitharana Sof

Re: [Dev] WSO2 Committers += Lasindu Charith

2014-10-27 Thread Rajith Vitharana
rg >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Best Regards, > > Kalpa Welivitigoda > Software Engineer, WSO2 Inc. http://wso2.com > Email: kal...@wso2.com > Mobile: +94776509215 > > _

Re: [Dev] WSO2 Committers += Rajkumar Rajaratnam

2014-10-27 Thread Rajith Vitharana
;> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Best Regards, > > Kalpa Welivitigoda > Software Engineer, WSO2 Inc. http://wso2.com > Email: kal...@wso2.com > Mobile: +94776509215 > > _

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-21 Thread Rajith Vitharana
linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Best Regards, > > Kal

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-11 Thread Rajith Vitharana
: 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] WSO2 Committers += Denuwanthi De Silva

2014-10-11 Thread Rajith Vitharana
> 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/list

Re: [Dev] Fault String Returned Instead of the Filtered Content

2014-10-06 Thread Rajith Vitharana
> > Regards, > Shameera. > > On Mon, Sep 29, 2014 at 12:11 AM, Rajith Vitharana > wrote: > >> ping >> >> On Tue, Sep 23, 2014 at 3:12 PM, Rajith Vitharana >> wrote: >> >>> Hi All, >>> >>> Regarding the jira [1]. &g

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Rajith Vitharana
m > Mobile : 0773661935 > > Lean . Enterprise . Middleware > > ___ > 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://

Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-28 Thread Rajith Vitharana
;>>>> Dunith Dhanushka, >>>>>>>>>>>>>>>>>>>>>>>> Senior Software Engineer - BAM, >>>>>>>>>>>>>>>>>>>>>>>> WSO2 Inc, >>>>>>>>>>>>>>>>>>>>

Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-28 Thread Rajith Vitharana
gt; <http://people.apache.org/~siriwardana>* >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>

Re: [Dev] Fault String Returned Instead of the Filtered Content

2014-09-28 Thread Rajith Vitharana
ping On Tue, Sep 23, 2014 at 3:12 PM, Rajith Vitharana wrote: > Hi All, > > Regarding the jira [1]. > In DSS when using json output mapping we can filter out the output fields > according to the person's role who invokes the service. If he have > permission, those fields

Re: [Dev] [DSS] Datasource deployer

2014-09-25 Thread Rajith Vitharana
58 AM, Rajith Vitharana wrote: > Kind reminder on this :) > > On Wed, Sep 17, 2014 at 5:13 PM, Anjana Fernando wrote: > >> And, yeah, as Rajith mentioned, I've reviewed the changes in the last >> version. >> >> Cheers, >> Anjana. >> >

[Dev] Fault String Returned Instead of the Filtered Content

2014-09-23 Thread Rajith Vitharana
this the better way of resolving this problem? If so please review the code and commit to kernel patch 009. [1] - https://wso2.org/jira/browse/DS-963 [2] - https://docs.wso2.com/display/DSS321/JSON+Mapping Thanks -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +9471588

Re: [Dev] [DSS] Datasource deployer

2014-09-22 Thread Rajith Vitharana
Kind reminder on this :) On Wed, Sep 17, 2014 at 5:13 PM, Anjana Fernando wrote: > And, yeah, as Rajith mentioned, I've reviewed the changes in the last > version. > > Cheers, > Anjana. > > On Wed, Sep 17, 2014 at 3:51 PM, Rajith Vitharana > wrote: > >> H

Re: [Dev] WSO2 Committers += Harshan Liyanage

2014-09-19 Thread Rajith Vitharana
t;>> >>>>>>>>>> _______ >>>>>>>>>> Dev mailing list >>>>>>>>>> Dev@wso2.org >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [DSS] Datasource deployer

2014-09-17 Thread Rajith Vitharana
Thanks >>> Manoj >>> >>> >>> *Manoj Kumara* >>> Software Engineer >>> WSO2 Inc. http://wso2.com/ >>> *lean.enterprise.middleware* >>> Mobile: +94713448188 >>> >>> On Thu, Sep 11, 2014 at 3:17 AM, Rajith Vitharana &

Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-16 Thread Rajith Vitharana
>>> >>> >> >> >> -- >> Regards, >> Manula Chathurika Thantriwatte >> Software Engineer >> WSO2 Inc. : http://wso2.com >> lean . enterprise . middleware >> >> email : manu...@wso2.com / man...@apache.org >> p

Re: [Dev] [DSS] Datasource deployer

2014-09-11 Thread Rajith Vitharana
Hi, please find the pull request for the carbon4-kernal git repository for above changes in [1] [1] - https://github.com/wso2-dev/carbon4-kernel/pull/95 Thanks, On Tue, Jul 29, 2014 at 6:12 PM, Rajith Vitharana wrote: > Hi, > > I have attached the new diff file for the data source

Re: [Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Rajith Vitharana
elp 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the >> -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions

Re: [Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Rajith Vitharana
Nice being able to help :) On Wed, Aug 27, 2014 at 1:18 PM, Akila Nimantha [IT/EKO/LOITS] < aki...@lolctech.com> wrote: > Hi Rajith, > > > > Now it generated target files without errors. Thanks for your instant > reply. > > > > Regards, > > Akila >

Re: [Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Rajith Vitharana
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

Re: [Dev] Writing WSO2 carbon component - stub generation error

2014-08-25 Thread Rajith Vitharana
NFO] >>>>> >>>>> [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ >>>>> org.wso2.carbon.student.mgt.stub --- >>>>> >>>>> [INFO] Surefire report directory: >>>>> /Users/thushara/Documents/workspaceluna/stu

Re: [Dev] Writing WSO2 carbon component - stub generation error

2014-08-24 Thread Rajith Vitharana
-- >> [ERROR] 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

Re: [Dev] [Jaggery] Error while calling jaggery post method

2014-08-24 Thread Rajith Vitharana
l.HostObjectUtil.invalidArgsError(HostObjectUtil.java:41) > at > org.jaggeryjs.scriptengine.engine.RhinoTopLevel.parse(RhinoTopLevel.java:48) > at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) > ... 78 more > > What would be the issue here? > > Thanks > > ___ > 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] How to get the current Location path in Puppet

2014-08-20 Thread Rajith Vitharana
8>* > *Blog : http://yasassriratnayake.blogspot.com/ > <http://yasassriratnayake.blogspot.com/>* > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vitharana Softwar

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-12 Thread Rajith Vitharana
same excel file. > I think I forgot to add namespace in to the result element. > > FYI I attached new modified excel( with two Sheets)(I put your two excel > files as one J ) and dbs file also. > > Thank you very much for your instant replies Rajith. > > > >

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-12 Thread Rajith Vitharana
el document…??? > > Thank you very much for your time. > > > > Regards, > > Akila > > > > *From:* Rajith Vitharana [mailto:raji...@wso2.com] > *Sent:* Tuesday, August 12, 2014 3:39 PM > *To:* Akila Nimantha [IT/EKO/LOITS] > *Cc:* dev@wso2.org > *Subj

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-12 Thread Rajith Vitharana
Hi Akila, I have tried out your scenario. Attached here with are the sample Excel files I have used and the dataservice I have created. You'll need to change the excel file paths in dataservice file, and then deploy it in DSS. Thanks, On Tue, Aug 12, 2014 at 12:04 PM, Rajith Vitharana

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-11 Thread Rajith Vitharana
nk you. > > ___ > 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/

Re: [Dev] IS Server, Tomcat in two Nodes

2014-08-08 Thread Rajith Vitharana
sorry I saw that as "port" not "node" On Fri, Aug 8, 2014 at 1:54 PM, Rajith Vitharana wrote: > Try out [1] > > [1] - http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/ > > > On Fri, Aug 8, 2014 at 1:13 PM, Daya Attapattu wrote: > >>

Re: [Dev] IS Server, Tomcat in two Nodes

2014-08-08 Thread Rajith Vitharana
> Regards, Daya > > -- > Daya Atapattu > WSO2 Inc. > Phone: +94 77 047 4730, +1 203 484 7099 > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vithar

Re: [Dev] [Carbon] Student Manager Sample

2014-08-08 Thread Rajith Vitharana
.; http://wso2.com > lean.enterprise.middleware > > mobile: *+94772264165* > linkedin: *http://lnkd.in/KUum6D <http://lnkd.in/KUum6D>* > twitter: https://twitter.com/godwinamila > > _______ > Dev mailing list > Dev@wso2.

[Dev] Fwd: [Carbon-jira] [jira] (DS-924) Created data service is not getting deployed on all the nodes in DSS cluster setup. [tenant user scenario]

2014-08-05 Thread Rajith Vitharana
Hi Chaminda, Couldn't reproduce with given details. I have tried with both 15-07-2014 pack and 22-07-2014 pack. May be changes in configurations. Appreciate if you can update the jira with more details. Thanks, -- Forwarded message -- From: Rajith Vitharana (JIRA) Date

Re: [Dev] [Announce] WSO2 Committers += Jayanga Dissanayake

2014-08-05 Thread Rajith Vitharana
ujith 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 >>>> >>>> >>> >>> >>> -- >>> Suhan Dharmasuriya >>> >>> Software Engineer - Test Automation >>> >>> Tel: +94 112 145345 >>> Mob: +94 779 869138 >>> >>> ___ >>> 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 >> >> > > > -- > Milinda Perera > Software Engineer; > WSO2 Inc. http://wso2.com , > Mobile: (+94) 714 115 032 > > > ___ > 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] WSO2 Committers += Kavith Lokuhewage

2014-08-04 Thread Rajith Vitharana
ling list >>>>>>>> Dev@wso2.org >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-03 Thread Rajith Vitharana
2145300 email : >>>>>>>> dimut...@wso2.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> ___ >>>>>>>>

Re: [Dev] calling a jaggery function using button onclick

2014-08-01 Thread Rajith Vitharana
s 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, distribut

Re: [Dev] [DSS] Datasource deployer

2014-07-29 Thread Rajith Vitharana
, Rajith Vitharana wrote: > Hi Jasintha,Sohani, > > Thanks for the quick response. The "type" defined in "artifact.xml" should > be "datasource/datasource" for it to be picked up by the datasource > deployment handler and get deployed. Below is a

Re: [Dev] Jaggery - Extracting an uploaded .zip file

2014-07-29 Thread Rajith Vitharana
__ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> *Udara Rathnayake* >>> Software

Re: [Dev] Jaggery - Extracting an uploaded .zip file

2014-07-29 Thread Rajith Vitharana
/github.com/Buddhima >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Udara Rathnayake* > Software Engineer > WSO2 Inc. : http://ws

[Dev] [Carbon4-kernal] wso2server.sh start gives an error if it has been started earlier

2014-07-28 Thread Rajith Vitharana
Hi, Please review and merge the pull request related to jira [1] [1] - https://wso2.org/jira/browse/CARBON-14477 Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com

Re: [Dev] Why This Error In Building The ESB Version at Turing-chunk07

2014-07-28 Thread Rajith Vitharana
3.0.5* > > What I had done was deleted these corrupted jars from the maven local > repository and downloaded them manually and copied to those locations from > the referenced repository. > > Thanks, > > > On Tue, Jul 29, 2014 at 8:25 AM, Rajith Vitharana > wrote: > &

Re: [Dev] Why This Error In Building The ESB Version at Turing-chunk07

2014-07-28 Thread Rajith Vitharana
feedback on this issue. > > Thanks... > > > *Dilan U. Ariyaratne* > Software Engineer > WSO2 Inc. <http://wso2.com/> > Mobile: +94775149066 > lean . enterprise . middleware > > ___ &

Re: [Dev] WSO2-DSS - error on creating data service

2014-07-28 Thread Rajith Vitharana
; 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(CarbonContextCreatorV

Re: [Dev] [DSS] Datasource deployer

2014-07-27 Thread Rajith Vitharana
tp://christinetechtips.blogspot.com/ > Twitter : https://twitter.com/sohanichristine > > > On Mon, Jul 28, 2014 at 11:04 AM, Jasintha Dasanayake > wrote: > >> Hi >> >> We can provide a single page form editor in DevS to edit this config >> >> Than

Re: [Dev] [DSS] Datasource deployer

2014-07-27 Thread Rajith Vitharana
te: >> >>> Hi Rajith, >>> >>> Can you please also mention what new improvements this patch brings? >>> >>> >>> On Mon, Jul 28, 2014 at 9:39 AM, Rajith Vitharana >>> wrote: >>> >>>> Hi, >>&g

Re: [Dev] [DSS] Datasource deployer

2014-07-27 Thread Rajith Vitharana
;t be edited using UI. Editing them should be done by redeploying the car app. Thanks, On Mon, Jul 28, 2014 at 9:49 AM, Nirmal Fernando wrote: > Hi Rajith, > > Can you please also mention what new improvements this patch brings? > > > On Mon, Jul 28, 2014 at 9:39 AM, Rajith Vith

[Dev] [DSS] Datasource deployer

2014-07-27 Thread Rajith Vitharana
Hi, Attached here with the diff for datasource deployer feature for org.wso2.carbon.ndatasource.core and a sample car file. please review and commit Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/ Index

Re: [Dev] [DSS][AXIS2][AXIS2-JSON] Writing a new XML to JSON conversion

2014-07-14 Thread Rajith Vitharana
plenty > of Builders and formatters for JSON :) . May i know the real use case and > requirement ? > > Thanks, > Shameera > > > On Mon, Jul 14, 2014 at 2:51 PM, Rajith Vitharana > wrote: > >> Hi Yasas, >> >> Try out creating a simple jar and put it in

Re: [Dev] [DSS][AXIS2][AXIS2-JSON] Writing a new XML to JSON conversion

2014-07-14 Thread Rajith Vitharana
d >>> Mapped Json support is their with Axis2),You don't need to do anything to >>> axis2 jar. Implement your new JSON builder and formatter, then create a >>> new jar(or osgi bundle) using those new classes >>> and copy that jar ( or osgi bundle) to >>> /reposi

Re: [Dev] [DEV] Retrieving an environment variable from Java

2014-07-14 Thread Rajith Vitharana
> Thanks, > > > On Mon, Jul 14, 2014 at 1:40 PM, Rajith Vitharana > wrote: > >> Hi Inosh, >> >> Have you tried restarting the machine? >> >> Thanks, >> >> >> On Mon, Jul 14, 2014 at 1:35 PM, Inosh Perera wrote: >> >>> H

Re: [Dev] [DEV] Retrieving an environment variable from Java

2014-07-14 Thread Rajith Vitharana
______ > 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

<    1   2   3   >