Folks,
I am having a problem with my EJB implementation classes after running XDoclet from inside my build.xml file. I start out with no dd files or EJB interface code and invoke the xdoclet-build.xml build from the build.xml task. Everything compiles clean, my ear is created and deployed to WebLogic and all is good.
However, when I return to my source code, all of the bean implementation classes are flagging the references to the local interfaces as being unable to resolve them.
Any clues as to what is wrong? Perhaps I am missing something obvious.
Thanks,
George.