Re: [Dev] Custom serialization in hazelcast is not working

2014-12-08 Thread Afkham Azeez
working. On Mon, Dec 8, 2014 at 2:54 PM, Afkham Azeez az...@wso2.com wrote: On Mon, Dec 8, 2014 at 2:50 PM, Sajini De Silva saj...@wso2.com wrote: SerializerConfig sc = new SerializerConfig() .setImplementation(new TreeMapSerializer()) .setTypeClass(new

Re: [Dev] Minimum WKA Memeber Count

2014-12-08 Thread Afkham Azeez
: Hi, What is recommended $subject that should be in a carbon 4.2.0 based cluster? Is there a particular reason for this? -- Thanks and Regards, Isuru H. +94 716 358 048* http://wso2.com/* -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software

Re: [Dev] EMM product build failure

2014-12-08 Thread Afkham Azeez
/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn goals -rf :org.wso2.emm.integration.ui.pages Cheers~ On Mon, Dec 1, 2014 at 8:18 AM, Afkham Azeez az...@wso2.com wrote: It works

Re: [Dev] Custom serialization in hazelcast is not working

2014-12-08 Thread Afkham Azeez
Azeez, I tested the above scenario and when the above code segment is added to HazelcastClusteringAgent, the sysout are printed. Thank you, Sajini On Mon, Dec 8, 2014 at 3:39 PM, Afkham Azeez az...@wso2.com wrote: Change HazelcastClusteringAgent#init method to include the following

[Dev] Cannot login to EMM built from main branch

2014-12-02 Thread Afkham Azeez
) at org.jaggeryjs.rhino.emm.modules.c23._c_anonymous_4(/emm/modules/apimgr.js:46) at org.jaggeryjs.rhino.emm.modules.c23.call(/emm/modules/apimgr.js) -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2

[Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
the -X switch to enable full debug logging. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77 3320919blog: **http://blog.afkham.org* http

Re: [Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
How do I do that? On Mon, Dec 1, 2014 at 7:04 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi Please update the test framework version to 4.3.1 since It is released. Thanks, Nuwanw On Mon, Dec 1, 2014 at 6:55 PM, Afkham Azeez az...@wso2.com wrote: [INFO] BUILD FAILURE [INFO

Re: [Dev] EMM product build failure

2014-12-01 Thread Afkham Azeez
/pom.xml Thanks, Krishantha. On Mon, Dec 1, 2014 at 7:07 PM, Afkham Azeez az...@wso2.com wrote: How do I do that? On Mon, Dec 1, 2014 at 7:04 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi Please update the test framework version to 4.3.1 since It is released. Thanks, Nuwanw On Mon

Re: [Dev] Default Cache Timeout value can be configured in carbon.xml from Carbon 4.3.0 Release.

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

Re: [Dev] Default Cache Timeout value can be configured in carbon.xml from Carbon 4.3.0 Release.

2014-11-29 Thread Afkham Azeez
, Afkham Azeez az...@wso2.com wrote: cache.xml is no longer needed. On Sun, Nov 30, 2014 at 8:03 AM, Danushka Fernando danush...@wso2.com wrote: Hi Sameera Just to avoid the confusion. This means we are getting rid of cache.xml or is this for when cache.xml is not present. If it second case

Re: [Dev] Creating Git Repository for staxon library

2014-11-28 Thread Afkham Azeez
to improve and add more functionalities to this library .So what will be the process of creating above git repo. thanks isurur -- Best Regards Isuru Ranawaka M: +94714629880 Blog : http://isurur.blogspot.com/ -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com

Re: [Dev] Does it make sense to have transport senders in axis2.xml?

2014-11-20 Thread Afkham Azeez
, Nov 20, 2014 at 5:29 AM, Afkham Azeez az...@wso2.com wrote: When we make calls out of our servers, we create a Client ConfigurationContext using axis2_client.xml and use that for sending out messages. So, why do we need senders in the main axis2.xml which is used for creating the Server

Re: [Dev] Does it make sense to have transport senders in axis2.xml?

2014-11-19 Thread Afkham Azeez
Fernando nir...@wso2.com wrote: Hi Azeez, Do you mean to remove it only when the Servlet transport being used? On Wed, Nov 19, 2014 at 6:56 AM, Afkham Azeez az...@wso2.com wrote: We send out using the client ConfigurationContext. So does it make sense to keep the senders in the main axis2.xml

Re: [Dev] Introducing a configuration file for a new component

2014-11-18 Thread Afkham Azeez
://markmail.org/message/gc6nixvzvibh7yxo [2] http://www.yaml.org/ -- Isuru Perera Senior Software Engineer | WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware about.me/chrishantha -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation

Re: [Dev] Introducing a configuration file for a new component

2014-11-18 Thread Afkham Azeez
On Tue, Nov 18, 2014 at 2:28 PM, Afkham Azeez az...@wso2.com wrote: We have had heated arguments about this before, and always ended up using plain old boring XML. So please go with XML. No need to do anything fancy. Azeez On Tue, Nov 18, 2014 at 12:59 PM, Isuru Perera isu...@wso2.com wrote

Re: [Dev] Introducing a configuration file for a new component

2014-11-18 Thread Afkham Azeez
On Tue, Nov 18, 2014 at 2:40 PM, Afkham Azeez az...@wso2.com wrote: On Tue, Nov 18, 2014 at 2:28 PM, Afkham Azeez az...@wso2.com wrote: We have had heated arguments about this before, and always ended up using plain old boring XML. So please go with XML. No need to do anything fancy

[Dev] Upgrade to Hazelcast 3.3

2014-11-18 Thread Afkham Azeez
For Carbon 4.3, we better upgrade to Hazelcast 3.3. They have introduced a new way to set member attributes, which will enable us to set the HTTP/S ports etc. without the workarounds we used in earlier versions. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member

Re: [Dev] Upgrade to Hazelcast 3.3

2014-11-18 Thread Afkham Azeez
localhost for host names ? Thanks ! On Tue, Nov 18, 2014 at 4:55 PM, Afkham Azeez az...@wso2.com wrote: For Carbon 4.3, we better upgrade to Hazelcast 3.3. They have introduced a new way to set member attributes, which will enable us to set the HTTP/S ports etc. without the workarounds we

[Dev] Carbon 4 kernel test failure

2014-11-18 Thread Afkham Azeez
I tried with the kernel under the wso2 account and the following test fails Running org.wso2.carbon.user.core.authorization.AuthorizationCacheTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec FAILURE! -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http

[Dev] Carbon kernel does not start

2014-11-18 Thread Afkham Azeez
[2014-11-19 06:51:26,767] FATAL {org.wso2.carbon.core.init.CarbonServerManager} - WSO2 Carbon initialization Failed org.apache.axis2.AxisFault: Exception occured while loading the Axis configuration from /Users/azeez/projects/github/afkham-azeez/carbon4-kernel/distribution/kernel/target

Re: [Dev] Database naming conventions

2014-11-18 Thread Afkham Azeez
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Prasad Tissera Software Engineer. Mobile : +94777223444 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

[Dev] Does it make sense to have transport senders in axis2.xml?

2014-11-18 Thread Afkham Azeez
We send out using the client ConfigurationContext. So does it make sense to keep the senders in the main axis2.xml? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2

[Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-18 Thread Afkham Azeez
) at com.hazelcast.instance.HazelcastInstanceFactory.newHazelcastInstance(HazelcastInstanceFactory.java:107 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77 3320919blog: **http

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-18 Thread Afkham Azeez
Kasun, Aren't you wrapping hazelcast-all jar? If you did that, all classes would be there. On Wed, Nov 19, 2014 at 12:21 PM, Afkham Azeez az...@wso2.com wrote: I enabled AWS mode, and the following stacktrace appeared. java.lang.ClassNotFoundException

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-18 Thread Afkham Azeez
19, 2014 at 12:24 PM, Afkham Azeez az...@wso2.com wrote: Kasun, Aren't you wrapping hazelcast-all jar? If you did that, all classes would be there. On Wed, Nov 19, 2014 at 12:21 PM, Afkham Azeez az...@wso2.com wrote: I enabled AWS mode, and the following stacktrace appeared

Re: [Dev] Some classes seem to be missing in Hazelcast orbit

2014-11-18 Thread Afkham Azeez
. I believe its too late. :( Thanks., Sameera On Wed, Nov 19, 2014 at 12:35 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Nov 19, 2014 at 12:32 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi Azeez, No Azeez, we only pack hazelcast jar. The mentioned classes come from hazelcast-all

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-17 Thread Afkham Azeez
instead. When getThreadLocalCarbonContext() is used, problem got resolved. Thanks On Sat, Nov 15, 2014 at 5:52 PM, Afkham Azeez az...@wso2.com wrote: Tenants are lazy loaded. Tenants mainly get loaded only if a request for that tenant was received, and after 15 minutes of inactivity, the tenant

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-17 Thread Afkham Azeez
17, 2014 at 5:48 PM, Afkham Azeez az...@wso2.com wrote: As part of Carbon 4.3, shall we remove the getCurrentContext method, or simply call getThreadLocalCarbonContext from the getCurrentContext method? It will get rid of a lot of confusion. On Mon, Nov 17, 2014 at 3:45 PM, Lahiru Chandima

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-15 Thread Afkham Azeez
* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

Re: [Dev] Obtain tenantID by domain name

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

Re: [Dev] Introducing getOSGiService() method to CarbonContext

2014-10-29 Thread Afkham Azeez
on the above approach. [1] https://wso2.org/jira/browse/CARBON-15038 Thanks, Nipuni -- Nipuni Perera Software Engineer; WSO2 Inc.; http://wso2.com Email: nip...@wso2.com Git hub profile: https://github.com/nipuni Mobile: +94 (71) 5626680 -- *Afkham Azeez* Director of Architecture; WSO2, Inc

Re: [Dev] Introducing getOSGiService() method to CarbonContext

2014-10-29 Thread Afkham Azeez
On Wed, Oct 29, 2014 at 12:41 AM, Afkham Azeez az...@wso2.com wrote: Here you go. This is the implementation we require. I have not tested this but the logic flow should be correct. /** * Obtain the first OSGi service found for interface or class codeclazz/code * @param

Re: [Dev] Introducing getOSGiService() method to CarbonContext

2014-10-29 Thread Afkham Azeez
and add above methods to CC. We wanted to improve above methods to use filters to access osgi services. I will update the fix with your suggestions. Thanks, Nipuni On Wed, Oct 29, 2014 at 1:20 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Oct 29, 2014 at 12:41 AM, Afkham Azeez az...@wso2

Re: [Dev] Introducing getOSGiService() method to CarbonContext

2014-10-29 Thread Afkham Azeez
,\ javax.imageio.plugins.bmp,\ On Wed, Oct 29, 2014 at 1:55 PM, Afkham Azeez az...@wso2.com wrote: A property file with a single property? Why have a property file in the first place? On Wed, Oct 29, 2014 at 1:16 AM, Nipuni Perera nip...@wso2.com wrote: Hi, @Azeez I have updated

Re: [Dev] Cache already exists Exception when redeploying a webapp that uses the cache with changes to the cache configurations

2014-10-29 Thread Afkham Azeez
/blob/master/src/main/java/org/wso2/carbon/CarbonTest/CachingTest.java ​Thanks. /Gayashan​ -- *Gayashan Amarasinghe* Software Engineer | Platform TG WSO2, Inc. | http://wso2.com lean. enterprise. middleware Mobile : +94718314517 Blog : gayashan-a.blogspot.com -- *Afkham Azeez

Re: [Dev] Cache already exists Exception when redeploying a webapp that uses the cache with changes to the cache configurations

2014-10-29 Thread Afkham Azeez
. Understood. However in case the developer wanted to change the cache configuration of an existing cache what is the recommended approach? Only possible way would be to make the cache have a different name? On Wed, Oct 29, 2014 at 6:37 PM, Afkham Azeez az...@wso2.com wrote: You cannot call

Re: [Dev] Cache already exists Exception when redeploying a webapp that uses the cache with changes to the cache configurations

2014-10-29 Thread Afkham Azeez
this is not a blocking issue i think. I just want to understand how we should work with that. :) On Wed, Oct 29, 2014 at 6:48 PM, Afkham Azeez az...@wso2.com wrote: It doesn't happen like that in practice. The developer suddenly doesn't change the mind and change the cache configuration on the fly

Re: [Dev] Hazelcast - ManagementCenterService could not be constructed! error in server startup

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

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-19 Thread Afkham Azeez
time for an hour ? Regards, Firzhan On Sun, Oct 19, 2014 at 11:14 AM, Afkham Azeez az...@wso2.com wrote: On Sun, Oct 19, 2014 at 1:12 AM, Firzhan Naqash firz...@wso2.com wrote: Hi All, Let me explain the use case that I am trying to implement. Currently the secondary user store web ui

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-18 Thread Afkham Azeez
goes down. In that case we need to persist. So +1 for javax.cache.Cache. Thanks, Darshana On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote: On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote: Hi, Are there any specific way to make sure

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-18 Thread Afkham Azeez
best practices. Regards, Firzhan On Sat, Oct 18, 2014 at 7:13 PM, Afkham Azeez az...@wso2.com wrote: If this doesn't get invalidated, why do you need a cache or distributed map? Why not simply store it and load it from registry, and keep it in memory? On Sat, Oct 18, 2014 at 5:42 PM

Re: [Dev] how to make sure that cache doesn't get invalidated

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

Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Afkham Azeez
distributed map is a option, do we have a way to use a Hazelcast map when writing a component using 4.2.0 kernel. Thanks, Darshana On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote: On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote: Hi

Re: [Dev] Recommended approach to adapt 3rd party dependencies

2014-10-15 Thread Afkham Azeez
already been discussed within the list, I'm just trying to get my head around this. :) -- Prabath Abeysekara Associate Technical Lead, Data TG. WSO2 Inc. Email: praba...@wso2.com Mobile: +94774171471 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache

Re: [Dev] Hazelcast error while shutting down server

2014-10-15 Thread Afkham Azeez
) 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 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com

Re: [Dev] Hazelcast error while shutting down server

2014-10-15 Thread Afkham Azeez
happens when they are blocked to get the distributed lock. Yeah we can implement your suggestion for the unlock scenario, but for the lock scenario we still don't have a solution other than ignoring the exception. Thanks, Sameera. On Thu, Oct 16, 2014 at 9:19 AM, Afkham Azeez az...@wso2.com

Re: [Dev] Tomcat Session Replication Using Caching

2014-10-13 Thread Afkham Azeez
as to how should I thoroughly test this feature. -Pubudu On Thu, Oct 2, 2014 at 11:40 AM, Afkham Azeez az...@wso2.com wrote: On Thu, Oct 2, 2014 at 9:22 AM, Srinath Perera srin...@wso2.com wrote: I am not sure from notes what we decided. Cannot we just used hazelcast session replication

Re: [Dev] Default sessionIdLength for webapps

2014-10-09 Thread Afkham Azeez
for security purposes. https://wso2.org/jira/browse/WSAS-1818 thanks, -- Supun Malinga, Senior Software Engineer, WSO2 Inc. http://wso2.com email: sup...@wso2.com sup...@wso2.com mobile: +94 (0)71 56 91 321 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com

Re: [Dev] Tomcat Session Replication Using Caching

2014-10-02 Thread Afkham Azeez
://people.apache.org/~hemapani/ Photos: http://www.flickr.com/photos/hemapani/ Phone: 0772360902 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77

Re: [Dev] License for Python Agent

2014-09-24 Thread Afkham Azeez
+94712112165 %2B94712112165* * ~Website dulitha.me http://dulitha.me* * ~Twitter @dulitharw https://twitter.com/dulitharw* *~Github @dulichan https://github.com/dulichan* *~SO @chan http://stackoverflow.com/users/813471/chan* -- *Afkham Azeez* Director of Architecture; WSO2

Re: [Dev] Exceptions Handling In Carbon

2014-09-23 Thread Afkham Azeez
://lk.linkedin.com/in/pubududissanayake* http://lk.linkedin.com/in/pubududissanayake Flickr : https://www.flickr.com/photos/pubudufx/ Twitter: https://twitter.com/GeekInAction -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org

Re: [Dev] Exceptions Handling In Carbon

2014-09-23 Thread Afkham Azeez
Then let's throw a RuntimeException and document it as part of the JavaDoc comments. On Tue, Sep 23, 2014 at 4:58 PM, Aruna Karunarathna ar...@wso2.com wrote: On Tue, Sep 23, 2014 at 4:52 PM, Afkham Azeez az...@wso2.com wrote: On Tue, Sep 23, 2014 at 4:48 PM, Pubudu Dissanayake pubu

Re: [Dev] Restricting WSO2 Carbon package access with Java Security Manager

2014-09-23 Thread Afkham Azeez
] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.server/4.2.0/src/main/java/org/wso2/carbon/server/Main.java -- Isuru Perera Senior Software Engineer | WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware about.me/chrishantha -- *Afkham Azeez

Re: [Dev] Web Session Clustering / Session Replication using Hazelcast

2014-09-21 Thread Afkham Azeez
://lk.linkedin.com/in/pubududissanayake* http://lk.linkedin.com/in/pubududissanayake Flickr : https://www.flickr.com/photos/pubudufx/ Twitter: https://twitter.com/GeekInAction -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

Re: [Dev] Does AS (or Carbon Server) make sure to properly start it self, before join with the cluster ?

2014-09-17 Thread Afkham Azeez
handover the job to AS worker nodes, It fails to do the job. Does my observation make sense here or is there any other reason for this behavior? WDYT? -- Asanka Vithanage Senior Software Engineer -QA Mobile: +94 0716286708 Email: asan...@wso2.com WSO2 Inc. www.wso2.com -- *Afkham

[Dev] What is the status of OC?

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

Re: [Dev] Build failed in Jenkins: product-ss #74

2014-09-10 Thread Afkham Azeez
...@wso2.com mahesh...@wso2.com* *mobile : +94 773 596707 %2B94%20773%20596707* *www: :http://wso2.com http://wso2.com/*lean . enterprise . middleware -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-10 Thread Afkham Azeez
? In Hz 3.2.3, you should not use 127.0.0.1 or localhost but the IP of the machine. Regards, KasunG On Tue, Sep 9, 2014 at 1:18 PM, Afkham Azeez az...@wso2.com wrote: KasunG, Can you verify this? -- *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc. email: kasung AT spamfree wso2.com

Re: [Dev] Hazlecast Error in Centos 6.5

2014-09-10 Thread Afkham Azeez
. The sender does not accept liability for any errors or omissions.* -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77 3320919blog

Re: [Dev] Hazlecast Error in Centos 6.5

2014-09-10 Thread Afkham Azeez
, Afkham Azeez az...@wso2.com wrote: Looks like a jar incompatibility. What patches have you put? Is the Hazelcast upgrade patch there? Also, is the corresponding kernel patch there? Azeez On Wed, Sep 10, 2014 at 4:13 PM, Thayalan thaya...@wso2.com wrote: Hi All, While setting up BAM 2.4.2

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-10 Thread Afkham Azeez
Can we meet tomorrow to take a look at this? On Wed, Sep 10, 2014 at 1:48 PM, Afkham Azeez az...@wso2.com wrote: Can you check the same with a product such as AppServer as well? On Wed, Sep 10, 2014 at 1:39 PM, Malaka Silva mal...@wso2.com wrote: Issue is reported in [1] [1] https://wso2

Re: [Dev] Build failed in Jenkins: product-ss #74

2014-09-10 Thread Afkham Azeez
plan periodically. This can be done manually or enable Workspace clean up plugin to clean daily. On Wed, Sep 10, 2014 at 12:35 PM, Afkham Azeez az...@wso2.com wrote: Are the build logs, artifacts etc. cleaned from time to time, if not, we will run into issues. On Wed, Sep 10, 2014 at 10

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-10 Thread Afkham Azeez
. WITH hz upgrade) works. Thanks, KasunG On Wed, Sep 10, 2014 at 4:16 PM, Afkham Azeez az...@wso2.com wrote: Can we meet tomorrow to take a look at this? On Wed, Sep 10, 2014 at 1:48 PM, Afkham Azeez az...@wso2.com wrote: Can you check the same with a product such as AppServer as well

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-09 Thread Afkham Azeez
KasunG, Can you verify this? ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Hazelcast issue with ESB 4.9.0 M3

2014-09-09 Thread Afkham Azeez
are the values you have used for localMemberHost? In Hz 3.2.3, you should not use 127.0.0.1 or localhost but the IP of the machine. Regards, KasunG On Tue, Sep 9, 2014 at 1:18 PM, Afkham Azeez az...@wso2.com wrote: KasunG, Can you verify this? -- *Kasun Gajasinghe*Senior Software

Re: [Dev] Hazelcast 3.2.3 with 127.0.0.1 as the IP does not work

2014-09-04 Thread Afkham Azeez
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az

Re: [Dev] Hazelcast 3.2.3 with 127.0.0.1 as the IP does not work

2014-09-04 Thread Afkham Azeez
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az

Re: [Dev] Moving CassandraLogProvider from carbon-utils to a different repo

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

[Dev] Caching listener unit tests

2014-09-02 Thread Afkham Azeez
Please merge the PR https://github.com/wso2-dev/carbon4-kernel/pull/89 This tests that all caching event listeners are properly working. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org

Re: [Dev] How can we reduce the frequency of the error No application members available being printed at ELB side, when all members of a cluster are down?

2014-09-01 Thread Afkham Azeez
.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 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2

Re: [Dev] Set a desired value to HazelCast Cache Timeout

2014-08-29 Thread Afkham Azeez
blog: http://subashsdm.blogspot.com/ twitter: @subash89 phone: +9477 2225922 Lean . Enterprise . Middleware -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com

Re: [Dev] [jira] (IDENTITY-2496) java.lang.InterruptedException and com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active - during the Saml SSO load test

2014-08-29 Thread Afkham Azeez
comment, she's tuned default parameters.. Please mention the optimized heap size. I have given -Xms2048m -Xmx2048m -XX:MaxPermSize=2048m So if this is tuning issue, we need to find out what are the optimized values before closing the jira... On Thu, Aug 28, 2014 at 2:01 PM, Afkham Azeez az

Re: [Dev] Set a desired value to HazelCast Cache Timeout

2014-08-29 Thread Afkham Azeez
values expires in 15mins even though I have set it to 1000 days. On Fri, Aug 29, 2014 at 4:21 PM, Afkham Azeez az...@wso2.com wrote: setExpiry should work. AFAIK, the IS team is also using this. On Fri, Aug 29, 2014 at 12:38 PM, Subash Chaturanga sub...@wso2.com wrote: Hi Azeez

Re: [Dev] Merget UA-Parser bundle to orbit

2014-08-28 Thread Afkham Azeez
Lead WSO2, Inc.; http://wso2.com http://kdchamil.blogspot.com Mobile: +94716813892 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell

Re: [Dev] [jira] (IDENTITY-2496) java.lang.InterruptedException and com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active - during the Saml SSO load test

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

Re: [Dev] Request to commit the patch CARBON-14911

2014-08-14 Thread Afkham Azeez
, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka Mobile: +94 71 9040362 | Work: +94 112145345 Email: ar...@wso2.com | Web: www.wso2.com -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

Re: [Dev] Approval needed to fork Apache Woden M9

2014-08-12 Thread Afkham Azeez
accepted by Woden community IMO it's ok to fork Woden into SVN temporarily and release immediately. [1] - https://issues.apache.org/jira/browse/WODEN-236 Thanks ! On Wed, Jul 30, 2014 at 6:36 PM, Ruwan Yatawara ruw...@wso2.com wrote: On Wed, Jul 30, 2014 at 6:24 PM, Afkham Azeez az...@wso2.com

Re: [Dev] MB Menagement console cannot be accessed when clustering is enabled

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

Re: [Dev] Build failed in Jenkins: carbon-apimgt #144

2014-08-07 Thread Afkham Azeez
*WSO2 Inc* *email : mahesh...@wso2.com mahesh...@wso2.com * *mobile : +94 773 596707 %2B94%20773%20596707* *www: :http://wso2.com http://wso2.com/ *lean . enterprise . middleware -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation

Re: [Dev] Commits to kernel patch0009

2014-08-06 Thread Afkham Azeez
://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561 Twitter : https://twitter.com/Shameera_R -- Thanks Regards, Asela ATL Mobile : +94 777 625 933 -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org

Re: [Dev] Commits to kernel patch0009

2014-08-06 Thread Afkham Azeez
, Afkham Azeez az...@wso2.com wrote: There are API changes within java.cache, but all of those changes affect only that bundle, and are internal to that bundle, and don't affect the bundles outside it. Hence, there is no issue in committing the caching fix. On Wed, Aug 6, 2014 at 2:28 PM, Asela

Re: [Dev] Commits to kernel patch0009

2014-08-06 Thread Afkham Azeez
On Wed, Aug 6, 2014 at 5:35 PM, Shameera Rathnayaka shame...@wso2.com wrote: Hi Azeez, On Wed, Aug 6, 2014 at 5:11 PM, Afkham Azeez az...@wso2.com wrote: Yes, ideally we should have exported only javax.cache.*. However, I think one of Asela's patch has a coupling to CacheImpl since caching

Re: [Dev] Management console login attempt fails for worker node, but backend log says successfully logged in

2014-08-03 Thread Afkham Azeez
. lean.enterprise.middleware Mobile - *+9476950* Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com* -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az

Re: [Dev] ESB build failure

2014-08-01 Thread Afkham Azeez
- Jeewantha. Best Regards, Malaka On Fri, Aug 1, 2014 at 11:11 AM, Afkham Azeez az...@wso2.com wrote: https://wso2.org/jenkins/job/product-esb/124/ What's the reason? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

[Dev] ESB build failure

2014-07-31 Thread Afkham Azeez
https://wso2.org/jenkins/job/product-esb/124/ What's the reason? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77 3320919 blog

[Dev] GitHub repo name of IS product violate convention

2014-07-30 Thread Afkham Azeez
https://github.com/wso2/product-identity It should have been https://github.com/wso2/product-is, inline with the naming of the other product repos. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http

Re: [Dev] Approval needed to fork Apache Woden M9

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

Re: [Dev] TS build has never worked

2014-07-24 Thread Afkham Azeez
, TS build was added rather recently, anyways, it should have been built correctly, @Chanika, please check this out, when you're done with your current task. Cheers, Anjana. On Tue, Jul 22, 2014 at 5:11 AM, Afkham Azeez az...@wso2.com wrote: https://wso2.org/jenkins/job/product-ts/23

[Dev] ESB Jenkins test failure

2014-07-22 Thread Afkham Azeez
https://wso2.org/jenkins/job/product-esb/114/org.wso2.esb$org.wso2.carbon.esb.tests.service/console ESB build has been failing since July 15th! It is totally unacceptable for builds to be broken for so long in the new build system. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http

[Dev] GReg build failure since July 16th

2014-07-22 Thread Afkham Azeez
https://wso2.org/jenkins/job/product-greg/123/org.wso2.governance$governance-profile-gen/console It is totally UNACCEPTABLE for builds to be in the broken state for so long in the new system. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software

[Dev] DevStudio build has never worked

2014-07-22 Thread Afkham Azeez
$subject. Why? https://wso2.org/jenkins/job/developer-studio/ It is totally UNACCEPTABLE under the new build system to have broken builds! -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org

[Dev] TS build has never worked

2014-07-22 Thread Afkham Azeez
https://wso2.org/jenkins/job/product-ts/23/console $subject. Why? Under the new build system, it is TOTALLY UNACCEPTABLE for builds to be in a broken state for so long. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

[Dev] Are there build break notifications are not sent to any mailing list?

2014-07-22 Thread Afkham Azeez
$subject? Why did all the build breaks go unnoticed for so long? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az...@wso2.com* az...@wso2.com * cell: +94 77 3320919 blog

Re: [Dev] NPE during CacheCleanupTask on BAM Hazlecast cluster

2014-07-22 Thread Afkham Azeez
be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.* -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az

Re: [Dev] DevStudio build has never worked

2014-07-22 Thread Afkham Azeez
, Afkham Azeez az...@wso2.com wrote: $subject. Why? https://wso2.org/jenkins/job/developer-studio/ It is totally UNACCEPTABLE under the new build system to have broken builds! -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http

Re: [Dev] Stuck Thread Detection valve works only if WARN logs are enabled

2014-07-17 Thread Afkham Azeez
.; http://wso2.com Email: nip...@wso2.com Git hub profile: https://github.com/nipuni Mobile: +94 (71) 5626680 http://wso2.com -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email

Re: [Dev] Can we cluster axis2 server with Hazalcast?

2014-07-15 Thread Afkham Azeez
://twitter.com/sameerajayasoma flickr: http://www.flickr.com/photos/sameera-jayasoma/collections Mobile: 0094776364456 Lean . Enterprise . Middleware -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http

Re: [Dev] https://github.com/wso2/orbit/pull/6

2014-07-10 Thread Afkham Azeez
: samee...@wso2.com Tel : 94 11 214 5345 Fax :94 11 2145300 *WSO2, Inc.* http://wso2.com/ lean.enterprise.middleware -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/* *email: **az

Re: [Dev] Java 1.7 support for github repo

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

Re: [Dev] Moving task related components

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

<    1   2   3   4   5   6   7   8   9   10   >