[Dev] Feature versions of DevStudio 3.7.0

2014-06-10 Thread Susinda Perera
Hi Viraj/Jasintha in DevS we have all features versioned as 3.7.0 but
following features versions are 2.0.0.

App Factory tools
BRS Artifact
CEP Artifact
Jagerry editor
ESB Graphical editor tools
Jagery Artifact

Any reason for this or shall we use the same version for all features. In
ESB editor and App factory we have major changes, so as i believe we can
increment the version. WDYT?


-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 EMM 1.1.0 release!

2014-06-10 Thread Srinath Perera
Note, generally title says "released" not "release"


On Wed, Jun 11, 2014 at 12:24 AM, Niranjan Karunanandham 
wrote:

> WSO2 Enterprise Mobility Manager 1.1.0 Release Notes
>
> WSO2 Enterprise Mobility Manager (EMM) is a unique solution designed to
> specifically address the mobile enterprise needs. EMM includes of two key
> aspects: Mobile Device Management (MDM) and Mobile Application Management
> (MAM). WSO2 EMM also supports single sign-on (SSO) and multi-tenancy.
>
> EMM enables organizations to secure, manage and monitor Android and iOS
> powered devices (i.e., smart phones, ipod touch devices and tablet PCs),
> irrespective of the mobile operator, service provider, or the organization.
> Users need to accept the Policy agreement, which states all the actions
> that can be carried out on the device when enrolling with EMM. EMM only
> controls the corporate data that is present on the devices, while the
> personal data is left untouched.
>
> What is new in this release
>
> WSO2 Enterprise Mobility Manager (EMM) version 1.1.0 is the successor of
> version 1.0.1. It contains several enhancements, which are as follows:
>
>-
>
>First user experience
>
> In the previous WSO2 EMM releases it was mandatory for the users to fully
> configure WSO2 EMM before being able to run the product. Now, WSO2 EMM
> 1.1.0 binary pack comprises of a default Android Agent. Thereby, enabling
> users to seamlessly download and run EMM without any prior configurations.
> This will allow users to use Android devices to get a better understanding
> of WSO2 EMM.
>
>-
>
>Local notification method for Android devices
>
> The GCM server has a limitation on the number of messages that can be sent
> to the GCM server. However, this new Local notification method for Android
> devices does not make use of the GCM server. Thereby, the number of
> messages sent via the GCM will be minimized. Furthermore, the Local
> notification method does not send the messages via the payload, as it did
> in previous EMM versions. Thereby, this will minimize the MDM command loss.
>
>-
>
>Tenant based configuration
>
> The tenant admin will be able to use the Configuration Manager wizard to
> setup the tenant's general, Android and iOS configuration details. Thereby,
> this allows each tenant to customize their settings based on their
> requirements. For more information, see Tenant Based Settings.
>
>-
>
>Ability to change password
>
> Previously, users were not allowed to change the default password that was
> assigned by WSO2 EMM. However, now users are allowed to change their
> password. Thereby, users will be able to change their default password to
> a password of their choice.
>
>-
>
>Removal of devices from WSO2 EMM
>
> Previously, administrators were not allowed to remove devices from WSO2
> EMM after they were enrolled. However, now the administrators can use the
> Enterprise Wipe feature to remove enrolled devices from WSO2 EMM. Thereby,
> this will enable the administrators to maintain WSO2 EMM efficiently.
>
>-
>
>Improved API security
>
> The APIs that are exposed to the devices have been secured in WSO2 EMM
> using OAuth.
>
>-
>
>Improved compliance monitoring
>
> When the system is clustered, then using the nTask Component, only one
> node will be allowed to perform the compliance monitoring that will
> dispatch messages to the GCM or APNS.
>
> Key Features
>
>
>-
>
>Self-service device enrollment and management with end-user MDM console
>-
>
>Policy-driven device management for security, data, and device
>features (Camera, Password Policy)
>-
>
>Deploy policies over-the-air
>-
>
>Compliance monitoring for reporting, alerting, and device
>deprovisioning
>-
>
>Role based permissions for device management
>-
>
>Provisioning and deprovisioning applications to enrolled devices
>-
>
>Blacklisting of applications for Android
>-
>
>Supports App management
>-
>
>App approval process through a lifecycle
>-
>
>Discover mobile apps through an Enterprise App Store
>-
>
>Self-provisioning of mobile apps to devices
>
>
> The full feature list is available at
> http://wso2.com/products/enterprise-mobility-manager/
>
> Bug Fixes / Improvements
>
> For the list of fixed issues, go to WSO2 EMM 1.1.0 - Fixed Issues
> .
>
> Known Issues
>
> For the list of known issues, go to WSO2 EMM 1.1.0 - Known Issues
> .
>
> Reporting Problems
>
> Issues can be reported using the public JIRA
> .
>
>
> Engaging with Community
>
> Mailing Lists
>
> Join our mailing list and correspond with the developers directly.
> Developer List : dev@wso2.org | Subscribe  | Mail
> Archive 
>
> Reporting Issues
>
> WSO2 encourages you to report issues, enhancements and feature reque

Re: [Dev] Testing class mediators in ESB

2014-06-10 Thread Nuwan Wimalasekara
Hi Sajini,
Please refer [1] for sample integration test case for class mediator test.
You can check whether the resource is added to the registry once class
mediator is invoked.

[1]
https://github.com/wso2-dev/product-esb/blob/master/modules/integration/tests-integration/tests-mediator-2/src/test/java/org/wso2/carbon/esb/mediator/test/classMediator/ClassMediationWithLoadOfPropertiesTestCase.java

Thanks,
Nuwanw


On Tue, Jun 10, 2014 at 8:28 AM, Sajini De Silva  wrote:

> Hi Krishantha,
>
> This is the synapse configuration I used to test the class mediator.
>
> http://ws.apache.org/ns/synapse";>
> 
> 15000
> 
>
> 
> 
> 
>  expression="get-property('ERROR_CODE')">
>  expression="get-property('ERROR_MESSAGE')">
> 
> 
> 
> 
>  name="org.wso2.carbon.cloud.monitor.agent.mediators.snmp.SNMPAdapter">
> 
> 
> value="memTotalSwap,memAvailReal,CpusRawIdle,CpuIdlePercentage,hrSystemProcesses">
> 
> 
> 
> 
> 
> 
>  class="org.apache.synapse.startup.tasks.MessageInjector"
> group="synapse.simple.quartz">
> 
> 
>  VERSION="1.0.0">
> 
> 
> 
> 
> 
>
> I remote debug the mediator class and verify that messageContext body has
> the necessary fields.
>
> Thank you,
> Sajini.
>
>
> On Mon, Jun 9, 2014 at 6:06 PM, Krishantha Samaraweera <
> krishan...@wso2.com> wrote:
>
>> Hi Sajini,
>>
>> I think best way to automate is to write an integration test for this.
>> You need to make sure class mediator works on ESB runtime without any
>> problem.
>>
>> Can you please explain the steps you manually followed to verify the
>> mediator. Synapse config would be helpful.
>>
>> Thanks,
>> Krishantha.
>>
>>
>> On Mon, Jun 9, 2014 at 4:38 PM, Sajini De Silva  wrote:
>>
>>> Adding Krishantha to the thread.
>>>
>>>
>>> On Mon, Jun 9, 2014 at 3:45 PM, Sajini De Silva  wrote:
>>>
 Hi,

 In my class mediator I access the ESB registry and read a file in the
 registry. Is there a way to conduct a unit test on the mediate method of
 this class mediator?

 Thank you,
 Sajini.
 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva


>>>
>>>
>>> --
>>> Sajini De SIlva
>>> Software Engineer; WSO2 Inc.; http://wso2.com ,
>>> Email: saj...@wso2.com
>>> Blog: http://sajinid.blogspot.com/
>>> Git hub profile: https://github.com/sajinidesilva
>>>
>>>
>>
>>
>> --
>> Krishantha Samaraweera
>> Senior Technical Lead - Test Automation
>> Mobile: +94 77 7759918
>> WSO2, Inc.; http://wso2.com/
>> lean . enterprise . middlewear.
>>
>
>
>
> --
> Sajini De SIlva
> Software Engineer; WSO2 Inc.; http://wso2.com ,
> Email: saj...@wso2.com
> Blog: http://sajinid.blogspot.com/
> Git hub profile: https://github.com/sajinidesilva
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Nuwan Wimalasekara
Senior Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

phone: +94 71 668 4620
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Rajith Vitharana
Hi Sagara,

Noted, will do so.

Thanks,


On Wed, Jun 11, 2014 at 11:32 AM, Sagara Gunathunga  wrote:

>
>
>
> On Wed, Jun 11, 2014 at 11:22 AM, Rajith Vitharana 
> wrote:
>
>> Hi Ruwan,
>>
>> It is now merged to wso2-dev account. You may have to build it locally.
>>
>
> -1
>
> Ruwan is not suppose to build it locally instead he should get it through
> Nexus as a SNAPSHOT dependency. Please ask relevant product leads to merge
> this change with "wso2" repo  from "wso2-dev" and trigger a build in
> Jenkins so that Jenkins can push SNAPSHOTs into Nexus.
>
> Thanks !
>
>>
>> Thanks,
>>
>>
>> On Wed, Jun 11, 2014 at 11:08 AM, Ruwan Yatawara  wrote:
>>
>>> Thanks Rajith!. Please let me know once its done.
>>>
>>> Thanks and Regards,
>>>
>>> Ruwan Yatawara
>>>
>>> Senior Software Engineer,
>>> WSO2 Inc.
>>>
>>> email : ruw...@wso2.com
>>> mobile : +94 77 9110413
>>> blog : http://thoughts.ruwan-ace.com/
>>> www: :http://wso2.com
>>>
>>>
>>>
>>> On Wed, Jun 11, 2014 at 10:02 AM, Rajith Vitharana 
>>> wrote:
>>>
 Hi Ruwan,

 This feature is now at [1]. But it is not added to pom files since  it
 was not needed for BAM. I'll add it to the pom files and let you know.

 [1] - https://github.com/wso2-dev/carbon-analytics

 Thanks


 On Wed, Jun 11, 2014 at 9:45 AM, Ruwan Yatawara 
 wrote:

> Hi All,
>
> Can anyone please advise as to where i can find the
> org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
> svn location @ [1].
>
> Should this be made available at [2] ?. We require this when building
> the AM pack.
>
>
> [1] -
> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler
>
> [2] -
> https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Senior Software Engineer,
> WSO2 Inc.
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://thoughts.ruwan-ace.com/
> www: :http://wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

>>>
>>>
>>
>>
>> --
>> Rajith Vitharana
>>
>> Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94715883223
>> Blog : http://lankavitharana.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> 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
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Sagara Gunathunga
On Wed, Jun 11, 2014 at 11:22 AM, Rajith Vitharana  wrote:

> Hi Ruwan,
>
> It is now merged to wso2-dev account. You may have to build it locally.
>

-1

Ruwan is not suppose to build it locally instead he should get it through
Nexus as a SNAPSHOT dependency. Please ask relevant product leads to merge
this change with "wso2" repo  from "wso2-dev" and trigger a build in
Jenkins so that Jenkins can push SNAPSHOTs into Nexus.

Thanks !

>
> Thanks,
>
>
> On Wed, Jun 11, 2014 at 11:08 AM, Ruwan Yatawara  wrote:
>
>> Thanks Rajith!. Please let me know once its done.
>>
>> Thanks and Regards,
>>
>> Ruwan Yatawara
>>
>> Senior Software Engineer,
>> WSO2 Inc.
>>
>> email : ruw...@wso2.com
>> mobile : +94 77 9110413
>> blog : http://thoughts.ruwan-ace.com/
>> www: :http://wso2.com
>>
>>
>>
>> On Wed, Jun 11, 2014 at 10:02 AM, Rajith Vitharana 
>> wrote:
>>
>>> Hi Ruwan,
>>>
>>> This feature is now at [1]. But it is not added to pom files since  it
>>> was not needed for BAM. I'll add it to the pom files and let you know.
>>>
>>> [1] - https://github.com/wso2-dev/carbon-analytics
>>>
>>> Thanks
>>>
>>>
>>> On Wed, Jun 11, 2014 at 9:45 AM, Ruwan Yatawara  wrote:
>>>
 Hi All,

 Can anyone please advise as to where i can find the
 org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
 svn location @ [1].

 Should this be made available at [2] ?. We require this when building
 the AM pack.


 [1] -
 https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler

 [2] -
 https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature

 Thanks and Regards,

 Ruwan Yatawara

 Senior Software Engineer,
 WSO2 Inc.

 email : ruw...@wso2.com
 mobile : +94 77 9110413
 blog : http://thoughts.ruwan-ace.com/
 www: :http://wso2.com


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


>>>
>>>
>>> --
>>> Rajith Vitharana
>>>
>>> Software Engineer,
>>> WSO2 Inc. : wso2.com
>>> Mobile : +94715883223
>>> Blog : http://lankavitharana.blogspot.com/
>>>
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
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] Test Failure in Carbon 4.3.0 Repo.

2014-06-10 Thread Sameera Jayasoma
I am getting the following test failure when building the Carbon-kernel git
repo. Is the Jenkins build passing?

I tried building without test, then I got a different build failure.

---

 T E S T S

---

Running org.wso2.carbon.user.core.authman.AdvancedPermissionTreeTest

log4j:WARN No appenders could be found for logger
(org.wso2.carbon.context.internal.CarbonContextDataHolder).

log4j:WARN Please initialize the log4j system properly.

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec

Running org.wso2.carbon.user.core.authorization.AuthorizationCacheTest

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
<<< FAILURE!

Running org.wso2.carbon.user.core.claim.AdvancedClaimManagerTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec

Running org.wso2.carbon.user.core.claim.ClaimDAOTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec

Running org.wso2.carbon.user.core.config.TestRealmConfigBuilder

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Running org.wso2.carbon.user.core.hybrid.AdvancedHybridRoleManagerTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec

Running org.wso2.carbon.user.core.hybrid.HybridRoleManagerTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec

Running org.wso2.carbon.user.core.jdbc.AdvancedJDBCRealmTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 sec

Running org.wso2.carbon.user.core.jdbc.AdvancedReadOnlyJDBCRealmTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec

Running org.wso2.carbon.user.core.jdbc.JDBCConfigurationTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Running org.wso2.carbon.user.core.jdbc.JDBCRealmTest

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec

Running org.wso2.carbon.user.core.jdbc.PermissionTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec

Running org.wso2.carbon.user.core.jdbc.ReadOnlyJDBCRealmTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec

Running org.wso2.carbon.user.core.profile.AdvancedProfileConfigManagerTest

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec

Running org.wso2.carbon.user.core.tenant.TestTenantManager

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec


Results :


Failed tests:
testAddToCache(org.wso2.carbon.user.core.authorization.AuthorizationCacheTest):
This user is not yet added. Should be a cache miss


Tests run: 16, Failures: 1, Errors: 0, Skipped: 0



-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

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


Re: [Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Rajith Vitharana
Hi Ruwan,

It is now merged to wso2-dev account. You may have to build it locally.

Thanks,


On Wed, Jun 11, 2014 at 11:08 AM, Ruwan Yatawara  wrote:

> Thanks Rajith!. Please let me know once its done.
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Senior Software Engineer,
> WSO2 Inc.
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://thoughts.ruwan-ace.com/
> www: :http://wso2.com
>
>
>
> On Wed, Jun 11, 2014 at 10:02 AM, Rajith Vitharana 
> wrote:
>
>> Hi Ruwan,
>>
>> This feature is now at [1]. But it is not added to pom files since  it
>> was not needed for BAM. I'll add it to the pom files and let you know.
>>
>> [1] - https://github.com/wso2-dev/carbon-analytics
>>
>> Thanks
>>
>>
>> On Wed, Jun 11, 2014 at 9:45 AM, Ruwan Yatawara  wrote:
>>
>>> Hi All,
>>>
>>> Can anyone please advise as to where i can find the
>>> org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
>>> svn location @ [1].
>>>
>>> Should this be made available at [2] ?. We require this when building
>>> the AM pack.
>>>
>>>
>>> [1] -
>>> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler
>>>
>>> [2] -
>>> https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature
>>>
>>> Thanks and Regards,
>>>
>>> Ruwan Yatawara
>>>
>>> Senior Software Engineer,
>>> WSO2 Inc.
>>>
>>> email : ruw...@wso2.com
>>> mobile : +94 77 9110413
>>> blog : http://thoughts.ruwan-ace.com/
>>> www: :http://wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Rajith Vitharana
>>
>> Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94715883223
>> Blog : http://lankavitharana.blogspot.com/
>>
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Ruwan Yatawara
Thanks Rajith!. Please let me know once its done.

Thanks and Regards,

Ruwan Yatawara

Senior Software Engineer,
WSO2 Inc.

email : ruw...@wso2.com
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com



On Wed, Jun 11, 2014 at 10:02 AM, Rajith Vitharana  wrote:

> Hi Ruwan,
>
> This feature is now at [1]. But it is not added to pom files since  it was
> not needed for BAM. I'll add it to the pom files and let you know.
>
> [1] - https://github.com/wso2-dev/carbon-analytics
>
> Thanks
>
>
> On Wed, Jun 11, 2014 at 9:45 AM, Ruwan Yatawara  wrote:
>
>> Hi All,
>>
>> Can anyone please advise as to where i can find the
>> org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
>> svn location @ [1].
>>
>> Should this be made available at [2] ?. We require this when building the
>> AM pack.
>>
>>
>> [1] -
>> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler
>>
>> [2] -
>> https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature
>>
>> Thanks and Regards,
>>
>> Ruwan Yatawara
>>
>> Senior Software Engineer,
>> WSO2 Inc.
>>
>> email : ruw...@wso2.com
>> mobile : +94 77 9110413
>> blog : http://thoughts.ruwan-ace.com/
>> www: :http://wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Training Project - CEP Extension to Run Machine Learning Models

2014-06-10 Thread Seshika Fernando
Hi Supun,

Was just skim-reading your tutorial. Will try it out.
It looks very interesting. Keep it up!

Seshika


On Wed, Jun 11, 2014 at 10:34 AM, Srinath Perera  wrote:

> Thanks Supun!! this look good.
>
> Could you write up an OT article describing this?
>
> Can we chat sometime today?
> --Srinath
>
>
>
>
>
>
>
>
> On Tue, Jun 10, 2014 at 4:58 PM, Supun Sethunga  wrote:
>
>> Hi,
>>
>> I have documented this, in the form of a tutorial. Please find the
>> attachment for a draft of the document.
>>
>> Looking forward for a feedback.
>> ​​​
>>  [Tutorial] Implementing a CEP extension to run Machine Learning models
>> written in PMML format
>> 
>> ​
>>
>> Thanks,
>> Supun.
>>
>>
>> On Mon, Jun 9, 2014 at 11:52 AM, Supun Sethunga  wrote:
>>
>>> Hi,
>>>
>>> Please refer [1] for the source code of the CEP extension.
>>>
>>> Currently I am working on writing an article for the above scenario.
>>> Will share the first draft as soon as I finish.
>>>
>>> [1] https://github.com/SupunS/mlearn
>>>
>>> Thanks,
>>> Supun
>>>
>>> --
>>> *Supun Sethunga*
>>> Software Engineer
>>> WSO2, Inc.
>>> lean | enterprise | middleware
>>> Mobile : +94 716546324
>>>
>>
>>
>>
>> --
>> *Supun Sethunga*
>> Software Engineer
>> WSO2, Inc.
>> lean | enterprise | middleware
>> Mobile : +94 716546324
>>
>
>
>
> --
> 
> Srinath Perera, Ph.D.
>   Director, Research, WSO2 Inc.
>   Visiting Faculty, University of Moratuwa
>   Member, Apache Software Foundation
>   Research Scientist, Lanka Software Foundation
>   Blog: http://srinathsview.blogspot.com/
>   Photos: http://www.flickr.com/photos/hemapani/
>Phone: 0772360902
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Training Project - CEP Extension to Run Machine Learning Models

2014-06-10 Thread Srinath Perera
Thanks Supun!! this look good.

Could you write up an OT article describing this?

Can we chat sometime today?
--Srinath








On Tue, Jun 10, 2014 at 4:58 PM, Supun Sethunga  wrote:

> Hi,
>
> I have documented this, in the form of a tutorial. Please find the
> attachment for a draft of the document.
>
> Looking forward for a feedback.
> ​​​
>  [Tutorial] Implementing a CEP extension to run Machine Learning models
> written in PMML format
> 
> ​
>
> Thanks,
> Supun.
>
>
> On Mon, Jun 9, 2014 at 11:52 AM, Supun Sethunga  wrote:
>
>> Hi,
>>
>> Please refer [1] for the source code of the CEP extension.
>>
>> Currently I am working on writing an article for the above scenario. Will
>> share the first draft as soon as I finish.
>>
>> [1] https://github.com/SupunS/mlearn
>>
>> Thanks,
>> Supun
>>
>> --
>> *Supun Sethunga*
>> Software Engineer
>> WSO2, Inc.
>> lean | enterprise | middleware
>> Mobile : +94 716546324
>>
>
>
>
> --
> *Supun Sethunga*
> Software Engineer
> WSO2, Inc.
> lean | enterprise | middleware
> Mobile : +94 716546324
>



-- 

Srinath Perera, Ph.D.
  Director, Research, WSO2 Inc.
  Visiting Faculty, University of Moratuwa
  Member, Apache Software Foundation
  Research Scientist, Lanka Software Foundation
  Blog: http://srinathsview.blogspot.com/
  Photos: http://www.flickr.com/photos/hemapani/
   Phone: 0772360902
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Lali Devamanthri

2014-06-10 Thread Susinda Perera
Congratulations


On Sun, Jun 1, 2014 at 9:00 PM, Rajith Vitharana  wrote:

> Congrats..!!!
>
>
> On Sun, Jun 1, 2014 at 3:11 PM, Dilini Muthumala  wrote:
>
>> Congrats!!
>>
>>
>> On Sat, May 31, 2014 at 8:59 AM, Tania Mahanama  wrote:
>>
>>> Congrats!!
>>>
>>>
>>> On Sat, May 31, 2014 at 8:04 AM, Thanuja Jayasinghe 
>>> wrote:
>>>
 Congratz!!!
 On 30 May 2014 20:15, "Isuruwan Herath"  wrote:

> Congrats Lali!!!
>
>
> On Fri, May 30, 2014 at 7:01 AM, Waruna Jayaweera 
> wrote:
>
>> Congratzz...:D
>>
>>
>> On Fri, May 30, 2014 at 12:11 PM, Dinesh Bandara 
>> wrote:
>>
>>> Congratulations !
>>>
>>>
>>> On Fri, May 30, 2014 at 11:08 AM, Jasintha Dasanayake <
>>> jasin...@wso2.com> wrote:
>>>
 Hi All,

 It's my distinct pleasure to welcome Lali as a WSO2 Committer.

 Lali has  been a valuable contributor for WSO2 Developer Studio
 since he joined WSO2. In recognition of his contributions to WSO2, he 
 has
 been voted as a WSO2 Committer.

 Lali, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha

 --

 *Jasintha Dasanayake *

 *Senior Software EngineerWSO2 Inc. | http://wso2.com
  lean . enterprise . middleware*


 *mobile :- 0711368118 <0711368118> *

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


>>>
>>>
>>> --
>>> *Dinesh Bandara*
>>>
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> Waruna Lakshitha Jayaweera
>> Software Engineer
>> WSO2 Inc; http://wso2.com
>> phone: +94713255198
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>
> ___
> 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


>>>
>>>
>>> --
>>> Tania Mahanama
>>> Senior Technical Writer
>>>
>>> Contact:
>>> Mob: +94 077 5129270
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Dilini Muthumala*
>> Software Engineer,
>> WSO2 Inc.
>>
>>  *E-mail :* dil...@wso2.com
>> *Mobile: *+94713 400 029
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sohani Weerasinghe

2014-06-10 Thread Susinda Perera
Congratulations


On Mon, Jun 2, 2014 at 4:55 PM, Shameera Rathnayaka 
wrote:

>
>
> On Mon, Jun 2, 2014 at 4:43 PM, Shameera Rathnayaka 
> wrote:
>
>> Congratulation Shani !!!
>>
>> ​​It should be Sohani, sorry for mistype :)​​
>
>>
>> On Mon, Jun 2, 2014 at 3:57 PM, Sohani Weerasinghe 
>> wrote:
>>
>>> Thank you everyone 
>>>
>>> Thanks,
>>> Sohani
>>>
>>> Sohani Weerasinghe
>>> Software Engineer
>>> WSO2, Inc: http://wso2.com
>>>
>>> Mobile  : +94 716439774
>>> Blog :http://christinetechtips.blogspot.com/
>>> Twitter  : https://twitter.com/sohanichristine
>>>
>>>
>>> On Sun, Jun 1, 2014 at 3:10 PM, Dilini Muthumala 
>>> wrote:
>>>
 Congrats, Sohani!


 On Sun, Jun 1, 2014 at 9:31 AM, Rajith Vitharana 
 wrote:

> congrats!!!
>
>
> On Sat, May 31, 2014 at 8:58 AM, Tania Mahanama 
> wrote:
>
>> Congrats!!
>>
>>
>> On Sat, May 31, 2014 at 7:58 AM, Thanuja Jayasinghe > > wrote:
>>
>>> Congratz!!!
>>> On 30 May 2014 17:00, "Lali Devamanthri"  wrote:
>>>
 Congratulations 


 On Fri, May 30, 2014 at 11:06 AM, Jasintha Dasanayake <
 jasin...@wso2.com> wrote:

> Hi All,
>
> It's my distinct pleasure to welcome Sohani as a WSO2 Committer.
>
> Sohani has  been a valuable contributor for WSO2 Developer Studio
> since she joined WSO2. In recognition of her contributions to WSO2, 
> she has
> been voted as a WSO2 Committer.
>
> Sohani, Congratulations and Keep up the good work!
>
> Thanks and Regards,
> /Jasintha
>
>
> --
>
> *Jasintha Dasanayake *
>
> *Senior Software EngineerWSO2 Inc. | http://wso2.com
>  lean . enterprise . middleware*
>
>
> *mobile :- 0711368118 <0711368118> *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Lali Sudaththa Devamanthri*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 895 4922
  

 ___
 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
>>>
>>>
>>
>>
>> --
>> Tania Mahanama
>> Senior Technical Writer
>>
>> Contact:
>> Mob: +94 077 5129270
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Dilini Muthumala*
 Software Engineer,
 WSO2 Inc.

  *E-mail :* dil...@wso2.com
 *Mobile: *+94713 400 029

>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Software Engineer - WSO2 Inc.*
>> *email: shameera AT wso2.com  , shameera AT apache.org
>> *
>> *phone:  +9471 922 1454 <%2B9471%20922%201454>*
>>
>> *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
>> *Twitter : *https://twitter.com/Shameera_R
>>
>
>
>
> --
> *Software Engineer - WSO2 Inc.*
> *email: shameera AT wso2.com  , shameera AT apache.org
> *
> *phone:  +9471 922 1454 <%2B9471%20922%201454>*
>
> *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
> *Twitter : *https://twitter.com/Shameera_R
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

WSO2 Inc. http://wso2.com/
Tel : 94 11 214 5345 Fax :94 11 2145300
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue with secondary user store in EMM

2014-06-10 Thread Gayan Gunawardana
Hi Dilshan,

I have raised this question at the beginning, since we are not in chunk
releases its difficult to decide up to which number we need kernel patches.
It would be great to finalize this at least for next release.

Thanks,
Gayan


On Tue, Jun 10, 2014 at 2:48 PM, Dilshan Edirisuriya 
wrote:

> Hi,
>
> Had a chat with Asela and Ishara. Asela found out the issue and it was
> something to do with the kernel patches. In EMM we do have only patches
> upto patch0006. After adding patch0007 and patch0008 this issue got
> resolved. However we do have to do regression testing on this and test all
> other functionality to ensure these patches wont have any affect on our
> flows. Right now I believe we should not put this in EMM 1.1.0 release
> since it needs more cycles of testing. Proposing to have this as a known
> issue in 1.1.0 release.
>
> Thanks Asela and Ishara.
>
> Regards,
>
> Dilshan
>
>
>
>
> On Tue, Jun 10, 2014 at 12:25 AM, Dilshan Edirisuriya 
> wrote:
>
>> Hi,
>>
>> I have configured secondary user store in EMM. Primary pointed to H2
>> database and secondary pointed to MySql database. This is created under a
>> tenant. There is no error printed. I had predefined set of users in my
>> primary user store. As soon as I created the secondary those users gets
>> replicated in the secondary. Also subsequent user creations add multiple
>> entries as well. I have attached a screenshot. You can see the same users
>> replicated with the prefix domain name. What am I doing wrong here?
>>
>> Regards,
>>
>> Dilshan
>>
>> --
>> Dilshan Edirisuriya
>> Senior Software Engineer - WSO2
>> Mob: + 94 777878905
>> http://wso2.com/
>>
>
>
>
> --
> Dilshan Edirisuriya
> Senior Software Engineer - WSO2
> Mob: + 94 777878905
> http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Gayan Gunawardana
Software Engineer; WSO2 Inc.; http://wso2.com/
Email: ga...@wso2.com
Mobile: +94 (71) 8020933
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Rajith Vitharana
Hi Ruwan,

This feature is now at [1]. But it is not added to pom files since  it was
not needed for BAM. I'll add it to the pom files and let you know.

[1] - https://github.com/wso2-dev/carbon-analytics

Thanks


On Wed, Jun 11, 2014 at 9:45 AM, Ruwan Yatawara  wrote:

> Hi All,
>
> Can anyone please advise as to where i can find the
> org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
> svn location @ [1].
>
> Should this be made available at [2] ?. We require this when building the
> AM pack.
>
>
> [1] -
> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler
>
> [2] -
> https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Senior Software Engineer,
> WSO2 Inc.
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://thoughts.ruwan-ace.com/
> www: :http://wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Missing BAM Message Tracer Component in Git

2014-06-10 Thread Ruwan Yatawara
Hi All,

Can anyone please advise as to where i can find the
org.wso2.carbon.bam.message.tracer feature in GIT. It's available at the
svn location @ [1].

Should this be made available at [2] ?. We require this when building the
AM pack.


[1] -
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/features/data-agents/message-tracer-handler

[2] -
https://github.com/wso2/carbon-deployment/tree/master/features/service-mgt/bam-data-agents-feature

Thanks and Regards,

Ruwan Yatawara

Senior Software Engineer,
WSO2 Inc.

email : ruw...@wso2.com
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Small problem in MB documentation.

2014-06-10 Thread Tania Mahanama
Fixed.

Thanks,
Tania


On Wed, Jun 11, 2014 at 7:00 AM, Tania Mahanama  wrote:

> Will fix. Thanks!
>
> Regards,
> Tania
>
>
> On Tue, Jun 10, 2014 at 11:51 PM, Jason Catlin  wrote:
>
>> Hey guys,
>>
>> check out
>>
>> https://docs.wso2.org/display/MB220/Standalone+Deployment+using+the+MB+ZooKeeper+Profile
>>
>> A line says:
>> requireClientAuthScheme=salsa
>>
>> That should say "sasl"?
>>
>> jc
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "WSO2 Documentation" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to documentation+unsubscr...@wso2.com.
>> For more options, visit https://groups.google.com/a/wso2.com/d/optout.
>>
>
>
>
> --
> Tania Mahanama
> Senior Technical Writer
>
> Contact:
> Mob: +94 077 5129270
>



-- 
Tania Mahanama
Senior Technical Writer

Contact:
Mob: +94 077 5129270
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] About WSO2Con app production @ Cloud - Login (API Access)

2014-06-10 Thread Kasun Dananjaya Delgolla
Hi Sandamal,

Is the $subject figured out now? Earlier, only OT users with wso2.com
domain could get access to APIs by logging in as user.wso2.com (username).
Users from other domains (who has OT access) could not login and get API
access. (Ex: u...@gmail.com)

Is there a solution for the above issue? And how should I pass-in the
username for both the parties?

Thanks
-- 
Kasun Dananjaya Delgolla

Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Tel:  +94 11 214 5345
Fax: +94 11 2145300
Mob: + 94 777 997 850
Blog: http://kddcodingparadise.blogspot.com
Linkedin: *http://lk.linkedin.com/in/kasundananjaya
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Small problem in MB documentation.

2014-06-10 Thread Tania Mahanama
Will fix. Thanks!

Regards,
Tania


On Tue, Jun 10, 2014 at 11:51 PM, Jason Catlin  wrote:

> Hey guys,
>
> check out
>
> https://docs.wso2.org/display/MB220/Standalone+Deployment+using+the+MB+ZooKeeper+Profile
>
> A line says:
> requireClientAuthScheme=salsa
>
> That should say "sasl"?
>
> jc
>
> --
> You received this message because you are subscribed to the Google Groups
> "WSO2 Documentation" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to documentation+unsubscr...@wso2.com.
> For more options, visit https://groups.google.com/a/wso2.com/d/optout.
>



-- 
Tania Mahanama
Senior Technical Writer

Contact:
Mob: +94 077 5129270
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] ES 1.1.0 REST API V2 Issue

2014-06-10 Thread Dakshika Jayathilaka
Hi,

I have notice that there is an order issue on API v2 URL match. First it
calls for

/{context}/apis/{version}/assets/{type}/{id}

and after

/{context}/apis/{version}/assets/{type}/{provider}/{+name}

So if someone wants to use second method they can either use with name or
without name since its optional. If we didn't pass name param, it will
automatically match with previous criteria and return an error.

/{context}/apis/{version}/assets/{type}/{provider}/

We can simply fix this by adding proper URL mapping on each uri match. I
have created jira on this[1 ]

[1] https://wso2.org/jira/browse/STORE-435

Regards.

*Dakshika Jayathilaka*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Private PaaS 4.0.0-RC1 is Released

2014-06-10 Thread Sajith Kariyawasam
*WSO2 Private PaaS 4.0.0-RC1 Release Notes*

WSO2 Private PaaS is a complete, enterprise-grade solution, offering an
open Platform as a Service (PaaS). WSO2 Private PaaS Framework extends the
functionality of
implementing agile and heterogeneous environments, to deploy applications
that run efficiently and scale elastically in the cloud.  At the core of
WSO2 Private PaaS 4.0.0,
lies Apache Stratos 4.0.0, providing cloud-native capabilities it also adds
functionality to host pre-integrated, fully multi-tenant WSO2 Carbon
middleware products as cartridges
that deliver a range of cloud PaaS services.


Source code could be fetched using git tag *rc1*

>git clone https://github.com/wso2/private-paas.git
>cd private-paas
>git checkout -b rc1 rc1



*Key features*

Policy-based Elastic Scaling
Multi-Tenancy and Self-Provision
Multiple options for interaction with the PaaS
Extensible Cartridge Architecture
Enhanced Cloud Deployment
Easy SaaS App Development
Support for Carbon Cartridges: ESB, Application Server, BPS , API Manager
and SSO with IS.
Hazelcast based Clustering support

Please find our documentation at
https://docs.wso2.org/display/PP400/WSO2+Private+PaaS+Documentation

*Bug Fixes / Improvements*
For the list of fixed issues, 4.0.0-RC1 - Fixed Issues


*Known Issues*
For the list of known issues, 4.0.0-RC1- Known Issues


*Reporting Problems*
Issues can be reported using the public JIRA




-- 
*--*
Thanks and Regards,

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


[Dev] [Architecture] WSO2 EMM 1.1.0 release!

2014-06-10 Thread Niranjan Karunanandham
WSO2 Enterprise Mobility Manager 1.1.0 Release Notes

WSO2 Enterprise Mobility Manager (EMM) is a unique solution designed to
specifically address the mobile enterprise needs. EMM includes of two key
aspects: Mobile Device Management (MDM) and Mobile Application Management
(MAM). WSO2 EMM also supports single sign-on (SSO) and multi-tenancy.

EMM enables organizations to secure, manage and monitor Android and iOS
powered devices (i.e., smart phones, ipod touch devices and tablet PCs),
irrespective of the mobile operator, service provider, or the organization.
Users need to accept the Policy agreement, which states all the actions
that can be carried out on the device when enrolling with EMM. EMM only
controls the corporate data that is present on the devices, while the
personal data is left untouched.

What is new in this release

WSO2 Enterprise Mobility Manager (EMM) version 1.1.0 is the successor of
version 1.0.1. It contains several enhancements, which are as follows:

   -

   First user experience

In the previous WSO2 EMM releases it was mandatory for the users to fully
configure WSO2 EMM before being able to run the product. Now, WSO2 EMM
1.1.0 binary pack comprises of a default Android Agent. Thereby, enabling
users to seamlessly download and run EMM without any prior configurations.
This will allow users to use Android devices to get a better understanding
of WSO2 EMM.

   -

   Local notification method for Android devices

The GCM server has a limitation on the number of messages that can be sent
to the GCM server. However, this new Local notification method for Android
devices does not make use of the GCM server. Thereby, the number of
messages sent via the GCM will be minimized. Furthermore, the Local
notification method does not send the messages via the payload, as it did
in previous EMM versions. Thereby, this will minimize the MDM command loss.

   -

   Tenant based configuration

The tenant admin will be able to use the Configuration Manager wizard to
setup the tenant's general, Android and iOS configuration details. Thereby,
this allows each tenant to customize their settings based on their
requirements. For more information, see Tenant Based Settings.

   -

   Ability to change password

Previously, users were not allowed to change the default password that was
assigned by WSO2 EMM. However, now users are allowed to change their
password. Thereby, users will be able to change their default password to a
password of their choice.

   -

   Removal of devices from WSO2 EMM

Previously, administrators were not allowed to remove devices from WSO2 EMM
after they were enrolled. However, now the administrators can use the
Enterprise Wipe feature to remove enrolled devices from WSO2 EMM. Thereby,
this will enable the administrators to maintain WSO2 EMM efficiently.

   -

   Improved API security

The APIs that are exposed to the devices have been secured in WSO2 EMM
using OAuth.

   -

   Improved compliance monitoring

When the system is clustered, then using the nTask Component, only one node
will be allowed to perform the compliance monitoring that will dispatch
messages to the GCM or APNS.

Key Features


   -

   Self-service device enrollment and management with end-user MDM console
   -

   Policy-driven device management for security, data, and device features
   (Camera, Password Policy)
   -

   Deploy policies over-the-air
   -

   Compliance monitoring for reporting, alerting, and device deprovisioning
   -

   Role based permissions for device management
   -

   Provisioning and deprovisioning applications to enrolled devices
   -

   Blacklisting of applications for Android
   -

   Supports App management
   -

   App approval process through a lifecycle
   -

   Discover mobile apps through an Enterprise App Store
   -

   Self-provisioning of mobile apps to devices


The full feature list is available at
http://wso2.com/products/enterprise-mobility-manager/

Bug Fixes / Improvements

For the list of fixed issues, go to WSO2 EMM 1.1.0 - Fixed Issues
.

Known Issues

For the list of known issues, go to WSO2 EMM 1.1.0 - Known Issues
.

Reporting Problems

Issues can be reported using the public JIRA
.


Engaging with Community

Mailing Lists

Join our mailing list and correspond with the developers directly.
Developer List : dev@wso2.org | Subscribe  | Mail
Archive 

Reporting Issues

WSO2 encourages you to report issues, enhancements and feature requests for
WSO2 EMM. Use the issue tracker  for
reporting issues.

Discussion Forums

We encourage to use stackoverflow  to
engage with developers as well as other users.

Support

We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Ou

[Dev] Small problem in MB documentation.

2014-06-10 Thread Jason Catlin
Hey guys,

check out
https://docs.wso2.org/display/MB220/Standalone+Deployment+using+the+MB+ZooKeeper+Profile

A line says:
requireClientAuthScheme=salsa

That should say "sasl"?

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


Re: [Dev] Issue on WSRegistry Service Client on content reading concurrently on a single connection

2014-06-10 Thread Ajith Vitharana
Please find the blog post [1].

[1]http://ajithvblogs.blogspot.de/2013/11/jmeter-java-request-to-test.html

Thanks.
Ajith


On Tue, Jun 10, 2014 at 8:28 PM, Subash Chaturanga  wrote:

> Hi ,
> This is regarding  issue on WS Registry Service Client in high concurrency
> which seems blocks the AF release.
>
> When reading the content with several threads in AF, i.e two resources
>
> path = /foo/r1 content = 12345
> path = /foo/r2 content =  67
>
> For AF guys, when they retrieve r1 and r2 resources, i.e for
> r1 - returns  12345
> but r2 returns 67*45*
>
> ( r2 returns with some values from old resource content. )
>
> When dig deep with Janaka, found that, in server side
>  org.wso2.carbon.registry.ws.api.WSRegistry maintains single tempFile per
> instance. And it get used to maintain the content to pass to client side
> inside the DataHolder.
>
> Hence obviously we can expect this issue in a but high concurrency. So as
> a solution when  creating the data holder we create a copy of the
> aforementioned file as follows. And then for multiple requests on the same
> ws connection it deals with separate files and issue went away.
>
> But this leads to grow the tmp files in the tmp directory but upon server
> downtime those will get vanished.
>
> With the following fix, since files are growing, one option is to do an
> additional ws call inside ws-client to server side to clean up the
> particular file. But it seems not a best solution.
>
>
> *So @Senaka @Ajith, Any better solution you can see ? *
>
>
>  Index:
> src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
> ===
> --- src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
>  (revision 204294)
> +++ src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
>  (working copy)
> @@ -193,6 +193,9 @@
> }
>
> public static DataHandler makeDataHandler(Resource resource, File
> tempFile) throws IOException, RegistryException{
> +tempFile = File.createTempFile("wsresource", ".tmp");
> +tempFile.deleteOnExit();
> +
> if (resource.getContent() == null) {
> return null;
> }
>
>
> --
> Thanks
> /subash
>
> *Subash Chaturanga*
> Senior Software Engineer :Platform TG; WSO2 Inc. http://wso2.com
>
> email: sub...@wso2.com
> blog:  http://subashsdm.blogspot.com/
> twitter: @subash89
> phone: +9477 2225922
> Lean . Enterprise . Middleware
>



-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Issue on WSRegistry Service Client on content reading concurrently on a single connection

2014-06-10 Thread Subash Chaturanga
Hi ,
This is regarding  issue on WS Registry Service Client in high concurrency
which seems blocks the AF release.

When reading the content with several threads in AF, i.e two resources

path = /foo/r1 content = 12345
path = /foo/r2 content =  67

For AF guys, when they retrieve r1 and r2 resources, i.e for
r1 - returns  12345
but r2 returns 67*45*

( r2 returns with some values from old resource content. )

When dig deep with Janaka, found that, in server side
 org.wso2.carbon.registry.ws.api.WSRegistry maintains single tempFile per
instance. And it get used to maintain the content to pass to client side
inside the DataHolder.

Hence obviously we can expect this issue in a but high concurrency. So as a
solution when  creating the data holder we create a copy of the
aforementioned file as follows. And then for multiple requests on the same
ws connection it deals with separate files and issue went away.

But this leads to grow the tmp files in the tmp directory but upon server
downtime those will get vanished.

With the following fix, since files are growing, one option is to do an
additional ws call inside ws-client to server side to clean up the
particular file. But it seems not a best solution.


*So @Senaka @Ajith, Any better solution you can see ? *


 Index: src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
===
--- src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
   (revision 204294)
+++ src/main/java/org/wso2/carbon/registry/ws/api/utils/CommonUtil.java
   (working copy)
@@ -193,6 +193,9 @@
}

public static DataHandler makeDataHandler(Resource resource, File
tempFile) throws IOException, RegistryException{
+tempFile = File.createTempFile("wsresource", ".tmp");
+tempFile.deleteOnExit();
+
if (resource.getContent() == null) {
return null;
}


-- 
Thanks
/subash

*Subash Chaturanga*
Senior Software Engineer :Platform TG; WSO2 Inc. http://wso2.com

email: sub...@wso2.com
blog:  http://subashsdm.blogspot.com/
twitter: @subash89
phone: +9477 2225922
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] New orbit bundles needs to be added to EMM

2014-06-10 Thread Dilshan Edirisuriya
Got this added by Manoj. Thanks Manoj.

Regards,

Dilshan


On Tue, Jun 10, 2014 at 12:07 PM, Sagara Gunathunga  wrote:

>
>
>
> On Tue, Jun 10, 2014 at 11:54 AM, Dilshan Edirisuriya 
> wrote:
>
>> Hi,
>>
>> I had a offline chat with Azeez and Sagara. Shall I go ahead with this?
>>
>
> +1
>
> Thanks !
>
>>
>> Regards,
>>
>> Dilshan
>>
>>
>> On Thu, May 22, 2014 at 11:59 AM, Dilshan Edirisuriya 
>> wrote:
>>
>>> Hi,
>>>
>>> I need to add few orbit bundles which are needed for EMM OSGI components
>>> (Carbon 4.2.0). The requirement for this has been discussed in architecture
>>> thread [1]. Those are as follows.
>>>
>>> 1) bcmail version 1.49 - bouncycastle license at [2]
>>> 2) bcpkix version 1.49 - bouncycastle license at [2]
>>> 3) bcprov version 1.49 - bouncycastle license at [2]
>>> 4) jcip-annotations [3] - Apache 2
>>> 5) jscep [4] - MIT and creative commons 3
>>>
>>> 1), 2) and 3) is needed in 1.49 version although the wss4j exports 1.38
>>> which is an older version for EMM components. JSCEP is used to handle the
>>> SCEP (simple certificate enrollment protocol) related flow. jcip-annotation
>>> is needed as a dependency for jscep library.
>>>
>>> [1] - [Architecture] Do we need OSGI components in EMM?
>>> [2] - http://www.bouncycastle.org/licence.html
>>> [3] - https://github.com/stephenc/jcip-annotations/
>>> [4] - https://code.google.com/p/jscep/
>>>
>>>
>>> Regards,
>>>
>>> Dilshan
>>>
>>> --
>>> Dilshan Edirisuriya
>>> Senior Software Engineer - WSO2
>>> Mob: + 94 777878905
>>> http://wso2.com/
>>>
>>
>>
>>
>> --
>> Dilshan Edirisuriya
>> Senior Software Engineer - WSO2
>> Mob: + 94 777878905
>> http://wso2.com/
>>
>
>
>
> --
> 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
>
>


-- 
Dilshan Edirisuriya
Senior Software Engineer - WSO2
Mob: + 94 777878905
http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stabilise APIM features on GitHub

2014-06-10 Thread Shevan Goonetilleke
Thanks for the update Ruwan. Pls keep the Git Migration checklist updated
with progress.


On Tue, Jun 10, 2014 at 2:56 PM, Ruwan Yatawara  wrote:

> Hi All,
>
> I've been working on $subject since yesterday, and thought of dropping an
> update. We have already moved the APIM components/features and half way
> through the product (to the latest 1.7.0 revisions).
>
> We need to create a separate repo for "product-am" to store the product
> artifacts and as we move along, all the identity features will also need to
> be updated for a AM pack to be fully functional.
>
> In addition, I've also added the "ganalytics" component to the
> carbon-analytics section, and am in the process of including the "forum"
> components/features to carbon-apimgt.
>
> I shall continue updating this thread on the progress of this activity.
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Senior Software Engineer,
> WSO2 Inc.
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://thoughts.ruwan-ace.com/
> www: :http://wso2.com
>



-- 
Shevan Goonetilleke
Director of Engineering
WSO2, Inc.
lean.enterprise.middleware
m: +94777340680
w: http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ESB 4.8.1 Integration tests

2014-06-10 Thread Malaka Silva
Looks like we have missed it


On Tue, Jun 10, 2014 at 1:22 AM, Dushan Abeyruwan  wrote:

> PING !
>
> did we or didn't ? or do we need to refer somewhere else?
>
> Index of
> /nexus/content/groups/wso2-public/org/wso2/esb/esb-integration-tests/ Name 
> Last
> ModifiedSizeDescriptionParent Directory
> 
> maven-metadata.xml
> 
>  Wed
> Dec 04 10:17:16 PST 2013406 maven-metadata.xml.md5
> 
>  Thu
> May 15 07:04:40 PDT 201433 maven-metadata.xml.sha1
> 
>  Thu
> May 15 07:04:40 PDT 201441 4.5.0/
> Thu
> Sep 13 00:09:43 PDT 2012   4.6.0/
> Fri
> Dec 21 09:30:19 PST 2012   4.7.0/
> Tue
> Aug 06 04:18:28 PDT 2013   4.8.0/
> Wed
> Dec 04 10:17:09 PST 2013
>
>
> On Mon, Jun 9, 2014 at 1:34 PM, Dushan Abeyruwan  wrote:
>
>>
>> Can't find 4.8.1 related references hosted in
>>
>>
>> http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/esb/esb-integration-tests/
>>
>> Cheers,
>> Dushan Abeyruwan | Associate Tech Lead
>> Integration Technologies Team
>> PMC Member Apache Synpase
>> WSO2 Inc. http://wso2.com/
>> Blog:http://dushansview.blogspot.com/
>> Mobile:(0094)713942042
>>
>>
>
>
> --
> Dushan Abeyruwan | Associate Tech Lead
> Integration Technologies Team
> PMC Member Apache Synpase
> WSO2 Inc. http://wso2.com/
> Blog:http://dushansview.blogspot.com/
> Mobile:(0094)713942042
>
>


-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/


Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Training Project - CEP Extension to Run Machine Learning Models

2014-06-10 Thread Supun Sethunga
Hi,

I have documented this, in the form of a tutorial. Please find the
attachment for a draft of the document.

Looking forward for a feedback.
​​​
 [Tutorial] Implementing a CEP extension to run Machine Learning models
written in PMML format

​

Thanks,
Supun.


On Mon, Jun 9, 2014 at 11:52 AM, Supun Sethunga  wrote:

> Hi,
>
> Please refer [1] for the source code of the CEP extension.
>
> Currently I am working on writing an article for the above scenario. Will
> share the first draft as soon as I finish.
>
> [1] https://github.com/SupunS/mlearn
>
> Thanks,
> Supun
>
> --
> *Supun Sethunga*
> Software Engineer
> WSO2, Inc.
> lean | enterprise | middleware
> Mobile : +94 716546324
>



-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Identity Server 5.0.0 - chpasswd.sh not working

2014-06-10 Thread Asela Pathberiya
On Mon, Jun 9, 2014 at 3:23 PM, Samisa Abeysinghe  wrote:
> Should not this script help with LDAP too?

Normally LDAP are maintained by separate tools. Therefore i think,  it
is fine to use them.  With JDBC, it is a user store that is related to
Carbon.  However, we can modify the chpasswd as well.. [1]. I do not
think, it would not be a major issue to fix.

[1] https://wso2.org/jira/browse/IDENTITY-2549

Thanks,
Asela.

>
> Thanks,
> Samisa...
>
>
> Samisa Abeysinghe
>
> Vice President Delivery
>
> WSO2 Inc.
> http://wso2.com
>
>
>
> On Mon, Jun 9, 2014 at 11:23 AM, Asela Pathberiya  wrote:
>>
>> On Mon, Jun 9, 2014 at 1:30 AM, Samisa Abeysinghe  wrote:
>> >
>> > http://stackoverflow.com/questions/24105848/wso2-identity-server-5-0-0-chpasswd-sh-not-working
>> >
>> > I get the same error as the one this user has reported.
>>
>> Yes..  By default, Identity Server uses LDAP user store and chpasswd
>> script file only for changing password in JDBC based user stores.
>>
>> Thanks,
>> Asela.
>>
>> >
>> > Thanks,
>> > Samisa...
>> >
>> >
>> > Samisa Abeysinghe
>> >
>> > Vice President Delivery
>> >
>> > WSO2 Inc.
>> > http://wso2.com
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Asela
>>
>> ATL
>> Mobile : +94 777 625 933
>
>



-- 
Thanks & Regards,
Asela

ATL
Mobile : +94 777 625 933
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Product name in IDN_BASE_TABLE table.

2014-06-10 Thread Sumedha Rubasinghe
This is not an issue. These tables are coming in from Identity space. This
base table has been added in identity database creator to check if tables
have been created.
We are anyway thinking of a better managing table scripts for commonly
shares components.



On Tue, Jun 10, 2014 at 3:30 PM, Ajith Vitharana  wrote:

> Hi AM team,
>
> The name of the server is display as WSO2 Identity Server. (Please see
> the attached image).
> This is due to hard cord the name in the db script "INSERT INTO
> IDN_BASE_TABLE values ('WSO2 Identity Server')"
>
> Is this correct ? or Do we need to change ?
>
> Thanks.
>  Ajith
>
> --
> Ajith Vitharana.
> WSO2 Inc. - http://wso2.org
> Email  :  aji...@wso2.com
> Mobile : +94772217350
>
>


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


Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-10 Thread Rukshan Chathuranga
Hi Malintha,

Generating Client from Stub is not problem with one String template file.
Template file contain generic Class structure like Method, Constructor,
Fields and Import library. Only difference is their name and object type.
Identifying the those names and type from WSDL, it is possible to generate
Different client for different Stub.

Thanks and regards.


On Tue, Jun 10, 2014 at 3:09 PM, Malintha Adikari  wrote:

> Hi Rukshan,
>
>
>
>
> On Tue, Jun 10, 2014 at 2:49 PM, Rukshan Chathuranga <
> rcruksha...@gmail.com> wrote:
>
>> Hi all,
>>
>> These days i am working on Automatically Generating Client code. Now i
>> able to generate Client Code using String Template. For That i Used
>> previously Used String Template file with Some Modification.
>>
>> Now project can generate the Stub file and automatically generate the
>> Client Based on the WSDL and Stub.
>>
>
> I have a doubt about using single string template for generating client
> code for all stubs. The purpose and the implementation of each admin
> service is different. So Can we use one string template for generating the
> clients for all those different WSDLs. String template approach is better.
> IMO, we have to come up with a way to treat all different admin services
> through string templates.
>
>
>
>> Also generated Client can be used as Library to Robot Framework to
>> implement keyword driven testing. Also it's possible to invoke Admin
>> services and Assert the operation.
>>
>> With all of these modification i create the new Project and committed to
>> the Git Repo. It is available at here.
>>
>>
>> https://github.com/ruks/Automated-test-case-generation-tool/tree/991e6e21927288d237c0a8d1985b7d2787f91a9b/Auto-TAF
>>
>> Then for the next few days i'm hoping to understand the Robot Framework
>> scripting in depth to verify whether we can improve Robot framework
>> scripting.
>>
>> Yes, We have to make test writing user friendly. First we have to find
> points that make test writing difficult. Then we have to come up with a
> generic solution to call all those difficulties. Can you try to write test
> cases for some different admin services with your existing solution. Then
> you can refer those test to analyze difficulties.
>
> Regards,
> Malintha Adikari
>
>
> Thanks and regards.
>>
>>
>> On Sun, Jun 8, 2014 at 12:17 AM, Rukshan Chathuranga <
>> rcruksha...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>>
>>> These days i am working on solving the problems that are occurred during
>>> the Client Generation. These exceptions are occurred when using the
>>> "cxf-codegen-plugin" with wsdl2java. As a alternative solution, i decided
>>> to understand the existing service stub generating procedure to generate
>>> Stub code. And then generate Client code that could be use as Library to
>>> Robot Framework.
>>>
>>> For that i refereed these two
>>>
>>> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/service-stubs/
>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/service-stubs/
>>>
>>>  repositories to generate Stub sources to support my
>>> requirement. up to now i could be able to generate Stub code for WSDL
>>> listed in these repositories.
>>>
>>> Also the main problem had earlier the "certificate Exception" occurred
>>> initiating Client, could be solved by setting up certificate file properly
>>> in system property.
>>>
>>> Now Robot framework able to run test case with authenticate and invoke
>>> some basic admin service that are hard coded as Library to Robot framework.
>>>
>>> Thus my next step is to Generate this Library Classes Automatically
>>> based on the WSDL file and provide to the Robot framework as Library. For
>>> this I decided to use my previous method that used String Template to
>>> generate Library Files, with few modification.
>>>
>>> Thanks and regards.
>>>
>>> --
>>> Department Of Computer Science & Engineering,
>>> Faculty Of Engineering,
>>> University Of Moratuwa.
>>> Sri lanka
>>> WEB: http://rukspot.com/
>>>
>>>
>>
>>
>> --
>> Department Of Computer Science & Engineering,
>> Faculty Of Engineering,
>> University Of Moratuwa.
>> Sri lanka.
>> WEB: http://rukspot.com/
>>
>>
>
>
> --
> *Malintha Adikari*
>  Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> Mobile: +94 71 2312958
> Blog:http://malinthas.blogspot.com
> Page:   http://about.me/malintha
>



-- 
Department Of Computer Science & Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] AS-BAM application and server monitoring - AS Agent implementation

2014-06-10 Thread Chamil Jeewantha
Hi Sagara,

I have created the JIRA [1] for the $subject. Please create a branch from
wso2 dev repo for development work.

[1] https://wso2.org/jira/browse/WSAS-1734

Regards,
Chamil

-- 
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] Processing a string in CEP

2014-06-10 Thread Awanthika Senarath
Hi,

I have written a custom function in CEP which outputs a string with two
parameters [1]. I need to process those parameters separately inside CEP.

Is it possible in CEP?






[1]   {"state":true,"coordinate":[79.94248329162588,6.844997820293952]}

[2]   I need to check the "state" parameter in a time window as:*[**state
== **true]#window.time(4 min)a*nd give an output.


thanks and regards

-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-10 Thread Malintha Adikari
Hi Rukshan,




On Tue, Jun 10, 2014 at 2:49 PM, Rukshan Chathuranga 
wrote:

> Hi all,
>
> These days i am working on Automatically Generating Client code. Now i
> able to generate Client Code using String Template. For That i Used
> previously Used String Template file with Some Modification.
>
> Now project can generate the Stub file and automatically generate the
> Client Based on the WSDL and Stub.
>

I have a doubt about using single string template for generating client
code for all stubs. The purpose and the implementation of each admin
service is different. So Can we use one string template for generating the
clients for all those different WSDLs. String template approach is better.
IMO, we have to come up with a way to treat all different admin services
through string templates.



> Also generated Client can be used as Library to Robot Framework to
> implement keyword driven testing. Also it's possible to invoke Admin
> services and Assert the operation.
>
> With all of these modification i create the new Project and committed to
> the Git Repo. It is available at here.
>
>
> https://github.com/ruks/Automated-test-case-generation-tool/tree/991e6e21927288d237c0a8d1985b7d2787f91a9b/Auto-TAF
>
> Then for the next few days i'm hoping to understand the Robot Framework
> scripting in depth to verify whether we can improve Robot framework
> scripting.
>
> Yes, We have to make test writing user friendly. First we have to find
points that make test writing difficult. Then we have to come up with a
generic solution to call all those difficulties. Can you try to write test
cases for some different admin services with your existing solution. Then
you can refer those test to analyze difficulties.

Regards,
Malintha Adikari


Thanks and regards.
>
>
> On Sun, Jun 8, 2014 at 12:17 AM, Rukshan Chathuranga <
> rcruksha...@gmail.com> wrote:
>
>> Hi all,
>>
>>
>> These days i am working on solving the problems that are occurred during
>> the Client Generation. These exceptions are occurred when using the
>> "cxf-codegen-plugin" with wsdl2java. As a alternative solution, i decided
>> to understand the existing service stub generating procedure to generate
>> Stub code. And then generate Client code that could be use as Library to
>> Robot Framework.
>>
>> For that i refereed these two
>>
>> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/service-stubs/
>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/service-stubs/
>>
>>  repositories to generate Stub sources to support my
>> requirement. up to now i could be able to generate Stub code for WSDL
>> listed in these repositories.
>>
>> Also the main problem had earlier the "certificate Exception" occurred
>> initiating Client, could be solved by setting up certificate file properly
>> in system property.
>>
>> Now Robot framework able to run test case with authenticate and invoke
>> some basic admin service that are hard coded as Library to Robot framework.
>>
>> Thus my next step is to Generate this Library Classes Automatically based
>> on the WSDL file and provide to the Robot framework as Library. For this I
>> decided to use my previous method that used String Template to generate
>> Library Files, with few modification.
>>
>> Thanks and regards.
>>
>> --
>> Department Of Computer Science & Engineering,
>> Faculty Of Engineering,
>> University Of Moratuwa.
>> Sri lanka
>> WEB: http://rukspot.com/
>>
>>
>
>
> --
> Department Of Computer Science & Engineering,
> Faculty Of Engineering,
> University Of Moratuwa.
> Sri lanka.
> WEB: http://rukspot.com/
>
>


-- 
*Malintha Adikari*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile: +94 71 2312958
Blog:http://malinthas.blogspot.com
Page:   http://about.me/malintha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Stabilise APIM features on GitHub

2014-06-10 Thread Ruwan Yatawara
Hi All,

I've been working on $subject since yesterday, and thought of dropping an
update. We have already moved the APIM components/features and half way
through the product (to the latest 1.7.0 revisions).

We need to create a separate repo for "product-am" to store the product
artifacts and as we move along, all the identity features will also need to
be updated for a AM pack to be fully functional.

In addition, I've also added the "ganalytics" component to the
carbon-analytics section, and am in the process of including the "forum"
components/features to carbon-apimgt.

I shall continue updating this thread on the progress of this activity.

Thanks and Regards,

Ruwan Yatawara

Senior Software Engineer,
WSO2 Inc.

email : ruw...@wso2.com
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-10 Thread Rukshan Chathuranga
Hi all,

These days i am working on Automatically Generating Client code. Now i able
to generate Client Code using String Template. For That i Used previously
Used String Template file with Some Modification.

Now project can generate the Stub file and automatically generate the
Client Based on the WSDL and Stub. Also generated Client can be used as
Library to Robot Framework to implement keyword driven testing. Also it's
possible to invoke Admin services and Assert the operation.

With all of these modification i create the new Project and committed to
the Git Repo. It is available at here.

https://github.com/ruks/Automated-test-case-generation-tool/tree/991e6e21927288d237c0a8d1985b7d2787f91a9b/Auto-TAF

Then for the next few days i'm hoping to understand the Robot Framework
scripting in depth to verify whether we can improve Robot framework
scripting.


Thanks and regards.


On Sun, Jun 8, 2014 at 12:17 AM, Rukshan Chathuranga 
wrote:

> Hi all,
>
>
> These days i am working on solving the problems that are occurred during
> the Client Generation. These exceptions are occurred when using the
> "cxf-codegen-plugin" with wsdl2java. As a alternative solution, i decided
> to understand the existing service stub generating procedure to generate
> Stub code. And then generate Client code that could be use as Library to
> Robot Framework.
>
> For that i refereed these two
>
> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/service-stubs/
> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/service-stubs/
>
>  repositories to generate Stub sources to support my
> requirement. up to now i could be able to generate Stub code for WSDL
> listed in these repositories.
>
> Also the main problem had earlier the "certificate Exception" occurred
> initiating Client, could be solved by setting up certificate file properly
> in system property.
>
> Now Robot framework able to run test case with authenticate and invoke
> some basic admin service that are hard coded as Library to Robot framework.
>
> Thus my next step is to Generate this Library Classes Automatically based
> on the WSDL file and provide to the Robot framework as Library. For this I
> decided to use my previous method that used String Template to generate
> Library Files, with few modification.
>
> Thanks and regards.
>
> --
> Department Of Computer Science & Engineering,
> Faculty Of Engineering,
> University Of Moratuwa.
> Sri lanka
> WEB: http://rukspot.com/
>
>


-- 
Department Of Computer Science & Engineering,
Faculty Of Engineering,
University Of Moratuwa.
Sri lanka.
WEB: http://rukspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue with secondary user store in EMM

2014-06-10 Thread Dilshan Edirisuriya
Hi,

Had a chat with Asela and Ishara. Asela found out the issue and it was
something to do with the kernel patches. In EMM we do have only patches
upto patch0006. After adding patch0007 and patch0008 this issue got
resolved. However we do have to do regression testing on this and test all
other functionality to ensure these patches wont have any affect on our
flows. Right now I believe we should not put this in EMM 1.1.0 release
since it needs more cycles of testing. Proposing to have this as a known
issue in 1.1.0 release.

Thanks Asela and Ishara.

Regards,

Dilshan




On Tue, Jun 10, 2014 at 12:25 AM, Dilshan Edirisuriya 
wrote:

> Hi,
>
> I have configured secondary user store in EMM. Primary pointed to H2
> database and secondary pointed to MySql database. This is created under a
> tenant. There is no error printed. I had predefined set of users in my
> primary user store. As soon as I created the secondary those users gets
> replicated in the secondary. Also subsequent user creations add multiple
> entries as well. I have attached a screenshot. You can see the same users
> replicated with the prefix domain name. What am I doing wrong here?
>
> Regards,
>
> Dilshan
>
> --
> Dilshan Edirisuriya
> Senior Software Engineer - WSO2
> Mob: + 94 777878905
> http://wso2.com/
>



-- 
Dilshan Edirisuriya
Senior Software Engineer - WSO2
Mob: + 94 777878905
http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC 1 Released!

2014-06-10 Thread Susankha Nirmala
Hi All,

  We have WSO2 Developer Studio 3.7.0 RC 1 ready to be downloaded at [1]
and installed eclipse distributions available at [2]. This release includes
following bug fixes, improvements and tasks.

*Bug*

[TOOLS-2261] - [Assignment Activity] XPath Expression auto fill is not
working and also it's missing the 'Expression Language' selection drop down
list
[TOOLS-2448] - Dev Studio doesn't support DSS 3.2.0 cassandra data stax
 configuration
[TOOLS-2451] - The property name should be 'Cache Type' instead of 'Cache
Action'
[TOOLS-2452] - Connection type should be 'Pool' instead of DB_Connection in
DBLOOKUP and DBREPORT
[TOOLS-2453] - Composite application project pom editor has been overridden
by default maven pom editor
[TOOLS-2454] - 'initAxis2ClientOptions' is missing in Callout Mediator
[TOOLS-2455] - Properties are missing in the Property Window of the
Failover Endpoint
[TOOLS-2456] - 'Session Timeout' property is missing in LoadBalance Endpoint
[TOOLS-2457] - Unnecessary properties 'WSDL Definition' and 'WSDL
Description' in WSDLEndpoint
[TOOLS-2458] - In Local entry properties view 'Value Type' property should
be renamed properly with the values
[TOOLS-2459] - 'Condition Type' property's values should be inline with
management console in Filter Mediator
[TOOLS-2461] - In Send Mediator only sequences should list down under
'Static Receiving Sequence' property
[TOOLS-2462] - App Factory Login window always gets default Host URL
[TOOLS-2464] - In HTTPEndpoint unwanted properties are displayed
[TOOLS-2468] - Bean Mediator's property window is not properly organized
[TOOLS-2469] - Property Names of 'Format' and 'Format key' should be
renamed accordingly in PayloadFactoryMediator
[TOOLS-2470] - Title of the variable's window ('Variables' property window)
of the XQuery Mediator is not descriptive
[TOOLS-2471] - Entitlement Mediator property issues
[TOOLS-2472] - Entitlement mediator's 'Entitlement Client Type' and
'CallBack Class' values are not serializing properly
[TOOLS-2473] - Local entry Properties view issues
[TOOLS-2476] - Property Mediator's Property data type OM needs an inline
editor
[TOOLS-2477] - Property Mediator property isssues
[TOOLS-2478] - Unnecessary property 'Consumer Receive Timeout' in Message
Store
[TOOLS-2479] - Schedule Task property issues
[TOOLS-2480] - 'Endpoint Properties Configuration' dialog property type
should support only LITERALS
[TOOLS-2481] - App Factory tools - Fix errors that appears when a project
is opened in Dev Studio
[TOOLS-2485] - In Conditional Route branches window, when existing routes
are removed, evaluator expression does not get removed
[TOOLS-2487] - Conditional Router property name should be changed
[TOOLS-2488] - In Validate Mediator entire row doesn't get removed
[TOOLS-2492] - Log Mediator's property window doesn't pop up when the log
separator is null
[TOOLS-2493] - Can add more than one endpoint inside Call Mediator
[TOOLS-2495] - Feature value does not get deserialized in the Validate
Mediator
[TOOLS-2497] - Bean mediator validation fails for empty string values
[TOOLS-2498] - Registry Resource wizard allow to select template data
mapper type
[TOOLS-2499] - move messageStore icon into middle of the graphical editor
[TOOLS-2502] - remove schedule task connection handlers
[TOOLS-2507] - Message processor wizard icon need to be same as as they are
in graphical view
[TOOLS-2508] - NPE due to message processor plugin ID typo
[TOOLS-2510] - Exception thrown while exporting a web application
[TOOLS-2514] - BPEL deploy.xml editor crashes when saving
[TOOLS-2515] - Introduce  support to BPEL deploy.xml
editor
[TOOLS-2516] - NPE thrown when starting GREG 4.5.3 with DevStudio.
[TOOLS-2517] - An internal error occurred during: "Updating Maven Project"
in Spring project
[TOOLS-2518] - HTTP Status 404 for Spring project when try to run with
Developer Studio
[TOOLS-2519] - Remove app factory login prompt when app factory perspective
is opened via developer studio dashboard.
[TOOLS-2520] - Composite App projects pom editor opens with default pom
editor
[TOOLS-2524] - Cannot undeploy or redeploy Capp with 4.0.0 based carbon
servers
[TOOLS-2535] - App Factory Tools - Datasources are not displayed in application
details view.
[TOOLS-2537] - CApp Maven Plugin - Multi Module Projects - Only parent poms are
deployed in to distribution management server
[TOOLS-2540] - Error is thrown when creating ESB config projects from
exisiting synapse config folders

*Improvement*

[TOOLS-2439] - Show developer repositories in the Application View
[TOOLS-2465] - App Factory apllication list view - remove label suffix
"-Closed"
[TOOLS-2466] - App Factory Tools : Remove automatic login on startup &
remove login prompt at startup
[TOOLS-2467] - App Factory tools - Fix typo and remove view password in plain
text option in preferences window.
[TOOLS-2482] - E4X extension activity for BPEL editor
[TOOLS-2483] - HumanTask Activity for BPEL Editor
[TOOLS-2484] - Cannot specify faultOnFai