Good example.
Is there any way to debug the client into eclipse? I spent a lot of time looking for a way to debug application client project but with no success.
My problem is with @EJB's annotation return null object if the client is executed out EE container (like glassfish).
Do you know if is possible to run it from eclipse IDE?
Thanks.
Debug into eclipseMarco June 13, 2012 at 12:30 PM
Good example. Is there any way to debug the client into eclipse? I spent a lot of time looking for a way to debug application client project but with no success. My problem is with @EJB's annotation return null object if the client is executed out EE container (like glassfish). Do you know if is possible to run it from eclipse IDE? Thanks.
Getting error while running Main.javabre September 24, 2012 at 8:45 AM
Hi, I'm getting error (NULL Pointer exception)while running Main.java. Can you give me the step to running it?
Post your Comment