NoSuchBeanDefinitionException

NoSuchBeanDefinitionException: No bean named ‘ivrreportingTransactionManager’ available.

I created a new data store called ivrreporting and then generated the model from the database.
It successfully created the DataStore and i can see the method above in the IvrReportingStoreConfiguration class annotated with @Bean, but when I run the App I get the exception above.

Jmix 2.1.2-233

I regenerated the project and it worked.
Javier