Hi I am trying to get my feet wet with ejb3. So far I created an enterprise app, and
defined the ejb part as ejb3 in myeclipse. I added a stateless hello world bean
and deployed the thing expanded into a running jboss4.0.3. So far things look good,
but the problem is, if I set a breakpoint on the bean, the debugger runs correctly into the breakpoint halts the server, but it says, source not found.
I must be missing a basic configuration entry here.
Does anyone know where the problem is.