Re: getRequestAttributes() always is empty.

2011-04-26 Thread Musa YUVACI
Hi Thierry, Thank you for response. I want to send information with request. if i can send information with request, i don't need to change my uri mapping when sending information changed. Now i use uri for conveying data. -- View this message in context: http://restlet-discuss.1400322.n2.na

Re: GWT Restlet Spring timeout problem

2011-04-26 Thread Musa YUVACI
Hello Thierry, I tried "net" and "httpclient" extension . But the problem is still continue. (So that Client and service running different server.This is temporarily solution for us now) "Another İssue" I found interesting situation (that interest with @get operation).I used internal client conne

Error while handling HTTP Client call

2011-04-26 Thread Kayode Odeyemi
First trial with Restlet. And I'm using it to create a client service to consume Drupal service. My example is a typical Restlet official example on using GWT to create Restful web service client. I created the request like this: ClientResource r = new ClientResource(" http://domain.com/services/r

java.net.SocketException: Broken pipe

2011-04-26 Thread ksmoran
I have a URLConnection that connects to a Restlet URI which sends back 8MB of data to the sender. However, often times I get the following message and I lose a lot of data: org.restlet.engine.http.connector.Connection writeMessage WARNING: Exception while writing the message body. java.net.Socket

RE: ObjectRepresentation with an Object embedding a negative int value

2011-04-26 Thread Daan
I am also having problems with this. I am trying to send a negative int and receive errors. When I change the value to a positive value everything works alright. I am using the current unstable version for Android to send to Google App Engine. -

logging for the HTTP client

2011-04-26 Thread KD
Hello All: I am working with RESTLET 2.0 for JSE and been able to successfully download metadata and documents from a RESTful site. I am having no luck uploading documents to the same site. To debug this it would be very helpful to see what exactly is being send out over the wire. I do b