Re: Restlet Framework 2.1 RC5 and 2.0.14 released

2012-05-23 Thread Dalia Sobhy
Hiii Jerome, I have a problem with restlet 2.0.12, When I type this cmd $ab -n 10 -c 5 http://localhost:8182/test/1235/retrievepatient This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software F

RE: Re: How to measure the performance of an app using Restlet 2.1

2012-05-23 Thread Dalia Sobhy
Is there one for mac osx ?? -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/How-to-measure-the-performance-of-an-app-using-Restlet-2-1-tp7571360p7574242.html Sent from the Restlet Discuss mailing list archive at Nabble.com. --

Re: Restlet Framework 2.1 RC5 and 2.0.14 released

2012-05-23 Thread Ioannis Mavroukakis
Yey! Well done :) On 23 May 2012 21:53, Jerome Louvel wrote: > Hi all, > > ** ** > > The core Restlet team is happy to announce two new releases of the > framework! > > > http://blog.restlet.com/2012/05/23/restlet-framework-2-1-rc5-and-2-0-14-released/ > > > ** ** > > The blog post

Restlet Framework 2.1 RC5 and 2.0.14 released

2012-05-23 Thread Jerome Louvel
Hi all, The core Restlet team is happy to announce two new releases of the framework! http://blog.restlet.com/2012/05/23/restlet-framework-2-1-rc5-and-2-0-14-rele ased/ The blog post also covers exciting progress on other fronts: . next 2.2 version . book in pre-productio

Re: Adding response headers in restlet 2.1.x

2012-05-23 Thread Daniele Dellafiore
Like this: Series responseHeaders = (Series) response.getAttributes().get(HeaderConstants.ATTRIBUTE_HEADERS); if (responseHeaders == null) { responseHeaders = new Series(Header.class); response.getAttributes().put(Hea

NullPointerException at MetadataReader.java:516

2012-05-23 Thread Eric Givler
I'm getting an NPE, full stack trace below below: See stacktrace_XML-22900.txt The code in gov.pa.dep.egov.restlet.FormsModernizationServicesService was generated based on this note: http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/287-restlet.html The code gov.pa.dep.egov.client.ClientSe