I'm trying out the xforms-submission processor. Right now I'm just using it to query an exist database and pass the results to an http serializer. I've included a copy of the XPL pipeline below. When I try to run it, I get this error: Cannot find processor factory with name "{<A href="http://www.orbeon.com/oxf/processors}xforms-submission">http://www.orbeon.com/oxf/processors}xforms-submission" Does anybody know what's up with this? I'm running ops-3.5.M1.200608310259 Here is the XPL pipeline: <!-- This pipeline is meant to be called directly as an HTTP URL. It retrieves data from an exist database and returns the data to the requester via an HTTP serializer processor. --> <p:param name="data" type="output"/> <p:processor name="oxf:xforms-submission"> <p:input name="submission"> <xforms:submission method="post" action="/exist/db/mshlf/test/temp" /> </p:input> <p:input name="request"> <exist:query xmlns:exist="http://exist.sourceforge.net/NS/exist"><!-- start="first item to be returned" max="max items to be returned" --> <exist:text>/*</exist:text> <!--<exist:properties>--> <!--<exist:property name="name1" value="value1"/>--> <!--</exist:properties>--> </exist:query> </p:input> <p:output name="response" id="retrieved-data"/> </p:processor> <p:input name="config"> <config> <!-- This makes sure that the correct content type is sent to the client. In this particular case, this is not strictly necessary, as the content type provided by the input document would be used anyway. --> <content-type>text/xml</content-type> <force-content-type>false</force-content-type> </config> </p:input> <p:input name="data" href="#retrieved-data"/> </p:processor> </p:config> Matt Zumwalt -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Matt,
there was an earlier email today with the exact same problem (and heading). Check out the archives. In the meantime, here is what [hidden email] had to say about it: > Grabbed the nightly build. That solved it. > > Thanks, > Matt Hope that helps. Henrik On 10/23/06, Matt Zumwalt
<[hidden email]> wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |