1) Is the webapp project a dependent of the ejb project in your workspace or are binary files copied from the ejb project to the webapp project?
Under project preferences is TraderEJB checked as a dependent project.
No files are copied across.
2) When you do a step-over is the debugger technically stepping out of the bean class into a proxy class or other similar type of situation?
A new window is shown with text:
==>
Source not found.
There is no source file attached to the class file StockTraderBean.class
==>
3) Can you set breakpoints in other areas of your project and step past them when execution halts? Specifically do other breakpoints set in both web and ejb tiers function properly.
I have created a client application in TraderEJB.
When I run the client appication debugging is fine.
What’s more, whne I debug the JSP page afterwards, debuggin is fine as well.
If I however start with the JSP page, that is when the error occurs.