Re: JAXRSClientServerBookTest.testGetBookXmlWildcard failures...

2012-05-14 Thread Sergey Beryozkin
Hi Dan On 14/05/12 18:17, Daniel Kulp wrote: Sergey, The JAXRSClientServerBookTest.testGetBookXmlWildcard test seems to randomly fail for me. Looking into the test, it looks like the URL it's getting can match either: @GET @Path(/books/{bookId}/) @Produces(application/xml)

Serving Static content...

2012-05-14 Thread Tony Giaccone
Hi, my first posting and I have looked over the mailing list and a host of other web sites but for the life of me I can't figure out how solve my problem. First a general description, I'm creating a Restful Web Service that manages a persistent entity (eventually many but for now one).