Good day,
I'm working with EJB3 in OC4J, but so far it's been a sincere pain try to get it to work. Apparently OC4J can't locate my
EJB's remote proxy. Here's How it's configured inside OC4J (as displayed by the JNDI browser(jndi-browse.jpg))
However I'm getting the following error while trying to inject an EJB:
WARNING J2EE JNDI-00009 EJB Reference "jose/HelloBean" could not be resolved. Allowing J2EEContext creation to continue anyway
and this warning halts execution completely, even though somewhere I read it's supposed to be just a Warning.
Here is my EJB Implementation:
And this is the
Servlet that Calls the EJB:
Why can't I Resolve this EJB ?
Please Help Me, I really need this to work...
Sincerely,
Jose
PS. I wish Mr. Reza Rahman could help me out with this one, like he has helped me in the past. I believe He's one of the few who can (I hope I'm wrong though)