Stefan,
 
I encounter the same problem when using BindingStore in Slide2.1b1. When i use 
ExtendedStore, the put/mkcol are ok, but the binding seems not to work well: though 
the result status is Created (201), I can't find the link in the system.  Need I do 
extra work for it? 
 
regards
Yong
 
---------Stefan wrote:--------
 

Hi Christophe and all active committers,


I checked out the latest Slide version from CVS and built the distribution. I could 
reproduce the error described by Christophe.


I'm trying to use the BindingStore but I got an exception when I tryto add a new 
collection with some methods. Only the BINDING methodis working, other are not working 
correctly. Following the doc, Ijust set the my store 
withclassname="org.apache.slide.store.BindingStore" but I doesn't work.

Is it necessary to set other parameters ? 





I'm using Slide in a project by calling it via the helper API. The stack trace is 
attached at the end of this mail. The error doesn't occur when using the ExtendedStore 
instead of BindingStore.


I really have no idea why it occurs since Slide 2.>0+ because the involved methods 
look quite similar to Slide 2.0. The only difference I found is in 
TxXMLFileDescriptorsStore:


    public ObjectNode retrieveObject(Uri uri) throws ServiceAccessException, 
ObjectNotFoundException {        XMLResourceDescriptor xfd = getFileDescriptor(uri);   
     ObjectNode object = xfd.retrieveObject();        return object;    }


where xfd.retrieveObject() is called without an URI like in Slide 2.0. Could this be 
the reason?


Best regardsStefan




---------------------------------
Do You Yahoo!?
嫌邮箱太小?雅虎电邮自助扩容!

Reply via email to