Hi Ron, Do you by any chance have the log's for this too? From a glance, your XML looks ok, but the log could reveal more.
Cheers, Johan > Hi, > > I just tried using the library's Pipline factory, but ended up only > having the first filter called. Any hints would be most appreciated... > > cheers, > Ron > > > the xml: > > <configuration-point id="QueryBuilderPipeline" > schema-id="hivemind.lib.Pipeline"> > </configuration-point> > > <service-point id="QueryBuilder" interface="QueryBuilder"> > <invoke-factory service-id="hivemind.lib.PipelineFactory"> > <create-pipeline filter-interface="QueryBuilderFilter" > configuration-id="QueryBuilderPipeline"/> > </invoke-factory> > </service-point> > > <contribution configuration-id="QueryBuilderPipeline"> > > <filter before="*" name="BaseJoin" > object="instance:impl.QBF0BaseJoin"/> > > <filter after="BaseJoin" name="CategoryXLocation" > object="instance:impl.QBF1CategoryXLocation"/> > > <filter after="*" name="Order" object="instance:impl.QBFxOrder1"/> > > </contribution> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- you too? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
