This content has been marked as final.
Show 2 replies
-
1. Re: Bundle with routes being inherited by another bundle
ffang Oct 17, 2012 10:45 PM (in response to garethahealy)Hi,
For your question
Firstly, is it a good idea for a bundle to inherit another bundle which has routes in it?
No, I don't think so either, as you'll encounter lot of class/resource export/import issue if you go this way.
Yeah, let commons bundle export OSGi service should be the right way to go.
Freeman
-
2. Re: Bundle with routes being inherited by another bundle
garethahealy Oct 18, 2012 3:51 AM (in response to ffang)Cheers Freeman.