> On Sep 5, 2015, at 3:09 PM, Benson Margulies <[email protected]> wrote: > > On Sat, Sep 5, 2015 at 1:54 PM, David Jencks <[email protected]> wrote: >> I’d suggest ditching blueprint and using ds. > > I might, except ... > > 1) CXF has a blueprint integration, and not a DS integration.
What does this integration do? IIRC blueprint doesn’t let you create your own component instances either so I’d guess this must do something like register certain blueprint components as jax* thingies in cxf? > > 2) Can you suggest a DS tutorial that does not lead straight into a > maze of twisty passages related to BND versus Felix annotations, > plugins, and processors? Well, I use the spec :-). Ignore any non-spec annotations and any claims they are good for anything :-) (except the new bnd xml meta-annotation, for which however there are no publicly available useful examples of yet). I guess it’s time for me to write such a tutorial …. thanks david jencks > > >> >> david jencks >> >>> On Sep 5, 2015, at 1:38 PM, Benson Margulies <[email protected]> wrote: >>> On Sat, Sep 5, 2015 at 1:33 PM, Benson Margulies <[email protected]> >>> wrote: >>>> org.apache.aries.blueprint.synchronous=true >>> >>> Unfortunately for me, I see that >>> org.apache.aries.blueprint.synchronous=true is already in the default >>> config.properties, so I'm puzzled. >>
