Re: [Dev] [ESB] Some special characters are not preserved as encoded in ESB

2014-09-19 Thread Ishara Premadasa
/content/x); System.out.println(omElement.toString()); generates contentThis is amp; lt; ' Test /content @Do you know a way to turn this off in axiom level. On Fri, Sep 19, 2014 at 9:01 AM, Ishara Premadasa ish...@wso2.com wrote: Hi all, I observed that when we send encoded

[Dev] [ESB] Some special characters are not preserved as encoded in ESB

2014-09-18 Thread Ishara Premadasa
Hi all, I observed that when we send encoded special characters in msg context to ESB some of these characters are decoded inside ESB. Please see the example used below. My input message is like this, body contentThis is amp; lt; gt; apos; quot; Test /content /body When sending this into a

[Dev] [ESB] Misleading error message from spring mediator as No bean name is defined

2014-09-07 Thread Ishara Premadasa
Hi all, Observed this with ESB 4.8.1. As per my scenario the spring mediator loads the bean successful and afterwards there was an error occurred in the java class file which is loaded by the spring mediator. (for e.g. ClassCastException) However as per this code from SpringMediator.java below,

[Dev] [ESB] [DOC] 'FORCE_ERROR_ON_SOAP_FAULT' Property not mentioned in 'Properties Reference' page

2014-08-20 Thread Ishara Premadasa
Hi all, The property 'FORCE_ERROR_ON_SOAP_FAULT' is a useful entry when it comes to re-direct a SOAPFault thrown by a back end service into a Fault sequence. [1] If this is not set the SOAPFault will be received by the OutSequence as a usual response message. property

[Dev] [ESB][Nexus] Build fail - synapse-core-tests:jar:2.1.2-wso2v4 not found in nexus repo ?

2014-08-07 Thread Ishara Premadasa
Hi all, I get the following build error when trying to check out remote ESB mediator project and trying to build it online. Since there are test cases created for the class mediators, it is required to add synapse-core-tests dependency into the pom.xml and use that in the test cases. Below is the

Re: [Dev] [ESB][Nexus] Build fail - synapse-core-tests:jar:2.1.2-wso2v4 not found in nexus repo ?

2014-08-07 Thread Ishara Premadasa
/dependency ~Shameera. On Thu, Aug 7, 2014 at 9:58 PM, Ishara Premadasa ish...@wso2.com wrote: Hi all, I get the following build error when trying to check out remote ESB mediator project and trying to build it online. Since there are test cases created for the class mediators

[Dev] [Dev Studio] Adding In Out mediators within a sequence doesn't get saved

2014-07-17 Thread Ishara Premadasa
Hi, When i add the below config inside a sequence.xml file in Developer Studio 3.7.0, once the file is saved and open the source view back, all the configs are wiped out. sequence xmlns=http://ws.apache.org/ns/synapse; name=TestSequence in log level=custom property name=seq in

[Dev] [ESB] Fault mediator doesn't display full error details when used with POX format

2014-07-02 Thread Ishara Premadasa
Hi, I used fault mediator with both soap 1.1 and pox format where the format of the generated fault response appeared to be different. With the pox format some elements of the fault message was missing. For e.g: This is the response getting for Soap 1.1 format soapenv:Envelope

Re: [Dev] [ESB] Fault mediator doesn't display full error details when used with POX format

2014-07-02 Thread Ishara Premadasa
Hi all, Any idea on this. Would be great if i can know the reason for the difference here. Thanks! On Wed, Jul 2, 2014 at 3:15 AM, Ishara Premadasa ish...@wso2.com wrote: Hi, I used fault mediator with both soap 1.1 and pox format where the format of the generated fault response appeared

Re: [Dev] [ESB] Fault mediator doesn't display full error details when used with POX format

2014-07-02 Thread Ishara Premadasa
:45 AM, Ishara Premadasa ish...@wso2.com wrote: Hi all, Any idea on this. Would be great if i can know the reason for the difference here. Thanks! On Wed, Jul 2, 2014 at 3:15 AM, Ishara Premadasa ish...@wso2.com wrote: Hi, I used fault mediator with both soap 1.1 and pox format where

[Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-24 Thread Ishara Premadasa
Hi all, I need to use a string which contains apostrophe character ( ' ) with fn:concat function. Tried with the below ways and none seems to be working. 1. property name=myProp expression=fn:concat(' This isapos;', ' my function') scope=default

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-05 Thread Ishara Premadasa
Congratulations !! On Wed, Jun 4, 2014 at 12:39 PM, Shani Ranasinghe sh...@wso2.com wrote: Congrats On Wed, Jun 4, 2014 at 6:26 AM, Isuruwan Herath isuru...@wso2.com wrote: Congratz Shazni !!! On Wed, Jun 4, 2014 at 3:28 AM, Amal Gunatilake am...@wso2.com wrote: Congratz Shazni !

Re: [Dev] WSO2 Committers += Sohani Weerasinghe

2014-05-30 Thread Ishara Premadasa
Congrats Sohani . On Fri, May 30, 2014 at 4:59 PM, Lali Devamanthri l...@wso2.com 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

Re: [Dev] Is it recommended to have two log4j properties files in one MB pack?

2014-05-22 Thread Ishara Premadasa
Hi Kishanthan, On Thu, May 22, 2014 at 10:41 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: On Thu, May 22, 2014 at 5:06 PM, Sewwandi Perera sewwa...@wso2.comwrote: Hi, Currently, WSO2 MB supports both Cassandra and Zookeeper profiles. The log4j.properties file is configured to

Re: [Dev] WSO2MB topics where messages are automatically cleared

2014-05-20 Thread Ishara Premadasa
Hi Udara, Can you please tell us what is your exact requirement? In general if you use normal topics the messages will be discarded anyway if there is no consumer currently available. However if you use queues/durable topics WSO2 MB do not delete the messages regardless of they have consumers or

[Dev] Enabling Cassandra system logs with MB Cassandra profile

2014-05-15 Thread Ishara Premadasa
Hi, As from WSO2 MB 2.2.0 onwards, we will be supporting a Cassandra profile with MB where it will be used as the external Cassandra server. Therefore it is required to enable Cassandra specific system logs with this profile as these logs are heavily needed when analyzing any cassandra node issue

[Dev] [Architecture] WSO2 Message Broker - 2.2.0 Beta Released!

2014-05-12 Thread Ishara Premadasa
WSO2 Message Broker 2.2.0 Beta Released! WSO2 Message Broker team is pleased to announce the release of 2.2.0 Beta version of WSO2 Message Broker. This release is now available at [1], and is built upon r202634. *How to Run* The only prerequisite required to try this release out is an

Re: [Dev] Fixing Shutdown Errors WSO2 MB.

2014-05-12 Thread Ishara Premadasa
get triggered for the shutdown node and this cause the error logs. IMO we have to shutdown the connection to cluster after we process all these operations. Or is there any requirement that we close the hector client pool in here? Thanks! On Thu, May 8, 2014 at 3:38 PM, Ishara Premadasa ish

Re: [Dev] Fixing Shutdown Errors WSO2 MB.

2014-05-08 Thread Ishara Premadasa
Hi PrabathA et all, We are still experiencing this issue as reported in [1] when shutting down. As stated by Hasitha it seems Cassandra message service thread is shutdown before we perform all data cleaning tasks in MB, as per below logs. *[2014-05-08 14:51:15,299] INFO

Re: [Dev] [Coordination] Embedded zookeeper in coordination component doesn't start ZooKeeperSaslServer

2014-04-30 Thread Ishara Premadasa
the jaas.conf. The issue seems to be MB server start as zookeeper won't get the SASL configuration properly. Anyway you can further debug and see with these configuration settings. Cheers! On Tue, Apr 29, 2014 at 11:46 PM, Ishara Premadasa ish...@wso2.comwrote: Hi, From WSO2 MB 2.2.0 onwards we

[Dev] [Coordination] Embedded zookeeper in coordination component doesn't start ZooKeeperSaslServer

2014-04-29 Thread Ishara Premadasa
Hi, From WSO2 MB 2.2.0 onwards we will be supporting zookeeper profiles with MB where a message broker instance can be started as a zookeeper server as well by using carbon profiles. For this we use embedded zookeeper server that getting shipped with Coordination component. However as stated in

Re: [Dev] [MB] Moving FE operations to BE

2014-04-09 Thread Ishara Premadasa
Hi Indika, Your observation is correct that getAccessKey() method is not exposed to all the users, however few clarifications to made is this method is not configured to admin role only. According to the current permission model in carbon we can create new roles and assign permissions to that

[Dev] Remove EmbeddedQpid entries from default carbon.xml file in products

2014-03-27 Thread Ishara Premadasa
Hi Carbon team, We no longer ships an embedded qpid broker with any product where this is replaced by WSO2 MB. Therefore currently it is not supported to use these entries to change Message Broker's ports and hence keeping these might mislead the users. Therefore can we please get the following

Re: [Dev] [DEV][MB] Providing JMS Message Selectors Support for WSO2 MB

2014-03-27 Thread Ishara Premadasa
to client will be an additional network overhead. On Thu, Mar 27, 2014 at 10:18 AM, Ishara Premadasa ish...@wso2.comwrote: Hi all, We are going to implement message selectors support [1] into WSO2 Message Broker where a message consumer is allowed to specify the messages it is interested by using

[Dev] [DEV][MB] Providing JMS Message Selectors Support for WSO2 MB

2014-03-26 Thread Ishara Premadasa
Hi all, We are going to implement message selectors support [1] into WSO2 Message Broker where a message consumer is allowed to specify the messages it is interested by using a selector string and the broker (JMS provider) does the filtering of messages according to that query. The syntax of the

Re: [Dev] [DEV] WSO2 MB DLC Implementation Status

2014-03-24 Thread Ishara Premadasa
if i missed anything. Thanks! Ishara [1] https://wso2.org/jira/browse/MB-486 On Mon, Mar 24, 2014 at 3:11 PM, Ishara Premadasa ish...@wso2.com wrote: Hi Asanka/Shani, On Mon, Mar 24, 2014 at 12:11 PM, Shani Ranasinghe sh...@wso2.com wrote: Hi, +1, yes we could use the same way the queue's

Re: [Dev] [DEV] WSO2 MB DLC Implementation Status

2014-03-24 Thread Ishara Premadasa
Hi Asanka/Shani, On Mon, Mar 24, 2014 at 12:11 PM, Shani Ranasinghe sh...@wso2.com wrote: Hi, +1, yes we could use the same way the queue's are handled. Have the list of queues in DLC with the destination queue name, and number of messages, and through the browse button you can browse the

Re: [Dev] Please deploy released MB Jars to nexus repos

2014-03-16 Thread Ishara Premadasa
Hi Pradeep, MB 2.1.1 which was released this week is a Carbon 4.1.0 based patch release. MB 2.2.0 is scheduled be released on Carbon 4.2.0 end of this month or early April. However we will be deploying 4.1.7 andes features into nexus repo asap. Thanks! Ishara On Sun, Mar 16, 2014 at 5:05 PM,

Re: [Dev] [Dev-MB] Guaranteed Message Delivery issue in fail over

2014-03-13 Thread Ishara Premadasa
Hi Iranga, What are the failover options you have used in the connection string? Are there 'retries' and 'connectdelay' options configured. They determine the number of times a connection to a broker will be retried and the the length of time to wait between successive connection attempts before

Re: [Dev] Getting OperationNotSupportedException when creating the initial context for tenants

2014-01-27 Thread Ishara Premadasa
Hi Melan, IIRC we came through a similar issue when testing WSO2 MB 2.1.0 in tenant mode as reported in [1]. The fix suggested by Ajanthan should work in here. [1] https://wso2.org/jira/browse/MB-283 Thanks! On Mon, Jan 27, 2014 at 1:26 PM, Ajanthan Balachandran ajant...@wso2.comwrote: Hi

Re: [Dev] WSO2 MB Subscriber Client with Spring configuration

2014-01-01 Thread Ishara Premadasa
Hi Aliosha, I tried the same example with above spring-config.xml and was able to run the JMS Subscriber without issue. However according to the error log it seems your spring configuration is unable to find the InitialContextFactory of the JNDI Provider. Therefore first make sure you have

Re: [Dev] WSO2 Committers += Shani

2013-12-16 Thread Ishara Premadasa
Congrats Shani... :) On Mon, Dec 16, 2013 at 6:12 PM, Chanika Geeganage chan...@wso2.com wrote: Congratulations Shani!! On Mon, Dec 16, 2013 at 6:03 PM, Sajith Ravindra saji...@wso2.com wrote: Congratulations :) On Mon, Dec 16, 2013 at 2:24 PM, Thayalan thaya...@wso2.com wrote:

Re: [Dev] Can we set JMS properties from WSO2 MB GUI when publishing messages to Topics?

2013-12-06 Thread Ishara Premadasa
Hi Lahiru, Topic message publishing UI in WSO2 MB currently support text messages and hence only message body (as xml ) can be set from the UI. If you need to set JMS properties this needs to be done using an external JMS client. Thanks, Ishara On Fri, Dec 6, 2013 at 6:01 PM, Lahiru

[Dev] Kernel Commit required to ESBJAVA-2638 in patch0002

2013-11-22 Thread Ishara Premadasa
Hi, Please apply patch attached to below Jira [1]. [1] https://wso2.org/jira/browse/ESBJAVA-2638 Thanks, Ishara -- Ishara Premasada Software Engineer, WSO2 Inc. http://wso2.com/ *Blog : http://isharapremadasa.blogspot.com/ http://isharapremadasa.blogspot.com/Twitter :

Re: [Dev] Python client for WSO2 Message Broker

2013-10-09 Thread Ishara Premadasa
at 12:41 PM, Dinesh Bandara dine...@wso2.com wrote: Hi Ishara, Declare an exclusive subscriber will solve the issue. chan.basic_consume(queue='chatroom', no_ack=True, *exclusive=True*) Thanks for your great help. Regards, DineshB On Wed, Oct 9, 2013 at 11:10 AM, Ishara Premadasa ish

Re: [Dev] Python client for WSO2 Message Broker

2013-10-08 Thread Ishara Premadasa
Hi Dinesh, Do you see any error log there when running the subscriber ? Also can you see any terminal logs saying that 'Subscriber binded successfully with ID_XX ' etc. ? If possible please add the MB log here after running the sample clients. Thanks, Ishara On Wed, Oct 9, 2013 at 11:00 AM,

[Dev] [Architecture] WSO2 Message Broker 2.1.1 - Alpha Released!

2013-10-02 Thread Ishara Premadasa
*WSO2 Message Broker 2.1.1- Alpha Released!* WSO2 MB team is pleased to announce the 2.1.1- Alpha release of the WSO2 Message Broker. WSO2 Message Broker 2.1.1, JMS message broker backed up with the wso2 distributed message brokering engine Andes is compliant with AMQP 0-91 version. The new

Re: [Dev] Refactoring CarbonContext.getCurrentContext()

2013-09-30 Thread Ishara Premadasa
Adding Shammi into this thread since he is working on MB components. Thanks! On Mon, Sep 30, 2013 at 4:41 PM, Dhanuka Ranasinghe dhan...@wso2.comwrote: Hi, Please find the patch for cassandra components, I tried to commit but it seems I don't have been blocked. Cheers, Dhanuka

Re: [Dev] MB Log message {Binding Subscription x to queue JMSMS}

2013-09-17 Thread Ishara Premadasa
Hi Dushan/Chanaka, The log message is added after creating a new subscription as below and it is not just increasing a number. Subscription subscription = SubscriptionFactoryImpl.INSTANCE.createSubscription(_channelId, _session, tag, acks, filters, noLocal, _creditManager); return new

Re: [Dev] WSO2 Committers += RajeevS

2013-09-17 Thread Ishara Premadasa
Congratulations Rajeev ... On Tue, Sep 17, 2013 at 1:50 PM, Bhathiya Jayasekara bhath...@wso2.comwrote: Congratulations... On Tue, Sep 17, 2013 at 1:38 PM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations Rajeev !!! On Tue, Sep 17, 2013 at 1:23 PM, Pulasthi

Re: [Dev] Need urgent help to disable features WSO2 ESB 4.0.3?

2013-09-15 Thread Ishara Premadasa
Hi Diwan, On Sat, Sep 14, 2013 at 7:47 AM, Nirmal Fernando nir...@wso2.com wrote: Hi Diwan, Please see the answers for some of the questions. On Sat, Sep 14, 2013 at 6:28 AM, Abhijit Diwan adi...@apple.com wrote: Any Help on this. It is big company and if they do not find it secure we

Re: [Dev] Fixing Message Counters and Queue Purging features for MB 2.1.1 after disruptor implementation

2013-09-08 Thread Ishara Premadasa
a loading message is displayed and will return back after purging is done. Fixed and committed in r184738. Thanks! Ishara [1] http://docs.oracle.com/javaee/1.4/api/javax/jms/MessageConsumer.html#receive(long) On Wed, Aug 28, 2013 at 2:01 PM, Ishara Premadasa ish...@wso2.com wrote: Hi

Re: [Dev] WSO2 Committers += Ayashkantha

2013-09-05 Thread Ishara Premadasa
Congratulations. :) On Thu, Sep 5, 2013 at 2:56 PM, Shameera Rathnayaka shame...@wso2.comwrote: Congratzzz Ayashkantha !!! On Thu, Sep 5, 2013 at 2:41 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Ayashkantha On Thu, Sep 5, 2013 at 2:38 PM, Manula Chathurika

Re: [Dev] WSO2 Committers += Gokul

2013-08-29 Thread Ishara Premadasa
Congratulations Gokul :) On Thu, Aug 29, 2013 at 11:58 AM, Susinda Perera susi...@wso2.com wrote: Congratulations Gokul. On Thu, Aug 29, 2013 at 11:36 AM, Asanka Sanjeewa asan...@wso2.comwrote: Congratulations Gokul. Regards, AsankaS. On Thu, Aug 29, 2013 at 11:19 AM, Pulasthi Supun

[Dev] Fixing Message Counters and Queue Purging features for MB 2.1.1 after disruptor implementation

2013-08-28 Thread Ishara Premadasa
Hi, Since we have removed the message counters after introducing the disruptor based message processing for MB 2.1.1 both the above features are currently not working and we are trying to fix this. As the previous MessageWriter, implementations from 2.1.0 are no longer used, now we don't keep

Re: [Dev] Welcome Lasantha Fernando as a WSO2 Committer

2013-08-26 Thread Ishara Premadasa
Congratulations... :) On Mon, Aug 26, 2013 at 4:27 PM, Pushpalanka Jayawardhana la...@wso2.comwrote: Congratulations...!!! Pushpalanka Jayawardhana Software Engineer WSO2 Lanka (pvt) Ltd [image: Facebook]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka

Re: [Dev] Welcome Rajeeva Uthayasangar as a WSO2 Committer

2013-08-25 Thread Ishara Premadasa
Congratulations Rajeeva :) On Mon, Aug 26, 2013 at 8:38 AM, Chanaka Fernando chana...@wso2.com wrote: Congratulations Rajeeva !!! On Mon, Aug 26, 2013 at 4:30 AM, Nuwan Bandara nu...@wso2.com wrote: Congratulations Rajeeva. Thanks for the hard work put in for building jaggery tools. Hope

Re: [Dev] WSO2 Committers += Chanaka Fernando

2013-08-19 Thread Ishara Premadasa
Congratz Chanaka :) On Mon, Aug 19, 2013 at 11:49 AM, Susinda Perera susi...@wso2.com wrote: Congratz Chanaka!!! On Mon, Aug 19, 2013 at 11:44 AM, Rajeev Sampath raje...@wso2.com wrote: Congrats!! On Mon, Aug 19, 2013 at 10:50 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi all, Its

Re: [Dev] AS not patched for the continuous JMS connection retry issue?

2013-08-19 Thread Ishara Premadasa
(TransportFilter.java:57) at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:260) ... 11 more On Mon, Aug 19, 2013 at 5:38 AM, Ishara Premadasa ish...@wso2.com wrote: Hi Kasun, We will be looking into this today and update. Thanks! On Sun, Aug 18

Re: [Dev] AS not patched for the continuous JMS connection retry issue?

2013-08-19 Thread Ishara Premadasa
, Aug 19, 2013 at 4:21 PM, Ishara Premadasa ish...@wso2.comwrote: Hi Kasun, I first tried the JMS transport reconnection mechanism with AS 5.1.0 and then i tried with the newly built AS 5.2.0 pack. However with both these packs the reconnection works fine where it waits for the JMSConnection

Re: [Dev] AS not patched for the continuous JMS connection retry issue?

2013-08-18 Thread Ishara Premadasa
Hi Kasun, We will be looking into this today and update. Thanks! On Sun, Aug 18, 2013 at 12:14 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, It seems that AS 5.2.0 is not patched with the issue with JMS transport where the services with JMS enabled repeatedly try to establish a

Re: [Dev] WSO2 Committers += Tanya Madurapperuma

2013-08-15 Thread Ishara Premadasa
Congratulations Tanya!!! On Fri, Aug 16, 2013 at 10:57 AM, Chanika Geeganage chan...@wso2.comwrote: Congratzz Tanya ! On Fri, Aug 16, 2013 at 10:53 AM, Pulasthi Supun pulas...@wso2.comwrote: Congrats tanya :) On Fri, Aug 16, 2013 at 10:11 AM, Nuwan Bandara nu...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Piyum Fernando

2013-08-14 Thread Ishara Premadasa
Congratulations Piyum! On Wed, Aug 14, 2013 at 2:53 PM, Praveena Sarathchandra pravee...@wso2.comwrote: Congratulations!!! On Wed, Aug 14, 2013 at 2:50 PM, Inosh Goonewardena in...@wso2.comwrote: Congratz piyum On Wed, Aug 14, 2013 at 2:17 PM, Dunith Dhanushka dun...@wso2.comwrote:

Re: [Dev] Once enable a transport its get apply to each and every service deployed on AS

2013-08-11 Thread Ishara Premadasa
Hi, On Fri, Aug 9, 2013 at 7:09 PM, Kasun Gajasinghe kas...@wso2.com wrote: hi Asanka, If you enable a transport globally via axis2.xml, then all services inherit that. I thinm this is by design. We can't force the user to re-enable needed transports per service after enabling it globally.

Re: [Dev] Build failure in Trunk

2013-08-08 Thread Ishara Premadasa
Commits r180295 and r180262 seems to have changed this class. Is your repo is been updated today? Thanks! Ishara On Thu, Aug 8, 2013 at 4:21 PM, Shani Ranasinghe sh...@wso2.com wrote: Hi, I am facing the following issue. Any idea how I can resolve this? SKIPPED [INFO] WSO2 Carbon -

Re: [Dev] WSO2 Committers += Asanka Vithanage

2013-08-05 Thread Ishara Premadasa
Congrats Asanka! On Mon, Aug 5, 2013 at 11:51 AM, Suneth Ranasinghe sun...@wso2.com wrote: Congratz Asanka ! On Mon, Aug 5, 2013 at 11:36 AM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, I would like to welcome Asanka Vithanage as a WSO2 Committer. AsankaV has

Re: [Dev] WSO2 Committers += Chanika

2013-08-04 Thread Ishara Premadasa
Congratz Chanika :) On Mon, Aug 5, 2013 at 10:19 AM, Balakrishnan Gokulakrishnan go...@wso2.com wrote: Congrats Chanika!! On 5 August 2013 09:24, Anjana Fernando anj...@wso2.com wrote: Hi everyone, It's my pleasure to announce Chanika as a WSO2 commiter. Chanika has done many

Re: [Dev] Welcome Susankha Nirmala as a WSO2 Committer

2013-07-26 Thread Ishara Premadasa
Congratulations Susankha! On Fri, Jul 26, 2013 at 11:57 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations Susankha !!! On Fri, Jul 26, 2013 at 11:51 AM, Sumedha Kodithuwakku sumed...@wso2.comwrote: Congratz Susankha...! On Fri, Jul 26, 2013 at 11:49 AM,

[Dev] [Zookeeper] [MB] Log4j MBean registration gives errors when starting Apache Zookeeper server

2013-07-20 Thread Ishara Premadasa
Hi, Apache ZooKeeper has extensive support for JMX and JMX console is enabled by default at the server start up [1]. However with this ZooKeeper registers log4j MBeans as well and this throws a following error log in the MB admin console when ZooKeeper server is started in clustered mode of MB

Re: [Dev] WSO2 Committers += Shafreen Anfar

2013-07-03 Thread Ishara Premadasa
Congratz Shafreen! On Wed, Jul 3, 2013 at 2:10 PM, Nihanth Joseph niha...@wso2.com wrote: Congrats Shafreen On Wed, Jul 3, 2013 at 2:08 PM, Ravi Undupitiya r...@wso2.com wrote: Congrats Shafreen! :) On Wed, Jul 3, 2013 at 2:03 PM, Kasun Indrasiri ka...@wso2.com wrote: Hi Folks, Its

Re: [Dev] WSO2 Committers += Punnadi Goonewardena

2013-07-03 Thread Ishara Premadasa
Congratulations Punnadi! On Wed, Jul 3, 2013 at 1:40 PM, Ramith Jayasinghe ram...@wso2.com wrote: Congrats On Wed, Jul 3, 2013 at 1:37 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Punnadi, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer.

Re: [Dev] WSO2 Committers += Shameera Rathnayaka

2013-07-01 Thread Ishara Premadasa
Congrats Shameera :) On Mon, Jul 1, 2013 at 2:15 PM, Darshana Gunawardana darsh...@wso2.comwrote: Congratulations Shameera...!!! On Mon, Jul 1, 2013 at 1:58 PM, Danushka Fernando danush...@wso2.com wrote: Congratz Shameera !!! Thanks Regards Danushka Fernando Software Engineer

[Dev] Build error when building Orbit in Carbon 4.1.0 branch

2013-07-01 Thread Ishara Premadasa
Hi Ravi, I am getting following build error [1] when trying to build orbit in https://svn.wso2.org/repos/wso2/carbon/orbit/branches/4.1.0/ branch. It seems that you have removed the 'bsf' module from orbit but the orbit pom file still refers to that. Can you pls have a look and fix the pom file

[Dev] Need to avoid stopping org.apache.cassandra.net.MessagingService before the OSGi framework is shut down

2013-06-28 Thread Ishara Premadasa
We experiencing the following issue when shutting down the MB server. While performing read/write operations on cassandra and if the server shuts down in middle (by clicking Ctl+C), we close the CassandraServerService first, before closing the AndesService. This is done in order to stop any

Re: [Dev] WSO2 Committers += Inosh Goonewardena

2013-06-26 Thread Ishara Premadasa
Congratz Inosh! On Thu, Jun 27, 2013 at 10:54 AM, Malith Dhanushka mal...@wso2.com wrote: Congratz Inosh...!!! On Thu, Jun 27, 2013 at 10:27 AM, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Inosh Goonewardena as a WSO2 Committer. He has made great

[Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-19 Thread Ishara Premadasa
Hi, I am trying to integrate MB 2.1.0 with AS 5.1.0 in order to enable a sample service deployed in App Server to be subscribed and receive messages from a queue/topic registered in MB [1]. However when doing this there are practical limitations in this scenario which makes it not useful to

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-19 Thread Ishara Premadasa
. We have discussed this problem and the feasible solution in the mail thread ESB and MB integration Thanks Shammi [1]https://wso2.org/jira/browse/CARBON-14108 On Wed, Jun 19, 2013 at 1:07 PM, Ishara Premadasa ish...@wso2.com wrote: Hi, I am trying to integrate MB 2.1.0 with AS 5.1.0

[Dev] [MB] Improving MB 2.1.0 samples to get a clean map between samples in the pack and documentation

2013-06-05 Thread Ishara Premadasa
Hi all, The current list of available samples in WSO2 MB has some inconsistencies as the sample content included in the pack is not mapping clearly with what is explained in the 'Samples' section of the documentation [1]. Therefore for the MB 2.1.0 release we have rearranged the sample directory

Re: [Dev] MB support for the JMS Message Types and Message header properties

2013-05-29 Thread Ishara Premadasa
Hi Asanka, Addressing the JMSDeliveryMode , in MB all the messages are PERSISTENT as we write the messages to Cassandra storage before they are getting delivered. Therefore IIRC if you make the Delivery Mode into Non-Persistent in message level it will be handled as Persistent by Qpid level. I

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-21 Thread Ishara Premadasa
Congratz Gihan! On Tue, May 21, 2013 at 1:10 PM, Isuru Perera isu...@wso2.com wrote: Congratulations Gihan! On Tue, May 21, 2013 at 10:56 AM, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has made some great

[Dev] [IS] Bad file descriptor error when parsing identity.xml - IS 3.2.3

2013-05-15 Thread Ishara Premadasa
Hi, I was adding new configuration parameters into identity.xml in WSO2 IS 3.2.3 and once the server is restarted i got the following error. *ERROR {org.wso2.carbon.identity.core.util.IdentityConfigParser} - Error while loading Identity Configurations java.lang.RuntimeException: [was class

[Dev] [APIM] Yahoo Place Finder sample returns 404 not found response with API Manager 1.3.1

2013-05-10 Thread Ishara Premadasa
Hi, I was trying the Yahoo Place Finder sample in AM 1.3.1 as in [1] and when i use curl -v -H Authorization: Bearer dulSxgK5mNRPbQBA0XJVM1OwsGYa http://10.200.3.176:8280/placeFinder/1.0.0?q=Colombo; command the following is the response given. * About to connect() to 10.200.3.176 port 8280

Re: [Dev] WSO2 Committers += Isuru Haththotuwa

2013-05-09 Thread Ishara Premadasa
* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Ishara Premasada Software Engineer, Integration Technology Team, WSO2 Inc. http://wso2.com/ *Linked in : http://www.linkedin.com/pub/ishara-premadasa/1a/630/609 Twitter : https

[Dev] Fwd: SAML2 Web Browser based SSO with WSO2 IS demo webapp doesn't work with IS 4.1.0

2013-05-07 Thread Ishara Premadasa
Hi, Forwarding this to dev-group as this should be sent there. Sorry for the mistake. -Ishara -- Forwarded message -- From: Ishara Premadasa ish...@wso2.com Date: Wed, May 8, 2013 at 9:49 AM Subject: [Dev] SAML2 Web Browser based SSO with WSO2 IS demo webapp doesn't work

Re: [Dev] Testing and Bug Fixing for WSO2 Message Broker 2.1.0 Beta Release

2013-04-12 Thread Ishara Premadasa
Technology Team, WSO2 Inc. http://wso2.com/ *Linked in : http://www.linkedin.com/pub/ishara-premadasa/1a/630/609 Twitter : https://twitter.com/ishadil Mobile : +94 714445832* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman

Re: [Dev] Providing queue browser support in WSO2 MB admin console

2013-04-04 Thread Ishara Premadasa
also support message deletion through it's web console. Thanks ! Thanks. On Tue, Apr 2, 2013 at 10:55 PM, Sagara Gunathunga sag...@wso2.comwrote: On Tue, Apr 2, 2013 at 10:53 PM, Ishara Premadasa ish...@wso2.comwrote: Hi Sagara, On Tue, Apr 2, 2013 at 10:43 PM, Sagara

Re: [Dev] Providing queue browser support in WSO2 MB admin console

2013-04-02 Thread Ishara Premadasa
Hi Nirmal, On Tue, Apr 2, 2013 at 6:37 PM, Nirmal Fernando nir...@wso2.com wrote: Hi Ishara, This will be a very useful feature for MB. On Tue, Apr 2, 2013 at 3:31 PM, Ishara Premadasa ish...@wso2.com wrote: Hi, This is an update on Feature#1207 [1], adding queue browsing ability

Re: [Dev] Providing queue browser support in WSO2 MB admin console

2013-04-02 Thread Ishara Premadasa
! [1] https://wso2.org/jira/browse/MB-139 [1] - http://1.bp.blogspot.com/-dEQzkDJKOiE/T5LBe5xgneI/AJ4/qX1nr58yWJk/s1600/1.png [2] - http://ssagara.blogspot.com/2012/04/axis2-jms-transport-and-activemq.html Thanks ! On Tue, Apr 2, 2013 at 3:31 PM, Ishara Premadasa ish...@wso2.com

Re: [Dev] Carbon - Component - Andes UI - Build Failure

2013-04-02 Thread Ishara Premadasa
-- Ishara Premasada Software Engineer, Integration Technology Team, WSO2 Inc. http://wso2.com/ *Linked in : http://www.linkedin.com/pub/ishara-premadasa/1a/630/609 Twitter : https://twitter.com/ishadil Mobile : +94 714445832* ___ Dev

[Carbon-dev] Creating an Editor to change the process deployment configuration at runtime for BPS

2011-06-30 Thread Ishara Premadasa
Hi All, I am currently creating an editor to change the deployment descriptor's configuration of a process at run time, for the Business Process Server. The idea is, users should be able to view the process deployment information in the UI(related to https://wso2.org/jira/browse/CARBON-8650) and

Re: [Carbon-dev] Creating an Editor to change the process deployment configuration at runtime for BPS

2011-06-30 Thread ishara premadasa
, Ishara Premadasa ish...@wso2.com wrote: Hi All, I am currently creating an editor to change the deployment descriptor's configuration of a process at run time, for the Business Process Server. The idea is, users should be able to view the process deployment information in the UI(related