Hi I use Jackson extension in my app. And when i write some code like this
*List<News> lNews = (new JacksonRepresentation<List<News>>(rep1, List<News>.class).getObject();* , The errors I get from Eclipse are: "List cannot be resolved to a variable" and "News cannot be resolved to a variable". but my code follows the code from the "Restlet in action" book (listing 9.10) Please help me and give a solution to this problem How workaround this problem -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-in-Action-Error-in-the-listing-9-10-tp7519398.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2956791

