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 Fri, Jul 4, 2014 at 3:57 AM, Rushmin Fernando  wrote:
>
>> Hi Sameera,
>>
>> Use case
>> --
>>
>> In the enterprise subscription feature of App Manager, the list of
>> available enterprises will be listed down and the user can select one or
>> more enterprises to mark them as subscribed enterprises.
>>
>> Initially I thought of using [1] for the purpose (Its a multiselect drop
>> down)
>>
>> But then I realized that a using a drop down is not that usable is UX
>> point of view. So I'm working on the following screen.
>>
>> ​
>>  enterprise_subscription_ui
>> 
>> ​
>> For that I thought that [2] would help with styling to save some time,
>> but seems its not gonna help much. So I would rather build it :-)
>>
>>
>>
>>
>> [1] - http://silviomoreto.github.io/bootstrap-select/
>>
>> [2] - http://silviomoreto.github.io/bootstrap-select/
>>
>>
>> On Fri, Jul 4, 2014 at 8:47 AM, Sameera Perera  wrote:
>>
>>> Hi Ruchira,
>>> Can someone from your team review this library? Also, in case there's an
>>> alternative that is already in use or is a better fit to other UI
>>> components we use; please suggest.
>>>
>>> On a cursory glance, it's only dependencies seem to be jQuery and
>>> Bootstrap; so relative safe unless we have an alternative already being
>>> used.
>>>
>>> Rushmin,
>>> Can you explain the your use case as to why we need this library? Just
>>> so that we can validate that the additional dependency is not
>>> for superfluous functionality :)
>>>
>>>
>>>  On Thu, Jul 3, 2014 at 2:06 PM, Rushmin Fernando 
>>> wrote:
>>>
 Its just a Bootstrap extension which I'm planning to use in App Manager
 front end. Thought of using it rather than writing it from the scratch.

 [1] or [2] are the candidate components.

 [1] - http://montrezorro.github.io/bootstrap-checkbox/
 [2] - http://silviomoreto.github.io/bootstrap-select/




 On Thu, Jul 3, 2014 at 1:58 PM, Paul Fremantle  wrote:

> You can use it from a legal perspective. However, you still need to
> get it reviewed and agreed for whether it fits into the architecture!
> What is the library?
>
> Paul
>
>
> On 3 July 2014 09:20, Rushmin Fernando  wrote:
>
>>
>> There is a UI component which I need. Its under MIT license. $subject
>> please.
>>
>>
>> --
>> *Rushmin Fernando*
>> *Technical Lead*
>>
>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>
>> email : rush...@wso2.com
>> mobile : +94772310855
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, Apache Member
>
> UK: +44 207 096 0336
> US: +1 646 595 7614
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> p...@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender 
> indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>



 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc.  - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>>
>>> --
>>>
>>> *Sameera Perera*
>>> Director of Engineering
>>> gtalk: samee...@wso2.com
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300
>>> *WSO2, Inc.* 
>>> lean.enterprise.middleware
>>>
>>>
>>>
>>
>>
>> --
>> *Rushmin Fernando*
>> *Technical Lead*
>>
>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>
>> email : rush...@wso2.com
>> mobile : +94772310855
>>
>>
>>
>> __

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 level is, we need the valve to be
registered only if api management is enabled.

Thanks,
Lakmali


On 4 July 2014 19:45, Supun Malinga  wrote:

> 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 mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Lakmali Baminiwatta
 Senior Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
mobile:  +94 71 2335936
blog : lakmali.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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
>



-- 
/sumedha
m: +94 773017743
b :  bit.ly/sumedha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 parent
pom. WDYT?

Thanks.


On Fri, Jul 4, 2014 at 5:43 PM, Krishantha Samaraweera 
wrote:

> 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  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 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.SurefireReflectionException:
>>> java.lang.reflect.InvocationTargetException; nested exception is
>>> java.lang.reflect.InvocationTargetException: null
>>> java.lang.reflect.InvocationTargetException
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
>>> at
>>> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
>>> at
>>> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
>>> at
>>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
>>> at
>>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
>>> Caused by: java.lang.NoSuchMethodError:
>>> org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
>>> at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info
>>> (SLF4JLocationAwareLog.java:159)
>>> at
>>> org.wso2.carbon.automation.core.PlatformExecutionManager.onExecutionStart(PlatformExecutionManager.java:65)
>>> at org.testng.TestNG.runExecutionListeners(TestNG.java:1068)
>>> at org.testng.TestNG.run(TestNG.java:1015)
>>> at
>>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
>>> at
>>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>> at
>>> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
>>> ... 9 more
>>>
>>> AFAIK the above exception resulted by version conflicts in sl4j. Since
>>> slf4j has been excluded from the dependencies, I am wondering why I am
>>> getting the above exception.
>>>
>>> I added following dependencies to the IS integration tests pom.
>>> (5.1.0/modules/integration/tests/pom.xml)
>>>
>>> 
>>> org.opensaml
>>>  opensaml
>>> 2.2.3
>>> 
>>>  
>>> org.opensaml
>>> openws
>>>  
>>> 
>>> jargs
>>>  jargs
>>> 
>>> 
>>>  xalan
>>> xalan
>>> 
>>>  
>>> xerces
>>> xml-apis
>>>  
>>> 
>>> 
>>>  
>>> org.opensaml
>>> openws
>>>  1.4.2
>>> 
>>> 
>>>  org.slf4j
>>> slf4j-api
>>> 
>>>  
>>> org.slf4j
>>> log4j-over-slf4j
>>>  
>>> 
>>> 
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Prasad Tissera
>>> Software Engineer.
>>> Mobile : +94777223444
>>>
>>
>>
>>
>> --
>> Prasad Tissera
>> Software Engineer.
>> Mobile : +94777223444
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Krishantha Samaraweera
> Senior Technical Lead - Test Automation
> Mobile: +94 77 7759918
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middlewear.
>



-- 
Prasad Tissera
Software Engineer.
Mobile : +94777223444
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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]

Following are the bug fixes, improvements and the new features.

Bug

   - [CEP-521 ] - Input Event Adaptor
   creation UI should disable the field 'Durable subscriber name' when durable
   subscription is disabled
   - [CEP-734 ] -
   
"org.wso2.carbon.event.output.adaptor.core.exception.OutputEventAdaptorEventProcessingException:
   not-available" exception seen on "Test Connection" for email output adapters
   - [CEP-793 ] - event builder help
   page on ui is on event streams
   - [CEP-851 ] - Bool and Boolean
   issues when creating event stream from event processor
   - [CEP-859 ] - NPE thrown when
   wrong configs are given to event tables
   - [CEP-864 ] - Siddhi code
   contains unnecessary system.out statements.. Needs to remove them
   - [CEP-865 ] - IsMatch not
   properly working for regex when using some meta Characters
   - [CEP-866 ] - Event Table is not
   properly passing the SQL predicates
   - [CEP-867 ] - pizza-shop
   pizzaPublisherClient cant change the port
   - [CEP-869 ] - JSON builder
   mapping fails when the mapping order is not same as the event stream
   - [CEP-871 ] - Siddhi output null
   events when using having clause


Improvement

   - [CEP-872 ] - Implementing
   different stream clustering logics to siddhi event processor
   - [CEP-889 ] - Blooms Filter for
   siddhi event tables


New Feature

   - [CEP-852 ] - Event Simulator
   with sending multiple events using uploaded files
   - [CEP-879 ] - MQTT input Event
   Adaptor for CEP
   - [CEP-880 ] - MQTT output Event
   Adaptor for CEP
   - [CEP-885 ] - Time Series
   Regression Extension to Siddhi
   - [CEP-886 ] - Time Series
   Forecaster for Siddhi
   - [CEP-887 ] - Outlier Detection
   Extension for Siddhi
   - [CEP-888 ] - Initial storm
   solution for CEP


Patch

   - [CEP-850 ] - Problem with JMS
   output adapter on CEP 3.1.0 ( User name [null] or password is invalid.)
   - [CEP-883 ] - Fix for the issue
   of throwing exception when sending null field to a JSON, XML & Text event
   formatter.


Task

   - [CEP-695 ] - Provide more
   specific messages for adaptors which does not contain any test connection
   feature


Sub-task

   - [CEP-873 ] - Implementing simple
   counting algorithm to keep most frequent events in a window
   - [CEP-877 ] - Implementing
   LossyCountng algorithm



We welcome your feedback on this release of CEP.

[1] 
*http://svn.wso2.org/repos/wso2/people/mohan/CEP4.0.0-M1/wso2cep-4.0.0-M1.zip
*

[2]
https://docs.wso2.com/display/CEP400/WSO2+Complex+Event+Processor+Documentation


Thanks

*- WSO2 CEP Team -*

-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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 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 PM, Sriskandarajah Suhothayan >> > wrote:
>>>
 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 <
> s...@wso2.com> 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
>> can compile the WebSocket servlet
>>
>> What is our plan on moving the build to Java 7?
>>
>
> You can configure Jenkins job to run with Java 7 easily, I don't
> remember whether we have installed Java7 on Jenkins but we can easily
> install and configure CEP job to run with Java7.   BTW this means Java7
> will be a mandatory to run CEP ?
>
>
> Thanks !
>
>>
>> Regards
>> Suho
>>
>> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
>>
>>
>> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:
>>
>>> +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 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 possible to configure 
> Java
> 1.7 for CEP related repo or do we have any other option on this ?
>

 Can you please explain why you want to bring another WS container
 to the platform ?  We already have Tomcat as the WS container and if 
 you
 bring Jetty  CEP will ship two WS containers IMO this is not correct.
 Further you use JSR 356 based annotations to implement WS applications
 which means applications are independent from underline WS container.

 Thanks !

>
> [1]
> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>
>
> Thanks,
> Mohan
>
> --
> *V. Mohanadarshan*
> *Software Engineer,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>



 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * *
>>> *email: **az...@wso2.com* 
>>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>>> *http://blog.afkham.org* 
>>> *twitter: **http://twitter.com/afkham_azeez*
>>> 
>>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>>> *
>>>
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>>
>> --
>>
>> *S. Suhothayan*
>> Technical Lead & Team Lead of WSO2 Complex Event Processor
>>  *WSO2 Inc. *http://wso2.com
>> * *
>> lean . enterprise . middleware
>>
>>
>> *cell: (+94) 7

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:

> Hi Amal,
>
> I had a chat with Cyril at WSO2Con and he is willing to give feedback on
> our operational BPMN UI. Below are some initial comments from Cyril, which
> were given in a previous email:
>
> - only people that can launch (have the right Role) processes can see the
> starting UI or even the complete definition
> - plain Actors can only see their tasks (You can also have the tasks of
> "my group" or "all-tasks" if allowed)
>in BPM, work lists like that are usually to be linked with organization
> based rules (who can do what, who is to be assigned, etc).
>some customers even want users not to choose any task but to deal with
> the "next" one (chosen by the BPM rules)
>some customers will want to allow the "assign to someone-else-in-group"
> or not, etc.
>Usually, Work-Lists that are contained in plain administration console
> cannot answer this real operational  need --> hence the creation of
> operational consoles
> - one could only need to see a read-only version of the process/task.
>
> We may have to allow administrators to customize the operational UI to
> facilitate some of the above requirements (e.g. display only the next task
> vs. display all available tasks). Let's develop the first version to
> support all functions provided by Activiti user tasks. Then we can add
> features to configure/block certain functions for specific deployments.
>
> We can have a call with Cyril once we get an initial version of the UI.
>
> Regards,
> Chathura
>
>
>
> On Mon, Jun 30, 2014 at 12:59 PM, Amal Gunatilake  wrote:
>
>> Hi Nandika,
>>
>> Thanks for the feedback, I will do the necessary changes and go with pure
>> jaggery for the initial UI.
>>
>> Thank you  & Best regards,
>>
>> *Amal Gunatilake*
>>  Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>>
>> On Mon, Jun 30, 2014 at 12:56 PM, Nandika Jayawardana 
>> wrote:
>>
>>> Had a chat with Ruchira. Implementing using pure jaggery is likely to
>>> reduce the migration overhead when the new framework comes alone. Hence
>>> lets go with pure jaggery instead of caremal and migrate when the new
>>> framework is available.
>>>
>>> Regards
>>> Nandika
>>>
>>>
>>> On Mon, Jun 30, 2014 at 12:44 PM, Amal Gunatilake 
>>> wrote:
>>>
 Hi Nandika,

 I have been working on $subject from last week onwards and I will be
 able to provide the sample screen-shots of the UI by the end of this week
 for further feedback.

 In prior to the discussion on thread "UI framework to be used in BPMN
 Human Task UI", I'm using the latter Caremel version (the one used for
 Stratos) to implement the initial UI.

 Thank you  & Best regards,

 *Amal Gunatilake*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

>>>
>>>
>>>
>>> --
>>> Nandika Jayawardana
>>> Senior Technical Lead
>>> WSO2 Inc ; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 manage enterprise applications. Combining complete application
lifecycle management and Platform-as-a-Service (PaaS) capabilities, WSO2
App Factory makes it possible to develop, test, deploy to production and
retire applications with a single click. It also provides an easy way to
discover and consume apps and APIs through a user-friendly storefront.




 The distribution is available to download at [1] .


*Bug Fixed*

[APPFAC-2244 ] - Cannot view logs
for trunk apps
[APPFAC-2260 ] - UI Fixes during
meeting
[APPFAC-2242 ] - On the Builds
and Repos tab in App Cloud it takes 5 seconds before the drop-downs are
loaded and the screen starts showing anything. Sometimes not loading at all.
[APPFAC-2259 ] - UI feedback
while uploading WAR file
[APPFAC-2265 ] - I have invited a
user with all the roles, but that user does not see the resources page in
app cloud
[APPFAC-2255 ] - Improvements to
App Wall
[APPFAC-2258 ] - App Wall giving
misleading error messages to the user for WAR uploads
[APPFAC-2266 ] - Cannot upload
this War file to war file upload
[APPFAC-2073 ] - Jaggey needs to
support POST with multipart/form-data
[APPFAC-2079 ] - [Clustering]
[Intermittent] Build status update on Application Creation fails
[APPFAC- ] - List view is
reset back to block view when refreshing the app overview page
[APPFAC-2216 ] - Null pointer
exception while load testing
[APPFAC-2210 ] - When creating an
external API with a lengthy URL it is saved in the registry only partially
[APPFAC-2270 ] - Enable URL
Mapper functionality

We encourage you to report issues, documentation faults and feature
requests regarding WSO2 AppFactory through the public WSO2 AppFactory JIRA
.

*[1]. *
https://svn.wso2.org/repos/wso2/scratch/appfactorycc_tags/2.0.1-M1/PACK/wso2appfactory-2.0.1.zip


-- WSO2 AppFactory Team --


-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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} -  Waiting for server task
completion... {org.wso2.carbon.core.ServerManagement}
TID: [0] [AS] [2014-07-04 19:10:56,226] ERROR
{org.wso2.carbon.core.init.CarbonServerManager} -  Cannot put transports
into maintenance mode {org.wso2.carbon.core.init.CarbonServerManager}
java.lang.NullPointerException
at
org.wso2.carbon.registry.indexing.RegistryConfigLoader.(RegistryConfigLoader.java:88)
at
org.wso2.carbon.registry.indexing.IndexingManager.(IndexingManager.java:68)
 at
org.wso2.carbon.registry.indexing.IndexingManager.getInstance(IndexingManager.java:78)
at
org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$1.startingShutdown(IndexingServiceComponent.java:80)
 at
org.wso2.carbon.core.ServerManagement.waitForServerTaskCompletion(ServerManagement.java:113)
at
org.wso2.carbon.core.ServerManagement.startMaintenanceForShutDown(ServerManagement.java:97)
 at
org.wso2.carbon.core.init.CarbonServerManager.shutdownGracefully(CarbonServerManager.java:878)
at
org.wso2.carbon.core.init.CarbonServerManager$4.run(CarbonServerManager.java:894)

thanks,
-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
email: sup...@wso2.com 
mobile: +94 (0)71 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 *
*Mobile*  : +94 716 506 693
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 feature of App Manager, the list of
> available enterprises will be listed down and the user can select one or
> more enterprises to mark them as subscribed enterprises.
>
> Initially I thought of using [1] for the purpose (Its a multiselect drop
> down)
>
> But then I realized that a using a drop down is not that usable is UX
> point of view. So I'm working on the following screen.
>
> ​
>  enterprise_subscription_ui
> 
> ​
> For that I thought that [2] would help with styling to save some time, but
> seems its not gonna help much. So I would rather build it :-)
>
>
>
>
> [1] - http://silviomoreto.github.io/bootstrap-select/
>
> [2] - http://silviomoreto.github.io/bootstrap-select/
>
>
> On Fri, Jul 4, 2014 at 8:47 AM, Sameera Perera  wrote:
>
>> Hi Ruchira,
>> Can someone from your team review this library? Also, in case there's an
>> alternative that is already in use or is a better fit to other UI
>> components we use; please suggest.
>>
>> On a cursory glance, it's only dependencies seem to be jQuery and
>> Bootstrap; so relative safe unless we have an alternative already being
>> used.
>>
>> Rushmin,
>> Can you explain the your use case as to why we need this library? Just so
>> that we can validate that the additional dependency is not for superfluous
>> functionality :)
>>
>>
>>  On Thu, Jul 3, 2014 at 2:06 PM, Rushmin Fernando 
>> wrote:
>>
>>> Its just a Bootstrap extension which I'm planning to use in App Manager
>>> front end. Thought of using it rather than writing it from the scratch.
>>>
>>> [1] or [2] are the candidate components.
>>>
>>> [1] - http://montrezorro.github.io/bootstrap-checkbox/
>>> [2] - http://silviomoreto.github.io/bootstrap-select/
>>>
>>>
>>>
>>>
>>> On Thu, Jul 3, 2014 at 1:58 PM, Paul Fremantle  wrote:
>>>
 You can use it from a legal perspective. However, you still need to get
 it reviewed and agreed for whether it fits into the architecture!
 What is the library?

 Paul


 On 3 July 2014 09:20, Rushmin Fernando  wrote:

>
> There is a UI component which I need. Its under MIT license. $subject
> please.
>
>
> --
> *Rushmin Fernando*
> *Technical Lead*
>
> WSO2 Inc.  - Lean . Enterprise . Middleware
>
> email : rush...@wso2.com
> mobile : +94772310855
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, Apache Member

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

>>>
>>>
>>>
>>> --
>>> *Rushmin Fernando*
>>> *Technical Lead*
>>>
>>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>>
>>> email : rush...@wso2.com
>>> mobile : +94772310855
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Director of Engineering
>> gtalk: samee...@wso2.com
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>
>
> --
> *Rushmin Fernando*
> *Technical Lead*
>
> WSO2 Inc.  - Lean . Enterprise . Middleware
>
> email : rush...@wso2.com
> mobile : +94772310855
>
>
>
> ___
> 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


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-SNAPSHOT', get the following
>> error in the console:
>>
>> INFO {org.wso2.carbon.databridge.agent.thrift.internal.AgentDS} -
>> Successfully deployed Agent Client
>> [2014-05-28 21:00:35,775]* ERROR
>> {org.apache.catalina.mbeans.GlobalResourcesLifecycleListener} -  No global
>> naming context defined for server*
>> [2014-05-28 21:00:36,382]  INFO
>> {org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService} -  Configured
>> Registry in 49ms
>>
>>
> We need to fix this error. I'm not exactly sure why this happens.
>
>
>> The server starts, yet the "LifecycleListener" is needed for the work i'm
>> currently doing.
>> What could be the issue here?
>>
>
> Is there any reason why you need this lifecycle listener? Looks like this
> one is for JMX monitoring.
>
> Thanks,
> KasunG
>
>
>> Thanks & Regards,
>>
>> --
>> Denuwanthi De Silva
>> Software Engineer;
>> WSO2 Inc.; http://wso2.com,
>> Email: denuwan...@wso2.com
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
> email: kasung AT spamfree wso2.com
> linked-in: http://lk.linkedin.com/in/gajasinghe
> blog: http://kasunbg.org
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
email: sup...@wso2.com 
mobile: +94 (0)71 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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
0771100911


On Fri, Jul 4, 2014 at 11:56 AM, Chamil Jeewantha  wrote:

> 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. 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 the UI. Suggestions for
> improvements are warmly welcome.
> ​​​
>  Application list.png
> 
> ​​
>  Time varying.png
> 
> ​​
>  Technology.png
> 
> ​​
>  Geographic.png
> 
> ​​
>
> --
> 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
>
>
>
>
> --
> K.D. Chamil Jeewantha
> Associate Technical Lead
> WSO2, Inc.;  http://wso2.com
> Mobile: +94716813892
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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  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
>> 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.SurefireReflectionException:
>> java.lang.reflect.InvocationTargetException; nested exception is
>> java.lang.reflect.InvocationTargetException: null
>> java.lang.reflect.InvocationTargetException
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
>> at
>> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
>> at
>> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
>> at
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
>> Caused by: java.lang.NoSuchMethodError:
>> org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
>> at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info
>> (SLF4JLocationAwareLog.java:159)
>> at
>> org.wso2.carbon.automation.core.PlatformExecutionManager.onExecutionStart(PlatformExecutionManager.java:65)
>> at org.testng.TestNG.runExecutionListeners(TestNG.java:1068)
>> at org.testng.TestNG.run(TestNG.java:1015)
>> at
>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
>> at
>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>> at
>> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
>> ... 9 more
>>
>> AFAIK the above exception resulted by version conflicts in sl4j. Since
>> slf4j has been excluded from the dependencies, I am wondering why I am
>> getting the above exception.
>>
>> I added following dependencies to the IS integration tests pom.
>> (5.1.0/modules/integration/tests/pom.xml)
>>
>> 
>> org.opensaml
>>  opensaml
>> 2.2.3
>> 
>>  
>> org.opensaml
>> openws
>>  
>> 
>> jargs
>>  jargs
>> 
>> 
>>  xalan
>> xalan
>> 
>>  
>> xerces
>> xml-apis
>>  
>> 
>> 
>>  
>> org.opensaml
>> openws
>>  1.4.2
>> 
>> 
>>  org.slf4j
>> slf4j-api
>> 
>>  
>> org.slf4j
>> log4j-over-slf4j
>>  
>> 
>> 
>>
>>
>>
>>
>>
>> --
>> Prasad Tissera
>> Software Engineer.
>> Mobile : +94777223444
>>
>
>
>
> --
> Prasad Tissera
> Software Engineer.
> Mobile : +94777223444
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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
> 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.SurefireReflectionException:
> java.lang.reflect.InvocationTargetException; nested exception is
> java.lang.reflect.InvocationTargetException: null
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
> at
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
> at
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
> at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
> at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
> Caused by: java.lang.NoSuchMethodError:
> org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
> at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info
> (SLF4JLocationAwareLog.java:159)
> at
> org.wso2.carbon.automation.core.PlatformExecutionManager.onExecutionStart(PlatformExecutionManager.java:65)
> at org.testng.TestNG.runExecutionListeners(TestNG.java:1068)
> at org.testng.TestNG.run(TestNG.java:1015)
> at
> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
> at
> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
> at
> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
> ... 9 more
>
> AFAIK the above exception resulted by version conflicts in sl4j. Since
> slf4j has been excluded from the dependencies, I am wondering why I am
> getting the above exception.
>
> I added following dependencies to the IS integration tests pom.
> (5.1.0/modules/integration/tests/pom.xml)
>
> 
> org.opensaml
>  opensaml
> 2.2.3
> 
>  
> org.opensaml
> openws
>  
> 
> jargs
>  jargs
> 
> 
>  xalan
> xalan
> 
>  
> xerces
> xml-apis
>  
> 
> 
>  
> org.opensaml
> openws
>  1.4.2
> 
> 
>  org.slf4j
> slf4j-api
> 
>  
> org.slf4j
> log4j-over-slf4j
>  
> 
> 
>
>
>
>
>
> --
> Prasad Tissera
> Software Engineer.
> Mobile : +94777223444
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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. 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 the UI. Suggestions for
improvements are warmly welcome.
​​​
 Application list.png

​​
 Time varying.png

​​
 Technology.png

​​
 Geographic.png

​​

-- 
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




-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
Mobile: +94716813892
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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  wrote:
>
>> 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 PM, Sriskandarajah Suhothayan 
>> wrote:
>>
>>> 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 <
 s...@wso2.com> 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
> can compile the WebSocket servlet
>
> What is our plan on moving the build to Java 7?
>

 You can configure Jenkins job to run with Java 7 easily, I don't
 remember whether we have installed Java7 on Jenkins but we can easily
 install and configure CEP job to run with Java7.   BTW this means Java7
 will be a mandatory to run CEP ?


 Thanks !

>
> Regards
> Suho
>
> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
>
>
> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:
>
>> +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 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 possible to configure 
 Java
 1.7 for CEP related repo or do we have any other option on this ?

>>>
>>> Can you please explain why you want to bring another WS container to
>>> the platform ?  We already have Tomcat as the WS container and if you 
>>> bring
>>> Jetty  CEP will ship two WS containers IMO this is not correct. Further 
>>> you
>>> use JSR 356 based annotations to implement WS applications which means
>>> applications are independent from underline WS container.
>>>
>>> Thanks !
>>>

 [1]
 http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75


 Thanks,
 Mohan

 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com  *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673

>>>
>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> 
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
> *S. Suhothayan*
> Technical Lead & Team Lead of WSO2 Complex Event Processor
>  *WSO2 Inc. *http://wso2.com
> * *
> lean . enterprise . middleware
>
>
> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
> http://suhothayan.blogspot.com/  twitter:
> http://twitter.com/suhothayan  | linked-in:
> http://lk.linkedin.com/in/suhothayan 
> 

[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
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Vanjikumaran Sivajothy;X-NUM-GUESTS=0:mailto:va...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20140704T114928Z
DESCRIPTION:View your event at http://www.google.com/calendar/event?action=
 VIEW&eid=dTJiMjQwczlkdGNkaWlkaW9mcThhc3FwcG8gZGV2QHdzbzIub3Jn&tok=MTQjdmFua
 mlAd3NvMi5jb21iYzA3OGRjYjdhNjc5MDc3NWU4N2NmYzgwY2JhZTI3MTYxOTc5YWJk&ctz=Asi
 a/Colombo&hl=en.
LAST-MODIFIED:20140704T114928Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY: [Dev] Invitation: [Code Review] ESB - Sound Cloud Connector 
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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.SurefireReflectionException:
java.lang.reflect.InvocationTargetException; nested exception is
java.lang.reflect.InvocationTargetException: null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info
(SLF4JLocationAwareLog.java:159)
at
org.wso2.carbon.automation.core.PlatformExecutionManager.onExecutionStart(PlatformExecutionManager.java:65)
at org.testng.TestNG.runExecutionListeners(TestNG.java:1068)
at org.testng.TestNG.run(TestNG.java:1015)
at
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
at
org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
at
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
... 9 more

AFAIK the above exception resulted by version conflicts in sl4j. Since
slf4j has been excluded from the dependencies, I am wondering why I am
getting the above exception.

I added following dependencies to the IS integration tests pom.
(5.1.0/modules/integration/tests/pom.xml)


org.opensaml
opensaml
2.2.3


org.opensaml
openws


jargs
jargs


xalan
xalan


xerces
xml-apis




org.opensaml
openws
1.4.2


org.slf4j
slf4j-api


org.slf4j
log4j-over-slf4j








-- 
Prasad Tissera
Software Engineer.
Mobile : +94777223444
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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, 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 case there's an
>> alternative that is already in use or is a better fit to other UI
>> components we use; please suggest.
>>
>> On a cursory glance, it's only dependencies seem to be jQuery and
>> Bootstrap; so relative safe unless we have an alternative already being
>> used.
>>
>> Rushmin,
>> Can you explain the your use case as to why we need this library? Just so
>> that we can validate that the additional dependency is not for superfluous
>> functionality :)
>>
>>
>>  On Thu, Jul 3, 2014 at 2:06 PM, Rushmin Fernando 
>> wrote:
>>
>>> Its just a Bootstrap extension which I'm planning to use in App Manager
>>> front end. Thought of using it rather than writing it from the scratch.
>>>
>>> [1] or [2] are the candidate components.
>>>
>>> [1] - http://montrezorro.github.io/bootstrap-checkbox/
>>> [2] - http://silviomoreto.github.io/bootstrap-select/
>>>
>>>
>>>
>>>
>>> On Thu, Jul 3, 2014 at 1:58 PM, Paul Fremantle  wrote:
>>>
 You can use it from a legal perspective. However, you still need to get
 it reviewed and agreed for whether it fits into the architecture!
 What is the library?

 Paul


 On 3 July 2014 09:20, Rushmin Fernando  wrote:

>
> There is a UI component which I need. Its under MIT license. $subject
> please.
>
>
> --
> *Rushmin Fernando*
> *Technical Lead*
>
> WSO2 Inc.  - Lean . Enterprise . Middleware
>
> email : rush...@wso2.com
> mobile : +94772310855
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, Apache Member

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

>>>
>>>
>>>
>>> --
>>> *Rushmin Fernando*
>>> *Technical Lead*
>>>
>>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>>
>>> email : rush...@wso2.com
>>> mobile : +94772310855
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> --
>>
>> *Sameera Perera*
>> Director of Engineering
>> gtalk: samee...@wso2.com
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> *WSO2, Inc.* 
>> lean.enterprise.middleware
>>
>>
>>
>
>
> --
>
> *Ruchira Wageesha**Associate Technical Lead*
> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com *
>
> *email: ruch...@wso2.com ,   blog:
> ruchirawageesha.blogspot.com ,
> mobile: +94 77 5493444 <%2B94%2077%205493444>*
>



-- 
Regards,

Chatura Dilan Perera
*(Senior Software Engineer** - WSO2 Inc.* * [Mobile])*
www.dilan.me
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com *
*Mobile:(+94)777219209*
[image: Facebook]  [image: Twitter]
 [image: LinkedIn]
 [image:
Blogger]  [image: SlideShare]


This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Vanjikumaran Sivajothy;X-NUM-GUESTS=0:mailto:va...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20140704T113037Z
DESCRIPTION:View your event at http://www.google.com/calendar/event?action=
 VIEW&eid=YTRnaHF2Nzg1b2l1OXVvbHNqMTczampwdG8gZGV2QHdzbzIub3Jn&tok=MTQjdmFua
 mlAd3NvMi5jb21iNjQ3NDU0ODQ2NDUxNGEwYzQ1Nzg1MzdiM2I0ODUxYTA4NmIwNzE0&ctz=Asi
 a/Colombo&hl=en.
LAST-MODIFIED:20140704T113037Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Dev] Invitation: [Code Review] ESB - Google Custom Search
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Vanjikumaran Sivajothy;X-NUM-GUESTS=0:mailto:va...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
CREATED:20140704T112919Z
DESCRIPTION:View your event at http://www.google.com/calendar/event?action=
 VIEW&eid=dmxrM2Z0azFpbjVsZWpqOXV0M21sYnFmbDAgZGV2QHdzbzIub3Jn&tok=MTQjdmFua
 mlAd3NvMi5jb21iNzYwMGIxNjBiYjg0M2ZjMzlhYTA2MjVjMWUwOTc3ZGI2MjI5YWY1&ctz=Asi
 a/Colombo&hl=en.
LAST-MODIFIED:20140704T112919Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Dev] Invitation: [Code Review] ESB - EverNote Connector 
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 the UI. Suggestions for
improvements are warmly welcome.
​​​
 Application list.png

​​
 Time varying.png

​​
 Technology.png

​​
 Geographic.png

​​

-- 
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


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 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 PM, Sriskandarajah Suhothayan 
> wrote:
>
>> 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:
>>>
 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 Java 7?

>>>
>>> You can configure Jenkins job to run with Java 7 easily, I don't
>>> remember whether we have installed Java7 on Jenkins but we can easily
>>> install and configure CEP job to run with Java7.   BTW this means Java7
>>> will be a mandatory to run CEP ?
>>>
>>>
>>> Thanks !
>>>

 Regards
 Suho

 [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html


 On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:

> +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 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 possible to configure Java
>>> 1.7 for CEP related repo or do we have any other option on this ?
>>>
>>
>> Can you please explain why you want to bring another WS container to
>> the platform ?  We already have Tomcat as the WS container and if you 
>> bring
>> Jetty  CEP will ship two WS containers IMO this is not correct. Further 
>> you
>> use JSR 356 based annotations to implement WS applications which means
>> applications are independent from underline WS container.
>>
>> Thanks !
>>
>>>
>>> [1]
>>> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>>>
>>>
>>> Thanks,
>>> Mohan
>>>
>>> --
>>> *V. Mohanadarshan*
>>> *Software Engineer,*
>>> *Data Technologies Team,*
>>> *WSO2, Inc. http://wso2.com  *
>>> *lean.enterprise.middleware.*
>>>
>>> email: mo...@wso2.com
>>> phone:(+94) 771117673
>>>
>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * *
> *email: **az...@wso2.com* 
> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
> *http://blog.afkham.org* 
> *twitter: **http://twitter.com/afkham_azeez*
> 
> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>



 --

 *S. Suhothayan*
 Technical Lead & Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * *
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
 http://suhothayan.blogspot.com/  twitter:
 http://twitter.com/suhothayan  | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 *

>>>
>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>>
>> *S. Suhothayan*
>> Technica

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 PM, Sriskandarajah Suhothayan 
wrote:

> 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:
>>
>>> 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 Java 7?
>>>
>>
>> You can configure Jenkins job to run with Java 7 easily, I don't remember
>> whether we have installed Java7 on Jenkins but we can easily install and
>> configure CEP job to run with Java7.   BTW this means Java7 will be a
>> mandatory to run CEP ?
>>
>>
>> Thanks !
>>
>>>
>>> Regards
>>> Suho
>>>
>>> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
>>>
>>>
>>> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:
>>>
 +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 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 possible to configure Java
>> 1.7 for CEP related repo or do we have any other option on this ?
>>
>
> Can you please explain why you want to bring another WS container to
> the platform ?  We already have Tomcat as the WS container and if you 
> bring
> Jetty  CEP will ship two WS containers IMO this is not correct. Further 
> you
> use JSR 356 based annotations to implement WS applications which means
> applications are independent from underline WS container.
>
> Thanks !
>
>>
>> [1]
>> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>>
>>
>> Thanks,
>> Mohan
>>
>> --
>> *V. Mohanadarshan*
>> *Software Engineer,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * *
 *email: **az...@wso2.com* 
 * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
 *http://blog.afkham.org* 
 *twitter: **http://twitter.com/afkham_azeez*
 
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 *

 *Lean . Enterprise . Middleware*

>>>
>>>
>>>
>>> --
>>>
>>> *S. Suhothayan*
>>> Technical Lead & Team Lead of WSO2 Complex Event Processor
>>>  *WSO2 Inc. *http://wso2.com
>>> * *
>>> lean . enterprise . middleware
>>>
>>>
>>> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
>>> http://suhothayan.blogspot.com/  twitter:
>>> http://twitter.com/suhothayan  | linked-in:
>>> http://lk.linkedin.com/in/suhothayan *
>>>
>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
>
> *S. Suhothayan*
> Technical Lead & Team Lead of WSO2 Complex Event Processor
>  *WSO2 Inc. *http://wso2.com
> * *
> lean . enterprise . middleware
>
>
> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
> http://suhothayan.blogspot.com/  twitter:
> http://twitter.com/suhothayan  |

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 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 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 run two instances of WSO2 MB 3.0.0-SNAPSHOT in the same
 machine. I changed the offset value to 2 in carbon.xml file of the second
 server. But when I started the second server after first one, I got the
 following error. I think the error is due to the Cassandra server binding
 to the same CQL port (9042). MB 3.0.0-SNAPSHOT uses the Cassandra Server
 feature 4.3.0-SNAPSHOT.

 [2014-07-04 11:31:16,495]  INFO
 {org.wso2.carbon.andes.internal.QpidServiceComponent} -  Activating
 Carbonized Cassandra Server...
 org.jboss.netty.channel.ChannelException: Failed to bind to: localhost/
 127.0.0.1:9042
 at
 org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
 at org.apache.cassandra.transport.Server.run(Server.java:139)
 at org.apache.cassandra.transport.Server.start(Server.java:100)
 at
 org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:393)
 at
 org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:459)
 at
 org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
 at java.lang.Thread.run(Thread.java:745)
 Caused by: java.net.BindException: Address already in use
 at sun.nio.ch.Net.bind0(Native Method)
 at sun.nio.ch.Net.bind(Net.java:444)
 at sun.nio.ch.Net.bind(Net.java:436)
 at
 sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
 at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
 at
 org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
 at
 org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
 at
 org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
 at
 org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
 at
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
 ... 1 more
 Exception encountered during startup: Failed to bind to: localhost/
 127.0.0.1:9042
 [2014-07-04 11:31:18,136]  INFO
 {org.wso2.carbon.core.init.CarbonServerManager} -  Shutdown hook
 triggered


 --
 Asanka Abeyweera
 Software Engineer
 WSO2 Inc.

 Phone: +94 712228648


>>>
>>>
>>> --
>>> Harsha Kumara
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94775505618
>>> Blog:harshcreationz.blogspot.com
>>>
>>
>>
>>
>> --
>> Harsha Kumara
>> Software Engineer, WSO2 Inc.
>> Mobile: +94775505618
>> Blog:harshcreationz.blogspot.com
>>
>
>
>
> --
> Asanka Abeyweera
> Software Engineer
> WSO2 Inc.
>
> Phone: +94 712228648
>
>


-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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:
>
>> 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 Java 7?
>>
>
> You can configure Jenkins job to run with Java 7 easily, I don't remember
> whether we have installed Java7 on Jenkins but we can easily install and
> configure CEP job to run with Java7.   BTW this means Java7 will be a
> mandatory to run CEP ?
>
>
> Thanks !
>
>>
>> Regards
>> Suho
>>
>> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
>>
>>
>> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:
>>
>>> +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 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 possible to configure Java 1.7 for CEP
> related repo or do we have any other option on this ?
>

 Can you please explain why you want to bring another WS container to
 the platform ?  We already have Tomcat as the WS container and if you bring
 Jetty  CEP will ship two WS containers IMO this is not correct. Further you
 use JSR 356 based annotations to implement WS applications which means
 applications are independent from underline WS container.

 Thanks !

>
> [1]
> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>
>
> Thanks,
> Mohan
>
> --
> *V. Mohanadarshan*
> *Software Engineer,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>



 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * *
>>> *email: **az...@wso2.com* 
>>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>>> *http://blog.afkham.org* 
>>> *twitter: **http://twitter.com/afkham_azeez*
>>> 
>>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>>> *
>>>
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>>
>> --
>>
>> *S. Suhothayan*
>> Technical Lead & Team Lead of WSO2 Complex Event Processor
>>  *WSO2 Inc. *http://wso2.com
>> * *
>> lean . enterprise . middleware
>>
>>
>> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
>> http://suhothayan.blogspot.com/  twitter:
>> http://twitter.com/suhothayan  | linked-in:
>> http://lk.linkedin.com/in/suhothayan *
>>
>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 

*S. Suhothayan*
Technical Lead & Team Lead of WSO2 Complex Event Processor
 *WSO2 Inc. *http://wso2.com
* *
lean . enterprise . middleware


*cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/
twitter: http://twitter.com/suhothayan
 | linked-in:
http://lk.linkedin.com/in/suhothayan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 can
> compile the WebSocket servlet
>
> What is our plan on moving the build to Java 7?
>

You can configure Jenkins job to run with Java 7 easily, I don't remember
whether we have installed Java7 on Jenkins but we can easily install and
configure CEP job to run with Java7.   BTW this means Java7 will be a
mandatory to run CEP ?


Thanks !

>
> Regards
> Suho
>
> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
>
>
> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:
>
>> +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 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 possible to configure Java 1.7 for CEP
 related repo or do we have any other option on this ?

>>>
>>> Can you please explain why you want to bring another WS container to the
>>> platform ?  We already have Tomcat as the WS container and if you bring
>>> Jetty  CEP will ship two WS containers IMO this is not correct. Further you
>>> use JSR 356 based annotations to implement WS applications which means
>>> applications are independent from underline WS container.
>>>
>>> Thanks !
>>>

 [1]
 http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75


 Thanks,
 Mohan

 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com  *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673

>>>
>>>
>>>
>>> --
>>> Sagara Gunathunga
>>>
>>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>>> V.P Apache Web Services;http://ws.apache.org/
>>> Linkedin; http://www.linkedin.com/in/ssagara
>>> Blog ;  http://ssagara.blogspot.com
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * *
>> *email: **az...@wso2.com* 
>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> 
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
> *S. Suhothayan*
> Technical Lead & Team Lead of WSO2 Complex Event Processor
>  *WSO2 Inc. *http://wso2.com
> * *
> lean . enterprise . middleware
>
>
> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog:
> http://suhothayan.blogspot.com/ twitter:
> http://twitter.com/suhothayan  | linked-in:
> http://lk.linkedin.com/in/suhothayan *
>



-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 Java 7?

Regards
Suho

[1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html


On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez  wrote:

> +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 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 possible to configure Java 1.7 for CEP
>>> related repo or do we have any other option on this ?
>>>
>>
>> Can you please explain why you want to bring another WS container to the
>> platform ?  We already have Tomcat as the WS container and if you bring
>> Jetty  CEP will ship two WS containers IMO this is not correct. Further you
>> use JSR 356 based annotations to implement WS applications which means
>> applications are independent from underline WS container.
>>
>> Thanks !
>>
>>>
>>> [1]
>>> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>>>
>>>
>>> Thanks,
>>> Mohan
>>>
>>> --
>>> *V. Mohanadarshan*
>>> *Software Engineer,*
>>> *Data Technologies Team,*
>>> *WSO2, Inc. http://wso2.com  *
>>> *lean.enterprise.middleware.*
>>>
>>> email: mo...@wso2.com
>>> phone:(+94) 771117673
>>>
>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * *
> *email: **az...@wso2.com* 
> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: *
> *http://blog.afkham.org* 
> *twitter: **http://twitter.com/afkham_azeez*
> 
> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>



-- 

*S. Suhothayan*
Technical Lead & Team Lead of WSO2 Complex Event Processor
 *WSO2 Inc. *http://wso2.com
* *
lean . enterprise . middleware


*cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/
twitter: http://twitter.com/suhothayan
 | linked-in:
http://lk.linkedin.com/in/suhothayan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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 possible to configure Java 1.7 for CEP
>> related repo or do we have any other option on this ?
>>
>
> Can you please explain why you want to bring another WS container to the
> platform ?  We already have Tomcat as the WS container and if you bring
> Jetty  CEP will ship two WS containers IMO this is not correct. Further you
> use JSR 356 based annotations to implement WS applications which means
> applications are independent from underline WS container.
>
> Thanks !
>
>>
>> [1]
>> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>>
>>
>> Thanks,
>> Mohan
>>
>> --
>> *V. Mohanadarshan*
>> *Software Engineer,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>
>
>
> --
> Sagara Gunathunga
>
> Senior Technical Lead; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* *
*email: **az...@wso2.com* 
* cell: +94 77 3320919 blog: **http://blog.afkham.org*

*twitter: **http://twitter.com/afkham_azeez*

* linked-in: **http://lk.linkedin.com/in/afkhamazeez
*

*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Waruna Perera;X-NUM-GUESTS=0:mailto:waru...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Amalka Subasinghe;X-NUM-GUESTS=0:mailto:ama...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Nuwan Wimalasekara;X-NUM-GUESTS=0:mailto:nuw...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Dimuthu De Lanerolle;X-NUM-GUESTS=0:mailto:dimut...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Krishantha Samaraweera;X-NUM-GUESTS=0:mailto:krishan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Malintha Adikari;X-NUM-GUESTS=0:mailto:malin...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=RESOURCE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TR
 UE;CN=LK 3rd Floor Meeting Room - Kernel;X-NUM-GUESTS=0:mailto:wso2.com_323
 4323338383134353...@resource.calendar.google.com
CREATED:20140703T095802Z
DESCRIPTION:Waruna And Amalka Doing the code review\nView your event at htt
 p://www.google.com/calendar/event?action=VIEW&eid=NTRubHRjb3BtM2xqanQwbG5jd
 TlsOTFqYnMgZGV2QHdzbzIub3Jn&tok=MTYjd2FydW5hcEB3c28yLmNvbWQ1OGVmNGQwNjA0NWE
 zZDc3ZGE2NjA2NzAxZWMyNGM3NTg0M2UzNjc&ctz=Asia/Colombo&hl=en.
LAST-MODIFIED:20140704T093413Z
LOCATION:LK 3rd Floor Meeting Room - Kernel
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Code Review - ESB sample Test cases
TRANSP:TRANSPARENT
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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]..  But since we have configured jenkins only with java 1.6, this
> components is getting failed. Is it possible to configure Java 1.7 for CEP
> related repo or do we have any other option on this ?
>

Can you please explain why you want to bring another WS container to the
platform ?  We already have Tomcat as the WS container and if you bring
Jetty  CEP will ship two WS containers IMO this is not correct. Further you
use JSR 356 based annotations to implement WS applications which means
applications are independent from underline WS container.

Thanks !

>
> [1]
> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75
>
>
> Thanks,
> Mohan
>
> --
> *V. Mohanadarshan*
> *Software Engineer,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>



-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[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 possible to configure Java 1.7 for CEP
related repo or do we have any other option on this ?

[1]
http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75


Thanks,
Mohan

-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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 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 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 run two instances of WSO2 MB 3.0.0-SNAPSHOT in the same
>>> machine. I changed the offset value to 2 in carbon.xml file of the second
>>> server. But when I started the second server after first one, I got the
>>> following error. I think the error is due to the Cassandra server binding
>>> to the same CQL port (9042). MB 3.0.0-SNAPSHOT uses the Cassandra Server
>>> feature 4.3.0-SNAPSHOT.
>>>
>>> [2014-07-04 11:31:16,495]  INFO
>>> {org.wso2.carbon.andes.internal.QpidServiceComponent} -  Activating
>>> Carbonized Cassandra Server...
>>> org.jboss.netty.channel.ChannelException: Failed to bind to: localhost/
>>> 127.0.0.1:9042
>>> at
>>> org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
>>> at org.apache.cassandra.transport.Server.run(Server.java:139)
>>> at org.apache.cassandra.transport.Server.start(Server.java:100)
>>> at
>>> org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:393)
>>> at
>>> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:459)
>>> at
>>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
>>> at java.lang.Thread.run(Thread.java:745)
>>> Caused by: java.net.BindException: Address already in use
>>> at sun.nio.ch.Net.bind0(Native Method)
>>> at sun.nio.ch.Net.bind(Net.java:444)
>>> at sun.nio.ch.Net.bind(Net.java:436)
>>> at
>>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
>>> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
>>> at
>>> org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
>>> at
>>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
>>> at
>>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
>>> at
>>> org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> ... 1 more
>>> Exception encountered during startup: Failed to bind to: localhost/
>>> 127.0.0.1:9042
>>> [2014-07-04 11:31:18,136]  INFO
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Shutdown hook
>>> triggered
>>>
>>>
>>> --
>>> Asanka Abeyweera
>>> Software Engineer
>>> WSO2 Inc.
>>>
>>> Phone: +94 712228648
>>>
>>>
>>
>>
>> --
>> Harsha Kumara
>> Software Engineer, WSO2 Inc.
>> Mobile: +94775505618
>> Blog:harshcreationz.blogspot.com
>>
>
>
>
> --
> Harsha Kumara
> Software Engineer, WSO2 Inc.
> Mobile: +94775505618
> Blog:harshcreationz.blogspot.com
>



-- 
Asanka Abeyweera
Software Engineer
WSO2 Inc.

Phone: +94 712228648
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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
> 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 run two instances of WSO2 MB 3.0.0-SNAPSHOT in the same
>> machine. I changed the offset value to 2 in carbon.xml file of the second
>> server. But when I started the second server after first one, I got the
>> following error. I think the error is due to the Cassandra server binding
>> to the same CQL port (9042). MB 3.0.0-SNAPSHOT uses the Cassandra Server
>> feature 4.3.0-SNAPSHOT.
>>
>> [2014-07-04 11:31:16,495]  INFO
>> {org.wso2.carbon.andes.internal.QpidServiceComponent} -  Activating
>> Carbonized Cassandra Server...
>> org.jboss.netty.channel.ChannelException: Failed to bind to: localhost/
>> 127.0.0.1:9042
>> at
>> org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
>> at org.apache.cassandra.transport.Server.run(Server.java:139)
>> at org.apache.cassandra.transport.Server.start(Server.java:100)
>> at
>> org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:393)
>> at
>> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:459)
>> at
>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
>> at java.lang.Thread.run(Thread.java:745)
>> Caused by: java.net.BindException: Address already in use
>> at sun.nio.ch.Net.bind0(Native Method)
>> at sun.nio.ch.Net.bind(Net.java:444)
>> at sun.nio.ch.Net.bind(Net.java:436)
>> at
>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
>> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
>> at
>> org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
>> at
>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
>> at
>> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
>> at
>> org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
>> at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> ... 1 more
>> Exception encountered during startup: Failed to bind to: localhost/
>> 127.0.0.1:9042
>> [2014-07-04 11:31:18,136]  INFO
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Shutdown hook
>> triggered
>>
>>
>> --
>> Asanka Abeyweera
>> Software Engineer
>> WSO2 Inc.
>>
>> Phone: +94 712228648
>>
>>
>
>
> --
> Harsha Kumara
> Software Engineer, WSO2 Inc.
> Mobile: +94775505618
> Blog:harshcreationz.blogspot.com
>



-- 
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


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 run two instances of WSO2 MB 3.0.0-SNAPSHOT in the same
> machine. I changed the offset value to 2 in carbon.xml file of the second
> server. But when I started the second server after first one, I got the
> following error. I think the error is due to the Cassandra server binding
> to the same CQL port (9042). MB 3.0.0-SNAPSHOT uses the Cassandra Server
> feature 4.3.0-SNAPSHOT.
>
> [2014-07-04 11:31:16,495]  INFO
> {org.wso2.carbon.andes.internal.QpidServiceComponent} -  Activating
> Carbonized Cassandra Server...
> org.jboss.netty.channel.ChannelException: Failed to bind to: localhost/
> 127.0.0.1:9042
> at
> org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
> at org.apache.cassandra.transport.Server.run(Server.java:139)
> at org.apache.cassandra.transport.Server.start(Server.java:100)
> at
> org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:393)
> at
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:459)
> at
> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.net.BindException: Address already in use
> at sun.nio.ch.Net.bind0(Native Method)
> at sun.nio.ch.Net.bind(Net.java:444)
> at sun.nio.ch.Net.bind(Net.java:436)
> at
> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> at
> org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
> at
> org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
> at
> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
> at
> org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> ... 1 more
> Exception encountered during startup: Failed to bind to: localhost/
> 127.0.0.1:9042
> [2014-07-04 11:31:18,136]  INFO
> {org.wso2.carbon.core.init.CarbonServerManager} -  Shutdown hook
> triggered
>
>
> --
> Asanka Abeyweera
> Software Engineer
> WSO2 Inc.
>
> Phone: +94 712228648
>
>


-- 
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


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 case there's an
> alternative that is already in use or is a better fit to other UI
> components we use; please suggest.
>
> On a cursory glance, it's only dependencies seem to be jQuery and
> Bootstrap; so relative safe unless we have an alternative already being
> used.
>
> Rushmin,
> Can you explain the your use case as to why we need this library? Just so
> that we can validate that the additional dependency is not for superfluous
> functionality :)
>
>
> On Thu, Jul 3, 2014 at 2:06 PM, Rushmin Fernando  wrote:
>
>> Its just a Bootstrap extension which I'm planning to use in App Manager
>> front end. Thought of using it rather than writing it from the scratch.
>>
>> [1] or [2] are the candidate components.
>>
>> [1] - http://montrezorro.github.io/bootstrap-checkbox/
>> [2] - http://silviomoreto.github.io/bootstrap-select/
>>
>>
>>
>>
>> On Thu, Jul 3, 2014 at 1:58 PM, Paul Fremantle  wrote:
>>
>>> You can use it from a legal perspective. However, you still need to get
>>> it reviewed and agreed for whether it fits into the architecture!
>>> What is the library?
>>>
>>> Paul
>>>
>>>
>>> On 3 July 2014 09:20, Rushmin Fernando  wrote:
>>>

 There is a UI component which I need. Its under MIT license. $subject
 please.


 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc.  - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Paul Fremantle
>>> CTO and Co-Founder, WSO2
>>> OASIS WS-RX TC Co-chair, Apache Member
>>>
>>> UK: +44 207 096 0336
>>> US: +1 646 595 7614
>>>
>>> blog: http://pzf.fremantle.org
>>> twitter.com/pzfreo
>>> p...@wso2.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>
>>
>>
>> --
>> *Rushmin Fernando*
>> *Technical Lead*
>>
>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>
>> email : rush...@wso2.com
>> mobile : +94772310855
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> --
>
> *Sameera Perera*
> Director of Engineering
> gtalk: samee...@wso2.com
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> *WSO2, Inc.* 
> lean.enterprise.middleware
>
>
>


-- 

*Ruchira Wageesha**Associate Technical Lead*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com *

*email: ruch...@wso2.com ,   blog:
ruchirawageesha.blogspot.com ,
mobile: +94 77 5493444*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev