jamesnetherton commented on issue #4444:
URL: https://github.com/apache/camel-quarkus/issues/4444#issuecomment-1404728433

   Also pgevent tests:
   
   ```
   Caused by: java.lang.IllegalArgumentException: Type class java.lang.Object 
is not a bean type of SYNTHETIC bean [class=io.agroal.api.AgroalDataSource, 
id=b64ad14e4ad657339915cc84f5838091a997c8e2]
        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:260)
        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:289)
        at 
org.apache.camel.quarkus.core.RuntimeBeanRepository.lookupByNameAndType(RuntimeBeanRepository.java:114)
        at 
org.apache.camel.quarkus.core.RuntimeBeanRepository.lookupByName(RuntimeBeanRepository.java:108)
        at 
org.apache.camel.support.DefaultRegistry.lookupByName(DefaultRegistry.java:220)
        at 
org.apache.camel.support.CamelContextHelper.lookup(CamelContextHelper.java:194)
        at 
org.apache.camel.support.CamelContextHelper.mandatoryLookupAndConvert(CamelContextHelper.java:250)
        at 
org.apache.camel.support.EndpointHelper.resolveReferenceParameter(EndpointHelper.java:400)
        at 
org.apache.camel.support.EndpointHelper.resolveReferenceParameter(EndpointHelper.java:347)
        at 
org.apache.camel.support.component.PropertyConfigurerSupport.property(PropertyConfigurerSupport.java:55)
        at 
org.apache.camel.component.pgevent.PgEventEndpointConfigurer.configure(PgEventEndpointConfigurer.java:26)
        at 
org.apache.camel.support.PropertyBindingSupport.setSimplePropertyViaConfigurer(PropertyBindingSupport.java:747)
   ```


-- 
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]

Reply via email to