Re: Using camel-cdi on Wildfly-10.1

2017-05-05 Thread Drazen Kozic
AccountRepository is interface annotated with @Repository. It is DeltaSpike Partial Bean. wrote: > Hi Drazen, > > Can you modify your camel module.xml to also add these same references to > deltaspike? > > John > > On Fri, May 5, 2017 at 8:03 AM Drazen Kozic wrote: > >

Re: Using camel-cdi on Wildfly-10.1

2017-05-05 Thread Drazen Kozic
Hello John, I did what you said. My src/main/webapp/META-INF/jboss-deployment-structure.xml is as follow: With this setup, no success. Best regards Drazen Kozic On Fri, May 5

Re: Using camel-cdi on Wildfly-10.1

2017-05-05 Thread Drazen Kozic
called, everything works fine - even with DeltaSpike Data Module based service tests are passing (@RunWith(CamelCdiRunner.class)) Best regards Drazen Kozic On Fri, May 5, 2017 at 12:16 PM, Antonin Stefanutti wrote: > Ah indeed, it looks like DeltaSpike Data module impl JAR is included

Re: Using camel-cdi on Wildfly-10.1

2017-05-05 Thread Drazen Kozic
thing. Regards Best regards Drazen Kozic On Fri, May 5, 2017 at 10:34 AM, Antonin Stefanutti wrote: > Hi Drazen, > > It looks like the org.apache.deltaspike.data.impl.handler.QueryHandler class > is not visible from the Camel module you’ve deployed. So it’s rather an issue >

Using camel-cdi on Wildfly-10.1

2017-05-04 Thread Drazen Kozic
t-structure.xml is like this: Every of jars declared as dependency in pom.xml have beans.xml. I have tried different wildfly module configurations without success. Any help is appreciated. Drazen Kozic