Custom processor dependency problem

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Custom processor dependency problem

Mike Ahlers
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

Reply | Threaded
Open this post in threaded view
|

Re: Custom processor dependency problem

Mike Ahlers
Ignore this, it is a local classpath problem with my development environment.

- Mike