Hi,

I`m a newbie so please excuse me if this has been asked before (I searched the 
mailing list but couldn`t find the answer). 

Is there any sample code that shows how to use the atom extension support in 
Android?

I tried to init the engine with 
Engine.getInstance().getRegisteredClients().clear();
Engine.getInstance().getRegisteredClients().add(new HttpClientHelper(new 
Client(Protocol.HTTP)));  

followed by:
Feed atomFeed = new Feed(urlCatalog);

But the call to Feed never returns. My activity is eventually forced to exit.

I also tried it without the calls to init the Engine but I get the same 
behaviour. 

I was able to run my sample RESTlet application in JSE to the same atom feed.

I tried using the RESTlet 2.1m1 library jar files and also a build from sources 
but still no success. 

Any pointers would be appreciated.

thanks,
Wilson

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2685292

Reply via email to