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

2014-09-19 Thread Ishara Premadasa
Test "); > System.out.println(omElement.toString()); > > generates > > This is & < > ' " Test > > @Do you know a way to turn this off in axiom level. > > > > On Fri, Sep 19, 2014 at 9:01 AM, Ishara Premadasa wrote: > >>

[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, This is & < > ' " Test When sending this into a proxy service and logged in the ESB, result

[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, E

[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. Currently ESB 4.8.1 docs doesn't ex

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
7, 2014 at 1:44 PM, Shameera Rathnayaka wrote: > Even though jar name is synapse-core-test its artifactId is synapse-core , > try with > > > org.apache.synapse > synapse-core > 2.1.2-wso2v4 > > > ~Shameera. > > >

[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

[Dev] [Dev Studio] Adding 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. http://ws.apache.org/ns/synapse"; name="TestSequence"> http://localho

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

2014-07-02 Thread Ishara Premadasa
> e:Server.Memory > Out of memory > > > > > e:Receiver > > p:Memory > > > Out of memory > > > *Table 2* > > for *POX* fault no specification so we just wrapping around with > tag with relevant fault

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 wrote: > Hi, > > I used fault mediator with both soap 1.1 and pox format where the format > of the generated fault response ap

[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 http://schemas.xmlsoap.org/soap/enve

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

2014-06-25 Thread Ishara Premadasa
rote: > Hi Ishara, > This worked for me, > > expression="fn:concat(*"*This is*'"*, *"*my function > *"*)" > > First, we are surrounding the strings with double quotes and then insert > the apostrophe (not sure if this is same as the sing

[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. This got saved and changed to fn:concat(' This is'', ' my function') internally however when the output is logged it is like ' this

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-05 Thread Ishara Premadasa
Congratulations !! On Wed, Jun 4, 2014 at 12:39 PM, Shani Ranasinghe wrote: > Congrats > > > On Wed, Jun 4, 2014 at 6:26 AM, Isuruwan Herath wrote: > >> Congratz Shazni !!! >> >> >> On Wed, Jun 4, 2014 at 3:28 AM, Amal Gunatilake wrote: >> >>> Congratz Shazni ! :) >>> >>> Thank you & Bes

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 wrote: > Congratulations > > > On Fri, May 30, 2014 at 11:06 AM, Jasintha Dasanayake > wrote: > >> Hi All, >> >> It's my distinct pleasure to welcome Sohani as a WSO2 Committer. >> >> Sohani has been a valuable contr

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 wrote: > >> 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 n

[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

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 wrote

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

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 {org.apache.cassandra.n

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

2014-04-30 Thread Ishara Premadasa
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 wrote: > >&

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

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

2014-03-27 Thread Ishara Premadasa
ill be an additional network overhead. > > > On Thu, Mar 27, 2014 at 10:18 AM, Ishara Premadasa wrote: > >> Hi all, >> >> We are going to implement message selectors support [1] into WSO2 Message >> Broker where a message consumer is allowed to specify the messag

[Dev] Remove 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 e

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

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

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

2014-03-24 Thread Ishara Premadasa
Pamod/Hasitha, pls add 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 wrote: > Hi Asanka/Shani, > > > On Mon, Mar 24, 2014 at 12:11 PM, Shani Ranasinghe wrote: > >> Hi, >> >> +1, y

Re: [Dev] Chunk08 Service Stubs build failure

2014-03-21 Thread Ishara Premadasa
Hi Lakmail, Did you try with updating org.wso2.carbon.andes.stub in service-stubs and rebuild? I tried in a clean repo and this builds fine for me. Can you please try updating andes.stub/4.2.1? thanks! On Fri, Mar 21, 2014 at 7:58 PM, Lakmali Baminiwatta wrote: > Hi all, > > I am getting below

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

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 m

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 wrote: > Hi Melan , > Can you

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 correc

Re: [Dev] WSO2 Committers += Shani

2013-12-16 Thread Ishara Premadasa
Congrats Shani... :) On Mon, Dec 16, 2013 at 6:12 PM, Chanika Geeganage wrote: > Congratulations Shani!! > > > On Mon, Dec 16, 2013 at 6:03 PM, Sajith Ravindra wrote: > >> Congratulations :) >> >> >> On Mon, Dec 16, 2013 at 2:24 PM, Thayalan wrote: >> >>> Congratulations Shani!! >>> >>> >>> O

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 Sandaruwan

[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/ Twitter : https://twit

Re: [Dev] Python client for WSO2 Message Broker

2013-10-09 Thread Ishara Premadasa
at 12:41 PM, Dinesh Bandara 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,

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

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

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 wrote: > Hi, > > Please find the patch for cassandra components, I tried to commit but it > seems I don't have been blocked. > > Cheers, > Dhanuka > > *Dhanuka Ranasi

Re: [Dev] WSO2 Committers += RajeevS

2013-09-17 Thread Ishara Premadasa
Congratulations Rajeev ... On Tue, Sep 17, 2013 at 1:50 PM, Bhathiya Jayasekara wrote: > 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 Supun

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 Subscripti

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

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

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

2013-09-08 Thread Ishara Premadasa
ty the Queue in blocking manner while 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

Re: [Dev] WSO2 Committers += Ayashkantha

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

Re: [Dev] WSO2 Committers += Gokul

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

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

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 wrote: > Congratulations...!!! > > Pushpalanka Jayawardhana > > Software Engineer > > WSO2 Lanka (pvt) Ltd > [image: > Facebook] > [imag

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 wrote: > Congratulations Rajeeva !!! > > > On Mon, Aug 26, 2013 at 4:30 AM, Nuwan Bandara wrote: > >> Congratulations Rajeeva. Thanks for the hard work put in for building >> jaggery tools. Hope you will continue to d

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

2013-08-19 Thread Ishara Premadasa
't see the >>> reconnection attempts in the log rather a rapid generation of logs. The log >>> file grew to 100MB in less than a minute. >>> >>> >>> On Mon, Aug 19, 2013 at 4:21 PM, Ishara Premadasa wrote: >>> >>>> Hi Kasun, >&g

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

2013-08-19 Thread Ishara Premadasa
r.start(TransportFilter.java:57) > at > org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72) > at > org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57) > at > org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:57) >

Re: [Dev] WSO2 Committers += Chanaka Fernando

2013-08-18 Thread Ishara Premadasa
Congratz Chanaka :) On Mon, Aug 19, 2013 at 11:49 AM, Susinda Perera wrote: > Congratz Chanaka!!! > > > > On Mon, Aug 19, 2013 at 11:44 AM, Rajeev Sampath wrote: > >> Congrats!! >> >> >> On Mon, Aug 19, 2013 at 10:50 AM, Kasun Indrasiri wrote: >> >>> Hi all, >>> >>> Its my pleasure to welcome

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 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 > connection with th

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 wrote: > Congratzz Tanya ! > > > On Fri, Aug 16, 2013 at 10:53 AM, Pulasthi Supun wrote: > >> Congrats tanya :) >> >> >> On Fri, Aug 16, 2013 at 10:11 AM, Nuwan Bandara wrote: >> >>> Hi All, >>> >>> Its my plea

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 wrote: > Congratulations!!! > > > On Wed, Aug 14, 2013 at 2:50 PM, Inosh Goonewardena wrote: > >> Congratz piyum >> >> >> On Wed, Aug 14, 2013 at 2:17 PM, Dunith Dhanushka wrote: >> >>> Congrats Piyum! >>> >>> >>> On

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 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. > > You ca

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 wrote: > Hi, > I am facing the following issue. > > Any idea how I can resolve this? > > SKIPPED > [INFO] WSO2 Carbon - Tenant Ident

Re: [Dev] WSO2 Committers += Asanka Vithanage

2013-08-04 Thread Ishara Premadasa
Congrats Asanka! On Mon, Aug 5, 2013 at 11:51 AM, Suneth Ranasinghe wrote: > Congratz Asanka ! > > > On Mon, Aug 5, 2013 at 11:36 AM, Evanthika Amarasiri > wrote: > >> Hi, >> >> I would like to welcome Asanka Vithanage as a WSO2 Committer. >> >> AsankaV has made great contribut

Re: [Dev] WSO2 Committers += Chanika

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

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

2013-07-25 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 > wrote: > >> Congratz Susankha...! >> >> >> On Fri, Jul 26, 2013 at 11:49 AM, Pulast

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

[Dev] Build failure in platform/dependencies/andes/0.13.0-wso2v9 in 4.1.0 branch

2013-07-07 Thread Ishara Premadasa
Hi Srinath, I am getting the following compilation errors when building andes 0.13.0-wso2v9. It seems that the package 'org.wso2.andes.kernel' and DistrupterBasedCassandraExecuter class which were introduced in distrupter based writing to cassandra, are not added to svn repo. Pls have a look. Tha

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 wrote: > Congrats > > On Wed, Jul 3, 2013 at 1:37 PM, Dimuthu Leelarathne wrote: > >> Hi Punnadi, >> >> Congratulations! >> >> It is with great pleasure that we welcome you as a WSO2 committer. Thank >> you for your

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 wrote: > Congrats Shafreen > > > On Wed, Jul 3, 2013 at 2:08 PM, Ravi Undupitiya wrote: > >> Congrats Shafreen! :) >> >> >> On Wed, Jul 3, 2013 at 2:03 PM, Kasun Indrasiri wrote: >> >>> Hi Folks, >>> >>> Its my pleasure to welc

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

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 wrote: > Congratulations Shameera...!!! > > On Mon, Jul 1, 2013 at 1:58 PM, Danushka Fernando > wrote: > > Congratz Shameera !!! > > > > Thanks & Regards > > Danushka Fernando > > Software Engineer > > WSO2 inc. http://ws

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

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 wrote: > Congratz Inosh...!!! > > On Thu, Jun 27, 2013 at 10:27 AM, Kasun Weranga wrote: > >> Hi all, >> >> Its my pleasure to welcome Inosh Goonewardena as a WSO2 Committer. >> He has made great contributions to WSO2 BAM and o

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
f the > server. 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 wrote: &

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

Re: [Dev] build issue-trunk/registry uddi module

2013-06-10 Thread Ishara Premadasa
This error was reported in 'Re: [Bamboo-Build] WSO2 Carbon 4.1.x > Platform 4.1.3 > #153 has FAILED' mail thread for Carbon 4.1.0 branch as well few days back. seems it it not fixed yet. - Ishara On Mon, Jun 10, 2013 at 6:53 PM, Vijayaratha Vijayasingam wrote: > anyone from registry team pls c

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

Re: [Dev] MB Integration Test Failures in 4.1.2 Branch

2013-06-02 Thread Ishara Premadasa
@ Shammi, I was looking into this test failure and it seems the failed test which is JMSQueueSubscribePublishTestCase has no errors but fails due to there are no any messages received at the Message Listener end, hence the assertion fails. The reason for this is in the previous test case ' JMSQue

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 w

Re: [Dev] Configuring ESB mgt console with WSO2IS/SSO

2013-05-25 Thread Ishara Premadasa
Hi Pradeep, I have encountered previously that the same encoding error happens with IS 4.1.0 version and that is the reason for you to get this error. If it is possible you can use IS 3.2.3 version which works fine with SSO. As i got to know this error will be fixed in the next release once the f

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 wrote: > Congratulations Gihan! > > > On Tue, May 21, 2013 at 10:56 AM, Kasun Weranga wrote: > >> Hi all, >> >> Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has >> made some great contributions to BAM during

[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 java.

[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
;> > > > -- > *Sajith Kariyawasam* > *Senior Software Engineer; WSO2, Inc.* > *AMIE (SL)* > *Blog: http://sajithblogs.blogspot.com/* > *Mobile: +94772269575* > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.

[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 Date: Wed, May 8, 2013 at 9:49 AM Subject: [Dev] SAML2 Web Browser based SSO with WSO2 IS demo webapp doesn't work with IS 4.1

Re: [Dev] [MB] Purging a queue makes the queue disappear from queue list in MB admin console

2013-04-16 Thread Ishara Premadasa
es >> on queue"[1]. So we should not delete the queue once we do the purge >> operation and we should fix that. >> >> >> [1]http://activemq.apache.org/how-do-i-purge-a-queue.html >> Thanks >> Shammi >> >> >> On Sat, Apr 13, 2013 at 9:10

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

2013-04-12 Thread Ishara Premadasa
anks. > > -- > *Hasitha Abeykoon* > Software Engineer; WSO2, Inc.; http://wso2.com > *cell:* *+94 719363063* > *blog: **abeykoon.blogspot.com* <http://abeykoon.blogspot.com>* * > * > * > -- Ishara Premasada Software Engineer, Integration Technology Team, WSO2 Inc. http://wso2.com/ *Linke

[Dev] [MB] Purging a queue makes the queue disappear from queue list in MB admin console

2013-04-12 Thread Ishara Premadasa
*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/listinfo/dev

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

2013-04-03 Thread Ishara Premadasa
ll be auto deleted. BTW, Websphere MQ support that feature >>> (selective delete) by their implementation. We will consider on adding that >>> feature for MB 3.0.0. >>> >> >> +1 ActiveMQ also support message deletion through it's web console. >> &g

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

2013-04-02 Thread Ishara Premadasa
gt; > Software Engineer - WSO2, Inc. http://wso2.com > email : nuw...@wso2.com > Phone : +94 777 775 729 > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Ishara Premasada

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

2013-04-02 Thread Ishara Premadasa
ured into a higher amount as there is a possibility of crashing, when >> loading a big amount of messages into memory. >> >> The MB 2.1.0 documentation is updated too [2]. >> >> Thanks! >> Ishara >> >> [1] https://redmine.wso2.com/issues/1207 >>

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 wrote: > Hi Ishara, > > This will be a very useful feature for MB. > > > On Tue, Apr 2, 2013 at 3:31 PM, Ishara Premadasa wrote: > >> Hi, >> >> This is an update on Feature#1207 [1], adding