Oh, I should mention I did this on the 4.1 branch. On Apr 4, 2013, at 2:10 PM, Ryan Dietrich <r...@betterservers.com> wrote:
> I have written a test plugin, but it is not being picked up by spring. > > Specifically, I am looking at ApiDiscoveryServiceImpl.java > > @Inject protected List<PluggableService> _services = null; > My newly created @Component is now showing up in this list and I'm not sure > why. > > I'd like to add this to the wiki on plugins, but as it doesn't work anymore, > I'd like to get it fixed first. > > http://pastebin.com/Yz8Yc18n > >