So just out of interest,

is it document order in the web.xml file or is it the priority you
assign the resource: 

        <context-param>
                <param-name>oxf.resources.priority.1</param-name>
        
<param-value>org.orbeon.oxf.resources.FlatFileResourceManagerFactory</pa
ram-value>
        </context-param>

vs 
<context-param>
                <param-name>oxf.resources.priority.2</param-name>
        
<param-value>org.orbeon.oxf.resources.ClassLoaderResourceManagerFactory<
/param-value>
        </context-param>

Thanks

Peter



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Erik Bruchez
Sent: Wednesday, March 10, 2004 4:29 PM
To: OXF Users
Subject: Re: over riding processors.xml

Yes it does. This is actually configured in your web.xml, where you set
the 
order of the resource managers. First, you tell OXF to look at your
resources, 
whether on disk or WAR, and then from the JAR. This simple mechanism is
the 
one that allows the override.

-Erik

Peter Charles wrote:

> Thanks for the response.  
> 
> If there is a processors.xml file in the resources directory does it
> automatically override the one in oxf.jar?
> 
> Thanks
> 
> Peter

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to