Hi Jim,there is no "setLocationRef" method in 1.0.5 release. If you only want to set the location header, use the setRedirectRef method.
If you want to set both location and status use one of these methods : - redirectPermanent - redirectSeeOther - redirectTemporary
best regards, Thierry Boileau
response.setStatus(Status.SUCCESS_CREATED); response.setLocationRef(yourCreatedURIString);Is the setLocationRef method part of 1.0.5 release? cheers </jima>

