2 Replies Latest reply on Oct 18, 2012 3:51 AM by garethahealy

    Bundle with routes being inherited by another bundle

    garethahealy

      Hopefully this will make sense.

       

      Its more of a architecture question since most of my camel route tests have suddenly started to fail and weird things have started to occur after I've just moved from "fuse-7-061" to "fuse-70-097".

       

      Bascially, i have a commons bundle which is used by all my code. This has 2 routes in, which do some house keeping tasks.

       

      Firstly, is it a good idea for a bundle to inherit another bundle which has routes in it?

       

      i.e.:

      MyService (has routes) -> Commons (has routes).

       

      From what i've seen today, i dont think it is. So my question is, what can be in the blueprint xml of the commons bundle? Just any services which need to be exposed?

       

      i.e:

       

      Cheers.