I've noticed in the past that some WebDAV implementations actually insert a zero-length file and then update the file with content. It's a two step process and CPF doesn't find anything to process when the file is inserted, then the file is updated with content by WebDAV which explains your seeing it do something on update.
-- Steve On Wed, Jan 12, 2011 at 8:57 AM, James Sulak <[email protected]>wrote: > Hello everyone, > > > > I’m attempting to set up a cpf pipeline to execute a module on the > “initial” state. This works fine when I insert a document using CQ, but > when I try to insert a document into the same directory using WebDAV, the > module doesn’t fire. However, if I change the pipeline to capture the > “updated” state transition instead, then the module is executed. > > > > Does the initial state transition simply not happen when a document is > inserted using WebDAV, or am I doing something wrong? I’m using Windows 7 > 64-bit. I’ve attempted to load files using both Windows Explorer and > Oxygen. As far as I can tell, it doesn’t matter if the module is an XQuery > or an XSLT. > > > > I’m new to Marklogic server, so I’m probably doing something boneheaded… > > > > Thanks, > > > > James > > > > > > > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
