jamesnetherton commented on issue #4444: URL: https://github.com/apache/camel-quarkus/issues/4444#issuecomment-1404728082
Similar issue encountered for the `core-fault-tolerance` test: https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/foundation/core-fault-tolerance/src/main/java/org/apache/camel/quarkus/core/faulttolerance/it/CoreFaultToleranceProducers.java#L36-L52 ``` Caused by: java.lang.IllegalArgumentException: Type class io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker is not a bean type of PRODUCER_METHOD bean [class=org.apache.camel.quarkus.core.faulttolerance.it.CoreFaultToleranceProducers, id=c7bd74ac6dfaf58e0847777f2acd2312bd02c5ce] at io.quarkus.arc.impl.BeanManagerImpl.getReference(BeanManagerImpl.java:61) at org.apache.camel.quarkus.core.RuntimeBeanRepository.getReference(RuntimeBeanRepository.java:79) at org.apache.camel.quarkus.core.RuntimeBeanRepository.lambda$getReferenceByName$1(RuntimeBeanRepository.java:75) at java.base/java.util.Optional.map(Optional.java:265) at org.apache.camel.quarkus.core.RuntimeBeanRepository.getReferenceByName(RuntimeBeanRepository.java:75) at org.apache.camel.quarkus.core.RuntimeBeanRepository.lambda$lookupByNameAndType$2(RuntimeBeanRepository.java:114) at java.base/java.util.Optional.flatMap(Optional.java:294) at org.apache.camel.quarkus.core.RuntimeBeanRepository.lookupByNameAndType(RuntimeBeanRepository.java:114) at org.apache.camel.support.DefaultRegistry.lookupByNameAndType(DefaultRegistry.java:260) at org.apache.camel.reifier.AbstractReifier.lookupByNameAndType(AbstractReifier.java:175) at org.apache.camel.reifier.AbstractReifier.mandatoryLookup(AbstractReifier.java:147) at org.apache.camel.component.microprofile.faulttolerance.FaultToleranceReifier.createProcessor(FaultToleranceReifier.java:68) at org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessorFactory.doCreateProcessor(FaultToleranceProcessorFactory.java:35) at org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessorFactory.doCreateProcessor(FaultToleranceProcessorFactory.java:27) at org.apache.camel.support.TypedProcessorFactory.createProcessor(TypedProcessorFactory.java:46) at org.apache.camel.processor.DefaultProcessorFactory.createProcessor(DefaultProcessorFactory.java:94) at org.apache.camel.reifier.ProcessorReifier.makeProcessor(ProcessorReifier.java:852) at org.apache.camel.reifier.ProcessorReifier.addRoutes(ProcessorReifier.java:598) at org.apache.camel.reifier.RouteReifier.doCreateRoute(RouteReifier.java:211) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
