You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have included the micronaut-spring in my spring-boot application. I also included the MicronautApplicationContext as parent into SpringApplicationContext.
However, on Start of SpringApplication i get the following error: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'transactionInterceptor' defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: @Bean definition illegally overridden by existing bean definition: Generic bean: class [io.micronaut.spring.tx.annotation.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null
Actual Behaviour
getting the erro
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'transactionInterceptor' defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: @bean definition illegally overridden by existing bean definition: Generic bean: class [io.micronaut.spring.tx.annotation.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null
Expected Behavior
I have included the micronaut-spring in my spring-boot application. I also included the MicronautApplicationContext as parent into SpringApplicationContext.
However, on Start of SpringApplication i get the following error:
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'transactionInterceptor' defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: @Bean definition illegally overridden by existing bean definition: Generic bean: class [io.micronaut.spring.tx.annotation.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null
Actual Behaviour
getting the erro
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'transactionInterceptor' defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: @bean definition illegally overridden by existing bean definition: Generic bean: class [io.micronaut.spring.tx.annotation.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null
Steps To Reproduce
spring-boot-micronaut-data-gradle-java.zip
Get a sping boot application from spring initializer. Spring boot 3.2.7
include the micronaut-spring 5.6.0
Environment Information
jdk 17
Example Application
No response
Version
5.6.0
The text was updated successfully, but these errors were encountered: