I'm wondering if we do something about the case where more than one
servlet is able to process a specific resource type?
For example, you have a bundle containing "standard" servlets for some
resource types providing a default rendering.
Then you want to provider for one of the resource types a different
servlet for rendering. Now, you put your new rendering servlet into your
bundle and end up with two servlets (from different bundles) for a
resource type.
Of course you can't disable the whole "standard" bundle as you want to
use the other servlets for the other resource types.

You could disable the single servlet through the admin console, but
that's not really nice.

It would be good to have some mechanism which allows me to just deploy
my bundle with my new servlet and this one is always picked up - without
any further configuration. Perhaps this could be done with an "order"
property?

Carsten
-- 
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to