Re: 0.10 release update - RC2 is out

2011-03-30 Thread Rajika Kumarasiri
d. > >> > >> Robbie > >> > >> On 30 March 2011 15:34, Justin Ross wrote: > >> > >> Hi, Rajika. Would you create a jira for it? I need to start recording > >>> various people's disposition toward it. > >>> > >>>

[jira] [Created] (QPID-3172) Fix SSL realted issues

2011-03-30 Thread Rajika Kumarasiri (JIRA)
Reporter: Rajika Kumarasiri See the description here: http://mail-archives.apache.org/mod_mbox/qpid-dev/201103.mbox/%3caanlktimxnz9rfkq7f_d3phcoupocumlnw-ssxit7a...@mail.gmail.com%3E -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software

Re: 0.10 release update - RC2 is out

2011-03-29 Thread Rajika Kumarasiri
Will it possible to include the SSL fixes(there is no issue created yet) in the next RC ? Rajika On Fri, Mar 25, 2011 at 4:49 AM, Justin Ross wrote: > Greetings. This note will regrettably be a little brief. It's busy times! > Next week I will provide a more detailed overview of where we sta

Re: NPE while processing the data block

2011-03-29 Thread Rajika Kumarasiri
On Tue, Mar 29, 2011 at 11:27 PM, Robert Godfrey wrote: > > > On 29 March 2011 19:31, Rajika Kumarasiri wrote: > >> BTW, >> I have a one last question on the patch. I have registered SSL protocol >> handler as the last handler in the chain where you have register

Re: NPE while processing the data block

2011-03-29 Thread Rajika Kumarasiri
SSLFilter(_sslFactory.buildServerContext())); +protocolSession.getFilterChain().addLast("sslFilter", new SSLFilter(_sslFactory.buildServerContext())); [0] - http://svn.apache.org/repos/asf/mina/trunk/mina-example/src/main/java/org/apache/mina/example/echoserver/Main.java O

Re: NPE while processing the data block

2011-03-29 Thread Rajika Kumarasiri
I tested the patch and now everything works fine. Please go ahead and apply the changes, or do you want me to create a JIRA issue to keep track this ? Rajika On Tue, Mar 29, 2011 at 4:39 PM, Rajika Kumarasiri wrote: > hi Rob, > Your second change is the exact change that I did to get t

Re: NPE while processing the data block

2011-03-29 Thread Rajika Kumarasiri
in the > broker (by coincidence I happened to be looking at this over the weekend) - > and by the looks of the problem you are reporting you've only fixed one of > them... > > try the attached patch for the trunk broker and see if this resolves your > SSL issues > > Ch

NPE while processing the data block

2011-03-29 Thread Rajika Kumarasiri
I came across the following NPE, when trying to use the broker against a client(Publisher.java). The Qpid server is configured for SSL and client connect using the url: "amqp://guest:guest@test/?brokerlist='tcp://localhost:8672?ssl='true''" 2011-03-29 15:34:43,478 ERROR [pool-3-thread-1] (AMQProt

[jira] Updated: (QPID-3039) Enable debug info. in the Qpid build by default

2011-02-06 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated QPID-3039: Attachment: QPID-3039.patch A small patch to fix the problem. Rajika > Enable debug i

[jira] Created: (QPID-3039) Enable debug info. in the Qpid build by default

2011-02-06 Thread Rajika Kumarasiri (JIRA)
Enable debug info. in the Qpid build by default --- Key: QPID-3039 URL: https://issues.apache.org/jira/browse/QPID-3039 Project: Qpid Issue Type: Wish Reporter: Rajika Kumarasiri

Re: Performance : Qpid vs 29west UMDS , just for referenced , not for benchmark.

2010-06-02 Thread Rajika Kumarasiri
Jin, I think it'd be a good idea to share your performance testing framework(so that qpid can perform a similar test), on the other hand I think that the frame work is not that complex to share, which just send number of messages to particular queue/topic and log the stats( at least that what I un

Re: Re-factoring shell/batch scripts in bin directory

2010-05-20 Thread Rajika Kumarasiri
On Wed, May 19, 2010 at 3:33 PM, Andrew Kennedy < andrewinternatio...@gmail.com> wrote: > On 15 May 2010 15:04, Rajika Kumarasiri wrote: > > When I first build Qpid java broker and looked inside the bin folder I > was > > confused. This happens due to the fact there ar

Re: no left navigation panel on qpid website

2010-05-19 Thread Rajika Kumarasiri
There has been couple of discussions which took place to re-arrange the web site. I think Rajith is working on a new web site which includes features like this. Rajika On Thu, May 20, 2010 at 5:03 AM, Sorin Suciu wrote: > Hi, > It seems we are missing the left navigation panel on qpid website

Re: Re-factoring shell/batch scripts in bin directory

2010-05-18 Thread Rajika Kumarasiri
On Tue, May 18, 2010 at 8:43 PM, Marnie McCormack < marnie.mccorm...@googlemail.com> wrote: > Hi Rajika, > hi, > I definitely don't have a strong view on version numbering but Qpid has > been > in prod across a host of applications for years now. > > Qpid has real users transitting business cri

Re: Re-factoring shell/batch scripts in bin directory

2010-05-18 Thread Rajika Kumarasiri
hopefully the wiki content is helpful here. > I'll submit a patch for the read me. > > On the bin/util dir - is this for the client package ? > What I meant was for utility scripts such as setenv.sh, set_classpath.sh etc... It seems that we can live with a README.txt for now. Raji

Re-factoring shell/batch scripts in bin directory

2010-05-15 Thread Rajika Kumarasiri
When I first build Qpid java broker and looked inside the bin folder I was confused. This happens due to the fact there are lot of scripts which I couldn't figure out what they do by looking at their names. ( Next thing I did was to check README.txt which really didn't help to figure out what the s

Re: Aligning the JMS examples with the C++ and Python examples

2010-05-15 Thread Rajika Kumarasiri
On Sat, May 15, 2010 at 12:36 AM, Rafael Schloming wrote: > Rajith Attapattu wrote: > >> Currently the following are under the example folder in the JMS client. >> # jmsexample/ >> # publisher/ >> # pubsub/ >> # shared/ >> # simple/ >> # subscriber/ >> # transport/ >> >> 1. I already deleted the a

Re: Java Client Logging (yet again !)

2010-05-10 Thread Rajika Kumarasiri
On Mon, Mar 8, 2010 at 9:12 PM, Rajith Attapattu wrote: > Hi All, > > The current out of the box performance for the java client is somewhat > impacted by the log4j issues. > What exactly are the issues (sorry if this question is answered before, I couldn't find any)? I have seen code which uses

Re: Does anybody work on perl clients ?

2010-05-10 Thread Rajika Kumarasiri
Thanks Gordon. Rajika On Mon, May 10, 2010 at 12:47 PM, Gordon Sim wrote: > On 05/08/2010 07:07 PM, Rajika Kumarasiri wrote: > >> I agree that we need to have an consistent API for all the clients in c++, >> perl, python, ruby etc..which goes hand in hand with JMS and WCF cli

Re: Does anybody work on perl clients ?

2010-05-08 Thread Rajika Kumarasiri
On Thu, May 6, 2010 at 2:12 PM, Gordon Sim wrote: > On 05/01/2010 01:14 AM, Rajika Kumarasiri wrote: > >> I see that in your TODO list [1], you have listed writing perl clients as >> one of the new features that you'd like to see. I'd like to know if >> anybody

Re: Website prototype take2

2010-05-03 Thread Rajika Kumarasiri
+1 for #1. Also may be all the hyperlinks should appear in a different colour, so that some one knows it suppose to click. Rajika On Mon, May 3, 2010 at 11:03 PM, Rajith Attapattu wrote: > I managed some time during sunday to create 3 prototypes. > Based on the feedback from last time, most peop

[jira] Commented: (QPID-1456) Misnamed virtual host in xml results in NPE

2010-05-01 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863037#action_12863037 ] Rajika Kumarasiri commented on QPID-1456: - I tried to re-produce this issue, b

Re: Proposed directory structure for web site

2010-05-01 Thread Rajika Kumarasiri
> more static website with documentation generated from DocBook sources kept > in our code repository. > > Robbie > > > -Original Message- > > From: Rajika Kumarasiri [mailto:raj...@wso2.com] > > Sent: 01 May 2010 15:38 > > To: dev@qpid.apache.org

Re: Proposed directory structure for web site

2010-05-01 Thread Rajika Kumarasiri
I think I am not making any noise in middle of this discussion. When I browse through the qpid web site I faced with some of the problems reported in [1]. I think we need to re-arrange the web site with the same content in a more user friendly manner where a user pick what he/she wants in minimum t

[jira] Commented: (QPID-2561) Download page does not follow ASF standards

2010-05-01 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863013#action_12863013 ] Rajika Kumarasiri commented on QPID-2561: - I really think we need a seriou

Does anybody work on perl clients ?

2010-04-30 Thread Rajika Kumarasiri
I see that in your TODO list [1], you have listed writing perl clients as one of the new features that you'd like to see. I'd like to know if anybody work on this? If not I can come with a proposal to add that support. Rajika [1] - http://qpid.apache.org/looking-to-pitch-in.html -- http://rajik

Re: Could not connect to the java broker

2010-01-03 Thread Rajika Kumarasiri
Harsha, In qpid issue tracker, which is JIRA there are issues tagged under beginning. I think you can give a try for them. Rajika On Sat, Jan 2, 2010 at 11:23 AM, Harsha Halgaswatta < harsha.halgaswa...@gmail.com> wrote: > Hi Robbie, All > > I will get my hands out of that then . Thanks for your

Re: Non-mandatory Glasgow Qpid bonding social curry thing tonight

2009-04-01 Thread Rajika Kumarasiri
On Wed, 2009-04-01 at 17:05 +0100, Aidan Skinner wrote: > Compatriots, > > just a reminder that tonight is our once-in-a-blue-moon Qpid Glasgow > social event[1], this time featuring the delicious curry stylings of > Mother India's cafe on Argyle St at 8.15 > > I'll likely be somewhere nearby fro

Re: Build Failure at Revision 753390

2009-03-14 Thread Rajika Kumarasiri
On Sat, 2009-03-14 at 13:31 +, Aidan Skinner wrote: hi Aidan, > On Sat, Mar 14, 2009 at 10:18 AM, Thilina Buddhika > wrote: > > > Then I imported the broker module to the eclipse via the Ant build file and > > attached the jars of the lib folder manually. Now there are some errors in > > the