users@jersey.java.net

[Jersey] JAXB Error Message

From: <aidanmcg33_at_hotmail.com>
Date: Thu, 23 Aug 2012 18:55:12 +0000 (GMT)

When I make a post from a browser on my server everything works fine.
However when i make a post from a browser on another computer to my
server I get the following error:

Couldn't find JAX-B element for class javax.ws.rs.core.MultivaluedMap

I've also had the same error for String and LinkedHashMap.

The code in my resource class doesn't change, the only thing that
changes is if i make the post from 127.0.0.1 or 158.23.232.11