On Mon, Jul 01, 2013 at 07:25:22AM +0000, Rajesh Battala wrote: > Hi All, > > Am on latest master, while launching the jetty server am hitting > with below bean execption server is not getting loaded. > How to resolve this bean issue? > In nonComponent.xml I had modified 'CloudStackImageStoreProviderImpl > to cloudStackImageStoreProviderImpl but still am facing this issue. >
For future reference: beans from application context have visibility in the derived contexts - component and nonosscomponent. But beans are not visible from component to the nonosscomponent contexts. The data store providers (default, primary, s3, swift, solidfire) were moved to componentContext. Since these are not plugged in on a nonoss server it failed to start. The case change had been done since Spring convention uses lower cases on bean names. While you changed the case correctly, the other datastoreprovider beans were not injected causing the server startup failure. -- Prasanna., ------------------------ Powered by BigRock.com