Re: [Dev] Server Startup Error

2014-07-13 Thread Deependra Ariyadewa
Fix is described in this JIRA. https://wso2.org/jira/browse/MB-483 On Fri, Jul 11, 2014 at 2:39 PM, Denuwanthi De Silva denuwan...@wso2.com wrote: Hi, When running G-reg 5.0.0-SNAPSHOT, the following error log is visible: *ERROR {org.apache.cassandra.cql3.QueryProcessor} - Unable to

Re: [Dev] Case insensitivity in WHERE clause in MySQL

2014-07-13 Thread Kasun Gajasinghe
Hi Eranda, To which kernel version will this change go to? Thanks, KasunG On Sun, Jul 13, 2014 at 9:42 AM, Eranda Sooriyabandara era...@wso2.com wrote: Hi all, This issue was encountered last Thursday where you can use case insensitive path to retrieve a registry resource on governance

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

2014-07-13 Thread Yasas Karunarathna
Hi there, I want to do a small change to the json response returned from DSS 3.2.1. I'm using JSONMessageFormatter JSONOMBuilder in org.apache.axis2.json package.(not gson implementations) My requirements are as follows 1) Implement new JSONMessageFormatter, JSONOMBuilder etc. And additional

[Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Rajith Vitharana
Hi, I have created a DSS Cluster according to [1] and [2]. The cluster works fine. But when I tried to put depsync to the cluster according to [3], worker node throws following out of memory exception. I tried with changing the memory(-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m) in wso2server.sh

Re: [Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Kasun Gajasinghe
Your svn working copy is in SVN 1.7 format. This happens if you had subversion 1.7, and started the server without placing SVNKit. We use an old SVNKit lib which only supports 1.6. To fix this, delete the .svn meta folders in repo/dep/server, and restart the server. KasunG On Sun, Jul 13, 2014

Re: [Dev] Case insensitivity in WHERE clause in MySQL

2014-07-13 Thread Senaka Fernando
Hi Eranda, From what I understand the change of collation needs to be done when creating the database. So, this will mean that we don't have to make any changes to code/script in the pack but the documentation for MySQL. Can you confirm? Thanks, Senaka. On Sun, Jul 13, 2014 at 8:34 AM, Kasun

Re: [Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Rajith Vitharana
Hi Kasun, Deleting .svn folder worked. Thank you for the info :) Thanks, On Sun, Jul 13, 2014 at 3:08 PM, Kasun Gajasinghe kas...@wso2.com wrote: Your svn working copy is in SVN 1.7 format. This happens if you had subversion 1.7, and started the server without placing SVNKit. We use an

Re: [Dev] Case insensitivity in WHERE clause in MySQL

2014-07-13 Thread Eranda Sooriyabandara
Hi Senaka, Yes, we can introduce database level collation. We need the documentation updated for create database as follows. CREATE DATABASE *mybigdb* COLLATE *latin1_general_cs*; thanks Eranda On Sun, Jul 13, 2014 at 4:30 PM, Senaka Fernando sen...@wso2.com wrote: Hi Eranda, From what I

Re: [Dev] Case insensitivity in WHERE clause in MySQL

2014-07-13 Thread Senaka Fernando
Hi Eranda, Ok, great. And, in terms of migration, what they need to do is to get a full SQL dump, create a fresh DB with this new collation and then restore it fully. Thanks, Senaka. On Sun, Jul 13, 2014 at 2:00 PM, Eranda Sooriyabandara era...@wso2.com wrote: Hi Senaka, Yes, we can

Re: [Dev] Server Startup Error

2014-07-13 Thread Denuwanthi De Silva
Thanks.Doing changes as described in the JIRA [1], solved the issue. [1]https://wso2.org/jira/browse/MB-483 Thanks, On Sun, Jul 13, 2014 at 12:34 PM, Deependra Ariyadewa d...@wso2.com wrote: Fix is described in this JIRA. https://wso2.org/jira/browse/MB-483 On Fri, Jul 11, 2014 at 2:39

Re: [Dev] Server Startup Error

2014-07-13 Thread Bhathiya Jayasekara
Please open JIRAs for the products in which you faced this error. Thanks, On Sun, Jul 13, 2014 at 7:20 PM, Denuwanthi De Silva denuwan...@wso2.com wrote: Thanks.Doing changes as described in the JIRA [1], solved the issue. [1]https://wso2.org/jira/browse/MB-483 Thanks, On Sun, Jul

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

2014-07-13 Thread Rajith Vitharana
Hi Yasas, The points you have mentioned are correct, but there are small changes I would like to point out. Below are the steps you'll need to follow to achieve your goal. 1 - There is a patch release for the axis2-json so you'll need to check out the source from [1] instead of the svn location

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

2014-07-13 Thread Shameera Rathnayaka
Hi Yasas, Assuming you are going to customize the JSON mapped convention (Standard 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

[Dev] Invitation: Code Review - APPMGR Publish Application Executors @ Tue Jul 15, 2014 2pm - 2:30pm (Ruwan Yatawara)

2014-07-13 Thread Ruwan Yatawara
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140715T083000Z DTEND:20140715T09Z DTSTAMP:20140714T020042Z ORGANIZER;CN=Ruwan Yatawara:mailto:ruw...@wso2.com UID:jnh62jcre2bvr95gl16hgjg...@google.com

[Dev] Invitation: ES API 2.0.0 Design Discussion @ Wed Jul 16, 2014 2pm - 4pm (samee...@wso2.com)

2014-07-13 Thread Sameera Medagammaddegedara
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140716T083000Z DTEND:20140716T103000Z DTSTAMP:20140714T033455Z ORGANIZER;CN=Sameera Medagammaddegedara:mailto:samee...@wso2.com

[Dev] What is the Possibility of using an IDE to open up Sample Code, packaged with WSO2 Software

2014-07-13 Thread Dilan Udara Ariyaratne
Hi Everyone, I would like to inquire on what is the possibility of opening up the sample code, packaged with WSO2 Software (For ex: Sample codes attached with WSO2 Enterprise Service Bus, WSO2 Application Server, etc...) using any popular IDE like Eclipse, so that for anyone who is following the

Re: [Dev] What is the Possibility of using an IDE to open up Sample Code, packaged with WSO2 Software

2014-07-13 Thread Jasintha Dasanayake
Hi Dilan All Most all the samples have been created using maven archetype so those are maven projects , so you can use mvn eclipse:eclipse or mvn idea:idea to convert them into eclipse or idea project . Or with the Developer studio , you can use import options in the project create wizards to

Re: [Dev] Custom federated authenticator (For Linked In)

2014-07-13 Thread Samuel Gnaniah
Will add this in. Thanks, Sam *Samuel Gnaniah* Senior Technical Writer WSO2 (pvt.) Ltd. Colombo, Sri Lanka (+94) 773131798 On Fri, Jul 11, 2014 at 9:41 PM, Ishara Karunarathna isha...@wso2.com wrote: Hi all, [1] Here I have written a blog on adding custom federated authenticator. So I

[Dev] Call for Book Chapters Big Data and the Internet of Things: Technology, Business, and Social Impact

2014-07-13 Thread Shiroshica Kulatilake
FYI -- Forwarded message -- From: Kuan-Ching Li kuan...@pu.edu.tw Date: Sat, Jul 12, 2014 at 9:42 AM Subject: [DistComp] Call for Book Chapters Big Data and the Internet of Things: Technology, Business, and Social Impact To: Call for Book Chapters Big Data and the Internet of

Re: [Dev] Call for Book Chapters Big Data and the Internet of Things: Technology, Business, and Social Impact

2014-07-13 Thread Srinath Perera
Paul shall we try a proposal in the line of Open Platform for Big data for IoT? On Mon, Jul 14, 2014 at 10:05 AM, Shiroshica Kulatilake sh...@wso2.com wrote: FYI -- Forwarded message -- From: Kuan-Ching Li kuan...@pu.edu.tw Date: Sat, Jul 12, 2014 at 9:42 AM Subject:

Re: [Dev] What is the Possibility of using an IDE to open up Sample Code, packaged with WSO2 Software

2014-07-13 Thread Rajith Vitharana
Hi Dilan, If you use idea, just point to the pom file idea will open the project for you. :) Thanks, On Mon, Jul 14, 2014 at 9:48 AM, Jasintha Dasanayake jasin...@wso2.com wrote: Hi Dilan All Most all the samples have been created using maven archetype so those are maven projects , so you

Re: [Dev] Custom federated authenticator (For Linked In)

2014-07-13 Thread Dulanja Liyanage
Shall we add this to Chunk-13? WDYT? On Fri, Jul 11, 2014 at 9:41 PM, Ishara Karunarathna isha...@wso2.com wrote: Hi all, [1] Here I have written a blog on adding custom federated authenticator. So I think we can add this to our docs. Thanks, Ishara [1]

Re: [Dev] Do we support MySQL character set 'utf8'?

2014-07-13 Thread Nufail Mohamed
Hi Thanuja, Check whether your DB engine is set to 'InnoDB'. In my case, setting that solved the problem. Thanks. On Sun, Jul 13, 2014 at 7:51 AM, Thanuja Jayasinghe than...@wso2.com wrote: Hi all, MySQL default character set is 'latin1' and collation is 'latin1_swedish_ci'. So I change

Re: [Dev] [CEP] Input Adapter for ISO8583

2014-07-13 Thread Seshika Fernando
Hi Suho Srinath, I was having a chat with Mohan last week about this and still am not clear as to what the best place is to implement the iso8583 parsing logic (at the Input Adapter or Builder). Can we have a chat today and finalize? Seshika On Sun, Jul 13, 2014 at 1:09 AM, Sriskandarajah

Re: [Dev] Server Startup Error

2014-07-13 Thread Denuwanthi De Silva
JIRAs created at [1] [2]. [1]https://wso2.org/jira/browse/REGISTRY-2224 [2]https://wso2.org/jira/browse/STORE-468 Thanks, On Sun, Jul 13, 2014 at 9:20 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: Please open JIRAs for the products in which you faced this error. Thanks, On Sun, Jul

[Dev] Error occurs while using Apache poi-3.9.0 for MS Word 2007 document extraction

2014-07-13 Thread Thilini Shanika
Hi all, I tried to extract MS Word 2007 .docx files using below implementation (Using poi-3.9.0) in order to fix an existing bug in API Manager 1.7.0. (The bug was about giving an error while extracting and indexing .docx files in MSWordIndexer) XWPFDocument doc = new XWPFDocument(new

Re: [Dev] Do we support MySQL character set 'utf8'?

2014-07-13 Thread Dulanja Liyanage
Hi Thanuja, MySQL default character set in Linux is 'latin1'. IIRC in Windows it's UTF-8. This seems to be a pretty old issue and there's a resolved jira for it as well [1] (it's in fact pointed to by the mysql script). Apparently this is not fixed yet. BTW, why do you want UTF-8? One

Re: [Dev] Sugarcane release

2014-07-13 Thread Dimuthu De Lanerolle
Hi , We have completed writing a layer to plug Jaggery test framework with TAF. However we were unable to run all tests smoothly due to some exceptions encountered while running several tests continuously. Please find a JIRA raised below for a similar situation.

Re: [Dev] Do we support MySQL character set 'utf8'?

2014-07-13 Thread Thanuja Jayasinghe
Hi Dulanja, Thanks for the input. As you mentioned I used the 'latin1' as a workaround to solve this issue, last week. Then I tried other wso2 products like APIM and ESB. All having same issue when we set the character set to 'utf8'. That's why I got the thought we do not support utf8 :) @Nufail

Re: [Dev] What is the Possibility of using an IDE to open up Sample Code, packaged with WSO2 Software

2014-07-13 Thread Isura Karunaratne
On Mon, Jul 14, 2014 at 10:11 AM, Rajith Vitharana raji...@wso2.com wrote: Hi Dilan, If you use idea, just point to the pom file idea will open the project for you. :) Thanks, In idea, try to import project and select the pom file. On Mon, Jul 14, 2014 at 9:48 AM, Jasintha Dasanayake