java Programming Glossary: profiledto
JAXB Exception: Class not known to this context http://stackoverflow.com/questions/3237473/jaxb-exception-class-not-known-to-this-context resolve it JAXBException occurred class com.octory.ws.dto. ProfileDto nor any of its super class is known to this context... Following.. public class Service public Response results Collection ProfileDto profilesDto new ArrayList ProfileDto ... SearchResultDto srd.. results Collection ProfileDto profilesDto new ArrayList ProfileDto ... SearchResultDto srd new SearchResultDto srd.setResultEntities..
|