Injection (@Inject) would not work. Following error is reported.
000000bc InjectInjecti E CWOWB0102E: A JCDI error has occurred: JCDI runtime cannot resolve @Inject java.lang.reflect
solution: Went and look in to ffdc logs and found that Entities were not correctly created and hence the whole ORM was failing to load up. fixed the ORM objects (mapping etc) and issue get resolved