Hi,

I get following error when trying to  consume an xml document passed via a 
POST. The error pops-up at following line: 

 SaxRepresentation xmldocument = new SaxRepresentation(entity);


FINE: Delegating the call to the target Restlet
28-mei-2010 20:28:59 org.restlet.service.ConverterService toObject
FINE: The following converter was selected for the [application/xml] 
representation: org.restlet.engine.converter.defaultconver...@e1ed5b
28-mei-2010 20:28:59 org.restlet.resource.UniformResource doCatch
INFO: Exception or error caught in resource
org.restlet.resource.ResourceException: 
org.restlet.representation.Representation.getLocationRef()Lorg/restlet/data/Reference;
 at org.restlet.resource.ServerResource.doHandle(ServerResource.java:410)

Caused by: java.lang.NoSuchMethodError: 
org.restlet.representation.Representation.getLocationRef()Lorg/restlet/data/Reference;
 at org.restlet.ext.xml.SaxRepresentation.<init>(SaxRepresentation.java:145)

Can someone help me please ?

H.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2614542

Reply via email to