Hi, I was looking at the org.restlet.Client. In current code, I am accessing the context via the following:
Client client = new Client(Arrays.asList(protocols)); Context context = client.getContext(); The getContext() method as of 1.1-M5 returns null, i.e., due to the change in the Restlet classes' constructor. What is the recommended approach with 1.1-M5 to access the context? Thanks in advance, Sanjay _________________________________________________________________ Talk to your Yahoo! Friends via Windows Live Messenger. Find out how. http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008

