Re: [Dev] Can we use libs with MIT license, in WSO2 ?

2014-07-04 Thread Ruchira Wageesha
It seems to be a good and well maintained plugin. So, I think you should be good to go. @Chanaka, Joe, Dilan, If you guys have a better alternative, please suggest. On Fri, Jul 4, 2014 at 8:47 AM, Sameera Perera wrote: > Hi Ruchira, > Can someone from your team review this library? Also, in c

Re: [Dev] CQL port is not changed when offset is changed in carbon.xml

2014-07-04 Thread Harsha Kumara
Hi Asanka, As I went through the source, I have noticed that native transport port is not offsetting in side cassandra server component. Can you create a JIRA for this? I'll provide a pull request. Thanks, Harsha On Fri, Jul 4, 2014 at 11:49 AM, Asanka Abeyweera wrote: > Hi, > > I tried to ru

Re: [Dev] CQL port is not changed when offset is changed in carbon.xml

2014-07-04 Thread Harsha Kumara
Added pull request in https://github.com/wso2-dev/carbon-storage-management/pull/8. Can Prabath or Dhanuka verify this and merge the pull request? On Fri, Jul 4, 2014 at 1:11 PM, Harsha Kumara wrote: > Hi Asanka, > > As I went through the source, I have noticed that native transport port is > n

Re: [Dev] CQL port is not changed when offset is changed in carbon.xml

2014-07-04 Thread Asanka Abeyweera
Hi Harsha, I created a JIRA issue (https://wso2.org/jira/browse/SS-362) for this. Thank you. On Fri, Jul 4, 2014 at 1:23 PM, Harsha Kumara wrote: > Added pull request in > https://github.com/wso2-dev/carbon-storage-management/pull/8. Can Prabath > or Dhanuka verify this and merge the pull req

[Dev] Java 1.7 support for github repo

2014-07-04 Thread Mohanadarshan Vivekanandalingam
Hi All, Are we planning to do $subject.. ? In CEP, we have developed an adptor which supports for websocket. Here we are using latest jetty version which only supports Java 1.7 according to [1].. But since we have configured jenkins only with java 1.6, this components is getting failed. Is it pos

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sagara Gunathunga
On Fri, Jul 4, 2014 at 2:40 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > Hi All, > > Are we planning to do $subject.. ? > In CEP, we have developed an adptor which supports for websocket. Here we > are using latest jetty version which only supports Java 1.7 according to > [1]..

[Dev] Updated Invitation: Code Review - ESB sample Test cases @ Fri Jul 4, 2014 3pm - 4pm (Waruna Perera)

2014-07-04 Thread waru...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140704T093000Z DTEND:20140704T103000Z DTSTAMP:20140704T093413Z ORGANIZER;CN=Waruna Perera:mailto:waru...@wso2.com UID:54nltcopm3ljjt0lncu9l91...@google.com ATTENDEE

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Afkham Azeez
+1. Don't unnecessarily bring in Jetty. On Fri, Jul 4, 2014 at 2:49 PM, Sagara Gunathunga wrote: > > > > On Fri, Jul 4, 2014 at 2:40 PM, Mohanadarshan Vivekanandalingam < > mo...@wso2.com> wrote: > >> Hi All, >> >> Are we planning to do $subject.. ? >> In CEP, we have developed an adptor which

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sriskandarajah Suhothayan
Our idea is to use Tomcat this is jetty is just a quick PoC we did for CEP. But even to use Tomcat Web sockets we have to have to build using Java 7[1]. So anyway we have to move to Java 7 to build the CEP repo so that it can compile the WebSocket servlet What is our plan on moving the build to Ja

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sagara Gunathunga
On Fri, Jul 4, 2014 at 3:07 PM, Sriskandarajah Suhothayan wrote: > Our idea is to use Tomcat this is jetty is just a quick PoC we did for > CEP. But even to use Tomcat Web sockets we have to have to build using Java > 7[1]. > So anyway we have to move to Java 7 to build the CEP repo so that it ca

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sriskandarajah Suhothayan
Yes, thats an issue. Because of this we wont be able to build the full platform in one java version. So what will be the recommended approach here ? Regards Suho On Fri, Jul 4, 2014 at 3:26 PM, Sagara Gunathunga wrote: > > > > On Fri, Jul 4, 2014 at 3:07 PM, Sriskandarajah Suhothayan > wrote

Re: [Dev] CQL port is not changed when offset is changed in carbon.xml

2014-07-04 Thread Prabath Abeysekera
Committed the fix. Please check and verify. Cheers, Prabath On Fri, Jul 4, 2014 at 1:26 PM, Asanka Abeyweera wrote: > Hi Harsha, > > I created a JIRA issue (https://wso2.org/jira/browse/SS-362) for this. > > Thank you. > > > On Fri, Jul 4, 2014 at 1:23 PM, Harsha Kumara wrote: > >> Added pull

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Kasun Gajasinghe
Hi, How Tomcat Websocket works is that if the JDK version is less than 7, it disables Websocket feature and the container starts up. It prints a warning log pointing out that user is not running in JDK 7. You might want to follow the same procedure. Regards, KasunG On Fri, Jul 4, 2014 at 3:32 P

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sriskandarajah Suhothayan
At runtime that will help. But this is not possible when compiling and releasing the product :( Suho On Fri, Jul 4, 2014 at 4:17 PM, Kasun Gajasinghe wrote: > Hi, > > How Tomcat Websocket works is that if the JDK version is less than 7, it > disables Websocket feature and the container starts

[Dev] AS HTTP Monitoring - Need UI improvements

2014-07-04 Thread Kalpa Welivitigoda
Hi, I am working on the project "AS HTTP Monitoring" as my training project. I have completed the functionality as per the milestone plan but the UI needs a lot of improvements. Some of the screen captures of the current UI are attached herewith. I would like to have someone interested to work on

[Dev] Invitation: Invitation: [Code Review] ESB - EverNote Connector @ Fri Jul 4, 2014 4pm - 5pm (Vanjikumaran Sivajothy)

2014-07-04 Thread Vanjikumaran Sivajothy
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140704T103000Z DTEND:20140704T113000Z DTSTAMP:20140704T112920Z ORGANIZER;CN=Vanjikumaran Sivajothy:mailto:va...@wso2.com UID:vlk3ftk1in5lejj9ut3mlbq...@google.com A

[Dev] Invitation: Invitation: [Code Review] ESB - Google Custom Search @ Fri Jul 4, 2014 5pm - 6pm (Vanjikumaran Sivajothy)

2014-07-04 Thread Vanjikumaran Sivajothy
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140704T113000Z DTEND:20140704T123000Z DTSTAMP:20140704T113037Z ORGANIZER;CN=Vanjikumaran Sivajothy:mailto:va...@wso2.com UID:a4ghqv785oiu9uolsj173jj...@google.com A

[Dev] Regard ESBJAVA-3156

2014-07-04 Thread Vanjikumaran Sivajothy
Hi sajith, Given patch for ESBJAVA-3156 is causing a test case failure AggregatedEnclosingElementTestCase, Therefore, I am rolling back the change you have done in the synapse code. Please have a look into the this and get back to us. Thank you, Best Regards, -- Sivajothy Vanjikumaran *Senior S

Re: [Dev] Can we use libs with MIT license, in WSO2 ?

2014-07-04 Thread Chathura Dilan
Bootstrap Select2 is also a good plugin which is released under MIT https://fk.github.io/select2-bootstrap-css/3.4.5.html On Fri, Jul 4, 2014 at 12:40 PM, Ruchira Wageesha wrote: > It seems to be a good and well maintained plugin. So, I think you should > be good to go. > > @Chanaka, Joe, Dila

[Dev] Integration tests dependency issue.

2014-07-04 Thread Prasad Tissera
Hi All, I get the following exception when trying to use Open SAML in integration tests. I assume this should be dependency problem because it is the same code used in saml2-sso-demo (carbon/platform/branches/turing/products/is/5.1.0/modules/samples/saml2-sso-demo). org.apache.maven.surefire.util

[Dev] Invitation: Invitation: [Code Review] ESB - Sound Cloud Connec... @ Fri Jul 4, 2014 6pm - 7pm (Vanjikumaran Sivajothy)

2014-07-04 Thread Vanjikumaran Sivajothy
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140704T123000Z DTEND:20140704T133000Z DTSTAMP:20140704T114928Z ORGANIZER;CN=Vanjikumaran Sivajothy:mailto:va...@wso2.com UID:u2b240s9dtcdiidiofq8asq...@google.com A

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Kasun Gajasinghe
AFAIK, you do not need JDK 1.7 to compile websocket based webapps. On Fri, Jul 4, 2014 at 4:21 PM, Sriskandarajah Suhothayan wrote: > At runtime that will help. But this is not possible when compiling and > releasing the product :( > > Suho > > > On Fri, Jul 4, 2014 at 4:17 PM, Kasun Gajasinghe

[Dev] ETA for on-premise App Factory

2014-07-04 Thread Dmitry Sotnikov
An App Cloud user just asked me when the on-premise App Factory 2 support coming. He wants to install it but docs are saying that this is not possible: https://docs.wso2.com/display/AF200/Installing+On-Premise Thanks! Dmitry ___ Dev mailing list Dev@wso

[Dev] Fwd: AS HTTP Monitoring - Need UI improvements

2014-07-04 Thread Chamil Jeewantha
Adding Chanaka & Dakshika to the thread. -- Forwarded message -- From: Kalpa Welivitigoda Date: Fri, Jul 4, 2014 at 4:51 PM Subject: [Dev] AS HTTP Monitoring - Need UI improvements To: "dev@wso2.org" Hi, I am working on the project "AS HTTP Monitoring" as my training project.

Re: [Dev] Integration tests dependency issue.

2014-07-04 Thread Krishantha Samaraweera
Can you share maven dependency tree in your test module. Thanks, Krishantha. On Fri, Jul 4, 2014 at 5:18 PM, Prasad Tissera wrote: > Hi All, > > I get the following exception when trying to use Open SAML in integration > tests. I assume this should be dependency problem because it is the same

Re: [Dev] Integration tests dependency issue.

2014-07-04 Thread Krishantha Samaraweera
I see another opensaml version in dependency tree. Can you exclude that version and check. opensaml.wso2:opensaml2:jar:2.4.1.wso2v1 Thanks, Krishantha. On Fri, Jul 4, 2014 at 5:35 PM, Prasad Tissera wrote: > Attached the dependency-tree. > > > On Fri, Jul 4, 2014 at 5:18 PM, Prasad Tissera w

Re: [Dev] AS HTTP Monitoring - Need UI improvements

2014-07-04 Thread Dakshika Jayathilaka
Hi, I had a offline chat with kalpa. I would like to help on this to improve User Experience on above context, when ever the time permits. looking towards to have some detail discussion on Monday. Thank you, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100

Re: [Dev] AS- error while running wso2as-5.3.0-SNAPSHOT

2014-07-04 Thread Supun Malinga
Hi, Just came across the same. Do we know any solution/ where is issue is originating ?. thanks, On Wed, May 28, 2014 at 9:24 PM, Kasun Gajasinghe wrote: > Hi, > > > On Wed, May 28, 2014 at 9:18 PM, Denuwanthi De Silva > wrote: > >> Hi, >> >> When I run AS server using, 'wso2as-5.3.0-SNAPSHO

Re: [Dev] Can we use libs with MIT license, in WSO2 ?

2014-07-04 Thread Dakshika Jayathilaka
Hi, What would be the approx. max option length of this popover ? *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Jul 4, 2014 at 3:57 AM, Rushmin Fernando wrote: > Hi Sameera, > > Use case > -- > > In the enterprise subscription fe

[Dev] Bouncing org.wso2.carbon.reporting.server.feature to avoid packing duplicate jars

2014-07-04 Thread Malith Dhanushka
Hi devs, I am gonna go ahead with the $Subject since reporting feature packs two versions of org.wso2.carbon.reporting.util jars. New version for org.wso2.carbon.reporting.server.feature will be 4.2.2. Thanks -- Malith Dhanushka Software Engineer - Data Technologies *WSO2, Inc. : wso2.com

[Dev] [AS] Error in shutting down the server : Cannot put transports into maintenance mode : NPE from RegistryConfigLoader

2014-07-04 Thread Supun Malinga
Hi, Any idea about the following, TID: [0] [AS] [2014-07-04 19:10:56,219] INFO {org.wso2.carbon.core.ServerManagement} - All deployment tasks have been completed. {org.wso2.carbon.core.ServerManagement} TID: [0] [AS] [2014-07-04 19:10:56,219] INFO {org.wso2.carbon.core.ServerManagement} - Wai

[Dev] Many instances of APIManagerInterceptorValve is being registered at startup

2014-07-04 Thread Supun Malinga
HI, Found out $subject. Also what's the reason for it's being registered in code level ?.. We can register the valves via catalina-server.xml. thanks, -- Supun Malinga, Senior Software Engineer, WSO2 Inc. http://wso2.com email: sup...@wso2.com mobile: +94 (0)71 56 91 321 __

[Dev] WSO2 AppFactory 2.0.1 Milestone 1 Released!

2014-07-04 Thread Ranga Siriwardena
WSO2 AppFactory 2.0.1 Milestone 1 Released! WSO2 AppFactory team is pleased to announce the release of version 2.0.1 M1 of the WSO2 AppFactory. WSO2 App Factory is a multi-tenant, elastic and self-service enterprise platform that enables multiple project teams to collaboratively create, run and m

Re: [Dev] ETA for on-premise App Factory

2014-07-04 Thread Harsha Thirimanna
Hi Dimitry, We are in final stage of this. After finish the appfactory puppet scripts we hope to run it with privatepaas puppet and do the complete test. We can finish it on next friday (11th July). Thanks On Jul 4, 2014 5:20 PM, "Dmitry Sotnikov" wrote: > An App Cloud user just asked me whe

Re: [Dev] Jaggery Human Task UI for BPMN

2014-07-04 Thread Amal Gunatilake
Hi Chathura, Thanks for the comments. Once all the todo stuff completes during next week, let's have call with Cyril. Thank you & Best regards, *Amal Gunatilake* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware On Tue, Jul 1, 2014 at 10:23 AM, Chathura Ekanayake wrote

Re: [Dev] Java 1.7 support for github repo

2014-07-04 Thread Sriskandarajah Suhothayan
Thats good we'll verify that. Suho On Fri, Jul 4, 2014 at 5:19 PM, Kasun Gajasinghe wrote: > > AFAIK, you do not need JDK 1.7 to compile websocket based webapps. > > > On Fri, Jul 4, 2014 at 4:21 PM, Sriskandarajah Suhothayan > wrote: > >> At runtime that will help. But this is not possible w

[Dev] WSO2 Complex Event Processor 4.0.0-M1 Released

2014-07-04 Thread Mohanadarshan Vivekanandalingam
*WSO2 Complex Event Processor 4.0.0-M1 Released!* WSO2 CEP Team is pleased to announce the release of WSO2 Complex Event Processor (Version - 4.0.0 Milestone 1 ) The Milestone-1 pack is available at [1] Please follow the documentation for more info (which is working in progress) in [2] Follow

Re: [Dev] Integration tests dependency issue.

2014-07-04 Thread Prasad Tissera
Hi Krishantha, I couldn't find a way to exclude a dependency from which inherits from parent pom. I doubt whether it is possible without editing parent pom. Since we couldn't edit the parent pom, only option I can think of is using opensaml.wso2:opensaml2:jar:2.4.1.wso2v1 which inherited from the

Re: [Dev] Many instances of APIManagerInterceptorValve is being registered at startup

2014-07-04 Thread Sumedha Rubasinghe
Are you referring to AM interceptors we written for other servers? Then there should only be one interceptor reading many url patterns given by different web/api applications. On Fri, Jul 4, 2014 at 7:45 PM, Supun Malinga wrote: > HI, > > Found out $subject. > Also what's the reason for it's b

Re: [Dev] Many instances of APIManagerInterceptorValve is being registered at startup

2014-07-04 Thread Lakmali Baminiwatta
Hi Supun, We were registering APIManagerInterceptorValve, inside APIManagerInterceptorComponent.java and it is getting invoked when activating org.wso2.carbon.apimgt.interceptor bundle. So I am not sure how does many instances of the valve are getting registered. Reason for registering it in code

Re: [Dev] Can we use libs with MIT license, in WSO2 ?

2014-07-04 Thread Rushmin Fernando
It would be around 5 in most cases (less than 10) On Fri, Jul 4, 2014 at 6:26 PM, Dakshika Jayathilaka wrote: > Hi, > > What would be the approx. max option length of this popover ? > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > > On Fr