Re: [Carbon-dev] Distributing SVN Client Adapter

2011-07-25 Thread Supun Kamburugamuva
We have done this for some other libraries as well. So lets deploy this jar in to WSO2 dist with a wso2 version. Thanks, Supun.. On Mon, Jul 25, 2011 at 11:08 AM, Pradeep Fernando prad...@wso2.com wrote: On Fri, Jul 22, 2011 at 10:50 AM, Hiranya Jayathilaka hira...@wso2.com wrote: On

Re: [Carbon-dev] Configuring ESB 4.0.0 with Qpid..

2011-07-19 Thread Supun Kamburugamuva
Hi Ratha, It'll be great if we can document these, may be in a KB? Thanks, Supun. On Tue, Jul 19, 2011 at 11:54 AM, Vijayaratha Vijayasingam rat...@wso2.comwrote: I got resolved it ..with the following conf.. 1) Edit axis2.xml file(ESB_HOME/rpository/conf/axis2.xml) like; Under transport

[Carbon-dev] Disabled addressing for tenant messages in super tenant

2011-07-15 Thread Supun Kamburugamuva
We have disabled addressing handles for tenant messages in the super tenant. This is for both in paths and out paths. Addressing is handled only by the tenant level addressing handlers. This is the cottect way to do this. But as a side effect dual channel invokation may not work for tenants now.

[Carbon-dev] ESB features that doesn't work with servlet transport

2011-07-13 Thread Supun Kamburugamuva
Here are the list of features that doesn't work correctly with the servlet transport. 1. Message stores and processors 2. Iterate/Clone/Aggragate mediators Shall we proceed with the servlet transport or switch back to the nhttp transport? Thanks, Supun..

Re: [Carbon-dev] Carbon core is too big has lots of unnecessary stuff

2011-07-03 Thread Supun Kamburugamuva
LB is just synapse. So it will not use any of the carbon features :) Thanks, Supun.. On Sun, Jul 3, 2011 at 10:15 PM, Afkham Azeez az...@wso2.com wrote: On Sun, Jul 3, 2011 at 10:07 PM, Senaka Fernando sen...@wso2.com wrote: On Sat, Jul 2, 2011 at 8:28 PM, Afkham Azeez az...@wso2.com

[Carbon-dev] Subscribe to the same topic with the same event sink url twice

2011-06-30 Thread Supun Kamburugamuva
If we do a static subscription for the same topic with the same event sink url twice only one subscription is shown in the UI. Now if we delete the subscription shown in the UI other subscription is still there and cannot be deleted from the UI. Thanks, Supun..

[Carbon-dev] Tomcat returning invalid 202 responses in AS

2011-06-30 Thread Supun Kamburugamuva
In AS when we invoke an in-only operation AS returns the following response HTTP/1.1 202 Accepted Content-Type: text/xml;charset=UTF-8 Transfer-Encoding: chunked Date: Fri, 01 Jul 2011 04:46:45 GMT Server: WSO2 Carbon Server 0 Note the 0 and the chunked encoding. 202 is supposed to be a

Re: [Carbon-dev] Subscribe to the same topic with the same event sink url twice

2011-06-30 Thread Supun Kamburugamuva
On Fri, Jul 1, 2011 at 10:25 AM, Manjula Rathnayake manju...@wso2.comwrote: Hi, Deleting subscription means unsubscribe? Yes.. Thanks, Supun.. Thank you On Fri, Jul 1, 2011 at 10:11 AM, Supun Kamburugamuva su...@wso2.comwrote: If we do a static subscription for the same topic

Re: [Carbon-dev] Subscribe to the same topic with the same event sink url twice

2011-06-30 Thread Supun Kamburugamuva
https://wso2.org/jira/browse/CARBON-10954 Thanks, Supun.. On Fri, Jul 1, 2011 at 10:51 AM, Supun Kamburugamuva su...@wso2.com wrote: On Fri, Jul 1, 2011 at 10:25 AM, Manjula Rathnayake manju...@wso2.comwrote: Hi, Deleting subscription means unsubscribe? Yes.. Thanks, Supun.. Thank

Re: [Carbon-dev] Supporting predefined ESB properties in sequence editor UI and CS

2011-06-28 Thread Supun Kamburugamuva
+1 This has being discussed in various instances and we couldn't do it. Thanks, Supun.. On Wed, Jun 29, 2011 at 10:20 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi devs, As you know, in ESB we have to deal with large number of various properties[1] that we set using property mediators in

Re: [Carbon-dev] ESB does not use Ports.Offset property for NHTTP ports

2011-06-25 Thread Supun Kamburugamuva
I'm working on this. We've realized this at the last minute and didn't want to introduce this. Thanks, Supun.. On Sat, Jun 25, 2011 at 11:02 AM, Afkham Azeez az...@wso2.com wrote: $subject. Why? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache

Re: [Carbon-dev] How to get the requested hostname from the Synapse MessageContext?

2011-06-25 Thread Supun Kamburugamuva
Most of the time URI contains only the path part of the URL. If we want the host name we have to get it by other means. Thanks, Supun.. On Sat, Jun 25, 2011 at 8:24 PM, Hiranya Jayathilaka hira...@wso2.comwrote: This means you rely on the client to always send the Host header. Might not

Re: [Carbon-dev] We may need to branch Axis2 for next carbon (or component level) release ?

2011-06-21 Thread Supun Kamburugamuva
The bug is in the 3.2.0 axis2 branch. If we fix it we have to create a new version of axis2 for the 3.2.1 release. Shall we do it or just leave this bug as it is for the 3.2.1 release? Thanks, Supun.. On Tue, Jun 21, 2011 at 12:10 PM, Afkham Azeez az...@wso2.com wrote: Yes. But I'm afraid if

[Carbon-dev] [ANN] WSO2 Enterprise Service Bus 4.0.0 Released!!

2011-06-12 Thread Supun Kamburugamuva
The WSO2 ESB team is pleased to announce the release of version 4.0.0 of the Open Source Enterprise Service Bus (ESB). WSO2 ESB is a fast, lightweight and user friendly open source Enterprise Service Bus (ESB) distributed under the Apache Software License

Re: [Carbon-dev] LB sometimes send malformed XML messages to the backends

2011-06-12 Thread Supun Kamburugamuva
On Sun, Jun 12, 2011 at 9:21 PM, Sanjiva Weerawarana sanj...@wso2.com wrote: Not very likely dude :) .. its been in HEAVY use in eBay for a long time now. There has to be some other combination of events that triggers this. Binary relay doesn't have any concurrent access code with shared

[Carbon-dev] Hot update doesn't work for message processors and Scheduled tasks in RC8

2011-06-09 Thread Supun Kamburugamuva
proceed with the release, or do a new build? Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http

Re: [Carbon-dev] ESB RC5 Broken?

2011-06-06 Thread Supun Kamburugamuva
___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http

Re: [Carbon-dev] ESB RC5 Broken?

2011-06-06 Thread Supun Kamburugamuva
Committed the changes. Thanks, Supun.. On Mon, Jun 6, 2011 at 11:37 AM, Supun Kamburugamuva su...@wso2.com wrote: I've fixed the issue. I'll try with AS and commit. Thanks, Supun.. On Mon, Jun 6, 2011 at 11:17 AM, Hiranya Jayathilaka hira...@wso2.com wrote: On Mon, Jun 6, 2011 at 11:15

Re: [Carbon-dev] Set the minimum memory requirement to 1GB in all product docs

2011-06-06 Thread Supun Kamburugamuva
. ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E

Re: [Carbon-dev] Minimum memory for carbon-3.2.0 products

2011-06-05 Thread Supun Kamburugamuva
/jira/browse/CARBON-10690 /Charitha ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache

Re: [Carbon-dev] Code Freeze for Carbon 3.2.0 RC4 - 6 PM IST - Today

2011-06-03 Thread Supun Kamburugamuva
___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead

[Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Supun Kamburugamuva
this at the carbon UI level? Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Supun Kamburugamuva
if it's a possibility. thanks, Chanaka On Thu, Jun 2, 2011 at 2:33 PM, Supun Kamburugamuva su...@wso2.com wrote: Our carbon consoles are not designed for multiple accesses or multiple operations. For example if another UI is clicked while the ESB source configuration is updating a dead page

Re: [Carbon-dev] https://wso2.org/jira/browse/CARBON-10557

2011-06-01 Thread Supun Kamburugamuva
://www.apache.org/ email: az...@wso2.com cell: +94 77 3320919 blog: http://blog.afkham.org twitter: http://twitter.com/afkham_azeez linked-in: http://lk.linkedin.com/in/afkhamazeez Lean . Enterprise . Middleware -- Regards, Tharindu -- Supun Kamburugamuva Technical Lead  Product

Re: [Carbon-dev] Well known AxisFault: Two services cannot have same name error is back in ESB-4.0.0 RC3

2011-05-31 Thread Supun Kamburugamuva
)     at org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:566)     ... 14 more /Charitha ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun

[Carbon-dev] Why are we printing the error stack trace when we have to login first

2011-05-31 Thread Supun Kamburugamuva
(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog

Re: [Carbon-dev] Compilation error in dependencies/synapse in 3.2.0 branch

2011-05-29 Thread Supun Kamburugamuva
-- Denis Weerasiri Software Engineer; WSO2 Inc.; http://wso2.com, email: denis [AT] wso2.com blog: http://ddweerasiri.blogspot.com twitter: http://twitter.com/ddweerasiri linked-in: http://lk.linkedin.com/in/ddweerasiri -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2

Re: [Carbon-dev] Compilation error in rule mediator component

2011-05-29 Thread Supun Kamburugamuva
Software Engineer; WSO2 Inc.; http://wso2.com, email: denis [AT] wso2.com blog: http://ddweerasiri.blogspot.com twitter: http://twitter.com/ddweerasiri linked-in: http://lk.linkedin.com/in/ddweerasiri -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member

Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Supun Kamburugamuva
? ___ Stratos-dev mailing list stratos-...@wso2.org https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2

Re: [Carbon-dev] NPE while activating and deactivating services

2011-05-26 Thread Supun Kamburugamuva
linked-in: http://lk.linkedin.com/in/afkhamazeez Lean . Enterprise . Middleware ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2

[Carbon-dev] Compilation error in branch

2011-05-25 Thread Supun Kamburugamuva
.carbon.registry.ws.client.registry.PWCBHandler Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] Compilation error in branch

2011-05-25 Thread Supun Kamburugamuva
This was due to a missing dependency. Fixed in the branch. Thanks, Supun.. On Wed, May 25, 2011 at 12:43 PM, Supun Kamburugamuva su...@wso2.com wrote: [INFO] Building WSO2 Carbon - Registry - Web Service Client [INFO]    task-segment: [clean, install] [INFO

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Supun Kamburugamuva
Siriwardena prab...@wso2.com wrote: On Tue, May 24, 2011 at 3:02 PM, Prabath Siriwardena prab...@wso2.com wrote: On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com wrote: We have fixed the versions in the 3.2.0 branch. We could build the ESB successfully. Still

[Carbon-dev] Compilation failure : Stratos - Theme Configuration User Interface

2011-05-25 Thread Supun Kamburugamuva
/AddThemeResourceProcessor.java:[218,41] cannot find symbol symbol : class TranscoderOutput location: class org.wso2.carbon.theme.mgt.ui.processors.AddThemeResourceProcessor Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

[Carbon-dev] Removing the Loadbalance UI feature from ESB

2011-05-25 Thread Supun Kamburugamuva
I'm going to do the $subject. Please raise if there are any concerns. Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585

Re: [Carbon-dev] ESB sample axis2 server cannot be started

2011-05-25 Thread Supun Kamburugamuva
://lk.linkedin.com/in/afkhamazeez Lean . Enterprise . Middleware ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com

Re: [Carbon-dev] ESB sample axis2 server cannot be started

2011-05-25 Thread Supun Kamburugamuva
, which means this failure will still occur on Windows. On Thu, May 26, 2011 at 10:51 AM, Afkham Azeez az...@wso2.com wrote: This was fixed in 4 files; 2 wrapper.conf files, 2 axis2Server.sh files, ESB product service. On Thu, May 26, 2011 at 10:49 AM, Supun Kamburugamuva su...@wso2.com wrote

Re: [Carbon-dev] Error While Enabling JMS

2011-05-25 Thread Supun Kamburugamuva
___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2

[Carbon-dev] Compilation failure in billing in 3.2.0 branch

2011-05-24 Thread Supun Kamburugamuva
, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

[Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Supun Kamburugamuva
We have fixed the versions in the 3.2.0 branch. We could build the ESB successfully. Still in the process of building other products. Products teams please try to build your products and fix the issues if there are any. Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc

Re: [Carbon-dev] What is the status of the branch?

2011-05-24 Thread Supun Kamburugamuva
://blog.afkham.org twitter: http://twitter.com/afkham_azeez linked-in: http://lk.linkedin.com/in/afkhamazeez Lean . Enterprise . Middleware -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2

Re: [Carbon-dev] What is the status of the branch?

2011-05-24 Thread Supun Kamburugamuva
: +94 71 536 4128 Blog : http://kasunpanorama.blogspot.com/ ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com

Re: [Carbon-dev] What is the status of the branch?

2011-05-24 Thread Supun Kamburugamuva
I could build ESB in a clean repo. Now building AS. Thanks, Supun.. On Wed, May 25, 2011 at 7:50 AM, Denis Weerasiri de...@wso2.com wrote: On Tue, May 24, 2011 at 10:03 PM, Waruna Ranasinghe war...@wso2.com wrote: On Tue, May 24, 2011 at 9:28 PM, Supun Kamburugamuva su...@wso2.com wrote

Re: [Carbon-dev] One feature to install all ESB related features

2011-05-19 Thread Supun Kamburugamuva
___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su

Re: [Carbon-dev] One feature to install all ESB related features

2011-05-19 Thread Supun Kamburugamuva
On Thu, May 19, 2011 at 1:56 PM, Supun Kamburugamuva su...@wso2.com wrote: On Thu, May 19, 2011 at 1:51 PM, Danushka Menikkumbura danus...@wso2.com wrote: Should not the feature manager take care of installing dependencies? Danushka On Thu, May 19, 2011 at 1:46 PM, Kasun Indrasiri ka

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-05-18 Thread Supun Kamburugamuva
-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile

[Carbon-dev] Error in deployment synchronizer

2011-05-15 Thread Supun Kamburugamuva
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E

Re: [Carbon-dev] Error in deployment synchronizer

2011-05-15 Thread Supun Kamburugamuva
(BundleContextImpl.java:916) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330) Thanks, Supun.. On Sun, May 15, 2011 at 4:43 PM, Supun Kamburugamuva su...@wso2.com wrote

[Carbon-dev] Getting the following exception randonmly when shutting down the ESB

2011-05-14 Thread Supun Kamburugamuva
) at org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2552) Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su

Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-08 Thread Supun Kamburugamuva
/ ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc

Re: [Carbon-dev] QueueService and MessageQueue

2011-05-08 Thread Supun Kamburugamuva
-hiranya.blogspot.com ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

[Carbon-dev] QPid exception when trying to invoke an admin service

2011-05-06 Thread Supun Kamburugamuva
, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com ___ Carbon

Re: [Carbon-dev] QPid exception when trying to invoke an admin service

2011-05-06 Thread Supun Kamburugamuva
, Amila Suriarachchi am...@wso2.com wrote: Did you get the latest packs? Can you please check with the pack Kasun has tested with out NPE. thanks, Amila. On Fri, May 6, 2011 at 2:57 PM, Supun Kamburugamuva su...@wso2.com wrote: I'm using a build from yesterday and getting the following stack

Re: [Carbon-dev] HL7 feature error in build?

2011-05-05 Thread Supun Kamburugamuva
-- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] ESB product docgen errors

2011-05-05 Thread Supun Kamburugamuva
-- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] HL7 feature error in build?

2011-05-05 Thread Supun Kamburugamuva
Now I did double check all the default profiles. They all have the relavant modules included. Thanks, Supun.. On Fri, May 6, 2011 at 9:39 AM, Samisa Abeysinghe sam...@wso2.com wrote: Did you test with default profiles? On Fri, May 6, 2011 at 9:32 AM, Supun Kamburugamuva su...@wso2.com wrote

[Carbon-dev] Loadbalance feature in ESB product

2011-05-05 Thread Supun Kamburugamuva
We can see that the loadbalance feature has being included to the ESB product. Why are we including this feature to the product? I believe this should go to the ESB service? Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software

Re: [Carbon-dev] HL7 feature error in build?

2011-05-05 Thread Supun Kamburugamuva
On Fri, May 6, 2011 at 9:48 AM, Samisa Abeysinghe sam...@wso2.com wrote: Can you please double check the error on this mail? Why did that happen? Sure, I will have a look. I'll try to build in my local machine again as well. Thanks, Supun.. On Fri, May 6, 2011 at 9:44 AM, Supun Kamburugamuva

[Carbon-dev] Compilation failure

2011-05-04 Thread Supun Kamburugamuva
] -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] QPid warnings

2011-05-04 Thread Supun Kamburugamuva
to make messages non-persistent by default. Therefore you should not get this issue if you have the latest event in your product. Thanks, Danushka On Thu, Apr 28, 2011 at 6:44 PM, Supun Kamburugamuva su...@wso2.com wrote: I'm getting the following warnings while running the ESB. [2011-04

[Carbon-dev] Un-nessasary system outs from QPid

2011-05-02 Thread Supun Kamburugamuva
ReplyTo null Message ID null ReplyTo null Message ID urn:uuid:3030ce27-38c3-450e-bdfc-c09820ebf36b Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com

Re: [Carbon-dev] Un-nessasary system outs from QPid

2011-05-02 Thread Supun Kamburugamuva
Sorry my bad. This was due to a miss configuration. Please ignore. Thanks, Supun.. On Mon, May 2, 2011 at 6:43 PM, Supun Kamburugamuva su...@wso2.com wrote: I can see there are lots of System outs in the ESB console from QPid Message ID urn:uuid:866fdd2c-c092-4cde-8d6d-1591c70767c5 ReplyTo

Re: [Carbon-dev] How to test ESB message stores/message processors

2011-04-30 Thread Supun Kamburugamuva
://charithwiki.blogspot.com/ twitter http://twitter.com/charithwiki ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com

[Carbon-dev] Exception while building starting ESB

2011-04-29 Thread Supun Kamburugamuva
) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330) [2011-04-29 16:33:03,829] INFO - DeploymentEngine Deploying Web service: org.wso2.carbon.tryit - Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

[Carbon-dev] Exception while starting the ESB

2011-04-29 Thread Supun Kamburugamuva
) at java.io.FileInputStream.init(FileInputStream.java:106) at org.wso2.carbon.messagebox.internal.builder.MessageBoxServiceBuilder.loadConfigXML(MessageBoxServiceBuilder.java:78) ... 117 more -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member

Re: [Carbon-dev] Exception while building starting ESB

2011-04-29 Thread Supun Kamburugamuva
I think this is because of the sqlAuthenticationHandler. Thanks, Supun.. On Fri, Apr 29, 2011 at 4:34 PM, Supun Kamburugamuva su...@wso2.com wrote: [2011-04-29 16:33:03,563] ERROR - Axis2ServiceRegistry Error building service from bundle : Symbolic Name: org.wso2.carbon.sts,Bundle Version

Re: [Carbon-dev] Exception while building starting ESB

2011-04-29 Thread Supun Kamburugamuva
It seems ESB is getting some message box features via Event or QPid features. Thanks, Supun.. On Fri, Apr 29, 2011 at 4:39 PM, Supun Kamburugamuva su...@wso2.com wrote: I think this is because of the sqlAuthenticationHandler. Thanks, Supun.. On Fri, Apr 29, 2011 at 4:34 PM, Supun

Re: [Carbon-dev] Exception while starting the ESB

2011-04-29 Thread Supun Kamburugamuva
It seems ESB is getting some message box features. Thanks, Supun.. On Fri, Apr 29, 2011 at 4:34 PM, Supun Kamburugamuva su...@wso2.com wrote: org.wso2.carbon.messagebox.MessageBoxConfigurationException: messagebox-config.xmlcannot be found in the path : /Users/supun/dev/wso2/trunk/carbon

Re: [Carbon-dev] Exception while starting the ESB

2011-04-29 Thread Supun Kamburugamuva
Kamburugamuva su...@wso2.com wrote: It seems ESB is getting some message box features. There is a compile time dependency to messabox core from event sink bundle. So we had to add the messagebox server feature in event feature. Thank you. Thanks, Supun.. On Fri, Apr 29, 2011 at 4:34 PM, Supun

[Carbon-dev] QPid warnings

2011-04-28 Thread Supun Kamburugamuva
- removing [2011-04-28 18:43:49,340] WARN {org.apache.qpid.server.virtualhost.VirtualHostConfigRecoveryHandler} - Message id 180 in store, but not in any queue - removing -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

[Carbon-dev] We have to give a proper name for every thread in the system

2011-04-27 Thread Supun Kamburugamuva
) at java.lang.Thread.run(Thread.java:680) Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] Code to be frozen on April 29th

2011-04-26 Thread Supun Kamburugamuva
.org Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva

[Carbon-dev] Does registry serves cached values even after the DB goes down?

2011-04-22 Thread Supun Kamburugamuva
I tried to shut down the registry database and access the registry resources. It seems, even though the database is down registry is serving the resources from a cache. Is this the behavior of the registry? Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2

Re: [Carbon-dev] Does registry serves cached values even after the DB goes down?

2011-04-22 Thread Supun Kamburugamuva
. Thanks, Supun.. On Fri, Apr 22, 2011 at 3:29 PM, Sumedha Rubasinghe sume...@wso2.com wrote: How else would you expect a cache to behave? ;-) /sumedha On Fri, Apr 22, 2011 at 3:27 PM, Supun Kamburugamuva su...@wso2.com wrote: I tried to shut down the registry database and access the registry

Re: [Carbon-dev] Does registry serves cached values even after the DB goes down?

2011-04-22 Thread Supun Kamburugamuva
22, 2011 at 3:39 PM, Supun Kamburugamuva su...@wso2.com wrote: For the users of the registry, it is important to know weather registry database is down. For example we have the requirement of caching the resources at theimplemtation ESB level and manage these caches according to the ESB

Re: [Carbon-dev] Does registry serves cached values even after the DB goes down?

2011-04-22 Thread Supun Kamburugamuva
have been made to the registry.xml files found in carbon core, and files used for testing in carbon components and also at product-level. Thanks, Senaka. On Fri, Apr 22, 2011 at 5:11 PM, Supun Kamburugamuva su...@wso2.com wrote: Having Caching for fail cases transparently from the user

Re: [Carbon-dev] Error while building Commons VFS without tests

2011-04-18 Thread Supun Kamburugamuva
/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

[Carbon-dev] The carbon UI is unstable

2011-04-16 Thread Supun Kamburugamuva
There is something wrong in the Carbon UI. Sometimes the pages doesn't appear. When I click a link the page stays like it is for a long time without going to the link. Lots of functionalities are broken due to this. Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http

[Carbon-dev] Lot of Ldap warning in the logs

2011-04-16 Thread Supun Kamburugamuva
:12,760] WARN - Null LdapSession given to cleanUpSession. {org.apache.directory.server.ldap.LdapProtocolHandler} Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E

Re: [Carbon-dev] Latest ESB build is unusable due to Registry issues

2011-04-15 Thread Supun Kamburugamuva
On Fri, Apr 8, 2011 at 4:36 PM, Amila Suriarachchi am...@wso2.com wrote: On Thu, Apr 7, 2011 at 6:19 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Apr 7, 2011 at 5:26 PM, Supun Kamburugamuva su...@wso2.com wrote: On Thu, Apr 7, 2011 at 5:25 PM, Amila Suriarachchi am...@wso2.com

Re: [Carbon-dev] Latest ESB build is unusable due to Registry issues

2011-04-15 Thread Supun Kamburugamuva
But there is another problem with the UI. Sometimes when I click the menu the corresponding UI appears very late. So there can be a bug in the Carbon UI component. Thanks, SUpun.. On Fri, Apr 15, 2011 at 11:35 AM, Supun Kamburugamuva su...@wso2.com wrote: I did build the ESB and getting

Re: [Carbon-dev] [Important] Many jars from CARBON_HOME/lib/core/WEB-INF/lib have been moved to CARBON_HOME/lib/api

2011-04-15 Thread Supun Kamburugamuva
/in/afkhamazeez Lean . Enterprise . Middleware ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache

Re: [Carbon-dev] Logging Issues @ ESB startup

2011-04-15 Thread Supun Kamburugamuva
-- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] Logging Issues @ ESB startup

2011-04-15 Thread Supun Kamburugamuva
I've noticed this as well. I'm wondering how this comes. Supun.. On Fri, Apr 15, 2011 at 11:19 PM, Senaka Fernando sen...@wso2.com wrote: On Fri, Apr 15, 2011 at 11:12 PM, Kasun Indrasiri ka...@wso2.com wrote: On Fri, Apr 15, 2011 at 10:53 PM, Supun Kamburugamuva su...@wso2.com wrote

Re: [Carbon-dev] Latest ESB build is unusable due to Registry issues

2011-04-07 Thread Supun Kamburugamuva
: 51736; M: +94 77 322 1818 Linked-In: http://www.linkedin.com/in/senakafernando Lean . Enterprise . Middleware ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva

Re: [Carbon-dev] Latest ESB build is unusable due to Registry issues

2011-04-07 Thread Supun Kamburugamuva
___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail

Re: [Carbon-dev] Build error on Windows with vfs

2011-04-06 Thread Supun Kamburugamuva
@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E-mail: su...@wso2.com; Mobile: +94 77 431 3585 Blog: http

Re: [Carbon-dev] Weird behavior with QPid configuration files in my machine

2011-04-06 Thread Supun Kamburugamuva
, Apr 6, 2011 at 2:07 PM, Supun Kamburugamuva su...@wso2.comwrote: I did a complete svn up today morning and build the ESB. I'm getting the following error. [2011-04-06 14:03:47,448] ERROR - QpidServiceImpl /Users/supun/dev/wso2/trunk/carbon/products/esb/modules/distribution/product/target/wso2esb

Re: [Carbon-dev] Weird behavior with QPid configuration files in my machine

2011-04-06 Thread Supun Kamburugamuva
Hi Tharindu, When we build the carbon core, do you see these files in the distribution? Thanks, Supun.. On Wed, Apr 6, 2011 at 2:17 PM, Supun Kamburugamuva su...@wso2.com wrote: Actually I have updated everything. That is why I'm thinking something is not right in my machine. Thanks

[Carbon-dev] QPid version in the branch

2011-04-06 Thread Supun Kamburugamuva
At the moment it says 0.11. Should this be 0.11.wso2v1? Thanks, -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E-mail: su...@wso2.com; Mobile: +94 77 431 3585 Blog: http

Re: [Carbon-dev] QPid version in the branch

2011-04-06 Thread Supun Kamburugamuva
Sorry for the noise. I can see it has wso2v1. Thanks, Supun.. On Wed, Apr 6, 2011 at 3:05 PM, Supun Kamburugamuva su...@wso2.com wrote: At the moment it says 0.11. Should this be 0.11.wso2v1? Thanks, -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com

Re: [Carbon-dev] Weird behavior with QPid configuration files in my machine

2011-04-06 Thread Supun Kamburugamuva
/conf/qpid/etc directory. I thought we are looking at the repository/conf/advanced. May be my svn is screwed up. Any suggestion about the not updated component? Thanks, -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

Re: [Carbon-dev] Weird behavior with QPid configuration files in my machine

2011-04-06 Thread Supun Kamburugamuva
at 3:31 PM, Supun Kamburugamuva su...@wso2.comwrote: I did build dependencied/qpid, orbit/qpid, features/qpid and esb. The result is the same I think qpid feature comes via event feature, That seems to be the problem. Thank you. Thanks, Supun.. On Wed, Apr 6, 2011 at 2:26 PM, Danushka

Re: [Carbon-dev] When are we targeting to unfreeze the code?

2011-04-06 Thread Supun Kamburugamuva
/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E-mail: su...@wso2.com; Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com

Re: [Carbon-dev] ESB Login failure

2011-04-04 Thread Supun Kamburugamuva
* ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E

[Carbon-dev] QPid configuration files are not copied in the ESB distribution

2011-04-04 Thread Supun Kamburugamuva
We still get the qpid configuration files not found error while starting the ESB. What should we do to get this fixed? Thanks, -- Supun Kamburugamuva Technical Lead Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org

Re: [Carbon-dev] ESB Login failure

2011-04-04 Thread Supun Kamburugamuva
. String portSysProp = System.getProperty(transport + Port); So, if there are System properties such as httpPort or httpsPort, those will be used as the servlet transport ports. On Mon, Apr 4, 2011 at 7:17 PM, Supun Kamburugamuva su...@wso2.comwrote: The nhttp HTTPS port is set

Re: [Carbon-dev] Build failing due to missing org.wso2.carbon.integration.core:jar:tests:3.2.0-SNAPSHOT

2011-04-03 Thread Supun Kamburugamuva
Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.;  http://wso2.org E-mail: su...@wso2.com;  Mobile: +94 77 431 3585

Re: [Carbon-dev] Security scenario 15. Issue with header missing or InputStream NULL

2011-04-01 Thread Supun Kamburugamuva
/listinfo/carbon-dev ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http

[Carbon-dev] ESB moved to the new event implementation

2011-03-31 Thread Supun Kamburugamuva
ESB has moved to the new Event implementation with the new event mediator. Now user can dispatch messages to given topic using the event mediator. The previous mediator used to send event to a event source. Thanks, -- Supun Kamburugamuva Technical Lead  Product Manager, WSO2 Inc.; http://wso2

  1   2   3   >