Wednesday, May 29, 2013

Websphere 8.5 + EJB3.1 Interpreting error logs

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

No comments:

Post a Comment