jaxb - Empty uri in rest response -
i developing plugin nexus oss .my app creates rest call response(to request server) . when server receives , throws error follows javax.xml.bind.unmarshalexception: unexpected element (uri:"", local:"com.collabnet.teamforge.ia.types.getconfigurationparametersresponse"). expected elements \lt{http://www.collab.net/teamforge/integratedapp}createprojectconfigurationrequest\gt, \lt{http://www.collab.net/teamforge/integratedapp}getconfigurationparametersrequest\gt, \lt{http://www.collab.net/teamforge/integratedapp}getconfigurationparametersresponse\gt, \lt{http://www.collab.net/teamforge/integratedapp}getpagecomponentparametersrequest> i guess reason behind exception response doesn't match expected because uri ( guess , if it's wrong please correct me),that namespace in response not set . snip of code in plugin follows @xmlaccessortype(xmlaccesstype.field) @xmltype(name = "", proporder = { "configurationparameter" }) @x...