(Currently using beta 20)
I am having a little bug with the DomRepresentation class.  When I instantiate
it with a Document {new DomRepresentation(MediaType.APPLICATION_XML,
myDocument)}, the DomRepresentation object does not store the size of the
Document, which means that if I want to find it later I have to convert it to a
String via getValue (a potentially slow process if the Document is really big).
 This is opposed to a JsonRepresentation which does store the size by default. 
Is there a plan to change/already implemented change for this in a future
release (or heck, even in my current release, that I missed)?  Thanks.

-Alex

Reply via email to