Hi,
To circumvent a problem with the current xmldb-delete processor, I decided to write my own. I started simple, just to see how a custom processor wires in. I followed the documentation, but stumble on the following:
2008-06-26 10:45:25,655 ERROR ProcessorService - Exception at line 18, column 91 of oxf:/apps/visum-country-data/page-flow.xml (reading page view data output: page id='delete', view='list/delete-country.xpl')
org.orbeon.oxf.common.OXFException: Cannot load processor '{
http://www.thespeechcorporation.com/ops/processors}xmldb' because it needs a class that cannot be loaded: 'org/orbeon/oxf/processor/SimpleProcessor'
I am pretty sure the SimpleProcessor is in the lib folder... what am I doing wrong?
- Mike