users@jersey.java.net

Re: [Jersey] Abdera Feeds not usable in Eclipse / OSGi?

From: Ari Heino <ext.ari.heino_at_tieto.com>
Date: Thu, 20 Aug 2009 07:00:47 -0500 (CDT)

I noticed that the feed's xml is actually transported to the client:

output of system.out.println(response.getEntity(String.class);

<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xml:base="http://localhost:8080/webservices/projects/KimmoTest2/eventfeed"><id>KimmoTest2</id><title
type="text">Project 'KimmoTest2' notifications</title><link
href="null/eventfeed/2009/8/20" rel="self" /><link
href="null/eventfeed/2009/8/19" rel="prev-archive"
/><author><name>System</name></author><updated>2009-08-20T11:57:14.936Z</updated><entry><id>d4598a60-4593-48ff-860e-3c1f96fd3dcc</id><link
href="http://localhost:8080/webservices/projects/KimmoTest2/resources/adasdasd.txt"
rel="self" /><category term="add" /><title type="text">add
http://localhost:8080/webservices/projects/KimmoTest2/resources/adasdasd.txt</title><updated>2009-08-20T11:57:14.873Z</updated></entry><entry><id>26c3a025-baae-427f-a489-fd970747071e</id><link
href="http://localhost:8080/webservices/projects/KimmoTest2/contents/adasdasd.txt"
rel="self" /><category term="add" /><title type="text">add
http://localhost:8080/webservices/projects/KimmoTest2/contents/adasdasd.txt</title><updated>2009-08-20T11:57:14.936Z</updated></entry></feed>

But for some reason the transformation of that String into Feed object
doesn't work.
-- 
View this message in context: http://n2.nabble.com/Abdera-Feeds-not-usable-in-Eclipse-OSGi-tp3472905p3478552.html
Sent from the Jersey mailing list archive at Nabble.com.