posted 5 years ago
HI Sam,
Are you trying to create the bean by programmatically i.e. created a class which is and via a method you are returning a instance of myspace?
If, please verify that your class is marked as annotaion like @Configured and the method which return the instance of myspace is marked by @Bean annotation.
Thanks,
Atul