NoSuchBeanDefinitionException: No bean named ... available

Hi,
I created a new datastore called ‘adserver_doubleclick’ and with some entities. This was done with the “Generate Data Model …” option.

While trying to fetch data collection from one entity of the datastore i get this error:

NoSuchBeanDefinitionException: No bean named ‘adserver_doubleclickTransactionManager’ available

Following the xml file from where i’m loading the entity:

image

Can someone help me on this ?
Thank you,

Matar Loum

Hi Matar,

If you have defined the additional data store using Studio, it should have created a configuration class like the one described here in the docs. Check it’s contents and make sure it defines the bean by method named adserver_doubleclickTransactionManager.

1 Like