I have the following XML:
version 15.0 &
this is how it would look in xpath: /rdr/details/detail[name='version']/value/text()
so maybe try:
@Path("details/detail[name='version']") @Element(name = "value") private String resolution;
see the '' it needs to know this is text