RE: NPE when using WADL extension auto transform to HTML feature

2013-08-15 Thread Jana Schlegelova
I am facing exactly the same problem... When I try to call options method in browser, it finished with this: 09:34:52,988 INFO [org.restlet.IslandComponent.LogService] (http-localhost/127.0.0.1:8080-6) 2013-08-1509:34:52127.0.0.1 admin 127.0.0.1 8080OPTIONS

how can i set local source ip address for Restlet ClientResource?

2013-08-15 Thread emre he
Hi, i am implementing a Restlet Client which access remote server's REST API, i have multiple eth configured at local server, and i have to point out the specific eth which send out the request. so how can i assign the specific eth or ip address for ClientResource? actually i found