I am not sure if there is support for CDI when developing compute grid applications, was just trying it out.
Has someone tried this, got this to work?
I am trying to use @Inject to inject a pojo field into a class that implements JDBCReaderPattern interface, but the variable is null at runtime. I have included beans.xml file in my ejbModule/META-INF, and java-jar/META-INF being referenced. The Compute Grid version is 8.0.0.5.
Topic