Hi I am developing a Dynamic datasource routing component. I am using OpenEJB 4.7.1 for testing and I have seen that AbstractRoutes are not CDI aware. Basically I have tried to inject a simple POJO but the instance is null. I have the beans.xml in src/main/resources/META-INF so CDI is enabled.
Maybe this inner components are no CDI by default, any ideas?
