Re: usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Michael Wechner
Andreas Hartmann wrote: Thorsten Scherler schrieb: El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió: Michael Wechner wrote: Hi I have noticed that within http://staging.ejo.ch/lenya/ejo/authoring/index.html sorry for this copy/paste error. It should read: src/webapp/glo

performance re UsecaseAuthorizer

2006-04-10 Thread Michael Wechner
Hi I have noticed that the configuration for the UsecaseAuthorizer is read every time and I guess we could greatly improve performance if we would do this only once during startup resp. when the configuration has been changed (for each publication). Any suggestions how to do this resp. shari

Re: usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Andreas Hartmann
Thorsten Scherler schrieb: El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió: Michael Wechner wrote: Hi I have noticed that within http://staging.ejo.ch/lenya/ejo/authoring/index.html sorry for this copy/paste error. It should read: src/webapp/global-sitemap.xmap the src="

Re: usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Michael Wechner
Thorsten Scherler wrote: I am not sure but would ...src="fallback://lenya/config/ac/usecase-policies.xml"> not do the trick? no, because this path needs to be configured within ac.xconf resp. local.ac.xconf Michi salu2 -- Michael Wechner Wyona - Open Source Content Ma

Re: usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Thorsten Scherler
El lun, 10-04-2006 a las 16:37 +0200, Michael Wechner escribió: > Michael Wechner wrote: > > > Hi > > > > I have noticed that within > > > > http://staging.ejo.ch/lenya/ejo/authoring/index.html > > > sorry for this copy/paste error. It should read: > > src/webapp/global-sitemap.xmap > > > > >

Re: usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Michael Wechner
Michael Wechner wrote: Hi I have noticed that within http://staging.ejo.ch/lenya/ejo/authoring/index.html sorry for this copy/paste error. It should read: src/webapp/global-sitemap.xmap the src="lenya/pubs/{1}/config/ac/usecase-policies.xml"> is hardcoded instead be

usecase-policies config path hardcoded within global-sitemap ...

2006-04-10 Thread Michael Wechner
Hi I have noticed that within http://staging.ejo.ch/lenya/ejo/authoring/index.html the src="lenya/pubs/{1}/config/ac/usecase-policies.xml"> is hardcoded instead being read from the ac.xconf I guess it would make sense to use an InputModule (e.g. XMLInputModule) for this,