User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
Hi,
I have a pretty standard MyEclipse EAR project structure to which I'm
trying to introduce AspectJ. I have xxEAR, xxEJB, and xxWeb. Web
depends on EJB, both of which depend on EAR.
My problem is when I "convert to AspectJ project" on the EJB project,
the Web project is not able to resolve any references to classes in the
EJB project. The same happens if I convert the Web project to an
AspectJ project; even though I set the AspectJ aspect path in the Web
project to the classes folder of the EJB project, I keep getting errors
in the Web project for any EJB class that is referenced.