> Hi Robert, > what is the stacktrace that you get from the webbdav transformer that sends the request? > Just because I'm curious: solr speaks webdav? > Regards, > Jeroen > -----Original Message----- > From: news on behalf of Robert Goené > Sent: Tue 4/15/2008 8:55 PM > To: users <at> cocoon.apache.org > Subject: webdav transformer > Hi! > I try to use the webdav transformer in Cocoon 2.1.10 to > post some data to Solr. When I do not provide a <body> > element, I get the expected error message from Solr: > no data provided. So far so good. When I do provide a > <body> element, I get a very general NullPointerException. > I use the Saxon transformer, because I need some EXSLT > features. Could this explain my problem? Would explicitely > defining the webdav transformer do any good? > Thanks in advance,
Hi Jeroen, I think I have solved my problem in the meanwhile. Saxon needed a dom jar all over a sudden. I still do not understand why Saxon is called in the first place, as I have defined xalan as the default transformer. Solr does not speak webdav properly, but it seems to work if I keep the requests limited to the http ones. posting data through the webdav transformer give me the same result as a curl call. I want to use this in combination with the DirectoryGenerator for indexing not-so-large sites. Groeten, Robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
