Thanks!

Would love to test and confirm, but Restlet won't build (revision 6159). 
My error:

     [javac] 
/Depot/Projects/Collaborative/Restlet/build/temp/android/modules/org.restlet.ext.odata/src/org/restlet/ext/odata/internal/FeedParser.java:362:
 
cannot find symbol
     [javac] symbol  : method getNode(java.lang.String)
     [javac] location: class org.restlet.ext.xml.DomRepresentation
     [javac]                 Node node = 
inlineContent.getNode(mapping.getValuePath());

On 02/22/2010 09:07 AM, Thierry Boileau wrote:
> Hello Tal,
>
> thanks for your report. The fix is available in the svn repository.
>
> Best regards,
> Thierry Boileau
>
>
>> It seems like I cannot use a Redirector to an RIAP URI.
>>
>> For example:
>>
>> router.attach("/note/{id}"), new Redirector(component.context,
>> "riap://component/myapp/note", Redirector.MODE_SERVER_DISPATCHER));
>>
>> Is this intentional? Can anyone think of a simple workaround?
>>
>> The use case is to have a different internal URI space, and a different
>> one exposed to the world.
>>
>> By the way, setting the Redirector in MODE_CLIENT_DISPATCHER in this
>> case causes a JVM failure...
>>
>> -Tal
>>
>> ------------------------------------------------------
>> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2449457
>>
>>

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

Reply via email to