Re: Loading order of Adapter components

2013-12-19 Thread Darren Shepherd
the ‘id’ in the bean definition in > the order config? > > Thanks, > Prachi > > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Thursday, December 19, 2013 2:30 PM > To: Prachi Damle > Cc: dev@cloudstack.apache.org > Subject: Re: Loading order of Ada

RE: Loading order of Adapter components

2013-12-19 Thread Prachi Damle
Shepherd [mailto:darren.s.sheph...@gmail.com] Sent: Thursday, December 19, 2013 2:30 PM To: Prachi Damle Cc: dev@cloudstack.apache.org Subject: Re: Loading order of Adapter components The names are cases sensitive. Is there a reason you put the name as lowercase in the global configuration? Darren

Re: Loading order of Adapter components

2013-12-19 Thread Darren Shepherd
The names are cases sensitive. Is there a reason you put the name as lowercase in the global configuration? Darren > On Dec 19, 2013, at 3:12 PM, "Prachi Damle" wrote: > > Hi Darren, > > I am trying to add a new implementation of SecurityChecker interface which is > an Adapter. I am addin

Loading order of Adapter components

2013-12-19 Thread Prachi Damle
Hi Darren, I am trying to add a new implementation of SecurityChecker interface which is an Adapter. I am adding a plugin - RoleBasedChecker, and I want to add it to the list of SecurityCheckers at first position. However the new checker gets added to the list at the last position. The order