I am facing a weird problem. I am using RESTFUL Post method and taking a JSON object using JAXB element, it's working fine for some 20-30 requests and then its giving a "java.lang : could not match" exception.
JSONLEXER is not able to parse the json that is recieved from the client. For the first 20-30 requests it will be working fine.
How to resolve this??
Is there a possibility of caching, if so how to disable it??