Hey, all. Does anybody have trouble with using the Atom feeds in the CMIS implementation where sometimes a list of children will time out? I have:
http://<host>:<port>/emc-cmis-ea/resources/repositories/<docbase>/objects/<object_id>/children
This will sometimes think for a while and then time out. I refresh and it gives me the proper list. The vitals are:
Windows Server 2003
Apache Tomcat 6.0.18
JDK 1.6.0_17
CMIS EA4 release
While I'm at this, is there a way of paring down the amount of stuff in the atom feed? In Documentum's RESTful web services (which I am starting to pine for), I could control which properties were returned, which improved performance in many cases and prevented these potentially long waits while the content server tried to cobble together a list of renditions that I don't need to populate a table view in my iPhone app.
Any help would be appreciated!
Dave